Uses of Interface
de.xima.fc.interfaces.workflow.execution.IControlTransferringCompletionResult
Packages that use IControlTransferringCompletionResult
Package
Description
Package für allgemeine Exceptions
-
Uses of IControlTransferringCompletionResult in de.xima.fc.exceptions
Classes in de.xima.fc.exceptions that implement IControlTransferringCompletionResultModifier and TypeClassDescriptionfinal classUsed by anodeto indicate that the node completed abruptly by issuing a control transfer statement. -
Uses of IControlTransferringCompletionResult in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type IControlTransferringCompletionResultModifier and TypeMethodDescriptionbooleanIWorkflowExecutor.isValidControlTransferTarget(WorkflowNode node, IControlTransferringCompletionResult controlTransfer) Whether the node is a valid target for the given control transfer, i.e. whether it matches thetargetand supports thetransfer type.booleanIWorkflowExecutor.isValidControlTransferTarget(WorkflowNode node, IControlTransferringCompletionResult controlTransfer, String... types) Whether the node is a valid target for the given control transfer, i.e. whether it matches thetargetand supports both thetransfer typeas well as one of the given types.