Package | Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.