public interface WorkflowEventAction extends RepositoryObject, EventAction
A WorkflowEventAction
object is set on an subscription of type
InstanceWorkflowSubscription
or ClassWorkflowSubscription
.
Also set on the subscription is the identifier of the workflow to be launched.
To create a WorkflowEventAction
object and persist it to a Content Engine object store,
call the createInstance
method on the
Factory.WorkflowEventAction
class.
You can instantiate a WorkflowEventAction
object in the following ways:
getInstance
or fetchInstance
method on the
Factory.WorkflowEventAction
class.get_EventActions
method on an ObjectStore
,
and iterate the EventActionSet
collection for instances of WorkflowEventAction
objects.get_EventAction
method on a ClassWorkflowSubscription
or
a InstanceWorkflowSubscription
object.WorkflowEventAction
object from a
WorkflowEventActionSet
collection.changeClass, get_CmTransactionTimeout, get_IsEnabled, get_Subscriptions, set_CmTransactionTimeout, set_IsEnabled
get_ActiveMarkings, get_AuditedEvents, get_CodeModule, get_Creator, get_DateCreated, get_DateLastModified, get_DescriptiveText, get_DisplayName, get_Id, get_LastModifier, get_Name, get_Owner, get_Permissions, get_ProgId, get_ScriptText, set_CodeModule, set_Creator, set_DateCreated, set_DateLastModified, set_DescriptiveText, set_DisplayName, set_LastModifier, set_Owner, set_Permissions, set_ProgId, set_ScriptText
getObjectStore
get_ExternalReplicaIdentities, get_ReplicationGroup, set_ExternalReplicaIdentities, set_ReplicationGroup
raiseEvent
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
© Copyright IBM Corporation 2006, 2015. All rights reserved.