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.http |
The ModeShape REST Client abstraction of a HTTP client connection.
|
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 |
---|---|
Server |
IRestClient.validate(Server server)
Determines whether the specified server is valid and can be used to establish a connection.
|
Modifier and Type | Method and Description |
---|---|
Collection<Repository> |
IRestClient.getRepositories(Server server)
Obtains the ModeShape repositories defined within the specified server.
|
Server |
IRestClient.validate(Server server)
Determines whether the specified server is valid and can be used to establish a connection.
|
Modifier and Type | Method and Description |
---|---|
Server |
Server.asValidated(String validatedUrl)
Create a copy of this object that represents a validated URL to a server.
|
Server |
Workspace.getServer() |
Server |
Repository.getServer() |
Modifier and Type | Method and Description |
---|---|
boolean |
Server.hasSameKey(Server otherServer)
A server has the same identifying properties if their URL and user matches.
|
Constructor and Description |
---|
Repository(String name,
Server server)
Constructs a new
Repository . |
Repository(String name,
Server server,
Map<String,Object> metadata)
Constructs a new
Repository . |
Constructor and Description |
---|
HttpClientConnection(Server server,
URL url,
IJsonConstants.RequestMethod method) |
Modifier and Type | Method and Description |
---|---|
Server |
JsonRestClient.validate(Server server) |
Modifier and Type | Method and Description |
---|---|
Collection<Repository> |
JsonRestClient.getRepositories(Server server) |
Server |
JsonRestClient.validate(Server server) |
Constructor and Description |
---|
ServerNode(Server server) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.