Package com.day.cq.workflow.event
Class WorkflowEvent
java.lang.Object
org.osgi.service.event.Event
com.day.cq.workflow.event.WorkflowEvent
WorkflowEvent provides an extension of Event that is
used for propagating workflow related information as OSGI events.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDelegate namestatic final StringThe job topic for adding an entry to the audit log.static final StringThe type of the event.static final StringTheWorkflowNodethat is the source of aNODE_TRANSITION_EVENT.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringTime stamp of the time the event was created.static final StringTheWorkflowNodethat is the target of aNODE_TRANSITION_EVENT.static final StringThe user whose that has triggered the event.static final StringThe name of the variable that has changed when aVARIABLE_UPDATE_EVENTis triggered.static final Stringstatic final StringThe new value of the variable that has changed when aVARIABLE_UPDATE_EVENTis triggered.static final StringTheWorkflowDatathat relates to the event.static final StringTheWorkItemthat relates to the event.static final Stringstatic final Stringstatic final StringThe ID of theWorkflowinstance the event relates to.static final StringThe name of theWorkflowModelthe event relates to.static final StringThe node of theWorkflowModelthe event relates to.static final Stringstatic final Stringstatic final Stringstatic final StringThe version of theWorkflowModelthe event relates to.static final String -
Constructor Summary
ConstructorsConstructorDescriptionWorkflowEvent(Dictionary<?, ?> props) Default constructor used for creatingWorkflowEventinstances. -
Method Summary
Methods inherited from class org.osgi.service.event.Event
containsProperty, equals, getProperty, getPropertyNames, getTopic, hashCode, matches, toString
-
Field Details
-
EVENT_TOPIC
The job topic for adding an entry to the audit log.- See Also:
-
TIME_STAMP
Time stamp of the time the event was created.- See Also:
-
USER
The user whose that has triggered the event.- See Also:
-
WORKFLOW_NAME
The name of theWorkflowModelthe event relates to.- See Also:
-
WORKFLOW_VERSION
The version of theWorkflowModelthe event relates to.- See Also:
-
WORKFLOW_NODE
The node of theWorkflowModelthe event relates to.- See Also:
-
WORKFLOW_INSTANCE_ID
The ID of theWorkflowinstance the event relates to.- See Also:
-
PARENT_WORKFLOW_ID
- See Also:
-
WORK_DATA
TheWorkflowDatathat relates to the event.- See Also:
-
WORK_ITEM
TheWorkItemthat relates to the event.- See Also:
-
FROM_NODE_NAME
TheWorkflowNodethat is the source of aNODE_TRANSITION_EVENT.- See Also:
-
TO_NODE_NAME
TheWorkflowNodethat is the target of aNODE_TRANSITION_EVENT.- See Also:
-
VARIABLE_NAME
The name of the variable that has changed when aVARIABLE_UPDATE_EVENTis triggered.- See Also:
-
VARIABLE_VALUE
The new value of the variable that has changed when aVARIABLE_UPDATE_EVENTis triggered.- See Also:
-
DELEGATEE
Delegate name- See Also:
-
EVENT_TYPE
The type of the event. Can be one of- See Also:
-
MODEL_DEPLOYED_EVENT
- See Also:
-
MODEL_DELETED_EVENT
- See Also:
-
WORKFLOW_STARTED_EVENT
- See Also:
-
WORKFLOW_ABORTED_EVENT
- See Also:
-
WORKFLOW_SUSPENDED_EVENT
- See Also:
-
WORKFLOW_RESUMED_EVENT
- See Also:
-
WORKFLOW_COMPLETED_EVENT
- See Also:
-
NODE_TRANSITION_EVENT
- See Also:
-
VARIABLE_UPDATE_EVENT
- See Also:
-
PROCESS_TIMEOUT_EVENT
- See Also:
-
WORKITEM_DELEGATION_EVENT
- See Also:
-
JOB_FAILED_EVENT
- See Also:
-
RESOURCE_COLLECTION_MODIFIED
- See Also:
-
-
Constructor Details
-
WorkflowEvent
Default constructor used for creatingWorkflowEventinstances.- Parameters:
props- The properties assigned to the event.
-