Uses of Class
de.xima.fc.exceptions.ExecutionAbortedException
-
Packages that use ExecutionAbortedException Package Description de.xima.fc.interfaces.workflow.execution de.xima.fc.workflow.processor.logic.execution -
-
Uses of ExecutionAbortedException in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that throw ExecutionAbortedException Modifier and Type Method Description INormalCompletionResult
IWorkflowExecutor. execute(WorkflowNode node)
Executes the given node.INormalCompletionResult
IWorkflowExecutor. executeChild(WorkflowNode parentNode, int childIndex)
Executes the given child of the node. -
Uses of ExecutionAbortedException in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution that throw ExecutionAbortedException Modifier and Type Method Description protected IWorkflowNodeResult
WorkflowExecutionContext. doExecute(WorkflowNode node)
-