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