public interface NodeExecutor
| Modifier and Type | Method and Description |
|---|---|
boolean |
enter(com.liferay.portal.workflow.kaleo.model.KaleoNode currentKaleoNode,
ExecutionContext executionContext) |
void |
execute(com.liferay.portal.workflow.kaleo.model.KaleoNode currentKaleoNode,
ExecutionContext executionContext,
java.util.List<PathElement> remainingPathElements) |
default void |
executeTimer(com.liferay.portal.workflow.kaleo.model.KaleoNode currentKaleoNode,
ExecutionContext executionContext)
Deprecated.
As of Cavanaugh (7.4.x), with no direct replacement
|
void |
exit(com.liferay.portal.workflow.kaleo.model.KaleoNode currentKaleoNode,
ExecutionContext executionContext,
java.util.List<PathElement> remainingPathElements) |
boolean enter(com.liferay.portal.workflow.kaleo.model.KaleoNode currentKaleoNode,
ExecutionContext executionContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid execute(com.liferay.portal.workflow.kaleo.model.KaleoNode currentKaleoNode,
ExecutionContext executionContext,
java.util.List<PathElement> remainingPathElements)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Deprecated
default void executeTimer(com.liferay.portal.workflow.kaleo.model.KaleoNode currentKaleoNode,
ExecutionContext executionContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid exit(com.liferay.portal.workflow.kaleo.model.KaleoNode currentKaleoNode,
ExecutionContext executionContext,
java.util.List<PathElement> remainingPathElements)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException