Uses of Interface
de.xima.fc.interfaces.workflow.params.ICompletionResultBuilder
Packages that use ICompletionResultBuilder
Package
Description
-
Uses of ICompletionResultBuilder in de.xima.fc.interfaces.workflow.params
Subinterfaces of ICompletionResultBuilder in de.xima.fc.interfaces.workflow.paramsModifier and TypeInterfaceDescriptioninterfaceIAbruptCompletionExceptionBuilder<TBuilder,TResult> Builder for the result of a node that was completed abruptly by throwing an exception or issuing a return statement.interfaceBuilder 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 encounters an error upon execution.interfaceBuilder for the result returned by a node when it was executed successfully.interfaceISuccessResultBuilder<TBuilder,TResult> Builder for the result of a node when it was executed successfully. -
Uses of ICompletionResultBuilder in de.xima.fc.workflow.processor.logic.execution
Classes in de.xima.fc.workflow.processor.logic.execution that implement ICompletionResultBuilderModifier and TypeClassDescriptionfinal classDefault implementation ofINormalCompletionResultBuilderused by the task runner.