|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gvsig.remoteclient.wfs.edition.WFSTTransaction
public class WFSTTransaction
| Constructor Summary | |
|---|---|
WFSTTransaction(WFSStatus wfsStatus)
|
|
| Method Summary | |
|---|---|
WFSTDeleteOperation |
createDeleteOperation(java.lang.String id)
Adds a delete operation |
WFSTInsertOperation |
createInsertOperation()
Adds a insert operation |
WFSTUpdateOperation |
createUpdateOperation(java.lang.String id)
Adds a update operation |
WFSTDeleteOperation |
getDeleteOperationAt(int i)
Gets an delete operation |
int |
getDeleteOperationSize()
|
WFSTInsertOperation |
getInseOperationAt(int i)
Gets an insert operation |
int |
getInsertOperationSize()
|
WFSTUpdateOperation |
getUpdateOperationAt(int i)
Gets an update operation |
int |
getUpdateOperationSize()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WFSTTransaction(WFSStatus wfsStatus)
| Method Detail |
|---|
public WFSTDeleteOperation createDeleteOperation(java.lang.String id)
ids - The identifiers of the features to deletepublic WFSTInsertOperation createInsertOperation()
gml - The new Featurepublic WFSTUpdateOperation createUpdateOperation(java.lang.String id)
id - The identifier of the features to updatevalues - A map with key equals to the property and the value equals to the value to update
The update operationpublic int getInsertOperationSize()
public WFSTInsertOperation getInseOperationAt(int i)
i - Operation position
public int getUpdateOperationSize()
public WFSTUpdateOperation getUpdateOperationAt(int i)
i - Operation position
public int getDeleteOperationSize()
public WFSTDeleteOperation getDeleteOperationAt(int i)
i - Operation position
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||