com.filenet.api.events
Interface GetContentEvent
- All Superinterfaces:
- EngineObject, Event, IndependentlyPersistableObject, IndependentObject, RepositoryObject, RetrievalEvent, java.io.Serializable
public interface GetContentEvent
- extends RepositoryObject, RetrievalEvent
Represents an event that occurs when the content of a content-carrying object is retrieved.
This event can only be audited; you cannot subscribe to it.
You can instantiate a GetContentEvent
object in the following ways:
- Call the
getInstance
or fetchInstance
method on the
Factory.GetContentEvent
class.
- Call
get_AuditedEvents
on a
Document
object,
and iterate the EventSet
collection for instances of GetContentEvent
objects.
- Retrieve a
GetContentEvent
object from a GetContentEventSet
collection.
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: EventClassDefinition
IsDependent: false
IsHidden: false
Searchable: true
StorageType: ObjectStore
SuperclassName: RetrievalEvent
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 |
get_SourceObjectId
Id get_SourceObjectId()
- Returns the value of the SourceObjectId property. For more information, see
SourceObjectId Property.
get_ElementSequenceNumber
java.lang.Integer get_ElementSequenceNumber()
- Returns the value of the ElementSequenceNumber property. For more information, see
ElementSequenceNumber Property.
© Copyright IBM Corporation 2006, 2009. All rights reserved.