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