Class ScopeEngineConfigurationUtil
java.lang.Object
com.flowable.platform.engine.impl.util.ScopeEngineConfigurationUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.flowable.common.engine.impl.AbstractEngineConfiguration
getEngineConfiguration
(String scopeType) static org.flowable.common.engine.impl.AbstractEngineConfiguration
getEngineConfiguration
(String scopeType, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.entitylink.api.EntityLinkService
getEntityLinkService
(String scopeType) static org.flowable.entitylink.api.history.HistoricEntityLinkService
getHistoricEntityLinkService
(String scopeType, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.task.service.HistoricTaskService
getHistoricTaskService
(String scopeType, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.variable.service.VariableServiceConfiguration
getVariableServiceConfiguration
(String scopeType, org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Constructor Details
-
ScopeEngineConfigurationUtil
public ScopeEngineConfigurationUtil()
-
-
Method Details
-
getHistoricTaskService
public static org.flowable.task.service.HistoricTaskService getHistoricTaskService(String scopeType, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getEntityLinkService
-
getHistoricEntityLinkService
public static org.flowable.entitylink.api.history.HistoricEntityLinkService getHistoricEntityLinkService(String scopeType, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getVariableServiceConfiguration
public static org.flowable.variable.service.VariableServiceConfiguration getVariableServiceConfiguration(String scopeType, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getEngineConfiguration
public static org.flowable.common.engine.impl.AbstractEngineConfiguration getEngineConfiguration(String scopeType) -
getEngineConfiguration
public static org.flowable.common.engine.impl.AbstractEngineConfiguration getEngineConfiguration(String scopeType, org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-