org.deegree.protocol.wfs.storedquery
Class DescribeStoredQueries

java.lang.Object
  extended by org.deegree.protocol.wfs.AbstractWFSRequest
      extended by org.deegree.protocol.wfs.storedquery.DescribeStoredQueries

public class DescribeStoredQueries
extends AbstractWFSRequest

Represents a DescribeStoredQueries 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 $

Constructor Summary
DescribeStoredQueries(Version version, String handle, String[] storedQueryIds)
          Creates a new DescribeStoredQueries instance.
 
Method Summary
 String[] getStoredQueryIds()
          Returns the identifiers of the stored queries to be described.
 
Methods inherited from class org.deegree.protocol.wfs.AbstractWFSRequest
getHandle, getVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescribeStoredQueries

public DescribeStoredQueries(Version version,
                             String handle,
                             String[] storedQueryIds)
Creates a new DescribeStoredQueries instance.

Parameters:
version - protocol version, must not be null
handle - client-generated identifier, may be null
storedQueryIds - ids of stored queries to describe, may be null
Method Detail

getStoredQueryIds

public String[] getStoredQueryIds()
Returns the identifiers of the stored queries to be described.

Returns:
identifiers of the stored queries, can be empty (describe all queries), but never null


Copyright © 2011. All Rights Reserved.