Uses of Class
org.deegree.protocol.wfs.transaction.Transaction.ReleaseAction

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(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, String handle, String lockId, Transaction.ReleaseAction releaseAction, Iterable<TransactionOperation> operations)
          Creates a new Transaction request.
 



Copyright © 2011. All Rights Reserved.