| 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.domain |
The ModeShape REST Client domain package defines the ModeShape and JCR business objects.
|
| 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 |
|---|---|
Collection<Repository> |
IRestClient.getRepositories(Server server)
Obtains the ModeShape repositories defined within the specified server.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,NodeType> |
IRestClient.getNodeTypes(Repository repository)
Obtains the ModeShape node types defined within the specified workspace.
|
Collection<Workspace> |
IRestClient.getWorkspaces(Repository repository)
Obtains the workspaces defined within the specified ModeShape respository.
|
| Modifier and Type | Method and Description |
|---|---|
Repository |
Workspace.getRepository() |
| Constructor and Description |
|---|
Workspace(String name,
Repository repository)
Constructs a new
Workspace. |
| Modifier and Type | Method and Description |
|---|---|
Collection<Repository> |
JsonRestClient.getRepositories(Server server) |
Collection<Repository> |
ServerNode.getRepositories(String jsonResponse) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,NodeType> |
JsonRestClient.getNodeTypes(Repository repository) |
Collection<Workspace> |
JsonRestClient.getWorkspaces(Repository repository) |
| Constructor and Description |
|---|
RepositoryNode(Repository repository) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.