Class CommandContextUtil
java.lang.Object
com.flowable.app.engine.impl.util.CommandContextUtil
public class CommandContextUtil
extends java.lang.Object
- Author:
- Joram Barrez, Tijs Rademakers
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ATTRIBUTE_INVOLVED_CASE_INSTANCE_IDS
-
Constructor Summary
Constructors Constructor Description CommandContextUtil()
-
Method Summary
Modifier and Type Method Description static AppDefinitionEntityManager
getAppDefinitionEntityManager()
static AppDefinitionEntityManager
getAppDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static AppDeploymentEntityManager
getAppDeploymentEntityManager()
static AppDeploymentEntityManager
getAppDeploymentEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static AppEngineConfiguration
getAppEngineConfiguration()
static AppEngineConfiguration
getAppEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static org.flowable.app.api.AppRepositoryService
getAppRepositoryService()
static AppResourceEntityManager
getAppResourceEntityManager()
static AppResourceEntityManager
getAppResourceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static org.flowable.common.engine.impl.interceptor.CommandContext
getCommandContext()
static org.flowable.common.engine.impl.db.DbSqlSession
getDbSqlSession()
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
getEntityCache()
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
getEventDispatcher()
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
getExpressionManager()
static org.flowable.common.engine.impl.el.ExpressionManager
getExpressionManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static org.flowable.identitylink.service.IdentityLinkService
getIdentityLinkService()
static org.flowable.identitylink.service.IdentityLinkService
getIdentityLinkService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static org.flowable.identitylink.service.IdentityLinkServiceConfiguration
getIdentityLinkServiceConfiguration()
static org.flowable.identitylink.service.IdentityLinkServiceConfiguration
getIdentityLinkServiceConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static org.flowable.idm.api.IdmEngineConfigurationApi
getIdmEngineConfiguration()
static org.flowable.idm.api.IdmEngineConfigurationApi
getIdmEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static org.flowable.idm.api.IdmIdentityService
getIdmIdentityService()
static PageDefinitionEntityManager
getPageDefinitionEntityManager()
static PageDefinitionEntityManager
getPageDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static TableDataManager
getTableDataManager()
static TableDataManager
getTableDataManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static org.flowable.variable.service.VariableService
getVariableService()
static org.flowable.variable.service.VariableService
getVariableService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static org.flowable.variable.service.VariableServiceConfiguration
getVariableServiceConfiguration()
static org.flowable.variable.service.VariableServiceConfiguration
getVariableServiceConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
ATTRIBUTE_INVOLVED_CASE_INSTANCE_IDS
public static final java.lang.String ATTRIBUTE_INVOLVED_CASE_INSTANCE_IDS- See Also:
- Constant Field Values
-
-
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) -
getTableDataManager
-
getTableDataManager
public static TableDataManager getTableDataManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getVariableService
public static org.flowable.variable.service.VariableService getVariableService() -
getVariableService
public static org.flowable.variable.service.VariableService getVariableService(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() -
getIdentityLinkServiceConfiguration
public static org.flowable.identitylink.service.IdentityLinkServiceConfiguration getIdentityLinkServiceConfiguration() -
getIdentityLinkServiceConfiguration
public static org.flowable.identitylink.service.IdentityLinkServiceConfiguration getIdentityLinkServiceConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getIdentityLinkService
public static org.flowable.identitylink.service.IdentityLinkService getIdentityLinkService() -
getIdentityLinkService
public static org.flowable.identitylink.service.IdentityLinkService getIdentityLinkService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getVariableServiceConfiguration
public static org.flowable.variable.service.VariableServiceConfiguration getVariableServiceConfiguration() -
getVariableServiceConfiguration
public static org.flowable.variable.service.VariableServiceConfiguration getVariableServiceConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
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()
-