Uses of Class
org.ikasan.job.orchestration.configuration.JobContextParamsSetupConfiguration
-
Packages that use JobContextParamsSetupConfiguration Package Description org.ikasan.job.orchestration.configuration org.ikasan.job.orchestration.context.util -
-
Uses of JobContextParamsSetupConfiguration in org.ikasan.job.orchestration.configuration
Methods in org.ikasan.job.orchestration.configuration that return JobContextParamsSetupConfiguration Modifier and Type Method Description JobContextParamsSetupConfigurationJobContextParamsSetupFactory. jobContextParamsSetupConfiguration()Reads from the properties file a List of location where the individual context configuration are stored. -
Uses of JobContextParamsSetupConfiguration in org.ikasan.job.orchestration.context.util
Constructors in org.ikasan.job.orchestration.context.util with parameters of type JobContextParamsSetupConfiguration Constructor Description SchedulerContextParametersPropertiesProvider(JobContextParamsSetupConfiguration jobContextParamsSetupConfiguration, java.util.Map<java.lang.String,java.lang.String> spelExpressionMap)
-