Uses of Class
com.flowable.content.engine.impl.deployer.DocumentDefinitionCacheEntry
-
Packages that use 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 DeploymentCache<DocumentDefinitionCacheEntry>
ContentEngineConfiguration. documentDefinitionCache
Methods in com.flowable.content.engine that return types with arguments of type DocumentDefinitionCacheEntry Modifier and Type Method Description 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(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 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 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(DeploymentCache<DocumentDefinitionCacheEntry> documentDefinitionCache)
-