Uses of Interface
de.xima.fc.interfaces.workflow.execution.IControlTransferringCompletionResult
- 
Packages that use IControlTransferringCompletionResult Package Description de.xima.fc.exceptions Package für allgemeine Exceptionsde.xima.fc.interfaces.workflow.execution  - 
- 
Uses of IControlTransferringCompletionResult in de.xima.fc.exceptions
Classes in de.xima.fc.exceptions that implement IControlTransferringCompletionResult Modifier and Type Class Description classNodeTransferredControlExceptionUsed by a node to indicate that the node completed abruptly by issuing a break or continue statement that jumps out of the current loop iteration. - 
Uses of IControlTransferringCompletionResult in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type IControlTransferringCompletionResult Modifier and Type Method Description booleanIWorkflowExecutor. isValidControlTransferTarget(WorkflowNode node, IControlTransferringCompletionResult controlTransfer)Whether the node is a valid target for the given control transfer, i.e.booleanIWorkflowExecutor. isValidControlTransferTarget(WorkflowNode node, IControlTransferringCompletionResult controlTransfer, String... types)Whether the node is a valid target for the given control transfer, i.e. 
 -