|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MetadataStoreException in org.deegree.console.metadatastore |
---|
Methods in org.deegree.console.metadatastore that throw MetadataStoreException | |
---|---|
String |
MetadataStoreConfig.createTables()
|
Uses of MetadataStoreException in org.deegree.metadata.iso.persistence |
---|
Methods in org.deegree.metadata.iso.persistence that throw MetadataStoreException | |
---|---|
MetadataStoreTransaction |
ISOMetadataStore.acquireTransaction()
|
void |
ISOMetadataStoreTransaction.commit()
|
MetadataResultSet<ISORecord> |
ISOMetadataStore.getRecordById(List<String> idList,
QName[] recordTypeNames)
|
int |
ISOMetadataStore.getRecordCount(MetadataQuery query)
The mandatory "resultType" attribute in the GetRecords operation is set to "hits". |
MetadataResultSet<ISORecord> |
ISOMetadataStore.getRecords(MetadataQuery query)
|
int |
ISOMetadataStoreTransaction.performDelete(DeleteOperation delete)
|
List<String> |
ISOMetadataStoreTransaction.performInsert(InsertOperation insert)
|
int |
ISOMetadataStoreTransaction.performUpdate(UpdateOperation update)
|
void |
ISOMetadataStoreTransaction.rollback()
|
Uses of MetadataStoreException in org.deegree.metadata.persistence |
---|
Methods in org.deegree.metadata.persistence that throw MetadataStoreException | |
---|---|
MetadataStoreTransaction |
MetadataStore.acquireTransaction()
Acquires transactional access to this MetadataStore . |
void |
XMLMetadataResultSet.close()
|
void |
MetadataResultSet.close()
Must be invoked after using to close underlying resources, e.g. |
void |
MetadataStoreTransaction.commit()
Makes the changes persistent that have been performed in this transaction and releases the transaction instance so other clients may acquire a transaction on the MetadataStore . |
T |
XMLMetadataResultSet.getRecord()
|
T |
MetadataResultSet.getRecord()
Returns the MetadataRecord at the current cursor position. |
MetadataResultSet<T> |
MetadataStore.getRecordById(List<String> idList,
QName[] recordTypeNames)
Looks up the given MetadataRecord identifiers and provides access to matching MetadataRecord s. |
int |
MetadataStore.getRecordCount(MetadataQuery query)
Returns the number of MetadataRecord s that match the given MetadataQuery . |
MetadataResultSet<T> |
MetadataStore.getRecords(MetadataQuery query)
Performs the given MetadataQuery and provides access to the MetadataRecord s that match it. |
int |
XMLMetadataResultSet.getRemaining()
|
int |
MetadataResultSet.getRemaining()
|
boolean |
XMLMetadataResultSet.next()
|
boolean |
MetadataResultSet.next()
Moves the cursor down one row from its current position. |
int |
MetadataStoreTransaction.performDelete(DeleteOperation delete)
Performs the given DeleteOperation . |
List<String> |
MetadataStoreTransaction.performInsert(InsertOperation insert)
Performs the given InsertOperation . |
int |
MetadataStoreTransaction.performUpdate(UpdateOperation update)
Performs the given UpdateOperation . |
void |
MetadataStoreTransaction.rollback()
Aborts the changes that have been performed in this transaction and releases the transaction instance so other clients may acquire a transaction on the MetadataStore . |
void |
XMLMetadataResultSet.skip(int rows)
|
void |
MetadataResultSet.skip(int rows)
|
Uses of MetadataStoreException in org.deegree.metadata.persistence.ebrim.eo |
---|
Methods in org.deegree.metadata.persistence.ebrim.eo that throw MetadataStoreException | |
---|---|
MetadataStoreTransaction |
EbrimEOMDStore.acquireTransaction()
|
void |
EbrimEOMDStoreTransaction.commit()
|
MetadataResultSet<RegistryObject> |
EbrimEOMDStore.getRecordById(List<String> idList,
QName[] recordTypeNames)
|
int |
EbrimEOMDStore.getRecordCount(MetadataQuery query)
|
MetadataResultSet<RegistryObject> |
EbrimEOMDStore.getRecords(MetadataQuery query)
|
int |
EbrimEOMDStoreTransaction.performDelete(DeleteOperation operation)
|
List<String> |
EbrimEOMDStoreTransaction.performInsert(InsertOperation insert)
|
int |
EbrimEOMDStoreTransaction.performUpdate(UpdateOperation update)
|
void |
EbrimEOMDStoreTransaction.rollback()
|
Uses of MetadataStoreException in org.deegree.metadata.persistence.ebrim.eo.mapping |
---|
Methods in org.deegree.metadata.persistence.ebrim.eo.mapping that throw MetadataStoreException | |
---|---|
AliasedRIMType |
EOPropertyNameMapper.getReturnType(QName[] returnTypeNames)
Determines the query type to be returned. |
Constructors in org.deegree.metadata.persistence.ebrim.eo.mapping that throw MetadataStoreException | |
---|---|
EOPropertyNameMapper(QName[] queryTypeNames,
boolean useLegacyPredicates)
Creates a new EOPropertyNameMapper instance configured for the specified registry objects / aliases. |
Uses of MetadataStoreException in org.deegree.protocol.csw |
---|
Methods in org.deegree.protocol.csw that throw MetadataStoreException | |
---|---|
static URI |
CSWConstants.OutputSchema.determineOutputSchema(CSWConstants.OutputSchema outputSchema)
|
Uses of MetadataStoreException in org.deegree.services.csw.exporthandling |
---|
Methods in org.deegree.services.csw.exporthandling that throw MetadataStoreException | |
---|---|
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 that throw MetadataStoreException | |
---|---|
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. |
Uses of MetadataStoreException in org.deegree.services.csw.profile |
---|
Methods in org.deegree.services.csw.profile that throw MetadataStoreException | |
---|---|
boolean |
EbrimProfile.returnAsDC(URI outputSchema)
|
boolean |
CommonCSWProfile.returnAsDC(URI outputSchema)
|
boolean |
ServiceProfile.returnAsDC(URI outputSchema)
Determine if the given outputSchema should be handled as DublinCore. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |