|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchWorkspaceException | |
com.jeceira.item.proxy | |
com.jeceira.repository | |
com.jeceira.session | |
javax.jcr | Provides interfaces and classes for the Content Repository for Java Technology (JCR). |
Uses of NoSuchWorkspaceException in com.jeceira.item.proxy |
Methods in com.jeceira.item.proxy that throw NoSuchWorkspaceException | |
java.lang.String |
NodeProxy.getCorrespondingNodePath(java.lang.String workspaceName)
|
NodeIterator |
NodeProxy.merge(java.lang.String srcWorkspace,
boolean bestEffort)
|
void |
NodeProxy.update(java.lang.String srcWorkspaceName)
|
Uses of NoSuchWorkspaceException in com.jeceira.repository |
Methods in com.jeceira.repository that throw NoSuchWorkspaceException | |
Session |
RepositoryImpl.login(Credentials credentials,
java.lang.String workspaceName)
|
Session |
RepositoryImpl.login(java.lang.String workspaceName)
|
Uses of NoSuchWorkspaceException in com.jeceira.session |
Methods in com.jeceira.session that throw NoSuchWorkspaceException | |
void |
TransientWorkspace.clone(java.lang.String srcWorkspace,
java.lang.String srcAbsPath,
java.lang.String destAbsPath,
boolean removeExisting)
|
void |
TransientWorkspace.copy(java.lang.String srcWorkspace,
java.lang.String srcAbsPath,
java.lang.String destAbsPath)
|
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. |
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. |
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) . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |