Uses of Interface
de.xima.fc.interfaces.workflow.execution.ITaskQueueExecutionResult
-
-
Uses of ITaskQueueExecutionResult in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return ITaskQueueExecutionResult Modifier and Type Method Description ITaskQueueExecutionResult
IEventExecutionResult. getResult()
ITaskQueueExecutionResult
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 ITaskQueueExecutionResult Modifier and Type Method Description ITaskQueueExecutionResult
WorkflowTaskRunner. 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 Modifier and Type Method Description ITaskQueueExecutionResult
EmptyEventExecutionResult. getResult()
-
Uses of ITaskQueueExecutionResult in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement ITaskQueueExecutionResult Modifier and Type Class Description class
TaskQueueExecutionResult
POJO implementation of aITaskQueueExecutionResult
.Methods in de.xima.fc.workflow.processor.model that return ITaskQueueExecutionResult Modifier and Type Method Description static ITaskQueueExecutionResult
TaskQueueExecutionResult. forResult(ITaskExecutionResult finalResult, List<ITaskExecutionResult> individualResults)
ITaskQueueExecutionResult
EventExecutionResult. getResult()
Methods in de.xima.fc.workflow.processor.model with parameters of type ITaskQueueExecutionResult Modifier and Type Method Description static IEventExecutionResult
EventExecutionResult. forSuccess(ITaskQueueExecutionResult result)
-