Class CommandContextUtil
java.lang.Object
com.flowable.app.engine.impl.util.CommandContextUtil
- Author:
- Joram Barrez, Tijs Rademakers
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AppDefinitionEntityManager
static AppDefinitionEntityManager
getAppDefinitionEntityManager
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static AppDeploymentEntityManager
static AppDeploymentEntityManager
getAppDeploymentEntityManager
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static AppEngineConfiguration
static AppEngineConfiguration
getAppEngineConfiguration
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static AppIncidentEntityManager
static AppIncidentEntityManager
getAppIncidentEntityManager
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.app.api.AppRepositoryService
static AppResourceEntityManager
static AppResourceEntityManager
getAppResourceEntityManager
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static AppVariableEntityManager
static AppVariableEntityManager
getAppVariableEntityManager
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.common.engine.impl.interceptor.CommandContext
static org.flowable.common.engine.impl.db.DbSqlSession
static org.flowable.common.engine.impl.db.DbSqlSession
getDbSqlSession
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.common.engine.impl.persistence.cache.EntityCache
static org.flowable.common.engine.impl.persistence.cache.EntityCache
getEntityCache
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.common.engine.api.delegate.event.FlowableEventDispatcher
static org.flowable.common.engine.api.delegate.event.FlowableEventDispatcher
getEventDispatcher
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.common.engine.impl.el.ExpressionManager
static org.flowable.common.engine.impl.el.ExpressionManager
getExpressionManager
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.idm.api.IdmEngineConfigurationApi
static org.flowable.idm.api.IdmEngineConfigurationApi
getIdmEngineConfiguration
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.idm.api.IdmIdentityService
static PageDefinitionEntityManager
static PageDefinitionEntityManager
getPageDefinitionEntityManager
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.common.engine.impl.persistence.entity.TableDataManager
static org.flowable.common.engine.impl.persistence.entity.TableDataManager
getTableDataManager
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
ATTRIBUTE_INVOLVED_CASE_INSTANCE_IDS
- See Also:
-
-
Constructor Details
-
CommandContextUtil
public CommandContextUtil()
-
-
Method Details
-
getAppEngineConfiguration
-
getAppEngineConfiguration
public static AppEngineConfiguration getAppEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getAppRepositoryService
public static org.flowable.app.api.AppRepositoryService getAppRepositoryService() -
getExpressionManager
public static org.flowable.common.engine.impl.el.ExpressionManager getExpressionManager() -
getExpressionManager
public static org.flowable.common.engine.impl.el.ExpressionManager getExpressionManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getEventDispatcher
public static org.flowable.common.engine.api.delegate.event.FlowableEventDispatcher getEventDispatcher() -
getEventDispatcher
public static org.flowable.common.engine.api.delegate.event.FlowableEventDispatcher getEventDispatcher(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getAppDeploymentEntityManager
-
getAppDeploymentEntityManager
public static AppDeploymentEntityManager getAppDeploymentEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getAppResourceEntityManager
-
getAppResourceEntityManager
public static AppResourceEntityManager getAppResourceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getAppDefinitionEntityManager
-
getAppDefinitionEntityManager
public static AppDefinitionEntityManager getAppDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getPageDefinitionEntityManager
-
getPageDefinitionEntityManager
public static PageDefinitionEntityManager getPageDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getAppVariableEntityManager
-
getAppVariableEntityManager
public static AppVariableEntityManager getAppVariableEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getAppIncidentEntityManager
-
getAppIncidentEntityManager
public static AppIncidentEntityManager getAppIncidentEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getTableDataManager
public static org.flowable.common.engine.impl.persistence.entity.TableDataManager getTableDataManager() -
getTableDataManager
public static org.flowable.common.engine.impl.persistence.entity.TableDataManager getTableDataManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getIdmEngineConfiguration
public static org.flowable.idm.api.IdmEngineConfigurationApi getIdmEngineConfiguration() -
getIdmEngineConfiguration
public static org.flowable.idm.api.IdmEngineConfigurationApi getIdmEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getIdmIdentityService
public static org.flowable.idm.api.IdmIdentityService getIdmIdentityService() -
getDbSqlSession
public static org.flowable.common.engine.impl.db.DbSqlSession getDbSqlSession() -
getDbSqlSession
public static org.flowable.common.engine.impl.db.DbSqlSession getDbSqlSession(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getEntityCache
public static org.flowable.common.engine.impl.persistence.cache.EntityCache getEntityCache() -
getEntityCache
public static org.flowable.common.engine.impl.persistence.cache.EntityCache getEntityCache(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getCommandContext
public static org.flowable.common.engine.impl.interceptor.CommandContext getCommandContext()
-