|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MetadataStoreException in org.deegree.metadata |
---|
Constructors in org.deegree.metadata that throw MetadataStoreException | |
---|---|
ISORecord(org.apache.axiom.om.OMElement root,
ISOMetadataStoreConfig.AnyText anyText)
|
|
ISORecord(javax.xml.stream.XMLStreamReader xmlStream,
ISOMetadataStoreConfig.AnyText anyText)
|
Uses of MetadataStoreException in org.deegree.metadata.persistence |
---|
Methods in org.deegree.metadata.persistence that throw MetadataStoreException | |
---|---|
MetadataStoreTransaction |
MetadataStore.acquireTransaction()
Acquires transactional access to the metadata store. |
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 . |
static MetadataStore |
MetadataStoreManager.create(java.net.URL configURL)
Returns an initialized MetadataStore instance from the RecordStore configuration document. |
int |
GenericDatabaseExecution.executeDeleteStatement(java.sql.Connection connection,
PostGISWhereBuilder builder)
|
java.sql.PreparedStatement |
GenericDatabaseExecution.executeGetRecords(MetadataQuery recordStoreOptions,
boolean setCount,
PostGISWhereBuilder builder,
java.sql.Connection conn)
|
RecordInspector |
MetadataInspectorProvider.getInspector(java.net.URL config)
|
MetadataStore |
MetadataStoreProvider.getMetadataStore(java.net.URL configURL)
Creates a new MetadataStore instance from the given configuration document. |
MetadataResultSet |
MetadataStore.getRecords(MetadataQuery query)
Exports the XML for the requested records. |
MetadataResultSet |
MetadataStore.getRecordsById(java.util.List<java.lang.String> idList)
Exports the records by the requested identifier. |
void |
MetadataStore.init()
Called by the container to indicate that this MetadataStore instance is being placed into service. |
static void |
MetadataInspectorManager.initInspectors(java.net.URL configURL)
|
int |
MetadataStoreTransaction.performDelete(DeleteTransaction delete)
Performs the given DeleteTransaction . |
java.util.List<java.lang.String> |
MetadataStoreTransaction.performInsert(InsertTransaction insert)
Performs the given InsertTransaction . |
int |
MetadataStoreTransaction.performUpdate(UpdateTransaction update)
Performs the given UpdateTransaction . |
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 |
MetadataStore.setupMetametadata()
|
Uses of MetadataStoreException in org.deegree.metadata.persistence.iso |
---|
Methods in org.deegree.metadata.persistence.iso that throw MetadataStoreException | |
---|---|
MetadataStoreTransaction |
ISOMetadataStore.acquireTransaction()
|
void |
ISOMetadataStoreTransaction.commit()
|
int |
ExecuteStatements.executeDeleteStatement(java.sql.Connection connection,
PostGISWhereBuilder builder)
|
java.sql.PreparedStatement |
ExecuteStatements.executeGetRecords(MetadataQuery query,
boolean setCount,
PostGISWhereBuilder builder,
java.sql.Connection conn)
|
RecordInspector |
ISOMetadataInspectorProvider.getInspector(java.net.URL configURL)
|
MetadataStore |
ISOMetadataStoreProvider.getMetadataStore(java.net.URL configURL)
|
MetadataResultSet |
ISOMetadataStore.getRecords(MetadataQuery query)
|
MetadataResultSet |
ISOMetadataStore.getRecordsById(java.util.List<java.lang.String> idList)
|
void |
ISOMetadataStore.init()
|
int |
ISOMetadataStoreTransaction.performDelete(DeleteTransaction delete)
|
java.util.List<java.lang.String> |
ISOMetadataStoreTransaction.performInsert(InsertTransaction insert)
|
int |
ISOMetadataStoreTransaction.performUpdate(UpdateTransaction update)
|
void |
ISOMetadataStoreTransaction.rollback()
|
void |
ISOMetadataStore.setupMetametadata()
|
Uses of MetadataStoreException in org.deegree.metadata.persistence.iso.generating |
---|
Methods in org.deegree.metadata.persistence.iso.generating that throw MetadataStoreException | |
---|---|
void |
GenerateQueryableProperties.executeQueryableProperties(boolean isUpdate,
java.sql.Connection connection,
int operatesOnId,
ISORecord rec)
Method that encapsulates the generating for all the queryable properties. |
int |
GenerateQueryableProperties.generateMainDatabaseDataset(java.sql.Connection connection,
ISORecord rec)
Generates and inserts the maindatabasetable that is needed for the queryable properties databasetables to derive from. |
int |
GenerateQueryableProperties.updateMainDatabaseTable(java.sql.Connection conn,
ISORecord rec)
|
Uses of MetadataStoreException in org.deegree.metadata.persistence.iso.parsing |
---|
Methods in org.deegree.metadata.persistence.iso.parsing that throw MetadataStoreException | |
---|---|
ParsedProfileElement |
ISOQPParsing.parseAPISO(org.apache.axiom.om.OMElement element)
Parses the recordelement that should be inserted into the backend. |
protected void |
ParseIdentificationInfo.parseIdentificationInfo(java.util.List<org.apache.axiom.om.OMElement> identificationInfo,
QueryableProperties qp,
ReturnableProperties rp)
|
java.lang.String |
IdUtils.proveIdExistence(java.lang.String identifier)
Proves the availability of the identifier in backend. |
java.lang.String |
IdUtils.proveIdExistence(java.lang.String[] identifier)
Proves the availability of the identifier in the backend. |
Uses of MetadataStoreException in org.deegree.protocol.csw |
---|
Methods in org.deegree.protocol.csw that throw MetadataStoreException | |
---|---|
static java.net.URI |
CSWConstants.OutputSchema.determineOutputSchema(CSWConstants.OutputSchema outputSchema)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |