org.deegree.protocol.wfs.transaction
Class Delete
java.lang.Object
org.deegree.protocol.wfs.transaction.TransactionOperation
org.deegree.protocol.wfs.transaction.Delete
public class Delete
- extends TransactionOperation
Represents a WFS Delete operation (part of a Transaction request).
- Version:
- $Revision: 19043 $, $Date: 2009-08-11 18:20:07 +0200 (Di, 11. Aug 2009) $
- Author:
- Markus Schneider , last edited by: $Author: mschneider $
- See Also:
Transaction
|
Constructor Summary |
Delete(java.lang.String handle,
javax.xml.namespace.QName typeName,
Filter filter)
Creates a new Delete instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Delete
public Delete(java.lang.String handle,
javax.xml.namespace.QName typeName,
Filter filter)
- Creates a new
Delete instance.
- Parameters:
handle - identifier for the operation, can be nulltypeName - name of the targeted feature type, must not be nullfilter - selects the feature instances to be deleted, must not be null
getType
public TransactionOperation.Type getType()
- Always returns
TransactionOperation.Type.DELETE.
- Specified by:
getType in class TransactionOperation
- Returns:
TransactionOperation.Type.DELETE
getTypeName
public javax.xml.namespace.QName getTypeName()
- Returns the name of the targeted feature type.
- Returns:
- the name of the targeted feature type, never null
getFilter
public Filter getFilter()
- Return the filter that selects the feature instances to be deleted.
- Returns:
- Filter the filter that selects the feature instances to be deleted, never null
Copyright © 2011. All Rights Reserved.