org.deegree.protocol.wfs.query
Class StoredQuery

java.lang.Object
  extended by org.deegree.protocol.wfs.query.Query
      extended by org.deegree.protocol.wfs.query.StoredQuery

public class StoredQuery
extends Query

A Query that provides the id of a StoredQueryDefinition template and parameter values.

Version:
$Revision: 31736 $, $Date: 2011-09-02 18:25:20 +0200 (Fri, 02 Sep 2011) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Constructor Summary
StoredQuery(String handle, String id, Map<String,org.apache.axiom.om.OMElement> paramNameToValue)
          Creates a new StoredQuery instance.
 
Method Summary
 String getId()
          Returns the identifier of the stored query definition.
 Map<String,org.apache.axiom.om.OMElement> getParams()
          Returns the parameter name to value mapping.
 
Methods inherited from class org.deegree.protocol.wfs.query.Query
getHandle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoredQuery

public StoredQuery(String handle,
                   String id,
                   Map<String,org.apache.axiom.om.OMElement> paramNameToValue)
Creates a new StoredQuery instance.

Parameters:
handle - client-generated query identifier, may be null
id - identifier of the stored query to be invoked, must not be null
paramNameToValue - parameters, must not be null
Method Detail

getId

public String getId()
Returns the identifier of the stored query definition.

Returns:
identifier of the stored query definition, never null

getParams

public Map<String,org.apache.axiom.om.OMElement> getParams()
Returns the parameter name to value mapping.

Returns:
parameter name to value mapping, never null


Copyright © 2011. All Rights Reserved.