com.sas.services.information.metadata
Interface EventInterface

All Superinterfaces:
MetadataInterface,
All Known Subinterfaces:
StoredProcessAlertItemInterface
All Known Implementing Classes:
DavEvent,

public interface EventInterface
extends MetadataInterface

Event data is persisted as an XML document. EventInterface describes operations on these events


Fields inherited from interface com.sas.services.information.metadata.MetadataInterface
PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA
 
Method Summary
 Document getEventDocument()
          Deprecated.  
 String getEventDocumentAsString()
          Gets the event document XML string, containing the event header and event body
 void setEventDocument(Document eventDoc)
          Deprecated.  
 void setEventDocumentFromString(String eventDocString)
          Sets the event document, containing the event header and event body
 
Methods inherited from interface com.sas.services.information.metadata.MetadataInterface
add, addAccessControl, addAttribute, addAttributes, addExtension, addKeyword, addPermissions, addRemark, addTransactionListener, checkin, checkout, commit, copyTo, delete, deleteAttribute, deleteAttributes, getAccessControls, getAttribute, getAttributes, getCreateDate, getDescription, getEntityKey, getEntityURL, getExtensions, getGUID, getIdentities, getKeywords, getModifyDate, getName, getParentPath, getParents, getPath, getPaths, getPathUrl, getPathUrl, getPermission, getPermissions, getPermissions, getPreviousVersionNames, getRemarksList, getReposId, getRepository, getRepositoryEntity, getReposKey, getTrackingId, getType, getVersion, isAuthorized, isLoggingEnabled, logMessage, mapNameToFilesystem, mapUrlToFilesystem, moveTo, newServiceObject, refresh, removeAccessControl, removeExtension, removeKeyword, removePermissions, rollback, setAttribute, setAttributes, setDescription, setGUID, setKeywords, setName, setPermission, setRemarksList, setRepository, startTransaction, transactionEvent, uncheckout, update, version
 

Method Detail

setEventDocument

public void setEventDocument(Document eventDoc)
                      throws RemoteException
Deprecated.  

Sets the event document, containing the event header and event body
Parameters:
eventDoc - The event document

getEventDocument

public Document getEventDocument()
                          throws RemoteException
Deprecated.  

Gets the event document, containing the event header and event body
Returns:
Document The event document

setEventDocumentFromString

public void setEventDocumentFromString(String eventDocString)
                                throws RemoteException
Sets the event document, containing the event header and event body
Parameters:
eventDocString - The event document XML string

getEventDocumentAsString

public String getEventDocumentAsString()
                                throws RemoteException
Gets the event document XML string, containing the event header and event body
Returns:
String The event document XML string




Copyright © 2006 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 10 Feb 2006 17:28:56