ModeShape Distribution 3.0.0.CR1

Uses of Class
org.modeshape.web.jcr.rest.client.domain.Server

Packages that use Server
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
 

Uses of Server in org.modeshape.web.jcr.rest.client
 

Methods in org.modeshape.web.jcr.rest.client that return Server
 Server IRestClient.validate(Server server)
          Deprecated. Determines whether the specified server is valid and can be used to establish a connection.
 

Methods in org.modeshape.web.jcr.rest.client with parameters of type Server
 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.
 

Uses of Server in org.modeshape.web.jcr.rest.client.domain
 

Methods in org.modeshape.web.jcr.rest.client.domain that return Server
 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()
           
 

Methods in org.modeshape.web.jcr.rest.client.domain with parameters of type Server
 boolean Server.hasSameKey(Server otherServer)
          A server has the same identifying properties if their URL and user matches.
 

Constructors in org.modeshape.web.jcr.rest.client.domain with parameters of type Server
Repository(String name, Server server)
          Constructs a new Repository.
Repository(String name, Server server, Map<String,Object> metadata)
          Constructs a new Repository.
 

Uses of Server in org.modeshape.web.jcr.rest.client.http
 

Constructors in org.modeshape.web.jcr.rest.client.http with parameters of type Server
HttpClientConnection(Server server, URL url, IJsonConstants.RequestMethod method)
           
 

Uses of Server in org.modeshape.web.jcr.rest.client.json
 

Methods in org.modeshape.web.jcr.rest.client.json that return Server
 Server JsonRestClient.validate(Server server)
           
 

Methods in org.modeshape.web.jcr.rest.client.json with parameters of type Server
 Collection<Repository> JsonRestClient.getRepositories(Server server)
           
 Server JsonRestClient.validate(Server server)
           
 

Constructors in org.modeshape.web.jcr.rest.client.json with parameters of type Server
ServerNode(Server server)
           
 


ModeShape Distribution 3.0.0.CR1

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.