Uses of Class
com.flowable.content.engine.impl.deployer.DocumentDefinitionCacheEntry
| Package | Description |
|---|---|
| com.flowable.content.engine | |
| com.flowable.content.engine.impl.deployer |
-
Uses of DocumentDefinitionCacheEntry in com.flowable.content.engine
Fields in com.flowable.content.engine with type parameters of type DocumentDefinitionCacheEntry Modifier and Type Field Description protected org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<DocumentDefinitionCacheEntry>ContentEngineConfiguration. documentDefinitionCacheMethods in com.flowable.content.engine that return types with arguments of type DocumentDefinitionCacheEntry Modifier and Type Method Description org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<DocumentDefinitionCacheEntry>ContentEngineConfiguration. getDocumentDefinitionCache()Method parameters in com.flowable.content.engine with type arguments of type DocumentDefinitionCacheEntry Modifier and Type Method Description ContentEngineConfigurationContentEngineConfiguration. setDocumentDefinitionCache(org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<DocumentDefinitionCacheEntry> documentDefinitionCache) -
Uses of DocumentDefinitionCacheEntry in com.flowable.content.engine.impl.deployer
Fields in com.flowable.content.engine.impl.deployer with type parameters of type DocumentDefinitionCacheEntry Modifier and Type Field Description protected org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<DocumentDefinitionCacheEntry>DocumentDeploymentManager. documentDefinitionCacheMethods in com.flowable.content.engine.impl.deployer that return DocumentDefinitionCacheEntry Modifier and Type Method Description DocumentDefinitionCacheEntryDocumentDeploymentManager. resolveDocumentDefinition(DocumentDefinition documentDefinition)Methods in com.flowable.content.engine.impl.deployer that return types with arguments of type DocumentDefinitionCacheEntry Modifier and Type Method Description org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<DocumentDefinitionCacheEntry>DocumentDeploymentManager. getDocumentDefinitionCache()Method parameters in com.flowable.content.engine.impl.deployer with type arguments of type DocumentDefinitionCacheEntry Modifier and Type Method Description voidDocumentDeploymentManager. setDocumentDefinitionCache(org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<DocumentDefinitionCacheEntry> documentDefinitionCache)