|
ModeShape Distribution 3.0.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Workspace | |
---|---|
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 Workspace in org.modeshape.web.jcr.rest.client |
---|
Methods in org.modeshape.web.jcr.rest.client that return types with arguments of type Workspace | |
---|---|
Collection<Workspace> |
IRestClient.getWorkspaces(Repository repository)
Deprecated. Obtains the workspaces defined within the specified ModeShape respository. |
Methods in org.modeshape.web.jcr.rest.client with parameters of type Workspace | |
---|---|
boolean |
IRestClient.fileExists(File file,
Workspace workspace,
String path)
Deprecated. Checks if the given file exists or not on the server, by issuing a GET request. |
URL |
IRestClient.getUrl(File file,
String path,
Workspace workspace)
Deprecated. Returns a url string, representing a "server recognizable" url for a the given file. |
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. |
List<QueryRow> |
IRestClient.query(Workspace workspace,
String language,
String statement)
Deprecated. Executes the given query in the workspace. |
List<QueryRow> |
IRestClient.query(Workspace workspace,
String language,
String statement,
int offset,
int limit)
Deprecated. Executes the given query in the workspace. |
List<QueryRow> |
IRestClient.query(Workspace workspace,
String language,
String statement,
int offset,
int limit,
Map<String,String> variables)
Deprecated. Executes the given query in the workspace. |
Status |
IRestClient.unpublish(Workspace workspace,
String path,
File file)
Deprecated. Unpublishes, or deletes, the resource at the specified path in the workspace. |
Uses of Workspace in org.modeshape.web.jcr.rest.client.json |
---|
Methods in org.modeshape.web.jcr.rest.client.json that return types with arguments of type Workspace | |
---|---|
Collection<Workspace> |
JsonRestClient.getWorkspaces(Repository repository)
|
Collection<Workspace> |
RepositoryNode.getWorkspaces(String jsonResponse)
|
Methods in org.modeshape.web.jcr.rest.client.json with parameters of type Workspace | |
---|---|
boolean |
JsonRestClient.fileExists(File file,
Workspace workspace,
String path)
|
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)
|
Status |
JsonRestClient.publish(Workspace workspace,
String path,
File file,
boolean useVersioning)
|
List<QueryRow> |
JsonRestClient.query(Workspace workspace,
String language,
String statement)
|
List<QueryRow> |
JsonRestClient.query(Workspace workspace,
String language,
String statement,
int offset,
int limit)
|
List<QueryRow> |
JsonRestClient.query(Workspace workspace,
String language,
String statement,
int offset,
int limit,
Map<String,String> variables)
|
Status |
JsonRestClient.unpublish(Workspace workspace,
String path,
File file)
|
Constructors in org.modeshape.web.jcr.rest.client.json with parameters of type Workspace | |
---|---|
FileNode(Workspace workspace,
String path,
File file)
|
|
FileNode(Workspace workspace,
String path,
File file,
boolean versionable)
|
|
FolderNode(Workspace workspace,
String fullPath)
|
|
NodeTypeNode(Workspace workspace)
Use this constructor if wanting all node types for a workspace |
|
NodeTypeNode(Workspace workspace,
String nodeTypeName)
Use this constructor if wanting all node types for a workspace |
|
WorkspaceNode(Workspace workspace)
|
|
ModeShape Distribution 3.0.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |