|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use NoSuchWorkspaceException | |
| javax.jcr | Provides interfaces and classes for the Content Repository for Java Technology. |
| Uses of NoSuchWorkspaceException in javax.jcr |
| Methods in javax.jcr that throw NoSuchWorkspaceException | |
void |
Workspace.copy(java.lang.String srcWorkspace,
java.lang.String srcAbsPath,
java.lang.String destAbsPath)
This method copies the subtree at srcAbsPath in srcWorkspace
to destAbsPath in this workspace. |
void |
Workspace.clone(java.lang.String srcWorkspace,
java.lang.String srcAbsPath,
java.lang.String destAbsPath,
boolean removeExisting)
Clones the subtree at the node srcAbsPath in srcWorkspace to the new location at
destAbsPath in this workspace. |
Session |
Repository.login(Credentials credentials,
java.lang.String workspaceName)
Authenticates the user using the supplied credentials. |
Session |
Repository.login(java.lang.String workspaceName)
Equivalent to login(null, workspaceName). |
void |
Node.update(java.lang.String srcWorkspaceName)
If this node does have a corresponding node in the workspace srcWorkspaceName,
then this replaces this node and its subtree with a clone of the corresponding node and its
subtree. |
NodeIterator |
Node.merge(java.lang.String srcWorkspace,
boolean bestEffort)
This method can be thought of as a version-sensitive update (see 7.1.7 Updating and Cloning Nodes across Workspaces in the specification). |
java.lang.String |
Node.getCorrespondingNodePath(java.lang.String workspaceName)
Returns the absolute path of the node in the specified workspace that corresponds to this node. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||