|
|||||||||||
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. |
Uses of RepositoryImpl in org.apache.jackrabbit.core |
Fields in org.apache.jackrabbit.core declared as RepositoryImpl | |
protected RepositoryImpl |
WorkspaceImpl.rep
The repository that created this workspace instance |
protected RepositoryImpl |
SessionImpl.rep
the repository that issued this session |
protected RepositoryImpl |
ItemImpl.rep
the Repository object |
Methods in org.apache.jackrabbit.core that return RepositoryImpl | |
static RepositoryImpl |
RepositoryImpl.create(RepositoryConfig config)
Creates a new RepositoryImpl instance. |
Methods in org.apache.jackrabbit.core with parameters of type RepositoryImpl | |
protected WorkspaceImpl |
SessionImpl.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 | |
WorkspaceImpl(WorkspaceConfig wspConfig,
SharedItemStateManager stateMgr,
RepositoryImpl rep,
SessionImpl session)
Protected constructor. |
|
SessionImpl(RepositoryImpl rep,
AuthContext loginContext,
WorkspaceConfig wspConfig)
Protected constructor. |
|
SessionImpl(RepositoryImpl rep,
Subject subject,
WorkspaceConfig wspConfig)
Protected constructor. |
|
XASessionImpl(RepositoryImpl rep,
AuthContext loginContext,
WorkspaceConfig wspConfig)
Create a new instance of this class. |
|
XASessionImpl(RepositoryImpl rep,
Subject subject,
WorkspaceConfig wspConfig)
Create a new instance of this class. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |