com.stellent.cis.client.api.scs.administrative.query
Interface ISCSDocumentEventData

All Superinterfaces:
ICISObject, ICISObjectInitializable, ISCSObject, java.io.Serializable

public interface ISCSDocumentEventData
extends ISCSObject

Beans that hold information about changes made to a given document.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable
ICISObjectInitializable.AdapterVersionAware
 
Field Summary
 
Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM
 
Method Summary
 java.lang.String getAction()
           
 java.util.Date getActionDate()
           
 long getActionMillis()
           
 ISCSContentID getContentID()
           
 ISCSDocumentID getDocumentID()
           
 java.lang.String getRevisionClassID()
           
 java.lang.String getSecurityGroup()
           
 java.lang.String getUser()
           
 
Methods inherited from interface com.stellent.cis.client.api.scs.ISCSObject
castObject, clearPropertyFilter, copyObject, getPropertyFilter, getSourceAdapter, getSourceObject, getSourceObjectPropertyType, mergeObject, mergeObject, removeProperty, setPropertyFilter, setRestrictedPropertyFilter, setSourceObjectPropertyType
 
Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty
 
Methods inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable
intialize
 

Method Detail

getDocumentID

ISCSDocumentID getDocumentID()
Returns:
the document ID

getContentID

ISCSContentID getContentID()
Returns:
the content ID

getSecurityGroup

java.lang.String getSecurityGroup()
Returns:
the security group

getAction

java.lang.String getAction()
Returns:
the action that was taken

getRevisionClassID

java.lang.String getRevisionClassID()
Returns:
the revision class ID

getActionDate

java.util.Date getActionDate()
Returns:
the date the action took place

getActionMillis

long getActionMillis()
Returns:
the milliseconds after the date that the precise action took place

getUser

java.lang.String getUser()
Returns:
the user that caused the event