Class CommandContextUtil
java.lang.Object
com.flowable.content.engine.impl.util.CommandContextUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.flowable.common.engine.impl.interceptor.CommandContextstatic ContentCryptoHandlerstatic ContentCryptoHandlergetContentCryptoHandler(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static ContentEngineConfigurationstatic ContentEngineConfigurationgetContentEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static ContentItemEntityManagerstatic ContentItemEntityManagergetContentItemEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.content.api.ContentServicegetDatabaseContentObjectEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.common.engine.impl.db.DbSqlSessionstatic org.flowable.common.engine.impl.db.DbSqlSessiongetDbSqlSession(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static DocumentDeploymentManagerstatic DocumentDeploymentManagergetDeploymentManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getDocumentDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getDocumentDeploymentEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static DocumentRepositoryServicestatic DocumentRepositoryServicegetDocumentRepositoryService(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getDocumentResourceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.identitylink.service.IdentityLinkServiceConfigurationstatic org.flowable.identitylink.service.IdentityLinkServiceConfigurationgetIdentityLinkServiceConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.job.service.JobServiceConfigurationstatic org.flowable.job.service.JobServiceConfigurationgetJobServiceConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getMetadataInstanceEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static RenditionItemEntityManagerstatic RenditionItemEntityManagergetRenditionItemEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.common.engine.impl.persistence.entity.TableDataManagerstatic org.flowable.common.engine.impl.persistence.entity.TableDataManagergetTableDataManager(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) -
getIdentityLinkServiceConfiguration
public static org.flowable.identitylink.service.IdentityLinkServiceConfiguration getIdentityLinkServiceConfiguration() -
getIdentityLinkServiceConfiguration
public static org.flowable.identitylink.service.IdentityLinkServiceConfiguration getIdentityLinkServiceConfiguration(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
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
-
getContentItemEntityManager
public static ContentItemEntityManager getContentItemEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
getContentService
public static org.flowable.content.api.ContentService getContentService() -
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()
-