Uses of Interface
de.xima.fc.workflow.iface.IWorkflowTaskRunnerParams
-
Packages that use IWorkflowTaskRunnerParams Package Description de.xima.fc.workflow.model de.xima.fc.workflow.processor.engine de.xima.fc.workflow.processor.logic.execution -
-
Uses of IWorkflowTaskRunnerParams in de.xima.fc.workflow.model
Classes in de.xima.fc.workflow.model that implement IWorkflowTaskRunnerParams Modifier and Type Class Description class
WorkflowTaskRunnerParams
POJO implementation ofIWorkflowTaskRunnerParams
with a builder.Methods in de.xima.fc.workflow.model that return IWorkflowTaskRunnerParams Modifier and Type Method Description IWorkflowTaskRunnerParams
WorkflowTaskRunnerParams.Builder. build()
-
Uses of IWorkflowTaskRunnerParams in de.xima.fc.workflow.processor.engine
Constructors in de.xima.fc.workflow.processor.engine with parameters of type IWorkflowTaskRunnerParams Constructor Description WorkflowTaskRunner(IWorkflowTaskRunnerParams params)
-
Uses of IWorkflowTaskRunnerParams in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution that return IWorkflowTaskRunnerParams Modifier and Type Method Description static IWorkflowTaskRunnerParams
WorkflowTaskRunnerParamsResolver. resolve(IEntityContext ec, IWorkflowTaskRunnerParams params)
Resolves the given parameters by applying the appropriate defaults.Methods in de.xima.fc.workflow.processor.logic.execution with parameters of type IWorkflowTaskRunnerParams Modifier and Type Method Description static IEventExecutionResult
EmptyEventExecutionResult. forFormRecord(IEntityContext ec, IWorkflowTaskRunnerParams params)
Creates a new event execution result for a form record that can be used when no tasks were executed (when no triggers fired).static IWorkflowTaskRunnerParams
WorkflowTaskRunnerParamsResolver. resolve(IEntityContext ec, IWorkflowTaskRunnerParams params)
Resolves the given parameters by applying the appropriate defaults.Constructors in de.xima.fc.workflow.processor.logic.execution with parameters of type IWorkflowTaskRunnerParams Constructor Description WorkflowExecutionContext(IWorkflowTaskRunnerParams params, IWorkflowRunTasksForEventParams runTasksParams)
Creates a new execution context for executing the given task queue.
-