Uses of Interface
de.xima.fc.interfaces.workflow.execution.ITaskExecutionErrorResult
- 
Packages that use ITaskExecutionErrorResult 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 ITaskExecutionErrorResult in de.xima.fc.exceptions
Methods in de.xima.fc.exceptions that return ITaskExecutionErrorResult Modifier and Type Method Description ITaskExecutionErrorResultWorkflowTaskExecutionException. getExecutionResult()Constructors in de.xima.fc.exceptions with parameters of type ITaskExecutionErrorResult Constructor Description WorkflowTaskExecutionException(ITaskExecutionErrorResult result, String message)WorkflowTaskExecutionException(ITaskExecutionErrorResult result, String message, Throwable cause)WorkflowTaskExecutionException(ITaskExecutionErrorResult result, Throwable cause) - 
Uses of ITaskExecutionErrorResult in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return ITaskExecutionErrorResult Modifier and Type Method Description default ITaskExecutionErrorResultITaskExecutionResult. asError() - 
Uses of ITaskExecutionErrorResult in de.xima.fc.ms.test.workflow
Methods in de.xima.fc.ms.test.workflow that return ITaskExecutionErrorResult Modifier and Type Method Description protected static ITaskExecutionErrorResultAEventRunnerTest. assertFailure(IEventExecutionResult result) - 
Uses of ITaskExecutionErrorResult in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model with parameters of type ITaskExecutionErrorResult Modifier and Type Method Description static TaskQueueExecutionResultTaskQueueExecutionResult. forException(ITaskExecutionErrorResult errorResult, List<ITaskExecutionResult> individualResults) 
 -