|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomEvent
Represents a user-defined custom event.
A custom event is raised whenever an object to which it is subscribed calls its
raiseEvent
method.
To create a CustomEvent
object, and persist it to a Content Engine object store,
call the createInstance
method on the
Factory.CustomEvent
class.
You can instantiate a CustomEvent
object in the following ways:
getInstance
or fetchInstance
method on the
Factory.CustomEvent class.get_AuditedEvents
on the
source object of the custom event,
and iterating the EventSet
collection for instances of CustomEvent
objects.CustomEvent
object from a CustomEventSet
collection.Metadata
Auditable: false
Method Summary | |
---|---|
ActiveMarkingList |
get_ActiveMarkings()
Returns the value of the ActiveMarkings property. |
StringList |
get_ModifiedProperties()
Returns the value of the ModifiedProperties property. |
IndependentObject |
get_OriginalObject()
Returns the value of the OriginalObject property. |
Id |
get_VersionSeriesId()
Returns the value of the VersionSeriesId property. |
Methods inherited from interface com.filenet.api.events.ObjectChangeEvent |
---|
get_SourceClassId, get_SourceObject, get_SourceObjectId |
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 |
Methods inherited from interface com.filenet.api.core.IndependentlyPersistableObject |
---|
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber |
Methods inherited from interface com.filenet.api.core.IndependentObject |
---|
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh |
Methods inherited from interface com.filenet.api.core.EngineObject |
---|
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses |
Method Detail |
---|
Id get_VersionSeriesId()
StringList get_ModifiedProperties()
IndependentObject get_OriginalObject()
ActiveMarkingList get_ActiveMarkings()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |