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.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 ITaskExecutionErrorResult
WorkflowTaskExecutionException. 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 ITaskExecutionErrorResult
ITaskExecutionResult. asError()
-
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 TaskQueueExecutionResult
TaskQueueExecutionResult. forException(ITaskExecutionErrorResult errorResult, List<ITaskExecutionResult> individualResults)
-