com.filenet.api.events
Interface LockEvent
- All Superinterfaces:
- EngineObject, Event, IndependentlyPersistableObject, IndependentObject, ObjectChangeEvent, RepositoryObject, java.io.Serializable
public interface LockEvent
- extends RepositoryObject, ObjectChangeEvent
Represents an event that occurs when the lock
method is called to lock or update
an existing lock on a Document
, CustomObject
, or Folder
object.
- Call the
getInstance
or fetchInstance
method on the
Factory.LockEvent
class.
- Call
get_AuditedEvents
on a
Document
, Folder
, or CustomObject
object,
and iterate the EventSet
collection for instances of LockEvent
objects.
- Retrieve a
LockEvent
object from a LockEventSet
collection.
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: EventClassDefinition
IsDependent: false
IsHidden: false
Searchable: true
StorageType: ObjectStore
SuperclassName: ObjectChangeEvent
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_VersionSeriesId
Id get_VersionSeriesId()
- Returns the value of the VersionSeriesId property. For more information, see
VersionSeriesId Property.
get_ModifiedProperties
StringList get_ModifiedProperties()
- Returns the value of the ModifiedProperties property. For more information, see
ModifiedProperties Property.
get_OriginalObject
IndependentObject get_OriginalObject()
- Returns the value of the OriginalObject property. For more information, see
OriginalObject Property.
© Copyright IBM Corporation 2006, 2009. All rights reserved.