ModeShape Distribution 3.0.0.Beta4

Uses of Class
org.modeshape.web.jcr.rest.client.Status

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

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

Fields in org.modeshape.web.jcr.rest.client declared as Status
static Status Status.OK_STATUS
          A status with an OK severity and no message and no exception.
 

Methods in org.modeshape.web.jcr.rest.client that return Status
 Status IRestClient.publish(Workspace workspace, String path, File file)
          Publishes, or uploads, a local file to the workspace at the specified path.
 Status IRestClient.publish(Workspace workspace, String path, File file, boolean useVersioning)
          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 Status in org.modeshape.web.jcr.rest.client.json
 

Methods in org.modeshape.web.jcr.rest.client.json that return Status
 Status JsonRestClient.publish(Workspace workspace, String path, File file)
          Publishes, or uploads, a local file to the workspace at the specified path.
 Status JsonRestClient.publish(Workspace workspace, String path, File file, boolean useVersioning)
          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.
 


ModeShape Distribution 3.0.0.Beta4

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