Class CommandContextUtil
java.lang.Object
com.flowable.action.engine.impl.util.CommandContextUtil
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptiongetActionDefinitionEntityManager
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getActionDefinitionLinkEntityManager
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getActionDeploymentEntityManager
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static ActionEngineConfiguration
static ActionEngineConfiguration
getActionEngineConfiguration
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static ActionInstanceEntityManager
static ActionInstanceEntityManager
getActionInstanceEntityManager
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static ActionLinkEntityManager
static ActionLinkEntityManager
getActionLinkEntityManager
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static ActionRepositoryService
static ActionRepositoryService
getActionRepositoryService
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static ActionResourceEntityManager
static ActionResourceEntityManager
getActionResourceEntityManager
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static ActionTypeLinkEntityManager
static ActionTypeLinkEntityManager
getActionTypeLinkEntityManager
(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 ActionDeploymentManager
static ActionDeploymentManager
getDeploymentManager
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected static org.flowable.form.api.FormEngineConfigurationApi
getFormEngineConfiguration
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.form.api.FormRepositoryService
getFormRepositoryService
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.form.api.FormService
static org.flowable.form.api.FormService
getFormService
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getHistoricActionInstanceEntityManager
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getHistoricActionLinkEntityManager
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected static org.flowable.idm.api.IdmEngineConfigurationApi
getIdmEngineConfiguration
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static PlatformIdentityService
getPlatformIdentityService
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Method Details
-
getCommandContext
public static org.flowable.common.engine.impl.interceptor.CommandContext getCommandContext() -
getActionEngineConfiguration
-
getActionEngineConfiguration
public static ActionEngineConfiguration getActionEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getActionRepositoryService
-
getActionRepositoryService
public static ActionRepositoryService getActionRepositoryService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getActionDeploymentEntityManager
-
getActionDeploymentEntityManager
public static ActionDeploymentEntityManager getActionDeploymentEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getActionDefinitionEntityManager
-
getActionDefinitionEntityManager
public static ActionDefinitionEntityManager getActionDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getActionDefinitionLinkEntityManager
-
getActionDefinitionLinkEntityManager
public static ActionDefinitionLinkEntityManager getActionDefinitionLinkEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getActionInstanceEntityManager
-
getActionInstanceEntityManager
public static ActionInstanceEntityManager getActionInstanceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getActionLinkEntityManager
-
getActionLinkEntityManager
public static ActionLinkEntityManager getActionLinkEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getActionTypeLinkEntityManager
-
getActionTypeLinkEntityManager
public static ActionTypeLinkEntityManager getActionTypeLinkEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getActionResourceEntityManager
-
getActionResourceEntityManager
public static ActionResourceEntityManager getActionResourceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getHistoricActionInstanceEntityManager
-
getHistoricActionInstanceEntityManager
public static HistoricActionInstanceEntityManager getHistoricActionInstanceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getHistoricActionLinkEntityManager
-
getHistoricActionLinkEntityManager
public static HistoricActionLinkEntityManager getHistoricActionLinkEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getDeploymentManager
-
getDeploymentManager
public static ActionDeploymentManager getDeploymentManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getPlatformIdentityService
public static PlatformIdentityService getPlatformIdentityService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getIdmEngineConfiguration
protected static org.flowable.idm.api.IdmEngineConfigurationApi getIdmEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getFormService
public static org.flowable.form.api.FormService getFormService() -
getFormService
public static org.flowable.form.api.FormService getFormService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getFormRepositoryService
public static org.flowable.form.api.FormRepositoryService getFormRepositoryService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getFormEngineConfiguration
protected static org.flowable.form.api.FormEngineConfigurationApi getFormEngineConfiguration(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)
-