Class CommandContextUtil
java.lang.Object
com.flowable.content.engine.impl.util.CommandContextUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.flowable.common.engine.impl.interceptor.CommandContext
static ContentCryptoHandler
static ContentCryptoHandler
getContentCryptoHandler
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static ContentEngineConfiguration
static ContentEngineConfiguration
getContentEngineConfiguration
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static ContentItemEntityManager
static ContentItemEntityManager
getContentItemEntityManager
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.content.api.ContentService
getDatabaseContentObjectEntityManager
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.common.engine.impl.db.DbSqlSession
static org.flowable.common.engine.impl.db.DbSqlSession
getDbSqlSession
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static DocumentDeploymentManager
static DocumentDeploymentManager
getDeploymentManager
(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 DocumentRepositoryService
static DocumentRepositoryService
getDocumentRepositoryService
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getDocumentResourceEntityManager
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.identitylink.service.IdentityLinkServiceConfiguration
static org.flowable.identitylink.service.IdentityLinkServiceConfiguration
getIdentityLinkServiceConfiguration
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.job.service.JobServiceConfiguration
static org.flowable.job.service.JobServiceConfiguration
getJobServiceConfiguration
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) getMetadataInstanceEntityManager
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static RenditionItemEntityManager
static RenditionItemEntityManager
getRenditionItemEntityManager
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static org.flowable.common.engine.impl.persistence.entity.TableDataManager
static org.flowable.common.engine.impl.persistence.entity.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) -
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()
-