Uses of Class
org.jboss.dna.web.jcr.rest.client.domain.Server

Packages that use Server
org.jboss.dna.web.jcr.rest.client The JBoss DNA REST Client is a lightweight, non-UI Maven project that interacts with the DNA REST server. 
org.jboss.dna.web.jcr.rest.client.domain The JBoss DNA REST Client domain package defines the DNA and JCR business objects. 
org.jboss.dna.web.jcr.rest.client.http   
org.jboss.dna.web.jcr.rest.client.json The JBoss DNA REST Client JSON package defines an implementation of an DNA REST client
 

Uses of Server in org.jboss.dna.web.jcr.rest.client
 

Methods in org.jboss.dna.web.jcr.rest.client with parameters of type Server
 Collection<Repository> IRestClient.getRepositories(Server server)
          Obtains the DNA repositories defined within the specified server.
 

Uses of Server in org.jboss.dna.web.jcr.rest.client.domain
 

Methods in org.jboss.dna.web.jcr.rest.client.domain that return Server
 Server Workspace.getServer()
           
 Server Repository.getServer()
           
 

Methods in org.jboss.dna.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.jboss.dna.web.jcr.rest.client.domain with parameters of type Server
Repository(String name, Server server)
          Constructs a new Repository.
 

Uses of Server in org.jboss.dna.web.jcr.rest.client.http
 

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

Uses of Server in org.jboss.dna.web.jcr.rest.client.json
 

Methods in org.jboss.dna.web.jcr.rest.client.json with parameters of type Server
 Collection<Repository> JsonRestClient.getRepositories(Server server)
          Obtains the DNA repositories defined within the specified server.
 

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



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