Uses of Interface
de.xima.fc.interfaces.workflow.execution.IBaseCompletionResult
Packages that use IBaseCompletionResult
Package
Description
Package für allgemeine Exceptions
-
Uses of IBaseCompletionResult in de.xima.fc.exceptions
Classes in de.xima.fc.exceptions that implement IBaseCompletionResultModifier and TypeClassDescriptionclassIndicates that execution of a workflow node ended abruptly.final classIndicates that an exception occurred during the execution of a workflow node.final classIndicates that execution of a workflow node ended abruptly via a throw statement, including exceptions thrown by the workflow runtime engine. -
Uses of IBaseCompletionResult in de.xima.fc.interfaces.workflow.execution
Subinterfaces of IBaseCompletionResult in de.xima.fc.interfaces.workflow.executionModifier and TypeInterfaceDescriptioninterfaceRepresents the result ofINodeHandler#executewhen the node was completed abruptly by throwing an exception.interfaceRepresents the result ofINodeHandler#executewhen the node was executed normally, i.e. without throwing an exception or returning.interfaceRepresents the result ofINodeHandler#executewhen the node was completed abruptly by issuing a return statement.interfaceRepresents a successful result ofINodeHandler#execute, i.e. when the node completes normally or abruptly by returning. -
Uses of IBaseCompletionResult in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IBaseCompletionResult