Uses of Interface
de.xima.fc.interfaces.workflow.execution.ITaskExecutionErrorResult
Packages that use ITaskExecutionErrorResult
Package
Description
Package für allgemeine Exceptions
-
Uses of ITaskExecutionErrorResult in de.xima.fc.exceptions
Methods in de.xima.fc.exceptions that return ITaskExecutionErrorResultConstructors in de.xima.fc.exceptions with parameters of type ITaskExecutionErrorResultModifierConstructorDescriptionWorkflowTaskExecutionException
(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 ITaskExecutionErrorResultModifier and TypeMethodDescriptiondefault ITaskExecutionErrorResult
ITaskExecutionResult.asError()
-
Uses of ITaskExecutionErrorResult in de.xima.fc.ms.test.workflow
Methods in de.xima.fc.ms.test.workflow that return ITaskExecutionErrorResultModifier and TypeMethodDescriptionprotected static ITaskExecutionErrorResult
AEventRunnerTest.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 ITaskExecutionErrorResultModifier and TypeMethodDescriptionstatic TaskQueueExecutionResult
TaskQueueExecutionResult.forException
(ITaskExecutionErrorResult errorResult, List<ITaskExecutionResult> individualResults)