|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jackrabbit.base.BaseRepository
Repository base class.
Field Summary |
Constructor Summary | |
protected |
BaseRepository()
Protected constructor. |
Method Summary | |
String |
getDescriptor(String key)
Not implemented. |
String[] |
getDescriptorKeys()
Not implemented. |
Session |
login()
Implemented by calling login(null, null)
as suggested by the JCR specification. |
Session |
login(Credentials credentials)
Implemented by calling login(credentials, null)
as suggested by the JCR specification. |
Session |
login(Credentials credentials,
String workspaceName)
Not implemented. |
Session |
login(String workspaceName)
Implemented by calling login(null, workspaceName)
as suggested by the JCR specification. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected BaseRepository()
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)
as suggested by the JCR specification.
login
in interface Repository
LoginException
NoSuchWorkspaceException
RepositoryException
public Session login(String workspaceName) throws LoginException, NoSuchWorkspaceException, RepositoryException
login(null, workspaceName)
as suggested by the JCR specification.
login
in interface Repository
LoginException
NoSuchWorkspaceException
RepositoryException
public Session login() throws LoginException, NoSuchWorkspaceException, RepositoryException
login(null, null)
as suggested by the JCR specification.
login
in interface Repository
LoginException
NoSuchWorkspaceException
RepositoryException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |