com.filenet.api.events
Interface FileEvent
- All Superinterfaces:
- EngineObject, Event, IndependentlyPersistableObject, IndependentObject, ObjectChangeEvent, RepositoryObject, java.io.Serializable
public interface FileEvent
- extends RepositoryObject, ObjectChangeEvent
Represents an event that occurs when a folder has its file
method called to file a
Containable
object, for example, a Document
or CustomObject
, or when the file
is called to create a subfolder.
You can instantiate a FileEvent
object in the following ways:
- Call the
getInstance
or fetchInstance
method on the
Factory.FileEvent
class.
- Call
get_AuditedEvents
on a
Folder
object,
and iterate the EventSet
collection for instances of FileEvent
objects.
- Retrieve a
FileEvent
object from a
FileEventSet
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.