|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface defines the access to the parts of a Transaction request. Each Transaction request contains one or more maybe different operations.
--------------------------------------------------------------------
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 |
CASOperation[] |
getOperations()
A |
Methods inherited from interface org.deegree.services.OGCWebServiceRequest |
getId, getRequest, getRequestParameter, getService, getVendorSpecificParameter, getVendorSpecificParameters, getVersion |
Method Detail |
public java.lang.String getLockId()
public java.lang.String getHandle()
public CASOperation[] 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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |