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) |
void |
executeTimer(com.liferay.portal.workflow.kaleo.model.KaleoNode currentKaleoNode,
ExecutionContext executionContext) |
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.PortalException
void 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
void executeTimer(com.liferay.portal.workflow.kaleo.model.KaleoNode currentKaleoNode, ExecutionContext executionContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void 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