Class CommandContextUtil


  • public class CommandContextUtil
    extends java.lang.Object
    Author:
    Filip Hrisafov
    • Method Detail

      • getCommandContext

        public static org.flowable.common.engine.impl.interceptor.CommandContext getCommandContext()
      • getActionEngineConfiguration

        public static ActionEngineConfiguration getActionEngineConfiguration​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      • getActionRepositoryService

        public static ActionRepositoryService getActionRepositoryService​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      • getActionDeploymentEntityManager

        public static ActionDeploymentEntityManager getActionDeploymentEntityManager​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      • getActionDefinitionEntityManager

        public static ActionDefinitionEntityManager getActionDefinitionEntityManager​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      • getActionDefinitionLinkEntityManager

        public static ActionDefinitionLinkEntityManager getActionDefinitionLinkEntityManager​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      • getActionInstanceEntityManager

        public static ActionInstanceEntityManager getActionInstanceEntityManager​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      • getActionLinkEntityManager

        public static ActionLinkEntityManager getActionLinkEntityManager​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      • getActionTypeLinkEntityManager

        public static ActionTypeLinkEntityManager getActionTypeLinkEntityManager​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      • getActionResourceEntityManager

        public static ActionResourceEntityManager getActionResourceEntityManager​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      • getHistoricActionInstanceEntityManager

        public static HistoricActionInstanceEntityManager getHistoricActionInstanceEntityManager​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      • getHistoricActionLinkEntityManager

        public static HistoricActionLinkEntityManager getHistoricActionLinkEntityManager​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      • getDeploymentManager

        public static ActionDeploymentManager getDeploymentManager​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      • getPlatformIdentityService

        public static com.flowable.core.idm.api.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)