com.filenet.api.events
Interface RetrievalEvent
-
- All Superinterfaces:
- EngineObject, Event, IndependentlyPersistableObject, IndependentObject, RepositoryObject, java.io.Serializable
- All Known Subinterfaces:
- GetContentEvent, GetObjectEvent, QueryEvent
public interface RetrievalEvent extends RepositoryObject, Event
Represents an event that occurs when a Content Engine object or its content is retrieved or queried. This interface is the base for other event interfaces. All events of this type can be audited, and the GetContentEvent subclass can be subscribed to as well.You can instantiate a
RetrievalEventobject in the following ways:- Call the
getInstanceorfetchInstancemethod on theFactory.RetrievalEventclass.
Metadata
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description Idget_SourceClassId()Returns the value of the SourceClassId property.-
Methods inherited from interface com.filenet.api.events.Event
get_CmAuditSequence, get_Creator, get_DateCreated, get_DateLastModified, get_EventStatus, get_Id, get_InitiatingUser, get_LastModifier, get_Name, get_Owner, get_Permissions, set_Creator, set_DateCreated, set_DateLastModified, set_EventStatus, set_LastModifier, set_Owner, set_Permissions
-
Methods inherited from interface com.filenet.api.core.RepositoryObject
getObjectStore
-
Methods inherited from interface com.filenet.api.core.IndependentlyPersistableObject
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
-
Methods inherited from interface com.filenet.api.core.IndependentObject
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
-
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
-
-
-
-
Method Detail
-
get_SourceClassId
Id get_SourceClassId()
Returns the value of the SourceClassId property. For more information, see SourceClassId Property.
-
-