Uses of Interface
de.xima.fc.interfaces.workflow.execution.ITaskExecutionResult
Packages that use ITaskExecutionResult
Package
Description
-
Uses of ITaskExecutionResult in de.xima.fc.interfaces.workflow.execution
Subinterfaces of ITaskExecutionResult in de.xima.fc.interfaces.workflow.executionModifier and TypeInterfaceDescriptioninterface
The result of execution aWorkflowTask
, returned by the task runner when the task was not executed successfully.interface
The result of execution aWorkflowTask
, returned by the task runner when the task was executed successfully.Methods in de.xima.fc.interfaces.workflow.execution that return ITaskExecutionResultModifier and TypeMethodDescriptionITaskQueueExecutionResult.getMainResult()
IWorkflowExecutionPostProcessParams.getResult()
Methods in de.xima.fc.interfaces.workflow.execution that return types with arguments of type ITaskExecutionResult -
Uses of ITaskExecutionResult in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params that return ITaskExecutionResult -
Uses of ITaskExecutionResult in de.xima.fc.servlet.event.result
Methods in de.xima.fc.servlet.event.result with parameters of type ITaskExecutionResultModifier and TypeMethodDescriptionstatic final IDoiVerificationResult
ServletEventResultFactory.doiVerificationSuccess
(IEntityContext ec, ITaskExecutionResult result, Locale locale) -
Uses of ITaskExecutionResult in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution that return ITaskExecutionResultModifier and TypeMethodDescriptionWorkflowExecutionContext.createFinalResult
(List<ITaskExecutionResult> individualResults) Internal method called after the list of tasks were executed.Method parameters in de.xima.fc.workflow.processor.logic.execution with type arguments of type ITaskExecutionResultModifier and TypeMethodDescriptionWorkflowExecutionContext.createFinalResult
(List<ITaskExecutionResult> individualResults) Internal method called after the list of tasks were executed. -
Uses of ITaskExecutionResult in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model that return ITaskExecutionResultModifier and TypeMethodDescriptionTriggerOnTaskFinishParams.getExecutionResult()
TaskQueueExecutionResult.getMainResult()
Methods in de.xima.fc.workflow.processor.model that return types with arguments of type ITaskExecutionResultMethods in de.xima.fc.workflow.processor.model with parameters of type ITaskExecutionResultModifier and TypeMethodDescriptionstatic ITaskQueueExecutionResult
TaskQueueExecutionResult.forResult
(ITaskExecutionResult finalResult, List<ITaskExecutionResult> individualResults) Method parameters in de.xima.fc.workflow.processor.model with type arguments of type ITaskExecutionResultModifier and TypeMethodDescriptionstatic TaskQueueExecutionResult
TaskQueueExecutionResult.forException
(ITaskExecutionErrorResult errorResult, List<ITaskExecutionResult> individualResults) static ITaskQueueExecutionResult
TaskQueueExecutionResult.forResult
(ITaskExecutionResult finalResult, List<ITaskExecutionResult> individualResults) static TaskQueueExecutionResult
TaskQueueExecutionResult.forSuccess
(ITaskExecutionSuccessResult successResult, List<ITaskExecutionResult> individualResults) Constructors in de.xima.fc.workflow.processor.model with parameters of type ITaskExecutionResultModifierConstructorDescriptionTriggerOnTaskFinishParams
(IWorkflowExecutionContext workflowContext, IWorkflowEventData eventData, WorkflowTask task, WorkflowTrigger trigger, ITaskExecutionResult executionResult) Creates a new instance with the given data.