|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Status | |
|---|---|
| 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 Status in org.jboss.dna.web.jcr.rest.client |
|---|
| Fields in org.jboss.dna.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.jboss.dna.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.unpublish(Workspace workspace,
String path,
File file)
Unpublishes, or deletes, the resource at the specified path in the workspace. |
| Uses of Status in org.jboss.dna.web.jcr.rest.client.json |
|---|
| Methods in org.jboss.dna.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.unpublish(Workspace workspace,
String path,
File file)
Unpublishes, or deletes, the resource at the specified path in the workspace. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||