org.deegree.services.csw.transaction
Class Transaction
java.lang.Object
org.deegree.services.csw.AbstractCSWRequest
org.deegree.services.csw.transaction.Transaction
public class Transaction
- extends AbstractCSWRequest
Represents a Transaction
request to a CSW.
- Version:
- $Revision: $, $Date: $
- Author:
- Steffen Thomas, last edited by: $Author: thomas $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Transaction
public Transaction(Version version,
List<TransactionOperation> operations,
String requestId,
boolean verboseRequest)
getOperations
public List<TransactionOperation> getOperations()
- Returns:
- the operations
getRequestId
public String getRequestId()
- Returns:
- the requestId
isVerboseRequest
public boolean isVerboseRequest()
- Returns:
- the verboseRequest
Copyright © 2011. All Rights Reserved.