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 ActionEngineConfigurationstatic ActionEngineConfigurationgetActionEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static ActionInstanceEntityManagerstatic ActionInstanceEntityManagergetActionInstanceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static ActionLinkEntityManagerstatic ActionLinkEntityManagergetActionLinkEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static ActionRepositoryServicestatic ActionRepositoryServicegetActionRepositoryService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static ActionResourceEntityManagerstatic ActionResourceEntityManagergetActionResourceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static ActionTypeLinkEntityManagerstatic ActionTypeLinkEntityManagergetActionTypeLinkEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.common.engine.impl.interceptor.CommandContextstatic org.flowable.common.engine.impl.db.DbSqlSessionstatic org.flowable.common.engine.impl.db.DbSqlSessiongetDbSqlSession(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static ActionDeploymentManagerstatic ActionDeploymentManagergetDeploymentManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected static org.flowable.form.api.FormEngineConfigurationApigetFormEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.form.api.FormRepositoryServicegetFormRepositoryService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.form.api.FormServicestatic org.flowable.form.api.FormServicegetFormService(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.IdmEngineConfigurationApigetIdmEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static PlatformIdentityServicegetPlatformIdentityService(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)
-