Uses of Interface
de.xima.fc.interfaces.workflow.params.ISuccessResultBuilder
Packages that use ISuccessResultBuilder
-
Uses of ISuccessResultBuilder in de.xima.fc.interfaces.workflow.params
Subinterfaces of ISuccessResultBuilder in de.xima.fc.interfaces.workflow.paramsModifier and TypeInterfaceDescriptioninterfaceBuilder for the exception thrown by a node when it wishes to stop the current execution by issuing a return 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.interfaceBuilder for the result returned by a node when it was executed successfully.