Uses of Interface
org.modeshape.graph.query.QueryResults

Packages that use QueryResults
org.modeshape.graph The ModeShape Graph API defines the types that allow you to work with content organized as a graph. 
org.modeshape.graph.connector.map The MapRepository class and its supporting classes provide a default implementation of the connector classes for connectors that support the transient or persistent mapping of a UUID to a standard representation of a node
org.modeshape.graph.connector.path The PathRepository class and its supporting classes provide a default read-only implementation of the connector classes for connectors that only support path-based access to a standard representation of a node
org.modeshape.graph.query The Query API provides a mechanism for building and executing queries. 
org.modeshape.graph.query.process This package defines the QueryProcessor interface, which is responsible for constructing for each query a tree of ProcessingComponent objects that each are responsible for processing a specific aspect of the query and returning the tuples to the parent component. 
 

Uses of QueryResults in org.modeshape.graph
 

Methods in org.modeshape.graph that return QueryResults
 QueryResults Graph.BuildQuery.execute()
          Execute the query and get the results.
 QueryResults Graph.search(String fullTextSearchExpression, int maxResults, int offset)
          Search the current workspace using the supplied full-text search expression.
 

Uses of QueryResults in org.modeshape.graph.connector.map
 

Methods in org.modeshape.graph.connector.map that return QueryResults
 QueryResults MapWorkspace.query(ExecutionContext context, AccessQueryRequest accessQuery)
          Perform a query of this workspace.
 QueryResults AbstractMapWorkspace.query(ExecutionContext context, AccessQueryRequest accessQuery)
          Perform a query of this workspace.
 QueryResults MapWorkspace.search(ExecutionContext context, String fullTextSearchExpression)
          Perform a full-text search of this workspace.
 QueryResults AbstractMapWorkspace.search(ExecutionContext context, String fullTextSearchExpression)
          Perform a full-text search of this workspace.
 

Uses of QueryResults in org.modeshape.graph.connector.path
 

Methods in org.modeshape.graph.connector.path that return QueryResults
 QueryResults PathWorkspace.query(ExecutionContext context, AccessQueryRequest accessQuery)
          Perform a query of this workspace.
 QueryResults AbstractWritablePathWorkspace.query(ExecutionContext context, AccessQueryRequest accessQuery)
           
 QueryResults PathWorkspace.search(ExecutionContext context, String fullTextSearchExpression)
          Perform a full-text search of this workspace.
 QueryResults AbstractWritablePathWorkspace.search(ExecutionContext context, String fullTextSearchExpression)
           
 

Uses of QueryResults in org.modeshape.graph.query
 

Methods in org.modeshape.graph.query that return QueryResults
 QueryResults QueryEngine.execute(QueryContext context, QueryCommand query)
          Execute the supplied query by planning, optimizing, and then processing it.
 QueryResults Queryable.execute(QueryContext context, QueryCommand query)
          Execute the supplied query by planning, optimizing, and then processing it.
 

Uses of QueryResults in org.modeshape.graph.query.process
 

Classes in org.modeshape.graph.query.process that implement QueryResults
 class QueryResults
          The resulting output of a query.
 

Methods in org.modeshape.graph.query.process that return QueryResults
 QueryResults QueryProcessor.execute(QueryContext context, QueryCommand command, QueryResults.Statistics statistics, PlanNode plan)
          Process the supplied query plan for the given command and return the results.
 QueryResults Processor.execute(QueryContext context, QueryCommand command, QueryResults.Statistics statistics, PlanNode plan)
          Process the supplied query plan for the given command and return the results.
 



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