|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Workspace | |
---|---|
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 Workspace in org.modeshape.web.jcr.rest.client |
---|
Methods in org.modeshape.web.jcr.rest.client that return types with arguments of type Workspace | |
---|---|
Collection<Workspace> |
IRestClient.getWorkspaces(Repository repository)
Obtains the workspaces defined within the specified ModeShape respository. |
Methods in org.modeshape.web.jcr.rest.client with parameters of type Workspace | |
---|---|
URL |
IRestClient.getUrl(File file,
String path,
Workspace workspace)
|
Status |
IRestClient.publish(Workspace workspace,
String path,
File file)
Publishes, or uploads, a local file to the workspace at the specified path. |
Status |
IRestClient.publish(Workspace workspace,
String path,
File file,
boolean useVersioning)
Publishes, or uploads, a local file to the workspace at the specified path. |
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. |
Status |
IRestClient.unpublish(Workspace workspace,
String path,
File file)
Unpublishes, or deletes, the resource at the specified path in the workspace. |
Uses of Workspace in org.modeshape.web.jcr.rest.client.json |
---|
Methods in org.modeshape.web.jcr.rest.client.json that return types with arguments of type Workspace | |
---|---|
Collection<Workspace> |
JsonRestClient.getWorkspaces(Repository repository)
Obtains the workspaces defined within the specified ModeShape respository. |
Collection<Workspace> |
RepositoryNode.getWorkspaces(String jsonResponse)
|
Methods in org.modeshape.web.jcr.rest.client.json with parameters of type Workspace | |
---|---|
URL |
JsonRestClient.getUrl(File file,
String path,
Workspace workspace)
|
boolean |
JsonRestClient.pathExists(Workspace workspace,
String path,
File file)
|
Status |
JsonRestClient.publish(Workspace workspace,
String path,
File file)
Publishes, or uploads, a local file to the workspace at the specified path. |
Status |
JsonRestClient.publish(Workspace workspace,
String path,
File file,
boolean useVersioning)
Publishes, or uploads, a local file to the workspace at the specified path. |
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. |
Status |
JsonRestClient.unpublish(Workspace workspace,
String path,
File file)
Unpublishes, or deletes, the resource at the specified path in the workspace. |
Constructors in org.modeshape.web.jcr.rest.client.json with parameters of type Workspace | |
---|---|
FileNode(Workspace workspace,
String path,
File file)
|
|
FileNode(Workspace workspace,
String path,
File file,
boolean versionable)
|
|
FolderNode(Workspace workspace,
String fullPath)
|
|
NodeTypeNode(Workspace workspace)
Use this constructor if wanting all node types for a workspace |
|
NodeTypeNode(Workspace workspace,
String nodeTypeName)
Use this constructor if wanting all node types for a workspace |
|
WorkspaceNode(Workspace workspace)
|
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |