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
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)
-
Constructor Details
-
ScopeEngineConfigurationUtil
public ScopeEngineConfigurationUtil()
-
-
Method Details
-
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)
-