Uses of Class
com.flowable.dataobject.engine.impl.persistence.deploy.DataObjectDefinitionCacheEntry
-
Packages that use 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 DeploymentCache<DataObjectDefinitionCacheEntry>
DataObjectEngineConfiguration. dataObjectDefinitionCache
Methods in com.flowable.dataobject.engine that return types with arguments of type DataObjectDefinitionCacheEntry Modifier and Type Method Description DeploymentCache<DataObjectDefinitionCacheEntry>
DataObjectEngineConfiguration. getDataObjectDefinitionCache()
Method parameters in com.flowable.dataobject.engine with type arguments of type DataObjectDefinitionCacheEntry Modifier and Type Method Description DataObjectEngineConfiguration
DataObjectEngineConfiguration. setDataObjectDefinitionCache(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 DeploymentCache<DataObjectDefinitionCacheEntry>
DataObjectDeploymentManager. dataObjectDefinitionCache
Methods in com.flowable.dataobject.engine.impl.deployer that return DataObjectDefinitionCacheEntry Modifier and Type Method Description DataObjectDefinitionCacheEntry
DataObjectDeploymentManager. resolveDataObjectDefinition(DataObjectDefinition dataObjectDefinition)
Methods in com.flowable.dataobject.engine.impl.deployer that return types with arguments of type DataObjectDefinitionCacheEntry Modifier and Type Method Description DeploymentCache<DataObjectDefinitionCacheEntry>
DataObjectDeploymentManager. getDataObjectDefinitionCache()
Method parameters in com.flowable.dataobject.engine.impl.deployer with type arguments of type DataObjectDefinitionCacheEntry Modifier and Type Method Description void
DataObjectDeploymentManager. setDataObjectDefinitionCache(DeploymentCache<DataObjectDefinitionCacheEntry> dataObjectDefinitionCache)
-