deegree 2.5 (2011/06/29 09:44 build-8-official)

org.deegree.ogcwebservices.wfs.operation.transaction
Class InsertResults

java.lang.Object
  extended by org.deegree.ogcwebservices.wfs.operation.transaction.InsertResults

public class InsertResults
extends java.lang.Object

Represents the results of the Insert operations of a Transaction request.

Encapsulates an InsertResults element as specified in the WFS Specification OGC 04-094 (#12.3 Pg.72).

It contains all feature ids of the features that have been inserted for one insert operation and an optional handle which helps to identify the corresponding insert operation element in the transaction.

Version:
$Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Do, 18 Jun 2009) $
Author:
Anup Deshmukh , Markus Schneider , last edited by: $Author: mschneider $

Constructor Summary
InsertResults(java.lang.String handle, java.util.List<FeatureId> featureIDs)
          Creates a new InsertResults instance.
 
Method Summary
 java.util.List<FeatureId> getFeatureIDs()
          Returns the feature ids of the features that have been inserted for the corresponding insert operation.
 java.lang.String getHandle()
          Returns the optional identifier for the insert element that corresponds to these results.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertResults

public InsertResults(java.lang.String handle,
                     java.util.List<FeatureId> featureIDs)
Creates a new InsertResults instance.

Parameters:
handle - identifier for the corresponding insert operation element
featureIDs - List of Features IDs
Method Detail

getHandle

public java.lang.String getHandle()
Returns the optional identifier for the insert element that corresponds to these results.

Returns:
the optional identifier for the insert element.

getFeatureIDs

public java.util.List<FeatureId> getFeatureIDs()
Returns the feature ids of the features that have been inserted for the corresponding insert operation.

Returns:
the feature ids.

deegree 2.5 (2011/06/29 09:44 build-8-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org