org.deegree.protocol.wfs.storedquery
Class DropStoredQuery
java.lang.Object
org.deegree.protocol.wfs.AbstractWFSRequest
org.deegree.protocol.wfs.storedquery.DropStoredQuery
public class DropStoredQuery
- extends AbstractWFSRequest
Represents a DropStoredQuery
request to a WFS.
Supported versions:
- Version:
- $Revision: 31763 $, $Date: 2011-09-05 19:55:05 +0200 (Mon, 05 Sep 2011) $
- Author:
- Markus Schneider, last edited by: $Author: mschneider $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DropStoredQuery
public DropStoredQuery(Version version,
String handle,
String storedQueryId)
- Creates a new
DropStoredQuery
instance.
- Parameters:
version
- protocol version, must not be null
handle
- client-generated identifier, may be null
storedQueryId
- id of stored query to be dropped, must not be null
getStoredQueryId
public String getStoredQueryId()
- Returns the identifier of the stored query to be dropped.
- Returns:
- identifiers of the stored queries, can be empty (describe all queries), but never
null
Copyright © 2011. All Rights Reserved.