Package org.onehippo.repository.events
Class HippoWorkflowEvent<T extends HippoWorkflowEvent<T>>
java.lang.Object
org.onehippo.cms7.event.HippoEvent<T>
org.onehippo.repository.events.HippoWorkflowEvent<T>
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe arguments passed to the workflow invocationThe name of the workflow classDeprecated.documentPath
(String documentPath) Deprecated.usesubjectId(String)
insteadThe type of document the workflow was called on, if anydocumentType
(String documentType) The exception if any occurred during the invocation of the workflowDeprecated.usesubjectId()
insteadhandleUuid
(String handleUuid) Deprecated.usesubjectId(String)
insteadThe value of the interaction property is a combination of the category, name, and action of the root invocation of the invocation hierarchy.interaction
(String interaction) A workflow invocation can result in nested workflow invocations if the workflow action in turn invokes another workflow.interactionId
(String interactionId) Deprecated.useHippoEvent.action()
insteadmethodName
(String methodName) Deprecated.useHippoEvent.action(String)
insteadThe java type of the object returned by the workflow action, if anyreturnType
(String returnType) The value returned by the workflow action, if anyreturnValue
(String returnValue) The JCR node identifier of the workflow subjectThe JCR node path of the workflow subjectsubjectPath
(String subjectPath) success()
Whether the workflow invocation was successfulThe workflow categoryworkflowCategory
(String category) The workflow nameworkflowName
(String workflowName)
-
Constructor Details
-
HippoWorkflowEvent
public HippoWorkflowEvent() -
HippoWorkflowEvent
-
-
Method Details
-
className
The name of the workflow class -
className
-
methodName
Deprecated.useHippoEvent.action()
instead -
methodName
Deprecated.useHippoEvent.action(String)
instead -
subjectId
The JCR node identifier of the workflow subject -
subjectId
-
handleUuid
Deprecated.usesubjectId()
instead -
handleUuid
Deprecated.usesubjectId(String)
instead -
returnType
The java type of the object returned by the workflow action, if any -
returnType
-
returnValue
The value returned by the workflow action, if any -
returnValue
-
subjectPath
The JCR node path of the workflow subject -
subjectPath
-
documentPath
Deprecated.usesubjectPath()
instead -
documentPath
Deprecated.usesubjectId(String)
instead -
arguments
The arguments passed to the workflow invocation -
arguments
-
interactionId
A workflow invocation can result in nested workflow invocations if the workflow action in turn invokes another workflow. In this case these workflow actions have the same interaction id in order to identify them as part of the same user-level workflow action. -
interaction
The value of the interaction property is a combination of the category, name, and action of the root invocation of the invocation hierarchy. -
interactionId
-
interaction
-
workflowCategory
The workflow category -
workflowCategory
-
workflowName
The workflow name -
workflowName
-
exception
The exception if any occurred during the invocation of the workflow -
exception
-
success
Whether the workflow invocation was successful -
documentType
The type of document the workflow was called on, if any -
documentType
-
subjectPath()
instead