public interface FileEvent extends RepositoryObject, ObjectChangeEvent
Folder.file
method is called to file a
Containable
object, for example, a Document
,
CustomObject
, or when the Folder.createSubFolder
method is called.
The source object of this event is the Folder
object.
In the case of filing a document or custom object, the source object is the containing folder.
In the case of creating a subfolder, the source object is the parent folder.
You can instantiate a FileEvent
object in the following ways:
ReferentialContainmentRelationship
(RCR) object.
The Folder.file
method mentioned above creates a RCR object.getInstance
or fetchInstance
method on the
Factory.FileEvent
class.get_AuditedEvents
on a
Folder
object,
and iterate the EventSet
collection for instances of FileEvent
objects.FileEvent
object from a
FileEventSet
collection.Modifier and Type | Method and Description |
---|---|
java.lang.String |
get_ContainmentName()
Returns the value of the ContainmentName property.
|
get_SourceClassId, get_SourceObject, get_SourceObjectId
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
getObjectStore
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
java.lang.String get_ContainmentName()
© Copyright IBM Corporation 2006, 2015. All rights reserved.