public interface NodeExecutor
| Modifier and Type | Method and Description |
|---|---|
boolean |
enter(KaleoNode currentKaleoNode,
ExecutionContext executionContext) |
void |
execute(KaleoNode currentKaleoNode,
ExecutionContext executionContext,
java.util.List<PathElement> remainingPathElements) |
void |
executeTimer(KaleoNode currentKaleoNode,
ExecutionContext executionContext) |
void |
exit(KaleoNode currentKaleoNode,
ExecutionContext executionContext,
java.util.List<PathElement> remainingPathElements) |
boolean enter(KaleoNode currentKaleoNode, ExecutionContext executionContext) throws PortalException
PortalExceptionvoid execute(KaleoNode currentKaleoNode, ExecutionContext executionContext, java.util.List<PathElement> remainingPathElements) throws PortalException
PortalExceptionvoid executeTimer(KaleoNode currentKaleoNode, ExecutionContext executionContext) throws PortalException
PortalExceptionvoid exit(KaleoNode currentKaleoNode, ExecutionContext executionContext, java.util.List<PathElement> remainingPathElements) throws PortalException
PortalException