org.deegree.metadata.publication
Class InsertTransaction
java.lang.Object
org.deegree.metadata.publication.TransactionOperation
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
-
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.