Class CommandContextUtil
java.lang.Object
com.flowable.content.engine.impl.util.CommandContextUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic CommandContext
static ContentCryptoHandler
static ContentCryptoHandler
getContentCryptoHandler
(CommandContext commandContext) static ContentEngineConfiguration
static ContentEngineConfiguration
getContentEngineConfiguration
(CommandContext commandContext) static ContentItemEntityManager
static ContentItemEntityManager
getContentItemEntityManager
(CommandContext commandContext) static ContentService
getDatabaseContentObjectEntityManager
(CommandContext commandContext) static DbSqlSession
static DbSqlSession
getDbSqlSession
(CommandContext commandContext) static DocumentDeploymentManager
static DocumentDeploymentManager
getDeploymentManager
(CommandContext commandContext) getDocumentDefinitionEntityManager
(CommandContext commandContext) getDocumentDeploymentEntityManager
(CommandContext commandContext) static DocumentRepositoryService
static DocumentRepositoryService
getDocumentRepositoryService
(CommandContext commandContext) getDocumentResourceEntityManager
(CommandContext commandContext) getIdentityLinkServiceConfiguration
(CommandContext commandContext) static JobServiceConfiguration
static JobServiceConfiguration
getJobServiceConfiguration
(CommandContext commandContext) getMetadataInstanceEntityManager
(CommandContext commandContext) static RenditionItemEntityManager
static RenditionItemEntityManager
getRenditionItemEntityManager
(CommandContext commandContext) static TableDataManager
static TableDataManager
getTableDataManager
(CommandContext commandContext)
-
Method Details
-
getContentEngineConfiguration
-
getContentEngineConfiguration
public static ContentEngineConfiguration getContentEngineConfiguration(CommandContext commandContext) -
getJobServiceConfiguration
-
getJobServiceConfiguration
-
getIdentityLinkServiceConfiguration
-
getIdentityLinkServiceConfiguration
public static IdentityLinkServiceConfiguration getIdentityLinkServiceConfiguration(CommandContext commandContext) -
getDocumentRepositoryService
-
getDocumentRepositoryService
-
getDbSqlSession
-
getDbSqlSession
-
getDeploymentManager
-
getDeploymentManager
-
getTableDataManager
-
getTableDataManager
-
getContentItemEntityManager
-
getContentItemEntityManager
-
getContentService
-
getDocumentDeploymentEntityManager
-
getDocumentDeploymentEntityManager
public static DocumentDeploymentEntityManager getDocumentDeploymentEntityManager(CommandContext commandContext) -
getDocumentDefinitionEntityManager
-
getDocumentDefinitionEntityManager
public static DocumentDefinitionEntityManager getDocumentDefinitionEntityManager(CommandContext commandContext) -
getDocumentResourceEntityManager
-
getDocumentResourceEntityManager
public static DocumentResourceEntityManager getDocumentResourceEntityManager(CommandContext commandContext) -
getRenditionItemEntityManager
-
getRenditionItemEntityManager
public static RenditionItemEntityManager getRenditionItemEntityManager(CommandContext commandContext) -
getMetadataInstanceEntityManager
-
getMetadataInstanceEntityManager
public static MetadataInstanceEntityManager getMetadataInstanceEntityManager(CommandContext commandContext) -
getDatabaseContentObjectEntityManager
-
getDatabaseContentObjectEntityManager
public static DatabaseContentObjectEntityManager getDatabaseContentObjectEntityManager(CommandContext commandContext) -
getContentCryptoHandler
-
getContentCryptoHandler
-
getCommandContext
-