org.deegree.ogcwebservices.csw.manager
Class InsertResults
java.lang.Object
org.deegree.ogcwebservices.csw.manager.InsertResults
public class InsertResults
- extends java.lang.Object
An InsertResult object may appear zero or more times in the transaction response. It is used to
report to the client a brief representation of each new record, including the record identifier,
created in the catalogue. The records must be reported in the same order in which a Insert object
appear in a transaction request and must map 1-to-1. Optionally, the handle attribute may be used
to correlate a particular Insert object in the Transaction request with an InsertResult obejt
found in the transaction response.
- Since:
- 2.0
- Version:
- $Revision: 18195 $, 1.0. $Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Do, 18 Jun 2009) $
- Author:
- Andreas Poth, last edited by: $Author: mschneider $
Constructor Summary |
InsertResults(java.util.List<org.w3c.dom.Node> records)
|
Method Summary |
java.util.List<org.w3c.dom.Node> |
getRecords()
returns the records inserted into a backend by a CS-W Insert operation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InsertResults
public InsertResults(java.util.List<org.w3c.dom.Node> records)
- Parameters:
records
- records inserted into a backend by a CS-W Insert operation
getRecords
public java.util.List<org.w3c.dom.Node> getRecords()
- returns the records inserted into a backend by a CS-W Insert operation
- Returns:
- the records inserted into a backend by a CS-W Insert operation
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org