Class CommandContextUtil
java.lang.Object
com.flowable.content.engine.impl.util.CommandContextUtil
public class CommandContextUtil
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description static org.flowable.common.engine.impl.interceptor.CommandContext
getCommandContext()
static ContentCryptoHandler
getContentCryptoHandler()
static ContentCryptoHandler
getContentCryptoHandler(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static ContentEngineConfiguration
getContentEngineConfiguration()
static ContentEngineConfiguration
getContentEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static ContentItemEntityManager
getContentItemEntityManager()
static ContentItemEntityManager
getContentItemEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static ContentRenditionManager
getContentRenditionManager()
static ContentRenditionManager
getContentRenditionManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static org.flowable.content.api.ContentService
getContentService()
static DatabaseContentObjectEntityManager
getDatabaseContentObjectEntityManager()
static DatabaseContentObjectEntityManager
getDatabaseContentObjectEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
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 DocumentDeploymentManager
getDeploymentManager()
static DocumentDeploymentManager
getDeploymentManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static DocumentDefinitionEntityManager
getDocumentDefinitionEntityManager()
static DocumentDefinitionEntityManager
getDocumentDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static DocumentDeploymentEntityManager
getDocumentDeploymentEntityManager()
static DocumentDeploymentEntityManager
getDocumentDeploymentEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static DocumentRepositoryService
getDocumentRepositoryService()
static DocumentRepositoryService
getDocumentRepositoryService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static DocumentResourceEntityManager
getDocumentResourceEntityManager()
static DocumentResourceEntityManager
getDocumentResourceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static org.flowable.job.service.JobServiceConfiguration
getJobServiceConfiguration()
static org.flowable.job.service.JobServiceConfiguration
getJobServiceConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static MetadataInstanceEntityManager
getMetadataInstanceEntityManager()
static MetadataInstanceEntityManager
getMetadataInstanceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static RenditionItemEntityManager
getRenditionItemEntityManager()
static RenditionItemEntityManager
getRenditionItemEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
static TableDataManager
getTableDataManager()
static TableDataManager
getTableDataManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Method Details
-
getContentEngineConfiguration
-
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
-
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
-
getDeploymentManager
public static DocumentDeploymentManager getDeploymentManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getTableDataManager
-
getTableDataManager
public static TableDataManager getTableDataManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getContentItemEntityManager
-
getContentItemEntityManager
public static ContentItemEntityManager getContentItemEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getContentService
public static org.flowable.content.api.ContentService getContentService() -
getContentRenditionManager
-
getContentRenditionManager
public static ContentRenditionManager getContentRenditionManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getDocumentDeploymentEntityManager
-
getDocumentDeploymentEntityManager
public static DocumentDeploymentEntityManager getDocumentDeploymentEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getDocumentDefinitionEntityManager
-
getDocumentDefinitionEntityManager
public static DocumentDefinitionEntityManager getDocumentDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getDocumentResourceEntityManager
-
getDocumentResourceEntityManager
public static DocumentResourceEntityManager getDocumentResourceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getRenditionItemEntityManager
-
getRenditionItemEntityManager
public static RenditionItemEntityManager getRenditionItemEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getMetadataInstanceEntityManager
-
getMetadataInstanceEntityManager
public static MetadataInstanceEntityManager getMetadataInstanceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getDatabaseContentObjectEntityManager
-
getDatabaseContentObjectEntityManager
public static DatabaseContentObjectEntityManager getDatabaseContentObjectEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getContentCryptoHandler
-
getContentCryptoHandler
public static ContentCryptoHandler getContentCryptoHandler(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getCommandContext
public static org.flowable.common.engine.impl.interceptor.CommandContext getCommandContext()
-