|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionOperation | |
|---|---|
| org.deegree.protocol.wfs.transaction | |
| Uses of TransactionOperation in org.deegree.protocol.wfs.transaction |
|---|
| Subclasses of TransactionOperation in org.deegree.protocol.wfs.transaction | |
|---|---|
class |
Delete
Represents a WFS Delete operation (part of a Transaction request). |
class |
Insert
Represents a WFS Insert operation (part of a Transaction request). |
class |
Native
Represents a WFS Native operation (part of a Transaction request). |
class |
Update
Represents a WFS Update operation (part of a Transaction request). |
| Methods in org.deegree.protocol.wfs.transaction that return types with arguments of type TransactionOperation | |
|---|---|
java.lang.Iterable<TransactionOperation> |
Transaction.getOperations()
Returns the TransactionOperations that are contained in the transaction. |
| Constructor parameters in org.deegree.protocol.wfs.transaction with type arguments of type TransactionOperation | |
|---|---|
Transaction(Version version,
java.lang.String handle,
java.lang.String lockId,
Transaction.ReleaseAction releaseAction,
java.lang.Iterable<TransactionOperation> operations)
Creates a new Transaction request. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||