Class CommandContextUtil


  • public class CommandContextUtil
    extends java.lang.Object
    • Method Detail

      • getContentEngineConfiguration

        public static ContentEngineConfiguration getContentEngineConfiguration​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      • getJobServiceConfiguration

        public static org.flowable.job.service.JobServiceConfiguration getJobServiceConfiguration()
      • getJobServiceConfiguration

        public static org.flowable.job.service.JobServiceConfiguration getJobServiceConfiguration​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      • getDocumentRepositoryService

        public static DocumentRepositoryService getDocumentRepositoryService​(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)
      • getDeploymentManager

        public static DocumentDeploymentManager getDeploymentManager​(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)
      • getContentItemEntityManager

        public static ContentItemEntityManager getContentItemEntityManager​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      • getContentService

        public static org.flowable.content.api.ContentService getContentService()
      • getContentRenditionManager

        public static ContentRenditionManager getContentRenditionManager​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      • getDocumentDeploymentEntityManager

        public static DocumentDeploymentEntityManager getDocumentDeploymentEntityManager​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      • getDocumentDefinitionEntityManager

        public static DocumentDefinitionEntityManager getDocumentDefinitionEntityManager​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      • getDocumentResourceEntityManager

        public static DocumentResourceEntityManager getDocumentResourceEntityManager​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      • getRenditionItemEntityManager

        public static RenditionItemEntityManager getRenditionItemEntityManager​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      • getMetadataInstanceEntityManager

        public static MetadataInstanceEntityManager getMetadataInstanceEntityManager​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      • getDatabaseContentObjectEntityManager

        public static DatabaseContentObjectEntityManager getDatabaseContentObjectEntityManager​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      • getContentCryptoHandler

        public static ContentCryptoHandler getContentCryptoHandler​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      • getCommandContext

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