Uses of Class
de.xima.fc.exceptions.ExecutionAbortedException
Packages that use ExecutionAbortedException
Package
Description
-
Uses of ExecutionAbortedException in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that throw ExecutionAbortedExceptionModifier and TypeMethodDescriptionIWorkflowExecutor.execute
(WorkflowNode node) Executes the given node.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 ExecutionAbortedExceptionModifier and TypeMethodDescriptionprotected IWorkflowNodeResult
WorkflowExecutionContext.doExecute
(WorkflowNode node)