com.filenet.api.events
Interface UnfileEvent
- All Superinterfaces:
- EngineObject, Event, IndependentlyPersistableObject, IndependentObject, ObjectChangeEvent, RepositoryObject, java.io.Serializable
public interface UnfileEvent
- extends RepositoryObject, ObjectChangeEvent
Represents an event that occurs when a folder has its unfile
method called to remove (unfile) a
Containable
object, for example, a Document
or
Folder
, or when the unfile
method is called to delete a subfolder.
You can instantiate an UnfileEvent
object in the following ways:
- Call the
getInstance
or fetchInstance
method on the
Factory.UnfileEvent
class.
- Call
get_AuditedEvents
on a
Folder
object,
and iterate the EventSet
collection for instances of UnfileEvent
objects.
- Retrieve an
UnfileEvent
object from an
UnfileEventSet
collection.
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: EventClassDefinition
IsDependent: false
IsHidden: false
Searchable: true
StorageType: ObjectStore
SuperclassName: ObjectChangeEvent
Method Summary |
java.lang.String |
get_ContainmentName()
Returns the value of the ContainmentName property. |
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_ContainmentName
java.lang.String get_ContainmentName()
- Returns the value of the ContainmentName property. For more information, see
ContainmentName Property.
© Copyright IBM Corporation 2006, 2009. All rights reserved.