|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jackrabbit.core.query.QueryHandlerContext
public class QueryHandlerContext
Acts as an argument for the QueryHandler
to keep the interface
stable. This class provides access to the environment where the query
handler is running in.
Constructor Summary | |
---|---|
QueryHandlerContext(RepositoryContext repositoryContext,
SharedItemStateManager stateMgr,
PersistenceManager pm,
NodeId rootId,
QueryHandler parentHandler,
NodeId excludedNodeId)
Creates a new context instance. |
Method Summary | |
---|---|
void |
destroy()
Destroys this context and releases resources. |
NodeId |
getExcludedNodeId()
Returns the id of the node that should be excluded from indexing. |
ScheduledExecutorService |
getExecutor()
Returns the background task executor. |
HierarchyManager |
getHierarchyManager()
Returns the hierarchy manager on top of the item state manager of this query handler context. |
ItemStateManager |
getItemStateManager()
Returns the persistent ItemStateManager
of the workspace this QueryHandler is based on. |
NamespaceRegistryImpl |
getNamespaceRegistry()
Returns the NamespaceRegistryImpl for this repository. |
NodeTypeRegistry |
getNodeTypeRegistry()
Returns the NodeTypeRegistry for this repository. |
QueryHandler |
getParentHandler()
Returns the parent query handler. |
PersistenceManager |
getPersistenceManager()
|
PropertyTypeRegistry |
getPropertyTypeRegistry()
Returns the PropertyTypeRegistry for this repository. |
NodeId |
getRootId()
Returns the id of the root node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryHandlerContext(RepositoryContext repositoryContext, SharedItemStateManager stateMgr, PersistenceManager pm, NodeId rootId, QueryHandler parentHandler, NodeId excludedNodeId)
stateMgr
- provides persistent item states.pm
- the underlying persistence manager.rootId
- the id of the root node.parentHandler
- the parent query handler or null
it
there is no parent handler.excludedNodeId
- id of the node that should be excluded from
indexing. Any descendant of that node is also
excluded from indexing.Method Detail |
---|
public ItemStateManager getItemStateManager()
ItemStateManager
of the workspace this QueryHandler
is based on.
ItemStateManager
of the current
workspace.public HierarchyManager getHierarchyManager()
public PersistenceManager getPersistenceManager()
public NodeId getRootId()
public PropertyTypeRegistry getPropertyTypeRegistry()
public NodeTypeRegistry getNodeTypeRegistry()
public NamespaceRegistryImpl getNamespaceRegistry()
public QueryHandler getParentHandler()
public NodeId getExcludedNodeId()
public void destroy()
public ScheduledExecutorService getExecutor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |