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 INormalCompletionResultIWorkflowExecutor. execute(WorkflowNode node)Executes the given node.INormalCompletionResultIWorkflowExecutor. 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 IWorkflowNodeResultWorkflowExecutionContext. doExecute(WorkflowNode node) 
 -