|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GetObjectEvent
Represents an event that occurs when an object is retrieved from the object store. This event can only be audited; you cannot subscribe to it.
You can instantiate a GetObjectEvent
object in the following ways:
getInstance
or fetchInstance
method on the
Factory.GetObjectEvent
class.get_AuditedEvents
on a
RepositoryObject
subclass,
and iterate the EventSet
collection for instances of GetObjectEvent
objects.GetObjectEvent
object from a GetObjectEventSet
collection.Metadata
Auditable: false
Method Summary | |
---|---|
Id |
get_SourceObjectId()
Returns the value of the SourceObjectId property. |
Methods inherited from interface com.filenet.api.events.RetrievalEvent |
---|
get_SourceClassId |
Methods inherited from interface com.filenet.api.events.Event |
---|
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.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 |
---|
Id get_SourceObjectId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |