Uses of Class
com.flowable.dataobject.engine.impl.persistence.deploy.DataObjectDefinitionCacheEntry
| Package | Description |
|---|---|
| com.flowable.dataobject.engine | |
| com.flowable.dataobject.engine.impl.deployer |
-
Uses of DataObjectDefinitionCacheEntry in com.flowable.dataobject.engine
Fields in com.flowable.dataobject.engine with type parameters of type DataObjectDefinitionCacheEntry Modifier and Type Field Description protected org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<DataObjectDefinitionCacheEntry>DataObjectEngineConfiguration. dataObjectDefinitionCacheMethods in com.flowable.dataobject.engine that return types with arguments of type DataObjectDefinitionCacheEntry Modifier and Type Method Description org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<DataObjectDefinitionCacheEntry>DataObjectEngineConfiguration. getDataObjectDefinitionCache()Method parameters in com.flowable.dataobject.engine with type arguments of type DataObjectDefinitionCacheEntry Modifier and Type Method Description DataObjectEngineConfigurationDataObjectEngineConfiguration. setDataObjectDefinitionCache(org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<DataObjectDefinitionCacheEntry> dataObjectDefinitionCache) -
Uses of DataObjectDefinitionCacheEntry in com.flowable.dataobject.engine.impl.deployer
Fields in com.flowable.dataobject.engine.impl.deployer with type parameters of type DataObjectDefinitionCacheEntry Modifier and Type Field Description protected org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<DataObjectDefinitionCacheEntry>DataObjectDeploymentManager. dataObjectDefinitionCacheMethods in com.flowable.dataobject.engine.impl.deployer that return DataObjectDefinitionCacheEntry Modifier and Type Method Description DataObjectDefinitionCacheEntryDataObjectDeploymentManager. resolveDataObjectDefinition(DataObjectDefinition dataObjectDefinition)Methods in com.flowable.dataobject.engine.impl.deployer that return types with arguments of type DataObjectDefinitionCacheEntry Modifier and Type Method Description org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<DataObjectDefinitionCacheEntry>DataObjectDeploymentManager. getDataObjectDefinitionCache()Method parameters in com.flowable.dataobject.engine.impl.deployer with type arguments of type DataObjectDefinitionCacheEntry Modifier and Type Method Description voidDataObjectDeploymentManager. setDataObjectDefinitionCache(org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<DataObjectDefinitionCacheEntry> dataObjectDefinitionCache)