public interface Node
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
execute(BusinessProcessModel process) |
default java.lang.String |
executeWithContext(NodeExecutionContext executionContext) |
java.lang.String |
getId()
Accesses the id to uniquely identify this is
Node within the process. |
default boolean |
isExecutionContextRequired() |
static boolean |
isWaitNode(Node node) |
void |
trigger(BusinessProcessModel process) |
java.lang.String getId()
Node within the process.Node's unique id.void trigger(BusinessProcessModel process)
java.lang.String execute(BusinessProcessModel process) throws RetryLaterException, NodeExecutionException
default boolean isExecutionContextRequired()
default java.lang.String executeWithContext(NodeExecutionContext executionContext) throws RetryLaterException, NodeExecutionException
static boolean isWaitNode(Node node)
Copyright © 2017 SAP SE. All Rights Reserved.