Uses of Interface
org.deegree.services.wfs.protocol.WFSInsertResult

Packages that use WFSInsertResult
org.deegree_impl.services.wfs.protocol   
org.deegree.services.wfs.protocol   
 

Uses of WFSInsertResult in org.deegree_impl.services.wfs.protocol
 

Classes in org.deegree_impl.services.wfs.protocol that implement WFSInsertResult
(package private)  class WFSInsertResult_Impl
          The element is used to delimit one or more feature identifiers of newly created features.
 

Methods in org.deegree_impl.services.wfs.protocol that return WFSInsertResult
 WFSInsertResult[] WFSTransactionResponse_Impl.getInsertResult()
          The is used to delimit one or more feature identifiers of newly created features.
static WFSInsertResult WFSProtocolFactory.createWFSInsertResult(java.lang.String handle, java.lang.String[] featureIds)
          creates a WFSInsertResult
 

Methods in org.deegree_impl.services.wfs.protocol with parameters of type WFSInsertResult
 void WFSTransactionResponse_Impl.addInserResult(WFSInsertResult insertResult)
           
 void WFSTransactionResponse_Impl.setInsertResult(WFSInsertResult[] insertResults)
           
static WFSTransactionResponse WFSProtocolFactory.createWFSTransactionResponse(OGCWebServiceRequest request, java.lang.String[] affectedFeatureTypes, OGCWebServiceException exception, WFSInsertResult[] insertResults, java.lang.String status, java.lang.String handle)
          creates a WFSTransactionRequest object.
 

Constructors in org.deegree_impl.services.wfs.protocol with parameters of type WFSInsertResult
WFSTransactionResponse_Impl(OGCWebServiceRequest request, java.lang.String[] affectedFeatureTypes, org.w3c.dom.Document exception, WFSInsertResult[] insertResults, java.lang.String status, java.lang.String handle)
          Creates a new WFSTransactionResponse_Impl object.
 

Uses of WFSInsertResult in org.deegree.services.wfs.protocol
 

Methods in org.deegree.services.wfs.protocol that return WFSInsertResult
 WFSInsertResult[] WFSTransactionResponse.getInsertResult()
          The is used to delimit one or more feature identifiers of newly created features.