Uses of Interface
de.xima.fc.workflow.iface.IWorkflowTaskRunnerParams
Packages that use IWorkflowTaskRunnerParams
Package
Description
- 
Uses of IWorkflowTaskRunnerParams in de.xima.fc.workflow.model
Classes in de.xima.fc.workflow.model that implement IWorkflowTaskRunnerParamsModifier and TypeClassDescriptionfinal classPOJO implementation ofIWorkflowTaskRunnerParamswith a builder.Methods in de.xima.fc.workflow.model that return IWorkflowTaskRunnerParams - 
Uses of IWorkflowTaskRunnerParams in de.xima.fc.workflow.processor.engine
Constructors in de.xima.fc.workflow.processor.engine with parameters of type IWorkflowTaskRunnerParams - 
Uses of IWorkflowTaskRunnerParams in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution that return IWorkflowTaskRunnerParamsModifier and TypeMethodDescriptionstatic IWorkflowTaskRunnerParamsWorkflowTaskRunnerParamsResolver.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 IWorkflowTaskRunnerParamsModifier and TypeMethodDescriptionstatic IEventExecutionResultEmptyEventExecutionResult.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 IWorkflowTaskRunnerParamsWorkflowTaskRunnerParamsResolver.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 IWorkflowTaskRunnerParamsModifierConstructorDescriptionWorkflowExecutionContext(IWorkflowTaskRunnerParams params, IWorkflowRunTasksForEventParams runTasksParams) Creates a new execution context for executing the given task queue.