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. documentDefinitionCache
Methods 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 ContentEngineConfiguration
ContentEngineConfiguration. 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. documentDefinitionCache
Methods in com.flowable.content.engine.impl.deployer that return DocumentDefinitionCacheEntry Modifier and Type Method Description DocumentDefinitionCacheEntry
DocumentDeploymentManager. 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 void
DocumentDeploymentManager. setDocumentDefinitionCache(org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<DocumentDefinitionCacheEntry> documentDefinitionCache)