Uses of Interface
org.deegree.metadata.persistence.MetadataStore

Packages that use MetadataStore
org.deegree.console.metadatastore   
org.deegree.metadata.iso.persistence   
org.deegree.metadata.persistence   
org.deegree.metadata.persistence.ebrim.eo   
org.deegree.services.csw.exporthandling   
org.deegree.services.csw.profile   
 

Uses of MetadataStore in org.deegree.console.metadatastore
 

Constructors in org.deegree.console.metadatastore with parameters of type MetadataStore
MetadataImporter(MetadataStore ms)
           
 

Uses of MetadataStore in org.deegree.metadata.iso.persistence
 

Classes in org.deegree.metadata.iso.persistence that implement MetadataStore
 class ISOMetadataStore
          MetadataStore implementation for accessing ISO 19115 records stored in spatial SQL databases (currently only supports PostgreSQL / PostGIS).
 

Uses of MetadataStore in org.deegree.metadata.persistence
 

Methods in org.deegree.metadata.persistence that return types with arguments of type MetadataStore
 ResourceManagerMetadata<MetadataStore> MetadataStoreManager.getMetadata()
           
 

Uses of MetadataStore in org.deegree.metadata.persistence.ebrim.eo
 

Classes in org.deegree.metadata.persistence.ebrim.eo that implement MetadataStore
 class EbrimEOMDStore
          MetadataStore implementation for accessing EbrimEOMDRecords stored in spatial SQL databases (currently only PostgreSQL / PostGIS is supported).
 

Methods in org.deegree.metadata.persistence.ebrim.eo that return MetadataStore
 MetadataStore<RegistryObject> EbrimEOMDStoreProvider.create(URL configUrl)
           
 

Uses of MetadataStore in org.deegree.services.csw.exporthandling
 

Methods in org.deegree.services.csw.exporthandling with parameters of type MetadataStore
 void GetRecordByIdHandler.doGetRecordById(GetRecordById getRecBI, HttpResponseBuffer response, MetadataStore<?> store, ServiceProfile profile)
          Preprocessing for the export of a GetRecordById request
 void GetRecordsHandler.doGetRecords(GetRecords getRec, HttpResponseBuffer response, MetadataStore<?> store)
          Preprocessing for the export of a GetRecords request
 void TransactionHandler.doTransaction(Transaction trans, HttpResponseBuffer response, MetadataStore<?> store)
          Preprocessing for the export of a Transaction request
protected  void GetRecordsHandler.exportSearchResults202(XMLStreamWriter writer, GetRecords getRec, MetadataStore<?> store)
          Exports the result container that contains the requested elements
 

Constructors in org.deegree.services.csw.exporthandling with parameters of type MetadataStore
AdhocQueryAnalyzer(AdhocQuery adhocQuery, int startPosition, int maxRecords, MetadataStore<RegistryObject> queryStore)
          Copies the encapsulated filter of the requested AdhocQuery replaced with the values of the request AdhocQuery and creates a MetadataQuery.
GetRecordsHandler(int maxMatches, String schemaLocation, MetadataStore store)
           
 

Uses of MetadataStore in org.deegree.services.csw.profile
 

Methods in org.deegree.services.csw.profile with parameters of type MetadataStore
static ServiceProfile ServiceProfileManager.createProfile(MetadataStore<?> store)
           
 



Copyright © 2011. All Rights Reserved.