Class CommandContextUtil
java.lang.Object
org.flowable.app.engine.impl.util.CommandContextUtil
- Author:
- Joram Barrez, Tijs Rademakers
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AppDefinitionEntityManagerstatic AppDefinitionEntityManagergetAppDefinitionEntityManager(CommandContext commandContext) static AppDeploymentEntityManagerstatic AppDeploymentEntityManagergetAppDeploymentEntityManager(CommandContext commandContext) static AppEngineConfigurationstatic AppEngineConfigurationgetAppEngineConfiguration(CommandContext commandContext) static AppRepositoryServicestatic AppResourceEntityManagerstatic AppResourceEntityManagergetAppResourceEntityManager(CommandContext commandContext) static CommandContextstatic DbSqlSessionstatic DbSqlSessiongetDbSqlSession(CommandContext commandContext) static EntityCachestatic EntityCachegetEntityCache(CommandContext commandContext) static FlowableEventDispatcherstatic FlowableEventDispatchergetEventDispatcher(CommandContext commandContext) static ExpressionManagerstatic ExpressionManagergetExpressionManager(CommandContext commandContext) static IdentityLinkServicestatic IdentityLinkServicegetIdentityLinkService(CommandContext commandContext) getIdentityLinkServiceConfiguration(CommandContext commandContext) static org.flowable.idm.api.IdmEngineConfigurationApistatic org.flowable.idm.api.IdmEngineConfigurationApigetIdmEngineConfiguration(CommandContext commandContext) static org.flowable.idm.api.IdmIdentityServicestatic TableDataManagerstatic TableDataManagergetTableDataManager(CommandContext commandContext) static VariableServicestatic VariableServicegetVariableService(CommandContext commandContext) static VariableServiceConfigurationstatic VariableServiceConfigurationgetVariableServiceConfiguration(CommandContext commandContext)
-
Field Details
-
ATTRIBUTE_INVOLVED_CASE_INSTANCE_IDS
- See Also:
-
-
Constructor Details
-
CommandContextUtil
public CommandContextUtil()
-
-
Method Details
-
getAppEngineConfiguration
-
getAppEngineConfiguration
-
getAppRepositoryService
-
getExpressionManager
-
getExpressionManager
-
getEventDispatcher
-
getEventDispatcher
-
getAppDeploymentEntityManager
-
getAppDeploymentEntityManager
public static AppDeploymentEntityManager getAppDeploymentEntityManager(CommandContext commandContext) -
getAppResourceEntityManager
-
getAppResourceEntityManager
-
getAppDefinitionEntityManager
-
getAppDefinitionEntityManager
public static AppDefinitionEntityManager getAppDefinitionEntityManager(CommandContext commandContext) -
getTableDataManager
-
getTableDataManager
-
getVariableService
-
getVariableService
-
getIdmEngineConfiguration
public static org.flowable.idm.api.IdmEngineConfigurationApi getIdmEngineConfiguration() -
getIdmEngineConfiguration
public static org.flowable.idm.api.IdmEngineConfigurationApi getIdmEngineConfiguration(CommandContext commandContext) -
getIdmIdentityService
public static org.flowable.idm.api.IdmIdentityService getIdmIdentityService() -
getIdentityLinkServiceConfiguration
-
getIdentityLinkServiceConfiguration
public static IdentityLinkServiceConfiguration getIdentityLinkServiceConfiguration(CommandContext commandContext) -
getIdentityLinkService
-
getIdentityLinkService
-
getVariableServiceConfiguration
-
getVariableServiceConfiguration
public static VariableServiceConfiguration getVariableServiceConfiguration(CommandContext commandContext) -
getDbSqlSession
-
getDbSqlSession
-
getEntityCache
-
getEntityCache
-
getCommandContext
-