Uses of Interface
de.xima.fc.interfaces.workflow.execution.IBaseCompletionResult
-
Packages that use IBaseCompletionResult Package Description de.xima.fc.exceptions Package für allgemeine Exceptionsde.xima.fc.interfaces.workflow.execution de.xima.fc.workflow.processor.model -
-
Uses of IBaseCompletionResult in de.xima.fc.exceptions
Classes in de.xima.fc.exceptions that implement IBaseCompletionResult Modifier and Type Class Description classAbstractAbruptCompletionExceptionIndicates that execution of a workflow node ended abruptly.classAbstractSuccessAbruptCompletionExceptionUsed by a node to indicate that the node completed abruptly by issuing a break or continue statement that jumps out of the current loop iteration.classNodeReturnedExceptionUsed by a node to indicate that the node completed abruptly by issuing a return statement.classNodeThrewExceptionIndicates that execution of a workflow node ended abruptly via a throw statement, including exceptions thrown by the workflow runtime engine.classNodeTransferredControlExceptionUsed by anodeto indicate that the node completed abruptly by issuing a control transfer statement. -
Uses of IBaseCompletionResult in de.xima.fc.interfaces.workflow.execution
Subinterfaces of IBaseCompletionResult in de.xima.fc.interfaces.workflow.execution Modifier and Type Interface Description interfaceIControlTransferringCompletionResultRepresents the result ofINodeHandler#executewhen the node was completed abruptly by issuing a local control transfer statement (e.g.interfaceIExceptionalCompletionResultRepresents the result ofINodeHandler#executewhen the node was completed abruptly by throwing an exception.interfaceINormalCompletionResultRepresents the result ofINodeHandler#executewhen the node was executed normally, i.e.interfaceIReturningCompletionResultRepresents the result ofINodeHandler#executewhen the node was completed abruptly by issuing a return statement.interfaceISuccessResultDataRepresents a successful result ofINodeHandler#execute, i.e. -
Uses of IBaseCompletionResult in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IBaseCompletionResult Modifier and Type Class Description classNormalCompletionResultPOJO implementation ofINormalCompletionResult.
-