public class StateNodeExecutor
extends com.liferay.portal.workflow.kaleo.runtime.node.BaseNodeExecutor
| Constructor and Description |
|---|
StateNodeExecutor() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
doEnter(com.liferay.portal.workflow.kaleo.model.KaleoNode currentKaleoNode,
com.liferay.portal.workflow.kaleo.runtime.ExecutionContext executionContext) |
protected void |
doExecute(com.liferay.portal.workflow.kaleo.model.KaleoNode currentKaleoNode,
com.liferay.portal.workflow.kaleo.runtime.ExecutionContext executionContext,
java.util.List<com.liferay.portal.workflow.kaleo.runtime.graph.PathElement> remainingPathElements) |
protected void |
doExecuteTimer(com.liferay.portal.workflow.kaleo.model.KaleoNode currentKaleoNode,
com.liferay.portal.workflow.kaleo.model.KaleoTimer kaleoTimer,
com.liferay.portal.workflow.kaleo.runtime.ExecutionContext executionContext) |
protected void |
doExit(com.liferay.portal.workflow.kaleo.model.KaleoNode currentKaleoNode,
com.liferay.portal.workflow.kaleo.runtime.ExecutionContext executionContext,
java.util.List<com.liferay.portal.workflow.kaleo.runtime.graph.PathElement> remainingPathElements) |
protected boolean doEnter(com.liferay.portal.workflow.kaleo.model.KaleoNode currentKaleoNode,
com.liferay.portal.workflow.kaleo.runtime.ExecutionContext executionContext)
doEnter in class com.liferay.portal.workflow.kaleo.runtime.node.BaseNodeExecutorprotected void doExecute(com.liferay.portal.workflow.kaleo.model.KaleoNode currentKaleoNode,
com.liferay.portal.workflow.kaleo.runtime.ExecutionContext executionContext,
java.util.List<com.liferay.portal.workflow.kaleo.runtime.graph.PathElement> remainingPathElements)
throws com.liferay.portal.kernel.exception.PortalException
doExecute in class com.liferay.portal.workflow.kaleo.runtime.node.BaseNodeExecutorcom.liferay.portal.kernel.exception.PortalExceptionprotected void doExecuteTimer(com.liferay.portal.workflow.kaleo.model.KaleoNode currentKaleoNode,
com.liferay.portal.workflow.kaleo.model.KaleoTimer kaleoTimer,
com.liferay.portal.workflow.kaleo.runtime.ExecutionContext executionContext)
doExecuteTimer in class com.liferay.portal.workflow.kaleo.runtime.node.BaseNodeExecutorprotected void doExit(com.liferay.portal.workflow.kaleo.model.KaleoNode currentKaleoNode,
com.liferay.portal.workflow.kaleo.runtime.ExecutionContext executionContext,
java.util.List<com.liferay.portal.workflow.kaleo.runtime.graph.PathElement> remainingPathElements)
doExit in class com.liferay.portal.workflow.kaleo.runtime.node.BaseNodeExecutor