Class WorkflowTaskRunnerParamsResolver
java.lang.Object
de.xima.fc.workflow.processor.logic.execution.WorkflowTaskRunnerParamsResolver
Helper class that takes an instance of
IWorkflowTaskRunnerParams
and return a new instance with appropriate
defaults supplied for all missing values.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionstatic IWorkflowTaskRunnerParams
resolve
(IEntityContext ec, IWorkflowTaskRunnerParams params) Resolves the given parameters by applying the appropriate defaults.
-
Method Details
-
resolve
public static IWorkflowTaskRunnerParams resolve(IEntityContext ec, IWorkflowTaskRunnerParams params) Resolves the given parameters by applying the appropriate defaults.- Parameters:
ec
- Entity context to read missing data from the database.params
- Parameters to resolve.- Returns:
- The resolved parameters.
-