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