Class ScopeEngineConfigurationUtil
java.lang.Object
com.flowable.platform.engine.impl.util.ScopeEngineConfigurationUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AbstractEngineConfigurationgetEngineConfiguration(String scopeType) static AbstractEngineConfigurationgetEngineConfiguration(String scopeType, CommandContext commandContext) static EntityLinkServicegetEntityLinkService(String scopeType) static HistoricEntityLinkServicegetHistoricEntityLinkService(String scopeType, CommandContext commandContext) static HistoricTaskServicegetHistoricTaskService(String scopeType, CommandContext commandContext) static VariableServiceConfigurationgetVariableServiceConfiguration(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)
-