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

Packages that use WFSOperation
org.deegree_impl.services.wfs   
org.deegree_impl.services.wfs.db   
org.deegree_impl.services.wfs.gml   
org.deegree_impl.services.wfs.mysql   
org.deegree_impl.services.wfs.oracle   
org.deegree_impl.services.wfs.postgis   
org.deegree_impl.services.wfs.protocol   
org.deegree.services.wfs.protocol   
 

Uses of WFSOperation in org.deegree_impl.services.wfs
 

Methods in org.deegree_impl.services.wfs with parameters of type WFSOperation
private  java.lang.String[] WFSRequestController.getAffectedFeatureTypes(WFSOperation[] operations)
          returns the list of feature types that are affected by a Transaction
protected  java.lang.String[] AbstractTransaction.getAffectedFeatureTypes(WFSOperation[] operations)
          returns the list of feature types that are affected by a Transaction
 

Uses of WFSOperation in org.deegree_impl.services.wfs.db
 

Methods in org.deegree_impl.services.wfs.db with parameters of type WFSOperation
private  java.lang.String[] CTransaction.getAffectedFeatureTypes(WFSOperation[] operations)
          returns the list of feature types that are affected by a Transaction
 

Uses of WFSOperation in org.deegree_impl.services.wfs.gml
 

Methods in org.deegree_impl.services.wfs.gml with parameters of type WFSOperation
private  java.lang.String[] CTransaction.getAffectedFeatureTypes(WFSOperation[] operations)
          returns the list of feature types that are affected by a Transaction
 

Uses of WFSOperation in org.deegree_impl.services.wfs.mysql
 

Methods in org.deegree_impl.services.wfs.mysql with parameters of type WFSOperation
private  java.lang.String[] CTransaction.getAffectedFeatureTypes(WFSOperation[] operations)
          returns the list of feature types that are affected by a Transaction
 

Uses of WFSOperation in org.deegree_impl.services.wfs.oracle
 

Methods in org.deegree_impl.services.wfs.oracle with parameters of type WFSOperation
private  java.lang.String[] CTransaction.getAffectedFeatureTypes(WFSOperation[] operations)
          returns the list of feature types that are affected by a Transaction
 

Uses of WFSOperation in org.deegree_impl.services.wfs.postgis
 

Methods in org.deegree_impl.services.wfs.postgis with parameters of type WFSOperation
private  java.lang.String[] CTransaction.getAffectedFeatureTypes(WFSOperation[] operations)
          returns the list of feature types that are affected by a Transaction
 

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

Classes in org.deegree_impl.services.wfs.protocol that implement WFSOperation
(package private)  class WFSDelete_Impl
          --------------------------------------------------------
(package private)  class WFSInsert_Impl
          Defines the insert operation for the WFS.
 class WFSUpdate_Impl
          Incarnation of a wfs:Update-element.
 

Methods in org.deegree_impl.services.wfs.protocol that return WFSOperation
 WFSOperation[] WFSTransactionRequest_Impl.getOperations()
          A element is used to define a single transaction composed of zero or more , , or elements.
 

Methods in org.deegree_impl.services.wfs.protocol with parameters of type WFSOperation
 void WFSTransactionRequest_Impl.addOperations(WFSOperation operations)
          adds the
 void WFSTransactionRequest_Impl.setOperations(WFSOperation[] operations)
          sets the
static WFSTransactionRequest WFSProtocolFactory.createWFSTransactionRequest(java.lang.String version, java.lang.String id, java.lang.String lockId, WFSOperation[] operations, java.lang.String handle, java.lang.String releaseAction)
          creates a WFSTransactionRequest object.
 

Constructors in org.deegree_impl.services.wfs.protocol with parameters of type WFSOperation
WFSTransactionRequest_Impl(java.lang.String version, java.lang.String id, java.lang.String lockId, WFSOperation[] operations, java.lang.String handle, java.lang.String releaseAction)
          constructor initializing the class with the
 

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

Subinterfaces of WFSOperation in org.deegree.services.wfs.protocol
 interface WFSDelete
           
 interface WFSInsert
          ----------------------------------------------------------------------
 interface WFSUpdate
          Incarnation of a wfs:Update-element.
 

Methods in org.deegree.services.wfs.protocol that return WFSOperation
 WFSOperation[] WFSTransactionRequest.getOperations()
          A element is used to define a single transaction composed of zero or more , , or elements.