org.deegree.services.csw.transaction
Class Transaction

java.lang.Object
  extended by org.deegree.services.csw.AbstractCSWRequest
      extended by 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 $

Constructor Summary
Transaction(Version version, List<TransactionOperation> operations, String requestId, boolean verboseRequest)
           
 
Method Summary
 List<TransactionOperation> getOperations()
           
 String getRequestId()
           
 boolean isVerboseRequest()
           
 
Methods inherited from class org.deegree.services.csw.AbstractCSWRequest
getNamespaces, getOutputFormat, getTypeNames, getVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Transaction

public Transaction(Version version,
                   List<TransactionOperation> operations,
                   String requestId,
                   boolean verboseRequest)
Method Detail

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.