public class HippoWorkflowEvent<T extends HippoWorkflowEvent<T>> extends HippoEvent<T>
Constructor and Description |
---|
HippoWorkflowEvent() |
HippoWorkflowEvent(HippoEvent event) |
Modifier and Type | Method and Description |
---|---|
List<String> |
arguments()
The arguments passed to the workflow invocation
|
T |
arguments(List<String> arguments) |
String |
className()
The name of the workflow class
|
T |
className(String className) |
String |
documentPath()
Deprecated.
use
subjectPath() instead |
T |
documentPath(String documentPath)
Deprecated.
use
subjectId(String) instead |
String |
documentType()
The type of document the workflow was called on, if any
|
T |
documentType(String documentType) |
Throwable |
exception()
The exception if any occurred during the invocation of the workflow
|
T |
exception(Throwable e) |
String |
handleUuid()
Deprecated.
use
subjectId() instead |
T |
handleUuid(String handleUuid)
Deprecated.
use
subjectId(String) instead |
String |
interaction()
The value of the interaction property is a combination of the category, name, and action of the root
invocation of the invocation hierarchy.
|
T |
interaction(String interaction) |
String |
interactionId()
A workflow invocation can result in nested workflow invocations if the workflow action
in turn invokes another workflow.
|
T |
interactionId(String interactionId) |
String |
methodName()
Deprecated.
use
HippoEvent.action() instead |
T |
methodName(String methodName)
Deprecated.
use
HippoEvent.action(String) instead |
String |
returnType()
The java type of the object returned by the workflow action, if any
|
T |
returnType(String returnType) |
String |
returnValue()
The value returned by the workflow action, if any
|
T |
returnValue(String returnValue) |
String |
subjectId()
The JCR node identifier of the workflow subject
|
T |
subjectId(String subjectId) |
String |
subjectPath()
The JCR node path of the workflow subject
|
T |
subjectPath(String subjectPath) |
Boolean |
success()
Whether the workflow invocation was successful
|
String |
workflowCategory()
The workflow category
|
T |
workflowCategory(String category) |
String |
workflowName()
The workflow name
|
T |
workflowName(String workflowName) |
public HippoWorkflowEvent()
public HippoWorkflowEvent(HippoEvent event)
public String className()
@Deprecated public String methodName()
HippoEvent.action()
instead@Deprecated public T methodName(String methodName)
HippoEvent.action(String)
insteadpublic String subjectId()
@Deprecated public String handleUuid()
subjectId()
instead@Deprecated public T handleUuid(String handleUuid)
subjectId(String)
insteadpublic String returnType()
public String returnValue()
public String subjectPath()
@Deprecated public String documentPath()
subjectPath()
instead@Deprecated public T documentPath(String documentPath)
subjectId(String)
insteadpublic String interactionId()
public String interaction()
public String workflowCategory()
public String workflowName()
public Throwable exception()
public Boolean success()
public String documentType()
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.