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 TypeInterfaceDescriptioninterfaceThe result of execution aWorkflowTask, returned by the task runner when the task was not executed successfully.interfaceThe 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 IDoiVerificationResultServletEventResultFactory.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 ITaskQueueExecutionResultTaskQueueExecutionResult.forResult(ITaskExecutionResult finalResult, List<ITaskExecutionResult> individualResults) Method parameters in de.xima.fc.workflow.processor.model with type arguments of type ITaskExecutionResultModifier and TypeMethodDescriptionstatic TaskQueueExecutionResultTaskQueueExecutionResult.forException(ITaskExecutionErrorResult errorResult, List<ITaskExecutionResult> individualResults) static ITaskQueueExecutionResultTaskQueueExecutionResult.forResult(ITaskExecutionResult finalResult, List<ITaskExecutionResult> individualResults) static TaskQueueExecutionResultTaskQueueExecutionResult.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.