Uses of Interface
org.jboss.dna.graph.Graph.BuildQuery

Packages that use Graph.BuildQuery
org.jboss.dna.graph The JBoss DNA Graph API defines the types that allow you to work with content organized as a graph. 
 

Uses of Graph.BuildQuery in org.jboss.dna.graph
 

Methods in org.jboss.dna.graph that return Graph.BuildQuery
 Graph.BuildQuery Graph.query(QueryCommand query, Schemata schemata)
          Query the current workspace using the supplied Schemata.
 Graph.BuildQuery Graph.BuildQuery.using(Map<String,Object> variables)
          Use the supplied variables when executing the query.
 Graph.BuildQuery Graph.BuildQuery.using(PlanHints hints)
          Use the supplied hints when executing the query.
 Graph.BuildQuery Graph.BuildQuery.using(String variableName, Object value)
          Use the supplied value for the given variable name when executing the query.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.