Uses of Interface
de.xima.fc.interfaces.workflow.execution.ITaskExecutionSuccessResult
-
Packages that use ITaskExecutionSuccessResult Package Description de.xima.fc.interfaces.workflow.execution de.xima.fc.workflow.processor.logic.execution de.xima.fc.workflow.processor.model -
-
Uses of ITaskExecutionSuccessResult in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return ITaskExecutionSuccessResult Modifier and Type Method Description default ITaskExecutionSuccessResult
ITaskExecutionResult. asSuccess()
-
Uses of ITaskExecutionSuccessResult in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution that return ITaskExecutionSuccessResult Modifier and Type Method Description ITaskExecutionSuccessResult
WorkflowExecutionContext. createExecutionSuccessResult(com.google.common.collect.ImmutableList<Long> tasks)
Should be called after the task was executed completely. -
Uses of ITaskExecutionSuccessResult in de.xima.fc.workflow.processor.model
Methods in de.xima.fc.workflow.processor.model with parameters of type ITaskExecutionSuccessResult Modifier and Type Method Description static TaskQueueExecutionResult
TaskQueueExecutionResult. forSuccess(ITaskExecutionSuccessResult successResult, List<ITaskExecutionResult> individualResults)
-