Class CommandContextUtil
java.lang.Object
com.flowable.app.engine.impl.util.CommandContextUtil
- Author:
- Joram Barrez, Tijs Rademakers
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AppDefinitionEntityManager
static AppDefinitionEntityManager
getAppDefinitionEntityManager
(CommandContext commandContext) static AppDeploymentEntityManager
static AppDeploymentEntityManager
getAppDeploymentEntityManager
(CommandContext commandContext) static AppEngineConfiguration
static AppEngineConfiguration
getAppEngineConfiguration
(CommandContext commandContext) static AppIncidentEntityManager
static AppIncidentEntityManager
getAppIncidentEntityManager
(CommandContext commandContext) static AppRepositoryService
static AppResourceEntityManager
static AppResourceEntityManager
getAppResourceEntityManager
(CommandContext commandContext) static AppVariableEntityManager
static AppVariableEntityManager
getAppVariableEntityManager
(CommandContext commandContext) static CommandContext
static DbSqlSession
static DbSqlSession
getDbSqlSession
(CommandContext commandContext) static EntityCache
static EntityCache
getEntityCache
(CommandContext commandContext) static FlowableEventDispatcher
static FlowableEventDispatcher
getEventDispatcher
(CommandContext commandContext) static ExpressionManager
static ExpressionManager
getExpressionManager
(CommandContext commandContext) static IdmEngineConfigurationApi
static IdmEngineConfigurationApi
getIdmEngineConfiguration
(CommandContext commandContext) static IdmIdentityService
static PageDefinitionEntityManager
static PageDefinitionEntityManager
getPageDefinitionEntityManager
(CommandContext commandContext) static TableDataManager
static TableDataManager
getTableDataManager
(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) -
getPageDefinitionEntityManager
-
getPageDefinitionEntityManager
public static PageDefinitionEntityManager getPageDefinitionEntityManager(CommandContext commandContext) -
getAppVariableEntityManager
-
getAppVariableEntityManager
-
getAppIncidentEntityManager
-
getAppIncidentEntityManager
-
getTableDataManager
-
getTableDataManager
-
getIdmEngineConfiguration
-
getIdmEngineConfiguration
-
getIdmIdentityService
-
getDbSqlSession
-
getDbSqlSession
-
getEntityCache
-
getEntityCache
-
getCommandContext
-