public interface UnfileEvent extends RepositoryObject, ObjectChangeEvent
unfile
method called to remove (unfile) a
Containable
object, for example, a Document
or
CustomObject
, or when a subfolder is deleted.
The source object of this event is the Folder
object.
In the case of unfiling a document or custom object, the source object is the containing folder.
In the case of deleting a subfolder, the source object is the parent folder.
You can instantiate an UnfileEvent
object in the following ways:
ReferentialContainmentRelationship
(RCR) object.
The Folder.unfile
method mentioned above deletes a RCR object.getInstance
or fetchInstance
method on the
Factory.UnfileEvent
class.get_AuditedEvents
on a
Folder
object,
and iterate the EventSet
collection for instances of UnfileEvent
objects.UnfileEvent
object from an
UnfileEventSet
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.