Uses of Interface
de.xima.fc.interfaces.workflow.execution.ISuccessResultData
-
Packages that use ISuccessResultData Package Description de.xima.fc.exceptions Package für allgemeine Exceptionsde.xima.fc.interfaces.workflow.execution de.xima.fc.workflow.processor.model -
-
Uses of ISuccessResultData in de.xima.fc.exceptions
Classes in de.xima.fc.exceptions that implement ISuccessResultData Modifier and Type Class Description classNodeReturnedExceptionIndicates that an exception occurred during the execution of a workflow node. -
Uses of ISuccessResultData in de.xima.fc.interfaces.workflow.execution
Subinterfaces of ISuccessResultData in de.xima.fc.interfaces.workflow.execution Modifier and Type Interface Description interfaceINormalCompletionResultRepresents the result ofINodeHandler#executewhen the node was executed normally, i.e. without throwing an exception or returning.interfaceIReturningCompletionResultRepresents the result ofINodeHandler#executewhen the node was completed abruptly by issuing a return statement.Methods in de.xima.fc.interfaces.workflow.execution that return ISuccessResultData Modifier and Type Method Description default ISuccessResultDataIWorkflowNodeResult. getSuccessResultData() -
Uses of ISuccessResultData in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement ISuccessResultData Modifier and Type Class Description classNormalCompletionResultPOJO implementation ofINormalCompletionResult.
-