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:

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: EventClassDefinition
IsDependent: false
IsHidden: false
Searchable: true
StorageType: ObjectStore
SuperclassName: RetrievalEvent


Method Summary
 java.lang.Integer get_ElementSequenceNumber()
          Returns the value of the ElementSequenceNumber property.
 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

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.