|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Transaction interface is used to describe data transformation operations that are to be applied to web accessible features. The web feature server receives a transaction request and either processes it directly or possibly translates it into the language of a target datastore and then has the datastore execute the transaction. When the transaction has been completed, the web feature server will generate an XML response document indicating the termination status of the transaction.
--------------------------------------------------------
Method Summary | |
java.lang.String |
getHandle()
returns a descriptor that enables easy identifying the transaction |
java.lang.String |
getLockId()
returns the id that handles the locking associated to the request |
WFSOperation[] |
getOperations()
A |
java.lang.String |
getReleaseAction()
A value of ALL indicates that all feature locks should be released when a transaction terminates. |
java.lang.String |
getVersion()
returns the version of the WFS |
Methods inherited from interface org.deegree.services.wfs.protocol.WFSBasicRequest |
getNative |
Methods inherited from interface org.deegree.services.OGCWebServiceRequest |
getId, getRequest, getRequestParameter, getService, getVendorSpecificParameter, getVendorSpecificParameters |
Method Detail |
public WFSOperation[] getOperations()
An operation is meant to be applied to a single feature type, but multiple operations on multiple feature types can be packaged within a single Transaction request.
public java.lang.String getReleaseAction()
public java.lang.String getLockId()
public java.lang.String getHandle()
public java.lang.String getVersion()
getVersion
in interface OGCWebServiceRequest
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |