|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RepositoryContext | |
|---|---|
| org.apache.jackrabbit.core | Contains the core classes that provide the implementation of the JCR API. |
| org.apache.jackrabbit.core.query | |
| org.apache.jackrabbit.core.session | |
| Uses of RepositoryContext in org.apache.jackrabbit.core |
|---|
| Fields in org.apache.jackrabbit.core declared as RepositoryContext | |
|---|---|
protected RepositoryContext |
RepositoryImpl.context
|
protected RepositoryContext |
SessionImpl.repositoryContext
The component context of the repository that issued this session. |
| Methods in org.apache.jackrabbit.core that return RepositoryContext | |
|---|---|
static RepositoryContext |
RepositoryContext.create(RepositoryConfig config)
Starts a repository with the given configuration and returns the internal component context of the started repository. |
static RepositoryContext |
JackrabbitRepositoryStub.getRepositoryContext(Repository repository)
|
static RepositoryContext |
RepositoryContext.install(File dir)
Starts a repository in the given directory and returns the internal component context of the started repository. |
| Constructors in org.apache.jackrabbit.core with parameters of type RepositoryContext | |
|---|---|
SearchManager(String workspace,
RepositoryContext repositoryContext,
QueryHandlerFactory qhf,
SharedItemStateManager itemMgr,
PersistenceManager pm,
NodeId rootNodeId,
SearchManager parentMgr,
NodeId excludedNodeId)
Creates a new SearchManager. |
|
SessionFactory(RepositoryContext context)
|
|
SessionImpl(RepositoryContext repositoryContext,
AuthContext loginContext,
WorkspaceConfig wspConfig)
Protected constructor. |
|
SessionImpl(RepositoryContext repositoryContext,
Subject subject,
WorkspaceConfig wspConfig)
Protected constructor. |
|
XASessionImpl(RepositoryContext repositoryContext,
AuthContext loginContext,
WorkspaceConfig wspConfig)
Create a new instance of this class. |
|
XASessionImpl(RepositoryContext repositoryContext,
Subject subject,
WorkspaceConfig wspConfig)
Create a new instance of this class. |
|
| Uses of RepositoryContext in org.apache.jackrabbit.core.query |
|---|
| Constructors in org.apache.jackrabbit.core.query with parameters of type RepositoryContext | |
|---|---|
QueryHandlerContext(String workspace,
RepositoryContext repositoryContext,
SharedItemStateManager stateMgr,
PersistenceManager pm,
NodeId rootId,
QueryHandler parentHandler,
NodeId excludedNodeId)
Creates a new context instance. |
|
| Uses of RepositoryContext in org.apache.jackrabbit.core.session |
|---|
| Methods in org.apache.jackrabbit.core.session that return RepositoryContext | |
|---|---|
RepositoryContext |
SessionContext.getRepositoryContext()
Returns the repository context of the session. |
| Constructors in org.apache.jackrabbit.core.session with parameters of type RepositoryContext | |
|---|---|
SessionContext(RepositoryContext repositoryContext,
SessionImpl session,
WorkspaceConfig workspaceConfig)
Creates a component context for the given session. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||