Uses of Interface
de.xima.fc.interfaces.workflow.execution.ISuccessResultData
Packages that use ISuccessResultData
Package
Description
Package für allgemeine Exceptions
-
Uses of ISuccessResultData in de.xima.fc.exceptions
Classes in de.xima.fc.exceptions that implement ISuccessResultDataModifier and TypeClassDescriptionclassUsed 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.final classUsed by a node to indicate that the node completed abruptly by issuing a return statement.final classUsed by anodeto indicate that the node completed abruptly by issuing a control transfer statement. -
Uses of ISuccessResultData in de.xima.fc.interfaces.workflow.execution
Subinterfaces of ISuccessResultData in de.xima.fc.interfaces.workflow.executionModifier and TypeInterfaceDescriptioninterfaceRepresents the result ofINodeHandler#executewhen the node was completed abruptly by issuing a local control transfer statement (e.g. a break or continue statement).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.Methods in de.xima.fc.interfaces.workflow.execution that return ISuccessResultDataModifier and TypeMethodDescriptiondefault ISuccessResultDataIWorkflowNodeResult.getSuccessResultData() -
Uses of ISuccessResultData in de.xima.fc.ms.test.workflow
Methods in de.xima.fc.ms.test.workflow that return ISuccessResultDataModifier and TypeMethodDescriptionprotected static ISuccessResultDataAEventRunnerTest.assertSuccess(IEventExecutionResult result, WorkflowNode node) protected static ISuccessResultDataAEventRunnerTest.assertSuccess(IEventExecutionResult result, WorkflowNode node, int... indices) protected static ISuccessResultDataAEventRunnerTest.getNodeSuccessResultData(IEventExecutionResult result, WorkflowNode node) -
Uses of ISuccessResultData in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement ISuccessResultData