org.deegree.metadata.publication
Class UpdateTransaction
java.lang.Object
org.deegree.metadata.publication.TransactionOperation
org.deegree.metadata.publication.UpdateTransaction
public class UpdateTransaction
- extends TransactionOperation
Represents a CSW Update
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateTransaction
public UpdateTransaction(java.lang.String handle,
org.apache.axiom.om.OMElement element,
javax.xml.namespace.QName typeName,
Filter constraint,
java.util.List<MetadataProperty> recordProperty)
- Creates a new
UpdateTransaction
instance.
- Parameters:
handle
- element
- typeName
- constraint
- recordProperty
-
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
getConstraint
public Filter getConstraint()
- Returns:
- the constraint
getRecordProperty
public java.util.List<MetadataProperty> getRecordProperty()
- Returns:
- the recordProperty
getElement
public org.apache.axiom.om.OMElement getElement()
- Returns:
- the element
getTypeName
public javax.xml.namespace.QName getTypeName()
- Returns:
- the typeName
Copyright © 2011. All Rights Reserved.