Uses of Class
de.xima.fc.exceptions.NodeSoftErrorException
-
Packages that use NodeSoftErrorException Package Description de.xima.fc.exceptions Package für allgemeine Exceptionsde.xima.fc.interfaces.workflow.execution de.xima.fc.ms.test.workflow de.xima.fc.workflow.processor.model -
-
Uses of NodeSoftErrorException in de.xima.fc.exceptions
Methods in de.xima.fc.exceptions that return types with arguments of type NodeSoftErrorException Modifier and Type Method Description List<NodeSoftErrorException>
AbstractSuccessAbruptCompletionException. getSoftErrors()
Method parameters in de.xima.fc.exceptions with type arguments of type NodeSoftErrorException Modifier and Type Method Description Self
AbstractSuccessAbruptCompletionException.Builder. softErrors(List<NodeSoftErrorException> softErrors)
Constructor parameters in de.xima.fc.exceptions with type arguments of type NodeSoftErrorException Constructor Description NodeReturnedException(WorkflowNode node, Object alwaysValue, Object successValue, IWorkflowFileValue fileValue, List<NodeSoftErrorException> softErrors, String message)
Deprecated.NodeReturnedException(WorkflowNode node, Object alwaysValue, Object successValue, IWorkflowFileValue fileValue, List<NodeSoftErrorException> softErrors, String message, Throwable cause)
Deprecated.NodeReturnedException(WorkflowNode node, Object alwaysValue, Object successValue, IWorkflowFileValue fileValue, List<NodeSoftErrorException> softErrors, Throwable cause)
Deprecated. -
Uses of NodeSoftErrorException in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return types with arguments of type NodeSoftErrorException Modifier and Type Method Description List<NodeSoftErrorException>
ISuccessResultData. getSoftErrors()
Business logic might need to distinguish between hard errors and soft errors.default List<NodeSoftErrorException>
IWorkflowNodeResult. getSoftErrors()
-
Uses of NodeSoftErrorException in de.xima.fc.ms.test.workflow
Methods in de.xima.fc.ms.test.workflow that return NodeSoftErrorException Modifier and Type Method Description protected static NodeSoftErrorException
AEventRunnerTest. getNodeSoftError(IEventExecutionResult result, WorkflowNode node)
protected static NodeSoftErrorException
AEventRunnerTest. getNodeSoftError(IWorkflowNodeResult nodeResult)
Methods in de.xima.fc.ms.test.workflow that return types with arguments of type NodeSoftErrorException Modifier and Type Method Description protected static List<NodeSoftErrorException>
AEventRunnerTest. getNodeSoftErrors(IEventExecutionResult result, WorkflowNode node)
protected static List<NodeSoftErrorException>
AEventRunnerTest. getNodeSoftErrors(IWorkflowNodeResult nodeResult)
-
Uses of NodeSoftErrorException in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return types with arguments of type NodeSoftErrorException Modifier and Type Method Description List<NodeSoftErrorException>
NormalCompletionResult. getSoftErrors()
Method parameters in de.xima.fc.workflow.processor.model with type arguments of type NodeSoftErrorException Modifier and Type Method Description NormalCompletionResult.Builder
NormalCompletionResult.Builder. softErrors(List<NodeSoftErrorException> softErrors)
Constructor parameters in de.xima.fc.workflow.processor.model with type arguments of type NodeSoftErrorException Constructor Description NormalCompletionResult(WorkflowNode node, Object alwaysValue, Object successValue, IWorkflowFileValue fileValue, List<NodeSoftErrorException> softErrors)
Deprecated.
-