org.deegree.metadata.publication
Class InsertTransaction

java.lang.Object
  extended by org.deegree.metadata.publication.TransactionOperation
      extended by org.deegree.metadata.publication.InsertTransaction

public class InsertTransaction
extends TransactionOperation

Represents a CSW Insert action (part of a Transaction operation request).

Version:
$Revision: 27054 $, $Date: 2010-09-28 16:20:56 +0200 (Di, 28. Sep 2010) $
Author:
Steffen Thomas, last edited by: $Author: sthomas $

Constructor Summary
InsertTransaction(java.util.List<org.apache.axiom.om.OMElement> insertElement, javax.xml.namespace.QName typeName, java.lang.String handle)
           
 
Method Summary
 java.util.List<org.apache.axiom.om.OMElement> getElements()
           
 CSWConstants.TransactionType getType()
          Returns the type of operation.
 javax.xml.namespace.QName getTypeName()
           
 
Methods inherited from class org.deegree.metadata.publication.TransactionOperation
getHandle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertTransaction

public InsertTransaction(java.util.List<org.apache.axiom.om.OMElement> insertElement,
                         javax.xml.namespace.QName typeName,
                         java.lang.String handle)
Parameters:
insertElement -
typeName -
handle -
Method Detail

getType

public CSWConstants.TransactionType getType()
Description copied from class: TransactionOperation
Returns the type of operation. Use this to safely determine the subtype of TransactionOperation.

Specified by:
getType in class TransactionOperation
Returns:
type of operation

getElements

public java.util.List<org.apache.axiom.om.OMElement> getElements()

getTypeName

public javax.xml.namespace.QName getTypeName()
Returns:
the typeName


Copyright © 2011. All Rights Reserved.