|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.jackrabbit.decorator.RepositoryDecorator
Simple Repository decorator.
| Field Summary |
| Constructor Summary | |
RepositoryDecorator(DecoratorFactory factory,
Repository repository)
|
|
| Method Summary | |
String |
getDescriptor(String key)
Forwards the method call to the underlying repository. |
String[] |
getDescriptorKeys()
Forwards the method call to the underlying repository. |
Session |
login()
Calls login(null, null). |
Session |
login(Credentials credentials)
Calls login(credentials, null). |
Session |
login(Credentials credentials,
String workspaceName)
Forwards the method call to the underlying repository. |
Session |
login(String workspaceName)
Calls login(null, workspaceName). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RepositoryDecorator(DecoratorFactory factory,
Repository repository)
| Method Detail |
public String[] getDescriptorKeys()
getDescriptorKeys in interface Repositorypublic String getDescriptor(String key)
getDescriptor in interface Repository
public Session login(Credentials credentials,
String workspaceName)
throws LoginException,
NoSuchWorkspaceException,
RepositoryException
login in interface RepositoryLoginException
NoSuchWorkspaceException
RepositoryException
public Session login(Credentials credentials)
throws LoginException,
NoSuchWorkspaceException,
RepositoryException
login(credentials, null).
login in interface RepositoryLoginException
NoSuchWorkspaceException
RepositoryExceptionlogin(Credentials, String)
public Session login(String workspaceName)
throws LoginException,
NoSuchWorkspaceException,
RepositoryException
login(null, workspaceName).
login in interface RepositoryLoginException
NoSuchWorkspaceException
RepositoryExceptionlogin(Credentials, String)
public Session login()
throws LoginException,
NoSuchWorkspaceException,
RepositoryException
login(null, null).
login in interface RepositoryLoginException
NoSuchWorkspaceException
RepositoryExceptionlogin(Credentials, String)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||