|
|||||||||||
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 Repository
public String getDescriptor(String key)
getDescriptor
in interface Repository
public Session login(Credentials credentials, String workspaceName) throws LoginException, NoSuchWorkspaceException, RepositoryException
login
in interface Repository
LoginException
NoSuchWorkspaceException
RepositoryException
public Session login(Credentials credentials) throws LoginException, NoSuchWorkspaceException, RepositoryException
login(credentials, null)
.
login
in interface Repository
LoginException
NoSuchWorkspaceException
RepositoryException
login(Credentials, String)
public Session login(String workspaceName) throws LoginException, NoSuchWorkspaceException, RepositoryException
login(null, workspaceName)
.
login
in interface Repository
LoginException
NoSuchWorkspaceException
RepositoryException
login(Credentials, String)
public Session login() throws LoginException, NoSuchWorkspaceException, RepositoryException
login(null, null)
.
login
in interface Repository
LoginException
NoSuchWorkspaceException
RepositoryException
login(Credentials, String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |