Uses of Interface
de.xima.fc.interfaces.workflow.params.IWorkflowRunTasksForEventParams
Packages that use IWorkflowRunTasksForEventParams
Package
Description
-
Uses of IWorkflowRunTasksForEventParams in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type IWorkflowRunTasksForEventParamsModifier and TypeMethodDescriptionIWorkflowTaskRunner.runTasksForEvent
(IWorkflowRunTasksForEventParams params) Executes the given workflow tasks triggered by an event, and returns the result. -
Uses of IWorkflowRunTasksForEventParams in de.xima.fc.workflow.processor.engine
Methods in de.xima.fc.workflow.processor.engine with parameters of type IWorkflowRunTasksForEventParamsModifier and TypeMethodDescriptionWorkflowTaskRunner.runTasksForEvent
(IWorkflowRunTasksForEventParams runTasksParams) -
Uses of IWorkflowRunTasksForEventParams in de.xima.fc.workflow.processor.logic.execution
Constructors in de.xima.fc.workflow.processor.logic.execution with parameters of type IWorkflowRunTasksForEventParamsModifierConstructorDescriptionWorkflowExecutionContext
(IWorkflowTaskRunnerParams params, IWorkflowRunTasksForEventParams runTasksParams) Creates a new execution context for executing the given task queue. -
Uses of IWorkflowRunTasksForEventParams in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IWorkflowRunTasksForEventParamsModifier and TypeClassDescriptionfinal class
Default POJO implementation ofIWorkflowRunTasksForEventParams
.