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. dataObjectDefinitionCache
Methods 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 DataObjectEngineConfiguration
DataObjectEngineConfiguration. 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. 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 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 void
DataObjectDeploymentManager. setDataObjectDefinitionCache(org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<DataObjectDefinitionCacheEntry> dataObjectDefinitionCache)