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 ITaskQueueExecutionResultIEventExecutionResult. getResult()ITaskQueueExecutionResultIWorkflowTaskRunner. 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 ITaskQueueExecutionResultWorkflowTaskRunner. 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 ITaskQueueExecutionResultEmptyEventExecutionResult. 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 classTaskQueueExecutionResultPOJO implementation of aITaskQueueExecutionResult.Methods in de.xima.fc.workflow.processor.model that return ITaskQueueExecutionResult Modifier and Type Method Description static ITaskQueueExecutionResultTaskQueueExecutionResult. forResult(ITaskExecutionResult finalResult, List<ITaskExecutionResult> individualResults)ITaskQueueExecutionResultEventExecutionResult. getResult()Methods in de.xima.fc.workflow.processor.model with parameters of type ITaskQueueExecutionResult Modifier and Type Method Description static IEventExecutionResultEventExecutionResult. forSuccess(ITaskQueueExecutionResult result) 
 -