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

Packages that use Repository
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.json The JBoss DNA REST Client JSON package defines an implementation of an DNA REST client
 

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

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

Methods in org.jboss.dna.web.jcr.rest.client with parameters of type Repository
 Collection<Workspace> IRestClient.getWorkspaces(Repository repository)
          Obtains the workspaces defined within the specified DNA respository.
 

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

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

Constructors in org.jboss.dna.web.jcr.rest.client.domain with parameters of type Repository
Workspace(String name, Repository repository)
          Constructs a new Workspace.
 

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

Methods in org.jboss.dna.web.jcr.rest.client.json that return types with arguments of type Repository
 Collection<Repository> JsonRestClient.getRepositories(Server server)
          Obtains the DNA repositories defined within the specified server.
 Collection<Repository> ServerNode.getRepositories(String jsonResponse)
           
 

Methods in org.jboss.dna.web.jcr.rest.client.json with parameters of type Repository
 Collection<Workspace> JsonRestClient.getWorkspaces(Repository repository)
          Obtains the workspaces defined within the specified DNA respository.
 

Constructors in org.jboss.dna.web.jcr.rest.client.json with parameters of type Repository
RepositoryNode(Repository repository)
           
 



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