Uses of Interface
de.xima.fc.interfaces.workflow.params.INodeTransferredControlExceptionBuilder
Packages that use INodeTransferredControlExceptionBuilder
-
Uses of INodeTransferredControlExceptionBuilder in de.xima.fc.interfaces.workflow.params
Subinterfaces with type arguments of type INodeTransferredControlExceptionBuilder in de.xima.fc.interfaces.workflow.paramsModifier and TypeInterfaceDescriptioninterfaceBuilder for the exception thrown by a node when it wishes to peform an abrupt local control transfer, e.g. by issuing a break or continue statement.interfaceBuilder for the exception thrown by a node when it wishes to peform an abrupt local control transfer, e.g. by issuing a break or continue statement.Methods in de.xima.fc.interfaces.workflow.params that return INodeTransferredControlExceptionBuilderModifier and TypeMethodDescriptionINodeTransferredControlExceptionBuilder.targetNode(WorkflowNode targetNode) Sets the optionaltargetof the loop node which is targeted by the abrupt loop completion.INodeTransferredControlExceptionBuilder.targetNode(NodeKey targetNode) Sets the optionalnode keyof the loop node which is targeted by the abrupt loop completion.INodeExecutionParams.transferringControlException(String controlTransferType) When the node was executed, and you wish to break the execution of an ongoing loop via a break statement, create a breaking loop exception with this method and throw it.