|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RepositoryImpl | |
|---|---|
| org.apache.jackrabbit.core | Contains the core classes that provide the implementation of the JCR API. |
| org.apache.jackrabbit.jca | |
| Uses of RepositoryImpl in org.apache.jackrabbit.core |
|---|
| Fields in org.apache.jackrabbit.core declared as RepositoryImpl | |
|---|---|
protected RepositoryImpl |
ItemImpl.rep
the Repository object |
protected RepositoryImpl |
SessionImpl.rep
the repository that issued this session |
protected RepositoryImpl |
WorkspaceImpl.rep
The repository that created this workspace instance |
| Methods in org.apache.jackrabbit.core that return RepositoryImpl | |
|---|---|
static RepositoryImpl |
RepositoryImpl.create(RepositoryConfig config)
Creates a new RepositoryImpl instance. |
RepositoryImpl |
TransientRepository.RepositoryFactory.getRepository()
Creates and intializes a repository instance. |
| Methods in org.apache.jackrabbit.core with parameters of type RepositoryImpl | |
|---|---|
protected VersionManager |
SessionImpl.createVersionManager(RepositoryImpl rep)
Create the version manager. |
protected VersionManager |
XASessionImpl.createVersionManager(RepositoryImpl rep)
Create the version manager. |
protected WorkspaceImpl |
SessionImpl.createWorkspaceInstance(WorkspaceConfig wspConfig,
SharedItemStateManager stateMgr,
RepositoryImpl rep,
SessionImpl session)
Creates the workspace instance backing this session. |
protected WorkspaceImpl |
XASessionImpl.createWorkspaceInstance(WorkspaceConfig wspConfig,
SharedItemStateManager stateMgr,
RepositoryImpl rep,
SessionImpl session)
Creates the workspace instance backing this session. |
| Constructors in org.apache.jackrabbit.core with parameters of type RepositoryImpl | |
|---|---|
SessionImpl(RepositoryImpl rep,
AuthContext loginContext,
WorkspaceConfig wspConfig)
Protected constructor. |
|
SessionImpl(RepositoryImpl rep,
javax.security.auth.Subject subject,
WorkspaceConfig wspConfig)
Protected constructor. |
|
WorkspaceImpl(WorkspaceConfig wspConfig,
SharedItemStateManager stateMgr,
RepositoryImpl rep,
SessionImpl session)
Protected constructor. |
|
XASessionImpl(RepositoryImpl rep,
AuthContext loginContext,
WorkspaceConfig wspConfig)
Create a new instance of this class. |
|
XASessionImpl(RepositoryImpl rep,
javax.security.auth.Subject subject,
WorkspaceConfig wspConfig)
Create a new instance of this class. |
|
XAWorkspace(WorkspaceConfig wspConfig,
SharedItemStateManager stateMgr,
RepositoryImpl rep,
SessionImpl session)
Protected constructor. |
|
| Uses of RepositoryImpl in org.apache.jackrabbit.jca |
|---|
| Methods in org.apache.jackrabbit.jca that return RepositoryImpl | |
|---|---|
RepositoryImpl |
JCARepositoryManager.createRepository(java.lang.String homeDir,
java.lang.String configFile)
Create repository. |
RepositoryImpl |
JCAManagedConnectionFactory.getRepository()
Return the repository. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||