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

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

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

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

Methods in org.jboss.dna.web.jcr.rest.client with parameters of type Workspace
 URL IRestClient.getUrl(File file, String path, Workspace workspace)
           
 Status IRestClient.publish(Workspace workspace, String path, File file)
          Publishes, or uploads, a local file to the workspace at the specified path.
 Status IRestClient.unpublish(Workspace workspace, String path, File file)
          Unpublishes, or deletes, the resource at the specified path in the workspace.
 

Uses of Workspace 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 Workspace
 Collection<Workspace> JsonRestClient.getWorkspaces(Repository repository)
          Obtains the workspaces defined within the specified DNA respository.
 Collection<Workspace> RepositoryNode.getWorkspaces(String jsonResponse)
           
 

Methods in org.jboss.dna.web.jcr.rest.client.json with parameters of type Workspace
 URL JsonRestClient.getUrl(File file, String path, Workspace workspace)
          
 boolean JsonRestClient.pathExists(Workspace workspace, String path, File file)
           
 Status JsonRestClient.publish(Workspace workspace, String path, File file)
          Publishes, or uploads, a local file to the workspace at the specified path.
 Status JsonRestClient.unpublish(Workspace workspace, String path, File file)
          Unpublishes, or deletes, the resource at the specified path in the workspace.
 

Constructors in org.jboss.dna.web.jcr.rest.client.json with parameters of type Workspace
FileNode(Workspace workspace, String path, File file)
           
FolderNode(Workspace workspace, String fullPath)
           
WorkspaceNode(Workspace workspace)
           
 



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