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 with parameters of type Server
 Collection<Repository> IRestClient.getRepositories(Server server)
          Obtains the ModeShape repositories defined within the specified server.
 

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

Methods in org.modeshape.web.jcr.rest.client.domain that return 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 with parameters of type Server
 Collection<Repository> JsonRestClient.getRepositories(Server server)
          Obtains the ModeShape repositories defined within the specified server.
 

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



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