Index

D G I O U 
All Classes and Interfaces|All Packages

D

DeleteAction - Interface in org.codice.ddf.spatial.ogc.csw.catalog.actions
This code is experimental.

G

getConstraint() - Method in interface org.codice.ddf.spatial.ogc.csw.catalog.actions.DeleteAction
Returns the QueryConstraintType that specifies which metacards this delete will be applied to.
getConstraint() - Method in interface org.codice.ddf.spatial.ogc.csw.catalog.actions.UpdateAction
Returns the QueryConstraintType that specifies which metacards this update will be applied to.
getHandle() - Method in interface org.codice.ddf.spatial.ogc.csw.catalog.actions.DeleteAction
Returns a unique String used to identify this DeleteAction within a transaction.
getHandle() - Method in interface org.codice.ddf.spatial.ogc.csw.catalog.actions.InsertAction
Returns a unique String used to identify this InsertAction within a transaction.
getHandle() - Method in interface org.codice.ddf.spatial.ogc.csw.catalog.actions.UpdateAction
Returns a unique String used to identify this UpdateAction within a transaction.
getMetacard() - Method in interface org.codice.ddf.spatial.ogc.csw.catalog.actions.UpdateAction
Returns the metacard that will replace the existing metacard.
getPrefixToUriMappings() - Method in interface org.codice.ddf.spatial.ogc.csw.catalog.actions.DeleteAction
Returns a map that contains the XML namespace prefix to URI mappings declared in the transaction request XML
getPrefixToUriMappings() - Method in interface org.codice.ddf.spatial.ogc.csw.catalog.actions.UpdateAction
Returns a map that contains the XML namespace prefix to URI mappings declared in the transaction request XML
getRecordProperties() - Method in interface org.codice.ddf.spatial.ogc.csw.catalog.actions.UpdateAction
Returns the specified map of attributes to new values to update in the metacard.
getRecords() - Method in interface org.codice.ddf.spatial.ogc.csw.catalog.actions.InsertAction
Returns the list of records to insert.
getTypeName() - Method in interface org.codice.ddf.spatial.ogc.csw.catalog.actions.DeleteAction
Returns the type of record being deleted, such as csw:Record.
getTypeName() - Method in interface org.codice.ddf.spatial.ogc.csw.catalog.actions.InsertAction
Returns the type of record being inserted, such as csw:Record.
getTypeName() - Method in interface org.codice.ddf.spatial.ogc.csw.catalog.actions.UpdateAction
Returns the type of record being updated, such as csw:Record.

I

InsertAction - Interface in org.codice.ddf.spatial.ogc.csw.catalog.actions
This code is experimental.

O

org.codice.ddf.spatial.ogc.csw.catalog.actions - package org.codice.ddf.spatial.ogc.csw.catalog.actions
 

U

UpdateAction - Interface in org.codice.ddf.spatial.ogc.csw.catalog.actions
This code is experimental.
D G I O U 
All Classes and Interfaces|All Packages