|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Repository | |
com.jeceira.repository | |
com.jeceira.session | |
info.magnolia.jeceira | |
javax.jcr | Provides interfaces and classes for the Content Repository for Java Technology (JCR). |
Uses of Repository in com.jeceira.repository |
Classes in com.jeceira.repository that implement Repository | |
class |
RepositoryImpl
|
Methods in com.jeceira.repository that return Repository | |
Repository |
RepositoryContext.getRepository()
Returns the repository of this context. |
Repository |
RepositoryFactory.getRepository(java.lang.String repositoryName)
Returns an implementation of the Repository interface working on
the repository with the specified name. |
Methods in com.jeceira.repository with parameters of type Repository | |
void |
RepositoryContext.setRepository(Repository repository)
Sets the repository of this context. |
Uses of Repository in com.jeceira.session |
Methods in com.jeceira.session that return Repository | |
Repository |
SessionImpl.getRepository()
|
Uses of Repository in info.magnolia.jeceira |
Methods in info.magnolia.jeceira that return Repository | |
Repository |
ProviderImpl.getUnderlineRepository()
|
Uses of Repository in javax.jcr |
Methods in javax.jcr that return Repository | |
Repository |
Session.getRepository()
Returns the Repository object through which this session was
acquired. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |