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