public class RemoteRepositoryElem extends RepositoryElem
repository| Constructor and Description |
|---|
RemoteRepositoryElem(java.lang.String alias,
RepositoryFactory repositoryFactory,
java.lang.String uri,
TreeParent parent,
Session userSession,
Keyring keyring,
java.lang.String remoteNodePath) |
| Modifier and Type | Method and Description |
|---|---|
Repository |
getRepository()
returns the
Repository referenced by the current UI Node |
void |
remove() |
protected Session |
repositoryLogin(java.lang.String workspaceName)
Actual call to the
Repository.login(javax.jcr.Credentials, String)
method. |
createWorkspace, getAccessibleWorkspaceNames, getAlias, isConnected, login, logoutaddChild, clearChildren, compareTo, dispose, equals, getChildByName, getChildren, getChildrenOfType, getName, getParent, hasChildren, hashCode, isLoaded, removeChild, setParent, toStringpublic RemoteRepositoryElem(java.lang.String alias,
RepositoryFactory repositoryFactory,
java.lang.String uri,
TreeParent parent,
Session userSession,
Keyring keyring,
java.lang.String remoteNodePath)
protected Session repositoryLogin(java.lang.String workspaceName) throws RepositoryException
RepositoryElemRepository.login(javax.jcr.Credentials, String)
method. To be overridden.repositoryLogin in class RepositoryElemRepositoryExceptionpublic Repository getRepository()
RepositoryElemRepository referenced by the current UI NodegetRepository in class RepositoryElempublic void remove()
Copyright © 2007–2020. All rights reserved.