|
||||||||||
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 | |
---|---|
Iterable<TransactionOperation> |
Transaction.getOperations()
Returns the TransactionOperation s that are contained in the transaction. |
Constructor parameters in org.deegree.protocol.wfs.transaction with type arguments of type TransactionOperation | |
---|---|
Transaction(Version version,
String handle,
String lockId,
Transaction.ReleaseAction releaseAction,
Iterable<TransactionOperation> operations)
Creates a new Transaction request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |