Package com.flowable.indexing.utils
Class ScopeEngineConfigurationUtil
- java.lang.Object
-
- com.flowable.indexing.utils.ScopeEngineConfigurationUtil
-
public class ScopeEngineConfigurationUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ScopeEngineConfigurationUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AbstractEngineConfiguration
getEngineConfiguration(CommandContext commandContext)
static JobServiceConfiguration
getJobServiceConfiguration(CommandContext commandContext)
-
-
-
Method Detail
-
getJobServiceConfiguration
public static JobServiceConfiguration getJobServiceConfiguration(CommandContext commandContext)
-
getEngineConfiguration
public static AbstractEngineConfiguration getEngineConfiguration(CommandContext commandContext)
-
-