Uses of Interface
de.xima.fc.interfaces.workflow.execution.ITaskQueueExecutionResult
Packages that use ITaskQueueExecutionResult
Package
Description
-
Uses of ITaskQueueExecutionResult in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return ITaskQueueExecutionResultModifier and TypeMethodDescriptionIEventExecutionResult.getResult()
IWorkflowTaskRunner.runTasksForEvent
(IWorkflowRunTasksForEventParams params) Executes the given workflow tasks triggered by an event, and returns the result. -
Uses of ITaskQueueExecutionResult in de.xima.fc.workflow.processor.engine
Methods in de.xima.fc.workflow.processor.engine that return ITaskQueueExecutionResultModifier and TypeMethodDescriptionWorkflowTaskRunner.runTasksForEvent
(IWorkflowRunTasksForEventParams runTasksParams) -
Uses of ITaskQueueExecutionResult in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution that return ITaskQueueExecutionResult -
Uses of ITaskQueueExecutionResult in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement ITaskQueueExecutionResultMethods in de.xima.fc.workflow.processor.model that return ITaskQueueExecutionResultModifier and TypeMethodDescriptionstatic ITaskQueueExecutionResult
TaskQueueExecutionResult.forResult
(ITaskExecutionResult finalResult, List<ITaskExecutionResult> individualResults) EventExecutionResult.getResult()
Methods in de.xima.fc.workflow.processor.model with parameters of type ITaskQueueExecutionResultModifier and TypeMethodDescriptionstatic IEventExecutionResult
EventExecutionResult.forSuccess
(ITaskQueueExecutionResult result)