|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WFSTransactionRequest in org.deegree_impl.services.wfs |
Methods in org.deegree_impl.services.wfs with parameters of type WFSTransactionRequest | |
private OGCWebServiceEvent |
RemoteWFService.handleTransaction(WFSTransactionRequest request)
|
Uses of WFSTransactionRequest in org.deegree_impl.services.wfs.bna |
Methods in org.deegree_impl.services.wfs.bna with parameters of type WFSTransactionRequest | |
void |
BNADataStore.transaction(WFSTransactionRequest request)
performs a transaction against the data store. |
Uses of WFSTransactionRequest in org.deegree_impl.services.wfs.db |
Methods in org.deegree_impl.services.wfs.db with parameters of type WFSTransactionRequest | |
void |
PointDBDataStore.transaction(WFSTransactionRequest request)
performs a transaction against the data store. |
Uses of WFSTransactionRequest in org.deegree_impl.services.wfs.gml |
Methods in org.deegree_impl.services.wfs.gml with parameters of type WFSTransactionRequest | |
void |
GMLDBDataStore.transaction(WFSTransactionRequest request)
performs a transaction against the data store. |
Uses of WFSTransactionRequest in org.deegree_impl.services.wfs.mapinfo |
Methods in org.deegree_impl.services.wfs.mapinfo with parameters of type WFSTransactionRequest | |
void |
MapInfoDataStore.transaction(WFSTransactionRequest request)
performs a transaction against the data store. |
Uses of WFSTransactionRequest in org.deegree_impl.services.wfs.mysql |
Methods in org.deegree_impl.services.wfs.mysql with parameters of type WFSTransactionRequest | |
void |
MySQLDataStore.transaction(WFSTransactionRequest request)
performs a transaction against the data store. |
Uses of WFSTransactionRequest in org.deegree_impl.services.wfs.oracle |
Methods in org.deegree_impl.services.wfs.oracle with parameters of type WFSTransactionRequest | |
void |
OracleDataStore.transaction(WFSTransactionRequest request)
performs a transaction against the data store. |
Uses of WFSTransactionRequest in org.deegree_impl.services.wfs.postgis |
Methods in org.deegree_impl.services.wfs.postgis with parameters of type WFSTransactionRequest | |
void |
PostgisDataStore.transaction(WFSTransactionRequest request)
performs a transaction against the data store. |
Uses of WFSTransactionRequest in org.deegree_impl.services.wfs.protocol |
Classes in org.deegree_impl.services.wfs.protocol that implement WFSTransactionRequest | |
(package private) class |
WFSTransactionRequest_Impl
The Transaction interface is used to describe data transformation operations that are to be applied to web accessible features. |
Methods in org.deegree_impl.services.wfs.protocol that return WFSTransactionRequest | |
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. |
static WFSTransactionRequest |
WFSProtocolFactory.createWFSTransactionRequest(java.lang.String id,
org.w3c.dom.Document doc)
creates a WFSTransactionRequest object. |
Uses of WFSTransactionRequest in org.deegree_impl.services.wfs.sde |
Methods in org.deegree_impl.services.wfs.sde with parameters of type WFSTransactionRequest | |
void |
SDEDataStore.transaction(WFSTransactionRequest request)
performs a transaction against the data store. |
Uses of WFSTransactionRequest in org.deegree_impl.services.wfs.shape |
Methods in org.deegree_impl.services.wfs.shape with parameters of type WFSTransactionRequest | |
void |
ShapeDataStore.transaction(WFSTransactionRequest request)
performs a transaction against the data store. |
Uses of WFSTransactionRequest in org.deegree.services.wfs |
Methods in org.deegree.services.wfs with parameters of type WFSTransactionRequest | |
void |
DataStore.transaction(WFSTransactionRequest request)
performs a transaction against the data store. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |