|
ModeShape Distribution 3.0.1.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
Deprecated. Publishes, or uploads, a local file to the workspace at the specified path. |
Status |
IRestClient.publish(Workspace workspace,
String path,
File file,
boolean useVersioning)
Deprecated. Publishes, or uploads, a local file to the workspace at the specified path. |
Status |
IRestClient.unpublish(Workspace workspace,
String path,
File file)
Deprecated. 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)
|
Status |
JsonRestClient.publish(Workspace workspace,
String path,
File file,
boolean useVersioning)
|
Status |
JsonRestClient.unpublish(Workspace workspace,
String path,
File file)
|
|
ModeShape Distribution 3.0.1.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||