ModeShape Distribution 3.0.0.Beta4

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

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

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

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

Methods in org.modeshape.web.jcr.rest.client with parameters of type Repository
 Map<String,NodeType> IRestClient.getNodeTypes(Repository repository)
          Obtains the ModeShape node types defined within the specified workspace.
 Collection<Workspace> IRestClient.getWorkspaces(Repository repository)
          Obtains the workspaces defined within the specified ModeShape respository.
 

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

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

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

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

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

Methods in org.modeshape.web.jcr.rest.client.json with parameters of type Repository
 Map<String,NodeType> JsonRestClient.getNodeTypes(Repository repository)
          Obtains the ModeShape node types defined within the specified workspace.
 Collection<Workspace> JsonRestClient.getWorkspaces(Repository repository)
          Obtains the workspaces defined within the specified ModeShape respository.
 

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


ModeShape Distribution 3.0.0.Beta4

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