Uses of Interface
de.xima.fc.interfaces.workflow.params.ISuccessResultBuilder
- 
Packages that use ISuccessResultBuilder Package Description de.xima.fc.interfaces.workflow.params de.xima.fc.workflow.processor.logic.execution  - 
- 
Uses of ISuccessResultBuilder in de.xima.fc.interfaces.workflow.params
Subinterfaces of ISuccessResultBuilder in de.xima.fc.interfaces.workflow.params Modifier and Type Interface Description interfaceINodeReturnedExceptionBuilderBuilder for the exception thrown by a node when it wishes to stop the current execution by issuing a return statement.interfaceINormalCompletionResultBuilderBuilder for the result returned by a node when it was executed successfully. - 
Uses of ISuccessResultBuilder in de.xima.fc.workflow.processor.logic.execution
Classes in de.xima.fc.workflow.processor.logic.execution that implement ISuccessResultBuilder Modifier and Type Class Description classNormalCompletionResultBuilderDefault implementation ofINormalCompletionResultBuilderused by the task runner. 
 -