Uses of Class
nextgrid.api.pom.Query

Packages that use Query
nextgrid.api.pom   
 

Uses of Query in nextgrid.api.pom
 

Methods in nextgrid.api.pom that return types with arguments of type Query
 java.util.List<Query> QueryProfile.getConstraints()
          Gets the constraints defined in this profile as a list of queries.
 

Methods in nextgrid.api.pom with parameters of type Query
 void QueryProfile.addConstraint(Query query)
          Adds a query to the list.
 void QueryProfile.removeConstraint(Query q)
          Removes a query from the list.
 

Constructor parameters in nextgrid.api.pom with type arguments of type Query
QueryProfile(java.util.List<Query> constraints)
          Creates a new instance.
 



Copyright © 2006-2008 Grid Systems, S.A.. All Rights Reserved.