|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transaction.ReleaseAction | |
|---|---|
| org.deegree.protocol.wfs.transaction | |
| Uses of Transaction.ReleaseAction in org.deegree.protocol.wfs.transaction |
|---|
| Methods in org.deegree.protocol.wfs.transaction that return Transaction.ReleaseAction | |
|---|---|
Transaction.ReleaseAction |
Transaction.getReleaseAction()
Returns the release action mode to be applied after the transaction has been executed successfully. |
static Transaction.ReleaseAction |
Transaction.ReleaseAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Transaction.ReleaseAction[] |
Transaction.ReleaseAction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.deegree.protocol.wfs.transaction with parameters of type Transaction.ReleaseAction | |
|---|---|
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 | |||||||||