Uses of Class
org.deegree.commons.tom.ResolveParams

Packages that use ResolveParams
org.deegree.protocol.wfs.getfeature   
org.deegree.protocol.wfs.getfeaturewithlock   
org.deegree.protocol.wfs.getpropertyvalue   
org.deegree.protocol.wfs.query   
 

Uses of ResolveParams in org.deegree.protocol.wfs.getfeature
 

Methods in org.deegree.protocol.wfs.getfeature that return ResolveParams
 ResolveParams GetFeature.getResolveParams()
          Returns the parameters that control the resolution of references in the response.
 

Constructors in org.deegree.protocol.wfs.getfeature with parameters of type ResolveParams
GetFeature(Version version, String handle, StandardPresentationParams presentationParams, ResolveParams resolveParams, List<Query> queries)
          Creates a new GetFeature request.
 

Uses of ResolveParams in org.deegree.protocol.wfs.getfeaturewithlock
 

Constructors in org.deegree.protocol.wfs.getfeaturewithlock with parameters of type ResolveParams
GetFeatureWithLock(Version version, String handle, StandardPresentationParams presentationParams, ResolveParams resolveParams, List<Query> queries, Integer expiry)
          Creates a new GetFeatureWithLock request.
 

Uses of ResolveParams in org.deegree.protocol.wfs.getpropertyvalue
 

Methods in org.deegree.protocol.wfs.getpropertyvalue that return ResolveParams
 ResolveParams GetPropertyValue.getResolveParams()
          Returns the parameters that control the resolution of references of the result set.
 

Constructors in org.deegree.protocol.wfs.getpropertyvalue with parameters of type ResolveParams
GetPropertyValue(Version version, String handle, StandardPresentationParams presentationParams, ResolveParams resolveParams, ValueReference valueReference, ValueReference resolvePath, Query query)
          Creates a new GetPropertyValue instance.
 

Uses of ResolveParams in org.deegree.protocol.wfs.query
 

Methods in org.deegree.protocol.wfs.query that return ResolveParams
 ResolveParams ProjectionClause.getResolveParams()
          Returns the parameters that control the resolution of references in the response.
protected static ResolveParams QueryKVPAdapter.parseStandardResolveParameters110(Map<String,String> kvpUC)
           
 ResolveParams QueryXMLAdapter.parseStandardResolveParameters110(org.apache.axiom.om.OMElement requestEl)
           
protected static ResolveParams QueryKVPAdapter.parseStandardResolveParameters200(Map<String,String> kvpUC)
           
 ResolveParams QueryXMLAdapter.parseStandardResolveParameters200(org.apache.axiom.om.OMElement requestEl)
           
 

Constructors in org.deegree.protocol.wfs.query with parameters of type ResolveParams
ProjectionClause(ValueReference propertyName, ResolveParams resolveParams, ValueReference resolvePath)
          Creates a new ProjectionClause instance.
 



Copyright © 2011. All Rights Reserved.