ModeShape Distribution 3.0.0.Beta4

Uses of Class
org.modeshape.web.jcr.rest.client.domain.QueryRow

Packages that use QueryRow
org.modeshape.web.jcr.rest.client The ModeShape REST Client is a lightweight, non-UI Maven project that interacts with the ModeShape REST server. 
org.modeshape.web.jcr.rest.client.json The ModeShape REST Client JSON package defines an implementation of an ModeShape REST client
 

Uses of QueryRow in org.modeshape.web.jcr.rest.client
 

Methods in org.modeshape.web.jcr.rest.client that return types with arguments of type QueryRow
 List<QueryRow> IRestClient.query(Workspace workspace, String language, String statement)
          Executes the given query in the workspace.
 List<QueryRow> IRestClient.query(Workspace workspace, String language, String statement, int offset, int limit)
          Executes the given query in the workspace.
 List<QueryRow> IRestClient.query(Workspace workspace, String language, String statement, int offset, int limit, Map<String,String> variables)
          Executes the given query in the workspace.
 

Uses of QueryRow in org.modeshape.web.jcr.rest.client.json
 

Methods in org.modeshape.web.jcr.rest.client.json that return types with arguments of type QueryRow
 List<QueryRow> JsonRestClient.query(Workspace workspace, String language, String statement)
           
 List<QueryRow> JsonRestClient.query(Workspace workspace, String language, String statement, int offset, int limit)
           
 List<QueryRow> JsonRestClient.query(Workspace workspace, String language, String statement, int offset, int limit, Map<String,String> variables)
          Executes the given query in the workspace.
 


ModeShape Distribution 3.0.0.Beta4

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