- Cache - Interface in org.apache.jackrabbit.core.cache
-
A Cache
object
A cache must call CacheManager.getInstance().add(this)
to take part in the dynamic memory distribution.
- cache - Variable in class org.apache.jackrabbit.core.query.lucene.AbstractQueryImpl
-
- cache(ItemState) - Method in interface org.apache.jackrabbit.core.state.ItemStateCache
-
Stores the specified ItemState
object in the map
using its ItemId
as the key.
- cache(ItemState) - Method in class org.apache.jackrabbit.core.state.ItemStateReferenceCache
-
Stores the specified ItemState
object in the map
using its ItemId
as the key.
- cache(ItemState) - Method in class org.apache.jackrabbit.core.state.MLRUItemStateCache
-
Stores the specified ItemState
object in the map
using its ItemId
as the key.
- cache(NodeState) - Method in class org.apache.jackrabbit.core.virtual.AbstractVISProvider
-
adds the node state to the cache
- cacheAccessed(long) - Method in interface org.apache.jackrabbit.core.cache.CacheAccessListener
-
The cache calls this method after a number of cache accesses.
For statistical purposes, the cache access count since the last call is
included.
- cacheAccessed(long) - Method in class org.apache.jackrabbit.core.cache.CacheManager
-
After one of the caches is accessed a number of times, this method is called.
- cacheAccessed(long) - Method in class org.apache.jackrabbit.core.persistence.bundle.AbstractBundlePersistenceManager
-
- CacheAccessListener - Interface in org.apache.jackrabbit.core.cache
-
The cache access listener can be registered to a class.
- CacheManager - Class in org.apache.jackrabbit.core.cache
-
This class manages the size of the caches used in Jackrabbit.
- CacheManager() - Constructor for class org.apache.jackrabbit.core.cache.CacheManager
-
- CacheManager.CacheInfo - Class in org.apache.jackrabbit.core.cache
-
Internal copy of the cache information.
- CachingHierarchyManager - Class in org.apache.jackrabbit.core
-
Implementation of a HierarchyManager
that caches paths of
items.
- CachingHierarchyManager(NodeId, ItemStateManager) - Constructor for class org.apache.jackrabbit.core.CachingHierarchyManager
-
Create a new instance of this class.
- CachingMultiIndexReader - Class in org.apache.jackrabbit.core.query.lucene
-
Extends a
MultiReader
with support for cached
TermDocs
on
FieldNames.UUID
field.
- CachingMultiIndexReader(ReadOnlyIndexReader[], DocNumberCache) - Constructor for class org.apache.jackrabbit.core.query.lucene.CachingMultiIndexReader
-
Creates a new CachingMultiIndexReader
based on sub readers.
- CachingPersistenceManager - Interface in org.apache.jackrabbit.core.persistence
-
Marker interface that is used by the shared item state manager for invalidate
persistence manager caches as result of an external (cluster) modification.
- calculateMemoryFootprint() - Method in class org.apache.jackrabbit.core.state.ItemState
-
Returns the approximate memory consumption of this state.
- calculateMemoryFootprint() - Method in class org.apache.jackrabbit.core.state.NodeState
-
Returns an estimate of the memory size of this node state.
- calculateMemoryFootprint() - Method in class org.apache.jackrabbit.core.state.PropertyState
-
Returns an estimate of the memory size of this property state.
- calculatePermissions(PrivilegeBits, PrivilegeBits, boolean, boolean) - Static method in class org.apache.jackrabbit.core.security.authorization.PrivilegeRegistry
-
Build the permissions granted by evaluating the given privileges.
- calculatePermissions(int, int, boolean, boolean) - Static method in class org.apache.jackrabbit.core.security.authorization.PrivilegeRegistry
-
- callbackHandler - Variable in class org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
-
- CallbackHandlerImpl - Class in org.apache.jackrabbit.core.security.authentication
-
- CallbackHandlerImpl(Credentials, Session, PrincipalProviderRegistry, String, String) - Constructor for class org.apache.jackrabbit.core.security.authentication.CallbackHandlerImpl
-
Instantiate with the data needed to handle callbacks
- canAccess(String) - Method in interface org.apache.jackrabbit.core.security.AccessManager
-
Determines whether the subject of the current context is granted access
to the given workspace.
- canAccess(String) - Method in class org.apache.jackrabbit.core.security.DefaultAccessManager
-
- canAccess(String) - Method in class org.apache.jackrabbit.core.security.simple.SimpleAccessManager
-
Determines whether the subject of the current context is granted access
to the given workspace.
- canAccess(String) - Method in class org.apache.jackrabbit.core.security.SimpleJBossAccessManager
-
- canAccessRoot(Set<Principal>) - Method in interface org.apache.jackrabbit.core.security.authorization.AccessControlProvider
-
Returns true
if the given set of principals can access the
root node of the workspace this provider has been built for;
false
otherwise.
- canAccessRoot(Set<Principal>) - Method in class org.apache.jackrabbit.core.security.authorization.acl.ACLProvider
-
- canAccessRoot(Set<Principal>) - Method in class org.apache.jackrabbit.core.security.authorization.combined.CombinedProvider
-
- canAccessRoot(Set<Principal>) - Method in class org.apache.jackrabbit.core.security.authorization.principalbased.ACLProvider
-
- canAccessRoot(Set<Principal>) - Method in class org.apache.jackrabbit.core.security.user.UserAccessControlProvider
-
- canAddChildNode(String) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeImpl
- canAddChildNode(String, String) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeImpl
- canAddMixin(String) - Method in class org.apache.jackrabbit.core.NodeImpl
- cancel() - Method in class org.apache.jackrabbit.core.BatchedItemOperations
-
Cancel an update operation.
- cancel() - Method in class org.apache.jackrabbit.core.state.LocalItemStateManager
-
Cancel an update operation.
- cancel() - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
Cancel an update operation.
- cancel() - Method in interface org.apache.jackrabbit.core.state.UpdatableItemStateManager
-
Cancel an update operation.
- cancelMerge(Version) - Method in class org.apache.jackrabbit.core.NodeImpl
-
Deprecated.
- cancelMerge(String, Version) - Method in class org.apache.jackrabbit.core.VersionManagerImpl
- cancelUpdate() - Method in class org.apache.jackrabbit.core.cluster.ClusterRecord
-
Cancel updating the record.
- cancelUpdate() - Method in class org.apache.jackrabbit.core.journal.AppendRecord
-
Cancel the changes made to an appended record.
- cancelUpdate() - Method in class org.apache.jackrabbit.core.journal.ReadRecord
-
- cancelUpdate() - Method in interface org.apache.jackrabbit.core.journal.Record
-
Cancel the changes made to an appended record.
- cancelUpdate() - Method in class org.apache.jackrabbit.core.lock.LockManagerImpl
-
Cancel an update operation.
- canCheckout(NodeStateEx, NodeId) - Method in interface org.apache.jackrabbit.core.version.InternalVersionManager
-
invokes the checkout() on the persistent version manager.
- canCheckout(NodeStateEx, NodeId) - Method in class org.apache.jackrabbit.core.version.InternalVersionManagerImpl
-
invokes the checkout() on the persistent version manager.
- canCheckout(NodeStateEx, NodeId) - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
invokes the checkout() on the persistent version manager.
- canHandle(Credentials) - Method in interface org.apache.jackrabbit.core.security.authentication.Authentication
-
An Authentication may only be able to handle certain types of
Credentials
as the authentication process is tightly coupled
to the semantics of the Credentials
.
- canHandle(Credentials) - Method in class org.apache.jackrabbit.core.security.authentication.token.TokenBasedAuthentication
-
- canModify(ItemImpl, int, int) - Method in class org.apache.jackrabbit.core.ItemValidator
-
- canRead(Path, ItemId) - Method in interface org.apache.jackrabbit.core.security.AccessManager
-
Determines whether the item with the specified itemPath
or itemId
can be read.
- canRead(Path, ItemId) - Method in interface org.apache.jackrabbit.core.security.authorization.CompiledPermissions
-
Returns true
if READ permission is granted for the
existing item with the given Path
and/or
ItemId
.
- canRead(Path, ItemId) - Method in class org.apache.jackrabbit.core.security.DefaultAccessManager
-
- canRead(Path, ItemId) - Method in class org.apache.jackrabbit.core.security.simple.SimpleAccessManager
-
- canRead(Path, ItemId) - Method in class org.apache.jackrabbit.core.security.SimpleJBossAccessManager
-
- canReadAll() - Method in class org.apache.jackrabbit.core.security.authorization.AbstractCompiledPermissions
-
- canReadAll() - Method in interface org.apache.jackrabbit.core.security.authorization.CompiledPermissions
-
Returns true
if READ permission is granted everywhere.
- canReadPrincipal(Session, Principal) - Method in class org.apache.jackrabbit.core.security.principal.DefaultPrincipalProvider
-
- canReadPrincipal(Session, Principal) - Method in class org.apache.jackrabbit.core.security.principal.FallbackPrincipalProvider
-
Tests if the provided session is allowed to read the given principal.
- canReadPrincipal(Session, Principal) - Method in interface org.apache.jackrabbit.core.security.principal.PrincipalProvider
-
Tests if the provided session is allowed to read the given principal.
- canRemoveItem(String) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeImpl
- canRemoveNode(String) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeImpl
-
Returns true
if removing the child node called
nodeName
is allowed by this node type.
- canRemoveProperty(String) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeImpl
-
Returns true
if removing the property called
propertyName
is allowed by this node type.
- canSetProperty(String, Value) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeImpl
- canSetProperty(String, Value[]) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeImpl
- ChangeLog - Class in org.apache.jackrabbit.core.state
-
Registers changes made to states and references and consolidates
empty changes.
- ChangeLog() - Constructor for class org.apache.jackrabbit.core.state.ChangeLog
-
- ChangeLogRecord - Class in org.apache.jackrabbit.core.cluster
-
Cluster record representing a workspace or version update.
- ChangeLogRecord(ChangeLog, List<EventState>, Record, String, long, String) - Constructor for class org.apache.jackrabbit.core.cluster.ChangeLogRecord
-
Create a new instance of this class.
- changePassword(String) - Method in class org.apache.jackrabbit.core.security.user.UserImpl
-
- changePassword(String, String) - Method in class org.apache.jackrabbit.core.security.user.UserImpl
-
- characters(char[], int, int) - Method in class org.apache.jackrabbit.core.xml.ImportHandler
- check(String[], boolean, boolean, String, ConsistencyCheckListener) - Method in class org.apache.jackrabbit.core.persistence.bundle.AbstractBundlePersistenceManager
-
Perform a consistency check of the data.
- check(String[], boolean) - Method in class org.apache.jackrabbit.core.persistence.bundle.ConsistencyCheckerImpl
-
Check the database for inconsistencies.
- check(String[], boolean, boolean, String, ConsistencyCheckListener) - Method in interface org.apache.jackrabbit.core.persistence.check.ConsistencyChecker
-
Perform a consistency check of the data.
- check(QueryRootNode) - Method in interface org.apache.jackrabbit.core.query.lucene.SpellChecker
-
Runs the spell checker over the first spellcheck relation query node in
the abstract query tree and returns a suggestion in case this
spellchecker thinks the words are misspelled.
- check(Name) - Static method in class org.apache.jackrabbit.core.session.NodeNameNormalizer
-
- CHECK_ACCESS - Static variable in class org.apache.jackrabbit.core.ItemValidator
-
check access permissions
- CHECK_CHECKED_OUT - Static variable in class org.apache.jackrabbit.core.ItemValidator
-
option to check checked-out status
- CHECK_CONSTRAINTS - Static variable in class org.apache.jackrabbit.core.ItemValidator
-
option to check if the item is protected by it's nt definition
- CHECK_HOLD - Static variable in class org.apache.jackrabbit.core.ItemValidator
-
option to check for effective holds
- CHECK_LOCK - Static variable in class org.apache.jackrabbit.core.ItemValidator
-
option to check lock status
- CHECK_PENDING_CHANGES - Static variable in class org.apache.jackrabbit.core.ItemValidator
-
option to check for pending changes on the session
- CHECK_PENDING_CHANGES_ON_NODE - Static variable in class org.apache.jackrabbit.core.ItemValidator
-
option to check for pending changes on the specified node
- CHECK_REFERENCES - Static variable in class org.apache.jackrabbit.core.ItemValidator
-
check for referential integrity upon removal
- CHECK_RETENTION - Static variable in class org.apache.jackrabbit.core.ItemValidator
-
option to check for effective retention policies
- checkAddNode(NodeState, Name, Name, int) - Method in class org.apache.jackrabbit.core.BatchedItemOperations
-
Checks if adding a child node called nodeName
of node type
nodeTypeName
to the given parent node is allowed in the
current context.
- checkAddNodeConstraints(Name) - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
- checkAddNodeConstraints(Name, Name, NodeTypeRegistry) - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
- checkAlive() - Method in class org.apache.jackrabbit.core.session.SessionState
-
Throws an exception if this session is not alive.
- checkConsistency(String[], boolean, boolean) - Method in class org.apache.jackrabbit.core.persistence.AbstractPersistenceManager
-
Deprecated.
This implementation does nothing.
- checkConsistency(String[], boolean, boolean) - Method in class org.apache.jackrabbit.core.persistence.bundle.AbstractBundlePersistenceManager
-
Perform a consistency check of the data.
- checkConsistency(String[], boolean, boolean) - Method in interface org.apache.jackrabbit.core.persistence.PersistenceManager
-
Perform a consistency check of the data.
- checkForConflictingContent(QNodeTypeDefinition, NodeTypeDefDiff) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeRegistry
-
Checks whether there is existing content that would conflict with the
given node type definition.
- checkFormat(String) - Method in class org.apache.jackrabbit.core.SessionImpl
-
- checkForReferencesInContent(Name) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeRegistry
-
Checks whether there is existing content that directly or indirectly
refers to the specified node type.
- checkin() - Method in class org.apache.jackrabbit.core.NodeImpl
-
Deprecated.
- checkin(Calendar) - Method in class org.apache.jackrabbit.core.NodeImpl
-
Deprecated.
- checkin(Session, NodeStateEx, Calendar) - Method in interface org.apache.jackrabbit.core.version.InternalVersionManager
-
invokes the checkin() on the persistent version manager and remaps the
newly created version objects.
- checkin(Session, NodeStateEx, Calendar) - Method in class org.apache.jackrabbit.core.version.InternalVersionManagerImpl
-
invokes the checkin() on the persistent version manager and remaps the
newly created version objects.
- checkin(Session, NodeStateEx, Calendar) - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
invokes the checkin() on the persistent version manager and remaps the
newly created version objects.
- checkin(String) - Method in class org.apache.jackrabbit.core.VersionManagerImpl
-
- checkin(String, Calendar) - Method in class org.apache.jackrabbit.core.VersionManagerImpl
-
Creates a new version of the node at the given path.
- checkInitialized() - Method in class org.apache.jackrabbit.core.DefaultSecurityManager
-
Throws IllegalStateException
if this manager hasn't been
initialized.
- checkInitialized() - Method in class org.apache.jackrabbit.core.query.QueryImpl
-
Checks if this query is initialized and throws an
IllegalStateException
if it is not yet initialized.
- checkInitialized() - Method in class org.apache.jackrabbit.core.security.AbstractAccessControlManager
-
Check if this manager has been properly initialized.
- checkInitialized() - Method in class org.apache.jackrabbit.core.security.authorization.AbstractAccessControlProvider
-
Throws IllegalStateException
if the provider has not
been initialized or has been closed.
- checkInitialized() - Method in class org.apache.jackrabbit.core.security.DefaultAccessManager
-
- checkInitialized() - Method in class org.apache.jackrabbit.core.security.principal.AbstractPrincipalProvider
-
- checkInitialized() - Method in class org.apache.jackrabbit.core.security.simple.SimpleAccessManager
-
- checkLock(NodeImpl) - Method in interface org.apache.jackrabbit.core.lock.LockManager
-
Check whether the node given is locked by somebody else than the
current session.
- checkLock(Path, Session) - Method in interface org.apache.jackrabbit.core.lock.LockManager
-
Check whether the path given is locked by somebody else than the
session described.
- checkLock(NodeImpl) - Method in class org.apache.jackrabbit.core.lock.LockManagerImpl
-
Check whether the node given is locked by somebody else than the
current session.
- checkLock(Path, Session) - Method in class org.apache.jackrabbit.core.lock.LockManagerImpl
-
Check whether the path given is locked by somebody else than the
session described.
- checkLock(LockInfo, Session) - Method in class org.apache.jackrabbit.core.lock.LockManagerImpl
-
Check whether a lock info allows access to a session.
- checkLock(NodeImpl) - Method in class org.apache.jackrabbit.core.lock.XALockManager
-
Check whether the node given is locked by somebody else than the
current session.
- checkLock(Path, Session) - Method in class org.apache.jackrabbit.core.lock.XALockManager
-
Check whether the path given is locked by somebody else than the
session described.
- checkLock() - Method in class org.apache.jackrabbit.core.NodeImpl
-
Deprecated.
- checkModify(ItemImpl, int, int) - Method in class org.apache.jackrabbit.core.ItemValidator
-
- checkModify(NodeStateEx, int, int) - Method in class org.apache.jackrabbit.core.version.VersionManagerImplBase
-
Checks modify and permissions
- checkModify(NodeImpl, int, int) - Method in class org.apache.jackrabbit.core.version.VersionManagerImplBase
-
Checks modify and permissions
- checkNotInitialized() - Method in class org.apache.jackrabbit.core.query.QueryImpl
-
Checks if this query is not yet initialized and throws an
IllegalStateException
if it is already initialized.
- checkOpen() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Checks if this SearchIndex
is open, otherwise throws
an IOException
.
- checkout() - Method in class org.apache.jackrabbit.core.NodeImpl
-
Deprecated.
- checkout(String) - Method in class org.apache.jackrabbit.core.VersionManagerImpl
- checkoutCheckin(NodeStateEx, boolean, boolean, Calendar) - Method in class org.apache.jackrabbit.core.version.VersionManagerImplBase
-
Performs a checkin or checkout operation.
- checkPermission(String, int) - Method in class org.apache.jackrabbit.core.security.AbstractAccessControlManager
-
Check if the specified privileges are granted at absPath
.
- checkPermission(ItemId, int) - Method in interface org.apache.jackrabbit.core.security.AccessManager
-
Deprecated.
- checkPermission(Path, int) - Method in interface org.apache.jackrabbit.core.security.AccessManager
-
Determines whether the specified permissions
are granted
on the item with the specified id
(i.e.
- checkPermission(ItemId, int) - Method in class org.apache.jackrabbit.core.security.DefaultAccessManager
-
- checkPermission(Path, int) - Method in class org.apache.jackrabbit.core.security.DefaultAccessManager
-
- checkPermission(String, int) - Method in class org.apache.jackrabbit.core.security.DefaultAccessManager
-
- checkPermission(ItemId, int) - Method in class org.apache.jackrabbit.core.security.simple.SimpleAccessManager
-
Determines whether the specified permissions
are granted
on the item with the specified id
(i.e.
- checkPermission(Path, int) - Method in class org.apache.jackrabbit.core.security.simple.SimpleAccessManager
-
Determines whether the specified permissions
are granted
on the item with the specified id
(i.e.
- checkPermission(String, int) - Method in class org.apache.jackrabbit.core.security.simple.SimpleAccessManager
-
- checkPermission(ItemId, int) - Method in class org.apache.jackrabbit.core.security.SimpleJBossAccessManager
-
- checkPermission(Path, int) - Method in class org.apache.jackrabbit.core.security.SimpleJBossAccessManager
-
- checkPermission(String, String) - Method in class org.apache.jackrabbit.core.SessionImpl
- checkPermission(NodeImpl, Name) - Method in class org.apache.jackrabbit.core.xml.SessionImporter
-
make sure the editing session is allowed create nodes with a
specified node type (and ev.
- checkpoint(String) - Method in class org.apache.jackrabbit.core.VersionManagerImpl
- checkReferentialIntegrity(ChangeLog) - Method in class org.apache.jackrabbit.core.version.VersionItemStateManager
-
- checkRemove(ItemImpl, int, int) - Method in class org.apache.jackrabbit.core.ItemValidator
-
- checkRemoveItemConstraints(Name) - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
- checkRemoveNode(NodeState, int) - Method in class org.apache.jackrabbit.core.BatchedItemOperations
-
Checks if removing the given target node is allowed in the current context.
- checkRemoveNode(NodeState, NodeId, int) - Method in class org.apache.jackrabbit.core.BatchedItemOperations
-
Checks if removing the given target node from the specifed parent
is allowed in the current context.
- checkRemoveNodeConstraints(Name) - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
- checkRemovePropertyConstraints(Name) - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
- checkRepositoryPermission(int) - Method in interface org.apache.jackrabbit.core.security.AccessManager
-
Determines whether the specified permissions
are granted
on the repository level.
- checkRepositoryPermission(int) - Method in class org.apache.jackrabbit.core.security.DefaultAccessManager
-
- checkRepositoryPermission(int) - Method in class org.apache.jackrabbit.core.security.simple.SimpleAccessManager
-
Determines whether the specified permissions
are granted
on the repository level.
- checkRepositoryPermission(int) - Method in class org.apache.jackrabbit.core.security.SimpleJBossAccessManager
-
- checkSchema() - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
Checks if the required schema objects exist and creates them if they
don't exist yet.
- checkSchema() - Method in class org.apache.jackrabbit.core.persistence.db.OraclePersistenceManager
-
Deprecated.
Checks if the required schema objects exist and creates them if they
don't exist yet.
- checkSetProperty() - Method in class org.apache.jackrabbit.core.NodeImpl
-
Checks various pre-conditions that are common to all
setProperty()
methods.
- checkSetPropertyValueConstraints(QPropertyDefinition, InternalValue[]) - Static method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
Tests if the value constraints defined in the property definition
pd
are satisfied by the the specified values
.
- checkSetValue(boolean) - Method in class org.apache.jackrabbit.core.PropertyImpl
-
Checks various pre-conditions that are common to all
setValue()
methods.
- checkUnlock(Session, NodeImpl) - Method in interface org.apache.jackrabbit.core.lock.LockManager
-
Check whether a session is allowed to unlock a node.
- checkUnlock(Session, NodeImpl) - Method in class org.apache.jackrabbit.core.lock.LockManagerImpl
-
Check whether a session is allowed to unlock a node.
- checkUnlock(LockInfo, Session) - Method in class org.apache.jackrabbit.core.lock.LockManagerImpl
-
Check whether a session is allowed to unlock a node.
- checkUnlock(Session, NodeImpl) - Method in class org.apache.jackrabbit.core.lock.XALockManager
-
Check whether a session is allowed to unlock a node.
- checkValidEntry(Principal, Privilege[], boolean, Map<String, Value>) - Method in class org.apache.jackrabbit.core.security.authorization.AbstractACLTemplate
-
Validates the given parameters to create a new ACE and throws an
AccessControlException
if any of them is invalid.
- checkValidNodePath(String) - Method in class org.apache.jackrabbit.core.security.AbstractAccessControlManager
-
Tests if the given absPath
is absolute and points to an existing node.
- checkValidNodePath(String) - Method in class org.apache.jackrabbit.core.security.DefaultAccessManager
-
- checkValidNodePath(String) - Method in class org.apache.jackrabbit.core.security.simple.SimpleAccessManager
-
- checkVersionable(NodeStateEx) - Method in class org.apache.jackrabbit.core.version.VersionManagerImplBase
-
Checks if the underlying node is versionable, i.e.
- childNodeAdded(NodeId, Path, NodeId, Path, Name, Set<Name>, Session) - Static method in class org.apache.jackrabbit.core.observation.EventState
-
- childNodeAdded(NodeId, Path, NodeId, Path, Name, Set<Name>, Session, boolean) - Static method in class org.apache.jackrabbit.core.observation.EventState
-
- ChildNodeConstraint - Class in org.apache.jackrabbit.core.query.lucene.constraint
-
ChildNodeConstraint
implements a child node constraint.
- ChildNodeConstraint(ChildNodeImpl, SelectorImpl) - Constructor for class org.apache.jackrabbit.core.query.lucene.constraint.ChildNodeConstraint
-
Creates a child node constraint from the given QOM
constraint
on the given selector
.
- CHILDNODEDEFINITION_ELEMENT - Static variable in interface org.apache.jackrabbit.core.nodetype.xml.Constants
-
Name of the child node definition element.
- ChildNodeEntry(Name, NodeId) - Constructor for class org.apache.jackrabbit.core.persistence.util.NodePropBundle.ChildNodeEntry
-
Creates a new entry with the given name and id
- ChildNodeEntry - Class in org.apache.jackrabbit.core.state
-
ChildNodeEntry
specifies the name, index (in the case of
same-name siblings) and the UUID of a child node entry.
- ChildNodeJoin - Class in org.apache.jackrabbit.core.query.lucene.join
-
ChildNodeJoin
implements a child node join condition.
- ChildNodeJoin(MultiColumnQueryHits, IndexReader, HierarchyResolver, ChildNodeJoinConditionImpl) - Constructor for class org.apache.jackrabbit.core.query.lucene.join.ChildNodeJoin
-
Creates a new child node join condition.
- childNodeRemoved(NodeId, Path, NodeId, Path, Name, Set<Name>, Session) - Static method in class org.apache.jackrabbit.core.observation.EventState
-
- childNodeRemoved(NodeId, Path, NodeId, Path, Name, Set<Name>, Session, boolean) - Static method in class org.apache.jackrabbit.core.observation.EventState
-
- ChildNodesQueryHits - Class in org.apache.jackrabbit.core.query.lucene
-
ChildNodesQueryHits
implements query hits that returns the child
nodes of another given query hits.
- ChildNodesQueryHits(QueryHits, SessionImpl) - Constructor for class org.apache.jackrabbit.core.query.lucene.ChildNodesQueryHits
-
Creates a new ChildNodesQueryHits
that returns the child
nodes of all query hits from the given parents
.
- CLASS_ATTRIBUTE - Static variable in class org.apache.jackrabbit.core.config.ConfigurationParser
-
Name of the bean implementation class configuration attribute.
- cleanRevisionStmtSQL - Variable in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
SQL statement removing a set of revisions with from the journal table.
- cleanUpOldRevisions() - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal.RevisionTableJanitor
-
Cleans old revisions from the clustering table.
- clear() - Method in class org.apache.jackrabbit.core.cache.ConcurrentCache
-
Clears all segments of the cache.
- clear() - Method in class org.apache.jackrabbit.core.util.EmptyLinkedMap
-
- clear() - Method in class org.apache.jackrabbit.core.util.ReferenceChangeTracker
-
Resets all internal state.
- clearAllReferences() - Method in class org.apache.jackrabbit.core.state.NodeReferences
-
- clearCache() - Method in class org.apache.jackrabbit.core.security.authorization.AbstractCompiledPermissions
-
Removes all entries from the cache.
- clearCache() - Method in class org.apache.jackrabbit.core.security.principal.AbstractPrincipalProvider
-
Clear the principal cache.
- ClearMembershipAction - Class in org.apache.jackrabbit.core.security.user.action
-
ClearMembershipAction
...
- ClearMembershipAction() - Constructor for class org.apache.jackrabbit.core.security.user.action.ClearMembershipAction
-
Create a new instance.
- clearPool() - Static method in class org.apache.jackrabbit.core.persistence.util.NodeInfo
-
Clear the NodeId pool.
- CLONE - Static variable in class org.apache.jackrabbit.core.BatchedItemOperations
-
- clone(Path, Path) - Method in class org.apache.jackrabbit.core.BatchedItemOperations
-
Clones the subtree at the node srcAbsPath
in to the new
location at destAbsPath
.
- clone(NodeState, NodeState, Name) - Method in class org.apache.jackrabbit.core.BatchedItemOperations
-
- clone(NodeImpl, Name) - Method in class org.apache.jackrabbit.core.NodeImpl
-
Create a child node that is a clone of a shareable node.
- clone() - Method in class org.apache.jackrabbit.core.nodetype.BitSetENTCacheImpl
- clone() - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
- clone() - Method in interface org.apache.jackrabbit.core.nodetype.EffectiveNodeTypeCache
- clone() - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeTypeCacheImpl
- clone() - Method in class org.apache.jackrabbit.core.util.EmptyLinkedMap
-
Returns the single instance of this class.
- clone(String, String, String, boolean) - Method in class org.apache.jackrabbit.core.WorkspaceImpl
- CLONE_REMOVE_EXISTING - Static variable in class org.apache.jackrabbit.core.BatchedItemOperations
-
- ClonedInputSource - Class in org.apache.jackrabbit.core.xml
-
Input source that clones existing input source.
- ClonedInputSource(InputSource) - Constructor for class org.apache.jackrabbit.core.xml.ClonedInputSource
-
Clone existing input source.
- cloneInputSource() - Method in class org.apache.jackrabbit.core.xml.ClonedInputSource
-
Make a clone if this input source.
- close() - Method in class org.apache.jackrabbit.core.DefaultSecurityManager
-
- close() - Method in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
- close() - Method in class org.apache.jackrabbit.core.fs.db.DerbyFileSystem
- close() - Method in class org.apache.jackrabbit.core.fs.mem.MemoryFileSystem
-
- close() - Method in class org.apache.jackrabbit.core.gc.GarbageCollector
-
- close() - Method in class org.apache.jackrabbit.core.id.NodeIdFactory
-
- close() - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
Close this journal.
- close() - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal.DatabaseRevision
-
- close() - Method in class org.apache.jackrabbit.core.journal.FileJournal
-
Close this journal.
- close() - Method in class org.apache.jackrabbit.core.journal.FileRecordIterator
-
Close this cursor, releasing its resources.
- close() - Method in class org.apache.jackrabbit.core.journal.FileRecordLog
-
Close this log.
- close() - Method in class org.apache.jackrabbit.core.journal.FileRevision
-
Close file revision.
- close() - Method in interface org.apache.jackrabbit.core.journal.InstanceRevision
-
Closes the instance revision.
- close() - Method in interface org.apache.jackrabbit.core.journal.Journal
-
Close this journal.
- close() - Method in class org.apache.jackrabbit.core.journal.MemoryJournal
-
Close this journal.
- close() - Method in class org.apache.jackrabbit.core.journal.MemoryJournal.MemoryRecordIterator
-
Close this iterator.
- close() - Method in class org.apache.jackrabbit.core.journal.MemoryRevision
-
Closes the instance revision.
- close() - Method in class org.apache.jackrabbit.core.journal.ReadRecord
-
Close this record, eventually skipping unconsumed bytes.
- close() - Method in interface org.apache.jackrabbit.core.journal.RecordIterator
-
Close this iterator.
- close() - Method in class org.apache.jackrabbit.core.lock.LockManagerImpl
-
Close this lock manager.
- close() - Method in class org.apache.jackrabbit.core.persistence.bundle.AbstractBundlePersistenceManager
-
Closes the persistence manager.
- close() - Method in class org.apache.jackrabbit.core.persistence.bundle.BundleFsPersistenceManager
-
Closes the persistence manager.
- close() - Method in interface org.apache.jackrabbit.core.persistence.bundle.BundleFsPersistenceManager.CloseableBLOBStore
-
- close() - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
Closes the persistence manager.
- close() - Method in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager
-
Closes the persistence manager.
- close() - Method in interface org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager.CloseableBLOBStore
-
- close() - Method in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager.InMemBLOBStore
- close() - Method in class org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
-
Deprecated.
Closes the persistence manager.
- close() - Method in class org.apache.jackrabbit.core.persistence.obj.ObjectPersistenceManager
-
Deprecated.
Closes the persistence manager.
- close() - Method in interface org.apache.jackrabbit.core.persistence.PersistenceManager
-
Closes the persistence manager.
- close() - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Closes the persistence manager.
- close() - Method in interface org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager.CloseableBLOBStore
-
- close() - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager.DbBlobStore
-
- close() - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager.FSBlobStore
-
- close() - Method in class org.apache.jackrabbit.core.persistence.pool.DbNameIndex
-
Closes this index and releases it's resources.
- close() - Method in class org.apache.jackrabbit.core.persistence.pool.DerbyPersistenceManager
-
Closes the given connection by shutting down the embedded Derby
database.
- close() - Method in class org.apache.jackrabbit.core.persistence.xml.XMLPersistenceManager
-
Deprecated.
Closes the persistence manager.
- close() - Method in class org.apache.jackrabbit.core.query.AbstractQueryHandler
-
- close() - Method in class org.apache.jackrabbit.core.query.lucene.AbstractQueryHits
-
This default implementation does nothing.
- close() - Method in class org.apache.jackrabbit.core.query.lucene.ChildNodesQueryHits
-
This default implementation does nothing.
- close() - Method in interface org.apache.jackrabbit.core.query.lucene.CloseableHits
-
Releases resources held by this hits instance.
- close() - Method in class org.apache.jackrabbit.core.query.lucene.directory.IndexInputStream
- close() - Method in class org.apache.jackrabbit.core.query.lucene.directory.IndexOutputStream
- close() - Method in class org.apache.jackrabbit.core.query.lucene.DynamicPooledExecutor
-
- close() - Method in class org.apache.jackrabbit.core.query.lucene.FilterMultiColumnQueryHits
-
Releases resources held by this hits instance.
- close() - Method in class org.apache.jackrabbit.core.query.lucene.join.AbstractCondition
-
Closes this join condition and frees resources.
- close() - Method in interface org.apache.jackrabbit.core.query.lucene.join.Condition
-
Closes this condition and frees resources.
- close() - Method in class org.apache.jackrabbit.core.query.lucene.join.Join
-
Releases resources held by this hits instance.
- close() - Method in class org.apache.jackrabbit.core.query.lucene.LuceneQueryHits
-
Releases resources held by this hits instance.
- close() - Method in class org.apache.jackrabbit.core.query.lucene.QueryHitsAdapter
-
Releases resources held by this hits instance.
- close() - Method in interface org.apache.jackrabbit.core.query.lucene.RedoLog
-
Flushes all pending writes to the redo log and closes it.
- close() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Closes this QueryHandler
and frees resources attached
to this handler.
- close() - Method in class org.apache.jackrabbit.core.query.lucene.SingletonTokenStream
- close() - Method in interface org.apache.jackrabbit.core.query.lucene.SpellChecker
-
Closes this spell checker and allows it to free resources.
- close() - Method in interface org.apache.jackrabbit.core.query.QueryHandler
-
Closes this QueryHandler
and frees resources attached
to this handler.
- close() - Method in class org.apache.jackrabbit.core.retention.RetentionRegistryImpl
-
- close() - Method in class org.apache.jackrabbit.core.SearchManager
-
Closes this
SearchManager
and also closes the
FileSystem
configured in
SearchConfig
.
- close() - Method in interface org.apache.jackrabbit.core.security.AccessManager
-
Close this access manager.
- close() - Method in class org.apache.jackrabbit.core.security.authorization.AbstractAccessControlProvider
-
- close() - Method in class org.apache.jackrabbit.core.security.authorization.AbstractCompiledPermissions
-
- close() - Method in class org.apache.jackrabbit.core.security.authorization.AccessControlObserver
-
- close() - Method in interface org.apache.jackrabbit.core.security.authorization.AccessControlProvider
-
Closes this provider when it is no longer used by the respective
workspace and release resources bound by this provider.
- close() - Method in interface org.apache.jackrabbit.core.security.authorization.AccessControlProviderFactory
-
Dispose this AccessControlProviderFactory
and its resources.
- close() - Method in class org.apache.jackrabbit.core.security.authorization.AccessControlProviderFactoryImpl
-
- close() - Method in class org.apache.jackrabbit.core.security.authorization.acl.ACLProvider
-
- close() - Method in class org.apache.jackrabbit.core.security.authorization.acl.EntryCollector
-
Release all resources contained by this instance.
- close() - Method in class org.apache.jackrabbit.core.security.authorization.combined.CombinedProvider
-
- close() - Method in interface org.apache.jackrabbit.core.security.authorization.CompiledPermissions
-
Indicate to this CompiledPermissions
object that it is
not used any more.
- close() - Method in class org.apache.jackrabbit.core.security.authorization.principalbased.ACLProvider
-
- close() - Method in interface org.apache.jackrabbit.core.security.authorization.WorkspaceAccessManager
-
Dispose this WorkspaceAccessManager
and its resources.
- close() - Method in class org.apache.jackrabbit.core.security.DefaultAccessManager
-
- close() - Method in interface org.apache.jackrabbit.core.security.JackrabbitSecurityManager
-
Disposes this security manager instance and cleans all internal caches.
- close() - Method in class org.apache.jackrabbit.core.security.principal.AbstractPrincipalProvider
-
Clears the cache and calls the implementation to close their resources
- close() - Method in class org.apache.jackrabbit.core.security.principal.DefaultPrincipalProvider
-
- close() - Method in class org.apache.jackrabbit.core.security.principal.FallbackPrincipalProvider
-
This is called when a provider is not longer used by the repository.
- close() - Method in interface org.apache.jackrabbit.core.security.principal.PrincipalProvider
-
This is called when a provider is not longer used by the repository.
- close() - Method in class org.apache.jackrabbit.core.security.simple.SimpleAccessManager
-
Close this access manager.
- close() - Method in class org.apache.jackrabbit.core.security.simple.SimpleSecurityManager
-
- close() - Method in class org.apache.jackrabbit.core.security.simple.SimpleWorkspaceAccessManager
-
- close() - Method in class org.apache.jackrabbit.core.security.SimpleJBossAccessManager
-
- close() - Method in class org.apache.jackrabbit.core.session.SessionState
-
Closes this session.
- close() - Method in class org.apache.jackrabbit.core.UserPerWorkspaceSecurityManager
-
- close() - Method in interface org.apache.jackrabbit.core.version.InternalVersionManager
-
Close this version manager.
- close() - Method in class org.apache.jackrabbit.core.version.InternalVersionManagerImpl
-
Close this version manager.
- close() - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
Close this version manager.
- close() - Method in class org.apache.jackrabbit.core.version.VersionManagerImplBase.WriteOperation
-
Closes the write operation.
- CloseableHits - Interface in org.apache.jackrabbit.core.query.lucene
-
Defines an interface for query hits that need to be closed when done reading
from it.
- closeConnection(Connection) - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
Closes the given database connection.
- closeConnection(Connection) - Method in class org.apache.jackrabbit.core.persistence.db.DerbyPersistenceManager
-
Deprecated.
Closes the given connection and shuts down the embedded Derby
database if shutdownOnClose
is set to true.
- closed - Variable in class org.apache.jackrabbit.core.journal.FileRevision
-
Flag indicating whether this revision file is closed.
- closeOrRelease(IndexReader) - Static method in class org.apache.jackrabbit.core.query.lucene.Util
-
Depending on the type of the reader
this method either
closes or releases the reader.
- closeResultSet(ResultSet) - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
- closeStatement(Statement) - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
- CLUSTER_ELEMENT - Static variable in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Name of the cluster configuration element.
- ClusterConfig - Class in org.apache.jackrabbit.core.config
-
Cluster configuration.
- ClusterConfig(String, long, JournalFactory) - Constructor for class org.apache.jackrabbit.core.config.ClusterConfig
-
Creates a new cluster configuration.
- ClusterConfig(String, long, long, JournalFactory) - Constructor for class org.apache.jackrabbit.core.config.ClusterConfig
-
Creates a new cluster configuration.
- ClusterContext - Interface in org.apache.jackrabbit.core.cluster
-
Initial interface passed to a ClusterNode
.
- CLUSTERED_ATTRIBUTE - Static variable in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Name of the clustered configuration attribute.
- ClusterException - Exception in org.apache.jackrabbit.core.cluster
-
The ClusterException
signals an error within a cluster operation.
- ClusterException(String) - Constructor for exception org.apache.jackrabbit.core.cluster.ClusterException
-
Constructs a new instance of this class with the specified detail
message.
- ClusterException(String, Throwable) - Constructor for exception org.apache.jackrabbit.core.cluster.ClusterException
-
Constructs a new instance of this class with the specified detail
message and root cause.
- ClusterNode - Class in org.apache.jackrabbit.core.cluster
-
Default clustered node implementation.
- ClusterNode() - Constructor for class org.apache.jackrabbit.core.cluster.ClusterNode
-
- ClusterOperation - Interface in org.apache.jackrabbit.core.cluster
-
Cluster operation that will be written to the cluster's journal and
ultimately processed by other instances.
- ClusterRecord - Class in org.apache.jackrabbit.core.cluster
-
Base cluster record.
- ClusterRecord(Record, String) - Constructor for class org.apache.jackrabbit.core.cluster.ClusterRecord
-
Create a new instance of this class.
- ClusterRecord(Record) - Constructor for class org.apache.jackrabbit.core.cluster.ClusterRecord
-
Create a new instance of this class.
- ClusterRecordDeserializer - Class in org.apache.jackrabbit.core.cluster
-
Deserialize a record written by a ClusterNode
.
- ClusterRecordDeserializer() - Constructor for class org.apache.jackrabbit.core.cluster.ClusterRecordDeserializer
-
- ClusterRecordProcessor - Interface in org.apache.jackrabbit.core.cluster
-
Cluster record processor.
- clusterSyncOnRefresh() - Method in class org.apache.jackrabbit.core.SessionImpl
-
- collect(int) - Method in class org.apache.jackrabbit.core.query.lucene.hits.AbstractHitCollector
-
- collect(int, float) - Method in class org.apache.jackrabbit.core.query.lucene.hits.AbstractHitCollector
-
Called once for every document matching a query, with the re-based document
number and its computed score.
- collectEntries(NodeImpl, EntryFilter) - Method in class org.apache.jackrabbit.core.security.authorization.acl.EntryCollector
-
Collect the ACEs effective at the given node applying the specified
filter.
- columnForName(Name) - Method in class org.apache.jackrabbit.core.query.lucene.QueryImpl
-
Returns a column for the given property name and the default selector
name.
- columns - Variable in class org.apache.jackrabbit.core.query.lucene.QueryResultImpl
-
The columns to select.
- combine(AbstractCompiledPermissions.Result) - Method in class org.apache.jackrabbit.core.security.authorization.AbstractCompiledPermissions.Result
-
- CombinedIndexReader(CachingMultiIndexReader[]) - Constructor for class org.apache.jackrabbit.core.query.lucene.SearchIndex.CombinedIndexReader
-
- CombinedProvider - Class in org.apache.jackrabbit.core.security.authorization.combined
-
CombinedProvider
...
- CombinedProvider() - Constructor for class org.apache.jackrabbit.core.security.authorization.combined.CombinedProvider
-
- commit(TransactionContext) - Method in class org.apache.jackrabbit.core.lock.XALockManager
- commit() - Method in class org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
-
Method to commit the authentication process (phase 2).
- commit() - Method in class org.apache.jackrabbit.core.security.authentication.DefaultLoginModule
-
- commit(TransactionContext) - Method in class org.apache.jackrabbit.core.state.XAItemStateManager
- commit(TransactionContext) - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
- commit(Xid, boolean) - Method in class org.apache.jackrabbit.core.XASessionImpl
- compare(int, int) - Method in class org.apache.jackrabbit.core.query.lucene.FieldComparatorBase
-
- compare(Comparable<?>, Comparable<?>) - Method in class org.apache.jackrabbit.core.query.lucene.FieldComparatorBase
-
Compare two values
- compare(Row, Row) - Method in class org.apache.jackrabbit.core.query.lucene.join.RowPathComparator
-
Compares two rows.
- compare(Value, Value) - Method in class org.apache.jackrabbit.core.query.lucene.join.ValueComparator
-
Compares two values.
- compare(Value[], Value[]) - Method in class org.apache.jackrabbit.core.query.lucene.join.ValueComparator
-
- compare(Row, Row) - Method in class org.apache.jackrabbit.core.query.lucene.sort.RowComparator
-
- compare(Comparable, Comparable) - Static method in class org.apache.jackrabbit.core.query.lucene.Util
-
Compares values c1
and c2
.
- compare(Comparable<?>[], Comparable<?>[]) - Static method in class org.apache.jackrabbit.core.query.lucene.Util
-
- compare(Value[], Value[]) - Static method in class org.apache.jackrabbit.core.query.lucene.Util
-
- compare(Value, Value) - Static method in class org.apache.jackrabbit.core.query.lucene.Util
-
Compares the two values.
- compareBottom(int) - Method in class org.apache.jackrabbit.core.query.lucene.FieldComparatorBase
-
- compareTo(NodeId) - Method in class org.apache.jackrabbit.core.id.NodeId
-
Compares this identifier to the given other one.
- compareTo(RotatingLogFile) - Method in class org.apache.jackrabbit.core.journal.RotatingLogFile
-
Compares this log file to another file.
- ComparisonConstraint - Class in org.apache.jackrabbit.core.query.lucene.constraint
-
ComparisonConstraint
implements a comparison constraint.
- ComparisonConstraint(DynamicOperand, Operator, Value, SelectorImpl) - Constructor for class org.apache.jackrabbit.core.query.lucene.constraint.ComparisonConstraint
-
Creates a new comparison constraint.
- COMPAT_PRINCIPAL_PROVIDER_CLASS - Static variable in class org.apache.jackrabbit.core.config.LoginModuleConfig
-
- COMPAT_PRINCIPAL_PROVIDER_NAME - Static variable in class org.apache.jackrabbit.core.config.LoginModuleConfig
-
- CompiledPermissions - Interface in org.apache.jackrabbit.core.security.authorization
-
CompiledPermissions
represents the evaluation of an
AccessControlPolicy
that applies for a given set of
Principal
s (normally obtained from the Subject
of a Session).
- compilePermissions(Set<Principal>) - Method in interface org.apache.jackrabbit.core.security.authorization.AccessControlProvider
-
Compiles the effective policy for the specified set of
Principal
s.
- compilePermissions(Set<Principal>) - Method in class org.apache.jackrabbit.core.security.authorization.acl.ACLProvider
-
- compilePermissions(Set<Principal>) - Method in class org.apache.jackrabbit.core.security.authorization.combined.CombinedProvider
-
- compilePermissions(Set<Principal>) - Method in class org.apache.jackrabbit.core.security.authorization.principalbased.ACLProvider
-
- compilePermissions(Set<Principal>) - Method in class org.apache.jackrabbit.core.security.user.UserAccessControlProvider
-
- CompoundQueryFactory - Class in org.apache.jackrabbit.core.query
-
CompoundQueryFactory
implements a query factory that consists of
multiple other query factories.
- CompoundQueryFactory(List<QueryFactory>) - Constructor for class org.apache.jackrabbit.core.query.CompoundQueryFactory
-
Creates a compound query factory that consists of multiple other query
factories.
- computeSystemGeneratedPropertyValues(NodeState, QPropertyDefinition) - Method in class org.apache.jackrabbit.core.NodeTypeInstanceHandler
-
Computes the values of well-known system (i.e.
- con - Variable in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
- ConcurrentCache<K,V> - Class in org.apache.jackrabbit.core.cache
-
Concurrent cache implementation that uses cache segments to minimize
the chance of lock contention.
- ConcurrentCache(String, int) - Constructor for class org.apache.jackrabbit.core.cache.ConcurrentCache
-
- ConcurrentCache(String) - Constructor for class org.apache.jackrabbit.core.cache.ConcurrentCache
-
- Condition - Interface in org.apache.jackrabbit.core.query.lucene.join
-
Condition
defines an interface for a join condition.
- condition - Variable in class org.apache.jackrabbit.core.query.lucene.join.Join
-
The join condition.
- CONFIG_ROOT_PATH_ATTRIBUTE - Static variable in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Name of the config root path configuration attribute.
- CONFIGFILEPATH_ADDRTYPE - Static variable in class org.apache.jackrabbit.core.jndi.BindableRepository
-
type of configFilePath
reference address
- ConfigurationEntityResolver - Class in org.apache.jackrabbit.core.config
-
Entity resolver for Jackrabbit configuration files.
- ConfigurationErrorHandler - Class in org.apache.jackrabbit.core.config
-
Error handler for errors in the repository or workspace configuration.
- ConfigurationErrorHandler() - Constructor for class org.apache.jackrabbit.core.config.ConfigurationErrorHandler
-
- ConfigurationParser - Class in org.apache.jackrabbit.core.config
-
Configuration parser base class.
- ConfigurationParser(Properties) - Constructor for class org.apache.jackrabbit.core.config.ConfigurationParser
-
Creates a new configuration parser with the given parser variables.
- CONFIGURATIONS_NODE_ID - Static variable in class org.apache.jackrabbit.core.RepositoryImpl
-
hardcoded id of the "/jcr:system/jcr:configurations" node
- configVisitor - Variable in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
- conHelper - Variable in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- conHelper - Variable in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
- conHelper - Variable in class org.apache.jackrabbit.core.persistence.pool.DbNameIndex
-
- connect(ItemState) - Method in class org.apache.jackrabbit.core.state.ItemState
-
Connect this state to some underlying overlayed state.
- connectionFactory - Variable in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
The repositories ConnectionFactory
.
- consistencyCheck - Variable in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
flag indicating if a consistency check should be issued during startup
- ConsistencyCheck - Class in org.apache.jackrabbit.core.query.lucene
-
Implements a consistency check on the search index.
- ConsistencyChecker - Interface in org.apache.jackrabbit.core.persistence.check
-
Optional interface for Persistence Managers.
- ConsistencyCheckerImpl - Class in org.apache.jackrabbit.core.persistence.bundle
-
- ConsistencyCheckerImpl(AbstractBundlePersistenceManager, ConsistencyCheckListener, String, UpdateEventChannel) - Constructor for class org.apache.jackrabbit.core.persistence.bundle.ConsistencyCheckerImpl
-
- ConsistencyCheckError - Class in org.apache.jackrabbit.core.query.lucene
-
Common base class for errors detected during the consistency check.
- ConsistencyCheckListener - Interface in org.apache.jackrabbit.core.persistence.check
-
- consistencyFix - Variable in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
flag indicating if the consistency check should attempt to fix issues
- ConsistencyReport - Interface in org.apache.jackrabbit.core.persistence.check
-
- ConsistencyReportImpl - Class in org.apache.jackrabbit.core.persistence.check
-
- ConsistencyReportImpl(int, long, Set<ReportItem>) - Constructor for class org.apache.jackrabbit.core.persistence.check.ConsistencyReportImpl
-
- Constants - Interface in org.apache.jackrabbit.core.nodetype.xml
-
Name constants for the node type XML elements and attributes.
- Constraint - Interface in org.apache.jackrabbit.core.query.lucene.constraint
-
Constraint
defines an interface for a QOM constraint.
- ConstraintBuilder - Class in org.apache.jackrabbit.core.query.lucene.constraint
-
ConstraintBuilder
builds a
Constraint
from a tree of
QOM constraints.
- ConstraintBuilder() - Constructor for class org.apache.jackrabbit.core.query.lucene.constraint.ConstraintBuilder
-
- Constraints - Class in org.apache.jackrabbit.core.query.lucene.join
-
- Constraints() - Constructor for class org.apache.jackrabbit.core.query.lucene.join.Constraints
-
- consume(Record) - Method in class org.apache.jackrabbit.core.cluster.ClusterNode
-
Consume a record.
- consume(Record) - Method in interface org.apache.jackrabbit.core.journal.RecordConsumer
-
Consume a record.
- contains(long) - Method in class org.apache.jackrabbit.core.journal.FileRecordLog
-
Return a flag indicating whether this record log contains a certain revision.
- contains(EffectiveNodeTypeCache.Key) - Method in class org.apache.jackrabbit.core.nodetype.BitSetENTCacheImpl
-
Checks if the effective node type for the given key exists.
- contains(EffectiveNodeTypeCache.Key) - Method in interface org.apache.jackrabbit.core.nodetype.EffectiveNodeTypeCache
-
Checks if the effective node type for the given key exists.
- contains(EffectiveNodeTypeCache.Key) - Method in interface org.apache.jackrabbit.core.nodetype.EffectiveNodeTypeCache.Key
-
Checks if the otherKey
is contained in this one.
- contains(EffectiveNodeTypeCache.Key) - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeTypeCacheImpl
-
Checks if the effective node type for the given key exists.
- contains(Name) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeDefStore
-
- contains(String, String) - Method in class org.apache.jackrabbit.core.security.user.XPathQueryBuilder
-
- containsKey(K) - Method in class org.apache.jackrabbit.core.cache.ConcurrentCache
-
Checks if the identified entry is cached.
- containsShare(NodeId) - Method in class org.apache.jackrabbit.core.state.NodeState
-
Return a flag whether the given parent id appears in the shared set.
- context - Variable in class org.apache.jackrabbit.core.ItemValidator
-
Component context of the associated session.
- context - Variable in class org.apache.jackrabbit.core.persistence.bundle.AbstractBundlePersistenceManager
-
the persistence manager context
- context - Variable in class org.apache.jackrabbit.core.RepositoryImpl
-
- context - Variable in class org.apache.jackrabbit.core.SessionImpl
-
The component context of this session.
- context - Variable in class org.apache.jackrabbit.core.version.VersionManagerImplBase
-
Component context of the current session
- context - Variable in class org.apache.jackrabbit.core.WorkspaceImpl
-
The component context of this session.
- convertBytesToHex(byte[]) - Static method in class org.apache.jackrabbit.core.persistence.util.BundleDumper
-
- CooperativeFileLock - Class in org.apache.jackrabbit.core.util
-
The file lock is used to ensure a resource is only open once at any time.
- CooperativeFileLock() - Constructor for class org.apache.jackrabbit.core.util.CooperativeFileLock
-
- COPY - Static variable in class org.apache.jackrabbit.core.BatchedItemOperations
-
- copy(Path, Path, int) - Method in class org.apache.jackrabbit.core.BatchedItemOperations
-
Copies the tree at srcPath
to the new location at
destPath
.
- copy(Path, ItemStateManager, HierarchyManager, AccessManager, Path, int) - Method in class org.apache.jackrabbit.core.BatchedItemOperations
-
Copies the tree at srcPath
retrieved using the specified
srcStateMgr
to the new location at destPath
.
- copy(NodeId) - Method in class org.apache.jackrabbit.core.persistence.PersistenceCopier
-
Recursively copies the identified node and all its descendants.
- copy(int, int) - Method in class org.apache.jackrabbit.core.query.lucene.FieldComparatorBase
-
- copy(File, File) - Static method in class org.apache.jackrabbit.core.RepositoryCopier
-
Copies the contents of the repository in the given source directory
to a repository in the given target directory.
- copy(RepositoryConfig, File) - Static method in class org.apache.jackrabbit.core.RepositoryCopier
-
Copies the contents of the repository with the given configuration
to a repository in the given target directory.
- copy(RepositoryConfig, RepositoryConfig) - Static method in class org.apache.jackrabbit.core.RepositoryCopier
-
Copies the contents of the source repository with the given
configuration to a target repository with the given configuration.
- copy(RepositoryImpl, File) - Static method in class org.apache.jackrabbit.core.RepositoryCopier
-
Copies the contents of the given source repository to a repository in
the given target directory.
- copy(RepositoryImpl, RepositoryConfig) - Static method in class org.apache.jackrabbit.core.RepositoryCopier
-
Copies the contents of the given source repository to a target
repository with the given configuration.
- copy() - Method in class org.apache.jackrabbit.core.RepositoryCopier
-
Copies the full content from the source to the target repository.
- copy(ItemState, boolean) - Method in class org.apache.jackrabbit.core.state.ItemState
-
Copy state information from another state into this state
- copy(ItemState, boolean) - Method in class org.apache.jackrabbit.core.state.NodeState
-
Copy state information from another state into this state
- copy(ItemState, boolean) - Method in class org.apache.jackrabbit.core.state.PropertyState
-
Copy state information from another state into this state
- copy(String, String) - Method in class org.apache.jackrabbit.core.WorkspaceImpl
- copy(String, String, String) - Method in class org.apache.jackrabbit.core.WorkspaceImpl
- copyFileSQL - Variable in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- copyFilesSQL - Variable in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- copyFrom(PropertyImpl) - Method in class org.apache.jackrabbit.core.version.NodeStateEx
-
copies a property
- copyFrom(PropertyState) - Method in class org.apache.jackrabbit.core.version.NodeStateEx
-
copies a property
- copyOpenScopedLocksFrom(LockManagerImpl) - Method in class org.apache.jackrabbit.core.lock.LockManagerImpl
-
Helper method that copies all the active open-scoped locks from the
given source to this lock manager.
- create(NodeId, boolean, String) - Method in interface org.apache.jackrabbit.core.cluster.LockEventChannel
-
Create a new cluster operation that should be used to inform other
instances in the cluster.
- create(NodeId) - Method in interface org.apache.jackrabbit.core.cluster.LockEventChannel
-
Create a new cluster operation that should be used to inform other
instances in the cluster.
- create(File) - Static method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
Returns the configuration of a repository in a given repository
directory.
- create(File, File) - Static method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
Returns the configuration of a repository with the given configuration
file and repository home directory.
- create(String, String) - Static method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
- create(URI, String) - Static method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
- create(InputStream, String) - Static method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
- create(InputSource, String) - Static method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
- create(InputSource, Properties) - Static method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
Parses the given repository configuration document using the given
parser variables.
- create(RepositoryConfig) - Static method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
Creates a repository configuration object based on an existing configuration.
- create(ConstraintImpl, Map<String, Value>, SelectorImpl[], LuceneQueryFactory, ValueFactory) - Static method in class org.apache.jackrabbit.core.query.lucene.constraint.ConstraintBuilder
-
- create(MultiColumnQueryHits, MultiColumnQueryHits, JoinType, JoinConditionImpl, IndexReader, HierarchyResolver, NamespaceMappings, HierarchyManager) - Static method in class org.apache.jackrabbit.core.query.lucene.join.Join
-
Creates a new join result.
- create(Selector) - Method in class org.apache.jackrabbit.core.query.lucene.LuceneQueryFactory
-
Creates a lucene query for the given QOM selector.
- create(FullTextSearchImpl) - Method in class org.apache.jackrabbit.core.query.lucene.LuceneQueryFactory
-
Creates a lucene query for the given QOM full text search.
- create(PropertyExistenceImpl) - Method in class org.apache.jackrabbit.core.query.lucene.LuceneQueryFactory
-
Creates a lucene query for the given QOM property existence constraint.
- create(Constraint, Map<String, NodeType>, JackrabbitIndexSearcher) - Method in class org.apache.jackrabbit.core.query.lucene.LuceneQueryFactory
-
- create(NamespaceMappings) - Static method in class org.apache.jackrabbit.core.query.lucene.NamePathResolverImpl
-
- create(RepositoryConfig) - Static method in class org.apache.jackrabbit.core.RepositoryContext
-
Starts a repository with the given configuration and returns
the internal component context of the started repository.
- create(RepositoryConfig) - Static method in class org.apache.jackrabbit.core.RepositoryImpl
-
Creates a new RepositoryImpl
instance.
- create(String, String) - Static method in class org.apache.jackrabbit.core.security.authorization.GlobPattern
-
- create(String) - Static method in class org.apache.jackrabbit.core.security.authorization.GlobPattern
-
- create(Value, NamePathResolver) - Static method in class org.apache.jackrabbit.core.value.InternalValue
-
Create a new internal value from the given JCR value.
- create(Value, NamePathResolver, DataStore) - Static method in class org.apache.jackrabbit.core.value.InternalValue
-
Create a new internal value from the given JCR value.
- create(QValue) - Static method in class org.apache.jackrabbit.core.value.InternalValue
-
- create(QValue[]) - Static method in class org.apache.jackrabbit.core.value.InternalValue
-
- create(String) - Static method in class org.apache.jackrabbit.core.value.InternalValue
-
- create(long) - Static method in class org.apache.jackrabbit.core.value.InternalValue
-
- create(double) - Static method in class org.apache.jackrabbit.core.value.InternalValue
-
- create(Calendar) - Static method in class org.apache.jackrabbit.core.value.InternalValue
-
- create(BigDecimal) - Static method in class org.apache.jackrabbit.core.value.InternalValue
-
- create(URI) - Static method in class org.apache.jackrabbit.core.value.InternalValue
-
- create(boolean) - Static method in class org.apache.jackrabbit.core.value.InternalValue
-
- create(byte[]) - Static method in class org.apache.jackrabbit.core.value.InternalValue
-
- create(InputStream, DataStore) - Static method in class org.apache.jackrabbit.core.value.InternalValue
-
Create an internal value that is stored in the data store (if enabled).
- create(InputStream) - Static method in class org.apache.jackrabbit.core.value.InternalValue
-
- create(FileSystemResource) - Static method in class org.apache.jackrabbit.core.value.InternalValue
-
- create(DataStore, String) - Static method in class org.apache.jackrabbit.core.value.InternalValue
-
Create a binary object with the given identifier.
- create(Name) - Static method in class org.apache.jackrabbit.core.value.InternalValue
-
- create(Name[]) - Static method in class org.apache.jackrabbit.core.value.InternalValue
-
- create(Path) - Static method in class org.apache.jackrabbit.core.value.InternalValue
-
- create(NodeId) - Static method in class org.apache.jackrabbit.core.value.InternalValue
-
- create(NodeId, boolean) - Static method in class org.apache.jackrabbit.core.value.InternalValue
-
- create(Calendar) - Method in class org.apache.jackrabbit.core.value.InternalValueFactory
-
- create(double) - Method in class org.apache.jackrabbit.core.value.InternalValueFactory
-
- create(long) - Method in class org.apache.jackrabbit.core.value.InternalValueFactory
-
- create(boolean) - Method in class org.apache.jackrabbit.core.value.InternalValueFactory
-
- create(Name) - Method in class org.apache.jackrabbit.core.value.InternalValueFactory
-
- create(Path) - Method in class org.apache.jackrabbit.core.value.InternalValueFactory
-
- create(URI) - Method in class org.apache.jackrabbit.core.value.InternalValueFactory
-
- create(BigDecimal) - Method in class org.apache.jackrabbit.core.value.InternalValueFactory
-
- create(byte[]) - Method in class org.apache.jackrabbit.core.value.InternalValueFactory
-
- create(InputStream) - Method in class org.apache.jackrabbit.core.value.InternalValueFactory
-
- create(File) - Method in class org.apache.jackrabbit.core.value.InternalValueFactory
-
- CREATE_WORKSPACE_ACTION_TYPE - Static variable in class org.apache.jackrabbit.core.cluster.WorkspaceRecord
-
Subtype for determining workspace action.
- createAccessManager(Subject) - Method in class org.apache.jackrabbit.core.SessionImpl
-
Create the access manager.
- createActivity(Session, String) - Method in interface org.apache.jackrabbit.core.version.InternalVersionManager
-
Creates a new activity
- createActivity(Session, String) - Method in class org.apache.jackrabbit.core.version.InternalVersionManagerImpl
-
Creates a new activity
- createActivity(Session, String) - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
Creates a new activity
- createActivity(String) - Method in class org.apache.jackrabbit.core.VersionManagerImpl
- createAdminSession(String) - Method in class org.apache.jackrabbit.core.SessionFactory
-
- createBinary(InputStream) - Method in class org.apache.jackrabbit.core.value.ValueFactoryImpl
-
- createBlobStore() - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Creates a suitable blobstore
- createCheckSchemaOperation() - Method in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- createCheckSchemaOperation() - Method in class org.apache.jackrabbit.core.fs.db.MSSqlFileSystem
-
- createCheckSchemaOperation() - Method in class org.apache.jackrabbit.core.fs.db.OracleFileSystem
-
- createCheckSchemaOperation() - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
- createCheckSchemaOperation() - Method in class org.apache.jackrabbit.core.journal.MSSqlDatabaseJournal
-
- createCheckSchemaOperation() - Method in class org.apache.jackrabbit.core.journal.OracleDatabaseJournal
-
- createCheckSchemaOperation() - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
- createCheckSchemaOperation() - Method in class org.apache.jackrabbit.core.persistence.pool.MSSqlPersistenceManager
-
- createCheckSchemaOperation() - Method in class org.apache.jackrabbit.core.persistence.pool.OraclePersistenceManager
-
- createChildNode(Name, NodeTypeImpl, NodeId) - Method in class org.apache.jackrabbit.core.NodeImpl
-
- createChildProperty(Name, int, PropertyDefinitionImpl) - Method in class org.apache.jackrabbit.core.NodeImpl
-
Creates a new property with the given name and type
hint and
property definition.
- createClusterNode() - Method in class org.apache.jackrabbit.core.RepositoryImpl
-
Creates the cluster node.
- createConfiguration(NodeStateEx) - Method in class org.apache.jackrabbit.core.version.VersionManagerImplConfig
-
Creates a new configuration node.
- createConfiguration(String) - Method in class org.apache.jackrabbit.core.VersionManagerImpl
- createConnectionHelper(DataSource) - Method in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
This method is called from the
DatabaseFileSystem.init()
method of this class and returns a
ConnectionHelper
instance which is assigned to the
conHelper
field.
- createConnectionHelper(DataSource) - Method in class org.apache.jackrabbit.core.fs.db.DerbyFileSystem
-
This method is called from the
DatabaseFileSystem.init()
method of this class and returns a
ConnectionHelper
instance which is assigned to the
conHelper
field.
- createConnectionHelper(DataSource) - Method in class org.apache.jackrabbit.core.fs.db.Oracle9FileSystem
-
This method is called from the
DatabaseFileSystem.init()
method of this class and returns a
ConnectionHelper
instance which is assigned to the
conHelper
field.
- createConnectionHelper(DataSource) - Method in class org.apache.jackrabbit.core.fs.db.OracleFileSystem
-
This method is called from the
DatabaseFileSystem.init()
method of this class and returns a
ConnectionHelper
instance which is assigned to the
conHelper
field.
- createConnectionHelper(DataSource) - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
- createConnectionHelper(DataSource) - Method in class org.apache.jackrabbit.core.journal.OracleDatabaseJournal
-
- createConnectionHelper(DataSource) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
- createConnectionHelper(DataSource) - Method in class org.apache.jackrabbit.core.persistence.pool.DerbyPersistenceManager
-
- createConnectionHelper(DataSource) - Method in class org.apache.jackrabbit.core.persistence.pool.Oracle9PersistenceManager
-
- createConnectionHelper(DataSource) - Method in class org.apache.jackrabbit.core.persistence.pool.OraclePersistenceManager
-
- createConnectionHelper(DataSource) - Method in class org.apache.jackrabbit.core.persistence.pool.PostgreSQLPersistenceManager
-
- createCopy() - Method in class org.apache.jackrabbit.core.value.InternalValue
-
Create a copy of this object.
- CREATED - Static variable in class org.apache.jackrabbit.core.NodeImpl
-
- createDataStoreGarbageCollector() - Method in class org.apache.jackrabbit.core.RepositoryImpl
-
Creates a data store garbage collector for this repository.
- createDataStoreGarbageCollector() - Method in class org.apache.jackrabbit.core.RepositoryManagerImpl
-
- createDataStoreGarbageCollector() - Method in class org.apache.jackrabbit.core.SessionImpl
-
Create a data store garbage collector for this repository.
- createDate(String) - Static method in class org.apache.jackrabbit.core.value.InternalValue
-
https://issues.apache.org/jira/browse/JCR-3083
- createDBBlobStore(PMContext) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Creates a blob store that uses the database.
- createDbNameIndex() - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Returns a new instance of a DbNameIndex.
- createDbNameIndex() - Method in class org.apache.jackrabbit.core.persistence.pool.OraclePersistenceManager
-
Returns a new instance of a NGKDbNameIndex.
- createDbNameIndex() - Method in class org.apache.jackrabbit.core.persistence.pool.PostgreSQLPersistenceManager
-
Returns a new instance of a DbNameIndex.
- createDeepFolder(String) - Method in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
Creates the specified files system folder entry, recursively creating
any non-existing intermediate folder entries.
- createDefaultExcerpt(String, String, String, String, String, int) - Method in class org.apache.jackrabbit.core.query.lucene.DefaultHighlighter
-
Creates a default excerpt with the given text.
- createDefaultPrincipalProvider(Properties[]) - Method in class org.apache.jackrabbit.core.DefaultSecurityManager
-
- createDefaultPrincipalProvider(Properties[]) - Method in class org.apache.jackrabbit.core.UserPerWorkspaceSecurityManager
-
Always returns null
.
- createDefaultWorkspaceAccessManager() - Method in class org.apache.jackrabbit.core.DefaultSecurityManager
-
- createDefaultWorkspaceAccessManager() - Method in class org.apache.jackrabbit.core.UserPerWorkspaceSecurityManager
-
Returns a new instance of SimpleWorkspaceAccessManager
, since
with the DefaultLoginModule
the existence of the user
is checked in order to successfully complete the login.
- createDirectoryManager() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- createDoc() - Method in class org.apache.jackrabbit.core.query.lucene.NodeIndexer
-
Creates a lucene Document.
- createDocId(NodeId) - Method in class org.apache.jackrabbit.core.query.lucene.CachingMultiIndexReader
-
Creates a document id for the given node identifier.
- createDocId(NodeId) - Method in class org.apache.jackrabbit.core.query.lucene.JackrabbitIndexReader
-
Creates a document id for the given node identifier.
- createDocId(NodeId) - Method in interface org.apache.jackrabbit.core.query.lucene.MultiIndexReader
-
Creates a document id for the given node identifier.
- createDocId(NodeId) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex.CombinedIndexReader
-
Creates a document id for the given node identifier.
- createDocument(NodeState, NamespaceMappings, IndexFormatVersion) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Creates a lucene Document
for a node state using the
namespace mappings nsMappings
.
- createEntryCollector(SessionImpl) - Method in class org.apache.jackrabbit.core.security.authorization.acl.ACLProvider
-
Create the EntryCollector
instance that is used by this
provider to gather the effective ACEs for a given list of principals at a
given node during AC evaluation.
- createEventFilter(int, List<String>, boolean, String[], String[], boolean, boolean, boolean) - Method in class org.apache.jackrabbit.core.observation.ObservationManagerImpl
-
Creates a new event filter with the given restrictions.
- createEventStateCollection(SessionImpl, Path) - Method in class org.apache.jackrabbit.core.observation.DelegatingObservationDispatcher
-
Creates an EventStateCollection
tied to the session
given as argument.
- createEventStateCollection() - Method in interface org.apache.jackrabbit.core.observation.EventStateCollectionFactory
-
Creates an EventStateCollection
.
- createEventStateCollection() - Method in class org.apache.jackrabbit.core.observation.ObservationManagerImpl
-
Creates an EventStateCollection
.
- createEventStateCollection() - Method in class org.apache.jackrabbit.core.version.InternalVersionManagerImpl.DynamicESCFactory
-
Creates an EventStateCollection
.
- createEventStateCollection(SessionImpl) - Method in class org.apache.jackrabbit.core.version.InternalVersionManagerImpl.DynamicESCFactory
- createEventStateCollection() - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
Creates an EventStateCollection
.
- createEventStateCollection() - Method in class org.apache.jackrabbit.core.WorkspaceImpl
-
Creates an EventStateCollection
.
- createEventStates(NodeId, ChangeLog, ItemStateManager) - Method in class org.apache.jackrabbit.core.observation.EventStateCollection
-
Creates
EventState
instances from
ItemState
changes
.
- createExcerpt(TermPositionVector, String, int, int) - Method in class org.apache.jackrabbit.core.query.lucene.AbstractExcerpt
-
Creates an excerpt for the given text
using token offset
information provided by tpv
.
- createExcerpt(TermPositionVector, String, int, int) - Method in class org.apache.jackrabbit.core.query.lucene.DefaultHTMLExcerpt
-
Creates an excerpt for the given text
using token offset
information provided by tpv
.
- createExcerpt(TermPositionVector, String, int, int) - Method in class org.apache.jackrabbit.core.query.lucene.DefaultXMLExcerpt
-
Creates an excerpt for the given text
using token offset
information provided by tpv
.
- createExcerpt(TermPositionVector, String, int, int) - Method in class org.apache.jackrabbit.core.query.lucene.WeightedHTMLExcerpt
-
Creates an excerpt for the given text
using token offset
information provided by tpv
.
- createExcerpt(TermPositionVector, String, int, int) - Method in class org.apache.jackrabbit.core.query.lucene.WeightedXMLExcerpt
-
Creates an excerpt for the given text
using token offset
information provided by tpv
.
- createExcerptProvider() - Method in class org.apache.jackrabbit.core.query.lucene.MultiColumnQueryResult
-
Creates an excerpt provider for this result set.
- createExcerptProvider() - Method in class org.apache.jackrabbit.core.query.lucene.QueryResultImpl
-
Creates an excerpt provider for this result set.
- createExcerptProvider(Query) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Creates an excerpt provider for the given query
.
- createExcerptProvider() - Method in class org.apache.jackrabbit.core.query.lucene.SingleColumnQueryResult
-
Creates an excerpt provider for this result set.
- createExecutableQuery(SessionContext, String, String) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Creates a new query by specifying the query statement itself and the
language in which the query is stated.
- createExecutableQuery(SessionContext, String, String) - Method in interface org.apache.jackrabbit.core.query.QueryHandler
-
Creates a new query by specifying the query statement itself and the
language in which the query is stated.
- createFieldWithoutNorms(String, String, int) - Method in class org.apache.jackrabbit.core.query.lucene.NodeIndexer
-
Creates a field of name fieldName
with the value of
internalValue
.
- createFolder(String) - Method in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
- createFolder(String) - Method in class org.apache.jackrabbit.core.fs.mem.MemoryFileSystem
-
- createFulltextField(String) - Method in class org.apache.jackrabbit.core.query.lucene.NodeIndexer
-
- createFulltextField(String, boolean, boolean) - Method in class org.apache.jackrabbit.core.query.lucene.NodeIndexer
-
- createFulltextField(String, boolean, boolean, boolean) - Method in class org.apache.jackrabbit.core.query.lucene.NodeIndexer
-
Creates a fulltext field for the string value
.
- createFulltextField(InternalValue, Metadata) - Method in class org.apache.jackrabbit.core.query.lucene.NodeIndexer
-
- createFulltextField(InternalValue, Metadata, boolean) - Method in class org.apache.jackrabbit.core.query.lucene.NodeIndexer
-
Creates a fulltext field for the reader value
.
- createGroup(String) - Method in class org.apache.jackrabbit.core.security.user.UserManagerImpl
-
- createGroup(Principal) - Method in class org.apache.jackrabbit.core.security.user.UserManagerImpl
-
- createGroup(Principal, String) - Method in class org.apache.jackrabbit.core.security.user.UserManagerImpl
-
- createGroup(String, Principal, String) - Method in class org.apache.jackrabbit.core.security.user.UserManagerImpl
-
Create a new Group
from the given groupID
and
principal
.
- createId(PropertyId, int) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager.InMemBLOBStore
-
Creates a unique identifier for the BLOB data associated with the given
property id and value subscript.
- createId(PropertyId, int) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager.DbBlobStore
-
Creates a unique identifier for the BLOB data associated with the given
property id and value subscript.
- createId(PropertyId, int) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager.FSBlobStore
-
- createId(PropertyId, int) - Method in interface org.apache.jackrabbit.core.persistence.util.BLOBStore
-
Creates a unique identifier for the BLOB data associated with the given
property id and value subscript.
- createId(PropertyId, int) - Method in class org.apache.jackrabbit.core.persistence.util.FileSystemBLOBStore
-
Creates a unique identifier for the BLOB data associated with the given
property id and value subscript.
- createIndexingConfiguration(NamespaceMappings) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- createInstance(SharedItemStateManager, EventStateCollectionFactory, ItemStateCacheFactory) - Static method in class org.apache.jackrabbit.core.state.LocalItemStateManager
-
- createInstance(SharedItemStateManager, EventStateCollectionFactory, String, ItemStateCacheFactory) - Static method in class org.apache.jackrabbit.core.state.XAItemStateManager
-
- createIOException(Throwable) - Static method in class org.apache.jackrabbit.core.query.lucene.Util
-
- createItemManager() - Method in class org.apache.jackrabbit.core.SessionImpl
-
Create the item manager.
- createItemStateManager(PersistenceManager, boolean, ISMLocking) - Method in class org.apache.jackrabbit.core.RepositoryImpl
-
Creates a SharedItemStateManager
or derivative.
- createItemStateManager(PersistenceManager, NodeId, NodeTypeRegistry, ItemStateCacheFactory, ISMLocking, NodeIdFactory) - Method in class org.apache.jackrabbit.core.version.InternalVersionManagerImpl
-
Creates a VersionItemStateManager
or derivative.
- createItemStateManager() - Method in class org.apache.jackrabbit.core.WorkspaceImpl
-
Create the persistent item state manager on top of the shared item
state manager.
- createLocalFSBlobStore(PMContext) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Creates a blob store that is based on a local fs.
- createLockChannel(String) - Method in class org.apache.jackrabbit.core.cluster.ClusterNode
-
- createLockManager() - Method in class org.apache.jackrabbit.core.RepositoryImpl.WorkspaceInfo
-
Create a new lock manager.
- createMatchAllQuery(String, IndexFormatVersion, PerQueryCache) - Static method in class org.apache.jackrabbit.core.query.lucene.Util
-
Depending on the index format this method returns a query that matches
all nodes that have a property with a given name
.
- createNamedLength(String, long) - Static method in class org.apache.jackrabbit.core.query.lucene.FieldNames
-
Returns a named length for use as a term in the index.
- createNamedValue(String, String) - Static method in class org.apache.jackrabbit.core.query.lucene.FieldNames
-
Returns a named value for use as a term in the index.
- createNamespaceRegistry() - Method in class org.apache.jackrabbit.core.RepositoryImpl
-
Protected factory method for creating the namespace registry.
- createNew(NodeId) - Method in class org.apache.jackrabbit.core.persistence.AbstractPersistenceManager
-
Deprecated.
Creates a new node state instance with the given id.
- createNew(PropertyId) - Method in class org.apache.jackrabbit.core.persistence.AbstractPersistenceManager
-
Deprecated.
Creates a new property state instance with the given id.
- createNew(NodeId) - Method in class org.apache.jackrabbit.core.persistence.bundle.AbstractBundlePersistenceManager
-
Creates a new node state instance with the given id.
- createNew(PropertyId) - Method in class org.apache.jackrabbit.core.persistence.bundle.AbstractBundlePersistenceManager
-
Creates a new property state instance with the given id.
- createNew(NodeId) - Method in interface org.apache.jackrabbit.core.persistence.PersistenceManager
-
Creates a new node state instance with the given id.
- createNew(PropertyId) - Method in interface org.apache.jackrabbit.core.persistence.PersistenceManager
-
Creates a new property state instance with the given id.
- createNew(NodeId, Name, NodeId) - Method in class org.apache.jackrabbit.core.state.LocalItemStateManager
-
Creates a
NodeState
instance representing new,
i.e.
- createNew(Name, NodeId) - Method in class org.apache.jackrabbit.core.state.LocalItemStateManager
-
- createNew(NodeId, Name, NodeId) - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
Creates a
NodeState
instance representing new,
i.e.
- createNew(Name, NodeId) - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
- createNew(PropertyState) - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
- createNew(NodeId, Name, NodeId) - Method in interface org.apache.jackrabbit.core.state.UpdatableItemStateManager
-
Creates a
NodeState
instance representing new,
i.e.
- createNew(Name, NodeId) - Method in interface org.apache.jackrabbit.core.state.UpdatableItemStateManager
-
- createNode(NodeImpl, Name, Name, Name[], NodeId) - Method in class org.apache.jackrabbit.core.xml.SessionImporter
-
- createNodeState(NodeState, Name, Name, Name[], NodeId) - Method in class org.apache.jackrabbit.core.BatchedItemOperations
-
Creates a new node.
- createNodeState(NodeState, Name, Name, Name[], NodeId, QNodeDefinition) - Method in class org.apache.jackrabbit.core.BatchedItemOperations
-
Creates a new node based on the given definition.
- createNodeState(PersistenceManager) - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle
-
Creates a node state from the values of this bundle
- createNodeState(VirtualNodeState, Name, NodeId, Name) - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
Creates a new virtual node state
- createNodeState(VirtualNodeState, Name, NodeId, Name) - Method in class org.apache.jackrabbit.core.virtual.AbstractVISProvider
-
Creates a new virtual node state
- createNodeState(VirtualNodeState, Name, NodeId, Name) - Method in interface org.apache.jackrabbit.core.virtual.VirtualItemStateProvider
-
Creates a new virtual node state
- createNodeTypeRegistry() - Method in class org.apache.jackrabbit.core.RepositoryImpl
-
Protected factory method for creating the node type registry.
- createNodeTypeTerm(NodeType) - Method in class org.apache.jackrabbit.core.query.lucene.LuceneQueryFactory
-
- createObservationManager(String) - Method in class org.apache.jackrabbit.core.SessionImpl
-
- createOrderings(OrderingImpl[]) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Creates internal orderings for the QOM ordering specifications.
- createParams(NodeId, Object, boolean) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Creates a parameter array for an SQL statement that needs
(i) a node identifier, and (2) another parameter.
- createPredicateDeref(Query, DerefQueryNode, Object) - Method in class org.apache.jackrabbit.core.query.lucene.LuceneQueryBuilder
-
- createPrincipalManager(SessionImpl) - Method in class org.apache.jackrabbit.core.DefaultSecurityManager
-
- createPrincipalManager(SessionImpl) - Method in class org.apache.jackrabbit.core.UserPerWorkspaceSecurityManager
-
- createProducer(String) - Method in class org.apache.jackrabbit.core.journal.AbstractJournal
-
Create the record producer for a given identifier.
- createProperty(NodeImpl, PropInfo, QPropertyDefinition) - Method in class org.apache.jackrabbit.core.xml.SessionImporter
-
- createPropertyState(NodeState, Name, int, int) - Method in class org.apache.jackrabbit.core.BatchedItemOperations
-
Creates a new property.
- createPropertyState(NodeState, Name, int, QPropertyDefinition) - Method in class org.apache.jackrabbit.core.BatchedItemOperations
-
Creates a new property based on the given definition.
- createPropertyState(VirtualNodeState, Name, int, boolean) - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
Creats a new virtual property state
- createPropertyState(VirtualNodeState, Name, int, boolean) - Method in class org.apache.jackrabbit.core.virtual.AbstractVISProvider
-
Creats a new virtual property state
- createPropertyState(VirtualNodeState, Name, int, boolean) - Method in interface org.apache.jackrabbit.core.virtual.VirtualItemStateProvider
-
Creats a new virtual property state
- createProvider(Session, WorkspaceSecurityConfig) - Method in interface org.apache.jackrabbit.core.security.authorization.AccessControlProviderFactory
-
Creates an AccessControlProvider for the workspace of the given
system session.
- createProvider(Session, WorkspaceSecurityConfig) - Method in class org.apache.jackrabbit.core.security.authorization.AccessControlProviderFactoryImpl
-
- createQuery(String, String) - Method in class org.apache.jackrabbit.core.query.CompoundQueryFactory
-
Creates a JCR query instance from the given statement
in the
given language
.
- createQuery(QueryRootNode, SessionImpl, ItemStateManager, NamespaceMappings, Analyzer, PropertyTypeRegistry, SynonymProvider, IndexFormatVersion, PerQueryCache) - Static method in class org.apache.jackrabbit.core.query.lucene.LuceneQueryBuilder
-
Creates a lucene Query
tree from an
abstract query tree.
- createQuery(String, String) - Method in class org.apache.jackrabbit.core.query.QOMQueryFactory
-
Creates a JCR query instance from the given statement
in the
given language
.
- createQuery(String, String) - Method in interface org.apache.jackrabbit.core.query.QueryFactory
-
Creates a JCR query instance from the given statement
in the
given language
.
- createQuery(String, String) - Method in class org.apache.jackrabbit.core.query.QueryManagerImpl
- createQuery(SessionContext, String, String, Node) - Method in class org.apache.jackrabbit.core.SearchManager
-
Creates a query object that can be executed on the workspace.
- createQueryInstance() - Method in class org.apache.jackrabbit.core.SearchManager
-
- createQueryObjectModel(SessionContext, QueryObjectModelTree, String, Node) - Method in class org.apache.jackrabbit.core.SearchManager
-
Creates a query object model that can be executed on the workspace.
- createRecord() - Method in class org.apache.jackrabbit.core.journal.DefaultRecordProducer
-
Create a new record.
- createRedoLog(MultiIndex) - Method in class org.apache.jackrabbit.core.query.lucene.DefaultRedoLogFactory
-
- createRedoLog(MultiIndex) - Method in interface org.apache.jackrabbit.core.query.lucene.RedoLogFactory
-
Creates a redo log starting at the current state of the
index
.
- createRedoLogFactory() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- createReference(String, boolean) - Method in class org.apache.jackrabbit.core.value.InternalValueFactory
-
- createRegexp(String) - Static method in class org.apache.jackrabbit.core.query.lucene.Util
-
Creates a regexp from likePattern
.
- createRepository(String, String) - Method in class org.apache.jackrabbit.core.JackrabbitRepositoryStub
-
- createRepository() - Method in class org.apache.jackrabbit.core.jndi.BindableRepository
-
Creates a repository instance based on the contained JNDI reference.
- createRetentionPolicy(String, Session) - Static method in class org.apache.jackrabbit.core.retention.RetentionPolicyImpl
-
- createRootNodeState() - Method in class org.apache.jackrabbit.core.nodetype.virtual.VirtualNodeTypeStateProvider
-
Creates the root node state.
- createRootNodeState() - Method in class org.apache.jackrabbit.core.virtual.AbstractVISProvider
-
Creates the root node state.
- createSchemaSql(String) - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
Replace wildcards and return the expanded SQL statement.
- createSchemaSql(String) - Method in class org.apache.jackrabbit.core.persistence.db.MSSqlPersistenceManager
-
Deprecated.
- createScorer(IndexReader, boolean, boolean) - Method in class org.apache.jackrabbit.core.query.lucene.JackrabbitTermQuery.JackrabbitTermWeight
-
Abstract factory method for crating a scorer instance for the
specified reader.
- createSession(AuthContext, String) - Method in class org.apache.jackrabbit.core.RepositoryImpl
-
Creates a new repository session on the specified workspace for the
authenticated subject of the given login context and
adds it to the active sessions.
- createSession(Subject, String) - Method in class org.apache.jackrabbit.core.RepositoryImpl
-
Creates a new repository session on the specified workspace for the given
authenticated subject and adds it to the active
sessions.
- createSession(String) - Method in class org.apache.jackrabbit.core.SessionImpl
-
Creates a new session with the same subject as this sessions but to a
different workspace.
- createSession(Subject, String) - Method in class org.apache.jackrabbit.core.WorkspaceManager
-
- createSessionInstance(AuthContext, WorkspaceConfig) - Method in class org.apache.jackrabbit.core.RepositoryImpl
-
Creates an instance of the
SessionImpl
class representing a
user authenticated by the
loginContext
instance attached
to the workspace configured by the
wspConfig
.
- createSessionInstance(Subject, WorkspaceConfig) - Method in class org.apache.jackrabbit.core.RepositoryImpl
-
Creates an instance of the
SessionImpl
class representing a
user represented by the
subject
instance attached
to the workspace configured by the
wspConfig
.
- createSessionItemStateManager() - Method in class org.apache.jackrabbit.core.SessionImpl
-
Create the session item state manager.
- createSortFields(Ordering[], Session) - Method in class org.apache.jackrabbit.core.query.lucene.join.QueryEngine
-
- createSortFields(Path[], boolean[], String[]) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Creates the SortFields for the order properties.
- createSpellChecker() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Creates a spell checker for this query handler.
- createString(String) - Method in class org.apache.jackrabbit.core.value.InternalValueFactory
-
- createSubParser(Properties) - Method in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Creates a new instance of a configuration parser but with overlayed
variables and the same connection factory as this parser.
- createSynonymProvider() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- createSynonymProviderConfigResource() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Creates a file system resource to the synonym provider configuration.
- createSystemUser(String, String) - Method in class org.apache.jackrabbit.core.security.user.UserManagerImpl
-
- createTemporary(InputStream) - Static method in class org.apache.jackrabbit.core.value.InternalValue
-
Create an internal value that is backed by a temporary file.
- createTemporaryBlob(InputStream) - Method in class org.apache.jackrabbit.core.persistence.db.OraclePersistenceManager
-
Deprecated.
Creates a temporary oracle.sql.BLOB instance via reflection and spools
the contents of the specified stream.
- createToken(User, SimpleCredentials, long, Session) - Static method in class org.apache.jackrabbit.core.security.authentication.token.TokenBasedAuthentication
-
Create a new token node for the specified user.
- createToken(User, SimpleCredentials) - Method in class org.apache.jackrabbit.core.security.authentication.token.TokenProvider
-
Create a separate token node underneath a dedicated token store within
the user home node.
- createTransientNodeState(NodeId, Name, NodeId, int) - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
- createTransientNodeState(NodeState, int) - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
- createTransientPropertyState(NodeId, Name, int) - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
- createTransientPropertyState(PropertyState, int) - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
- createUpdateChannel(String) - Method in class org.apache.jackrabbit.core.cluster.ClusterNode
-
- createUser(String, String) - Method in class org.apache.jackrabbit.core.security.user.UserManagerImpl
-
- createUser(String, String, Principal, String) - Method in class org.apache.jackrabbit.core.security.user.UserManagerImpl
-
- createUserManager(SessionImpl) - Method in class org.apache.jackrabbit.core.DefaultSecurityManager
-
- createUserManager(SessionImpl) - Method in class org.apache.jackrabbit.core.UserPerWorkspaceSecurityManager
-
Creates a new instanceof TransientChangeUserManagerImpl
.
- createUUIDTerm(String) - Static method in class org.apache.jackrabbit.core.query.lucene.TermFactory
-
Creates a Term with the given
id
value and with a field
name
FieldNames.UUID
.
- createValue(QValue) - Method in class org.apache.jackrabbit.core.value.ValueFactoryImpl
-
- createValue(Binary) - Method in class org.apache.jackrabbit.core.value.ValueFactoryImpl
-
- createValue(InputStream) - Method in class org.apache.jackrabbit.core.value.ValueFactoryImpl
-
- createValue(String, int) - Method in class org.apache.jackrabbit.core.value.ValueFactoryImpl
-
- createVersionHistory(Session, NodeState, NodeId) - Method in class org.apache.jackrabbit.core.version.InternalVersionManagerImpl
-
Creates a new version history.
- createVersionHistory(Session, NodeState, NodeId) - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
Creates a new version history.
- createVersionManager(VersioningConfig, DelegatingObservationDispatcher) - Method in class org.apache.jackrabbit.core.RepositoryImpl
-
Creates the version manager.
- createVersionManager() - Method in class org.apache.jackrabbit.core.SessionImpl
-
Create the version manager.
- createVersionManager() - Method in class org.apache.jackrabbit.core.XASessionImpl
-
Create the version manager.
- createWeight(Searcher) - Method in class org.apache.jackrabbit.core.query.lucene.JackrabbitTermQuery
-
- createWeight(Searcher) - Method in class org.apache.jackrabbit.core.query.lucene.PredicateDerefQuery
-
Creates a Weight
instance for this query.
- createWeight(Searcher) - Method in class org.apache.jackrabbit.core.query.lucene.QueryHitsQuery
- createWeight(Searcher) - Method in class org.apache.jackrabbit.core.query.lucene.RangeQuery
-
Creates the Weight
for this query.
- createWeight(Searcher) - Method in class org.apache.jackrabbit.core.query.lucene.WildcardQuery
-
Creates the Weight
for this query.
- createWorkspace(String) - Method in class org.apache.jackrabbit.core.RepositoryImpl
-
Creates a workspace with the given name.
- createWorkspace(String, InputSource) - Method in class org.apache.jackrabbit.core.RepositoryImpl
-
Creates a workspace with the given name and given workspace configuration
template.
- createWorkspace(String, String) - Method in class org.apache.jackrabbit.core.WorkspaceImpl
- createWorkspace(String) - Method in class org.apache.jackrabbit.core.WorkspaceImpl
-
Creates a new Workspace
with the specified
name
.
- createWorkspace(String, InputSource) - Method in class org.apache.jackrabbit.core.WorkspaceImpl
-
Creates a workspace with the given name and a workspace configuration
template.
- createWorkspace(String) - Method in class org.apache.jackrabbit.core.WorkspaceManager
-
Creates a workspace with the given name.
- createWorkspace(String, InputSource) - Method in class org.apache.jackrabbit.core.WorkspaceManager
-
Creates a workspace with the given name and a workspace configuration
template.
- createWorkspaceConfig(String, StringBuffer) - Method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
Creates a new workspace configuration with the specified name.
- createWorkspaceConfig(String, InputSource) - Method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
Creates a new workspace configuration with the specified name.
- createWorkspaceInfo(WorkspaceConfig) - Method in class org.apache.jackrabbit.core.RepositoryImpl
-
- credentials - Variable in class org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
-
- CredentialsCallback - Class in org.apache.jackrabbit.core.security.authentication
-
A CredentialsCallback
- CredentialsCallback() - Constructor for class org.apache.jackrabbit.core.security.authentication.CredentialsCallback
-
- CryptedSimpleCredentials - Class in org.apache.jackrabbit.core.security.authentication
-
- CryptedSimpleCredentials(SimpleCredentials) - Constructor for class org.apache.jackrabbit.core.security.authentication.CryptedSimpleCredentials
-
Deprecated.
- CryptedSimpleCredentials(String, String) - Constructor for class org.apache.jackrabbit.core.security.authentication.CryptedSimpleCredentials
-
Create a new instanceof CryptedSimpleCredentials
from the
given userId
and hashedPassword
strings.
- currentActivity - Variable in class org.apache.jackrabbit.core.version.VersionManagerImplBase
-
the node id of the current activity
- CycleDetector() - Constructor for class org.apache.jackrabbit.core.HierarchyManagerImpl.CycleDetector
-
- data - Variable in class org.apache.jackrabbit.core.ItemImpl
-
Item data associated with this item.
- DATA_STORE_ELEMENT - Static variable in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Name of the data store configuration element.
- DatabaseFileSystem - Class in org.apache.jackrabbit.core.fs.db
-
Base class for database file systems.
- DatabaseFileSystem() - Constructor for class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
Default constructor
- DatabaseJournal - Class in org.apache.jackrabbit.core.journal
-
Database-based journal implementation.
- DatabaseJournal() - Constructor for class org.apache.jackrabbit.core.journal.DatabaseJournal
-
- DatabaseJournal.DatabaseRevision - Class in org.apache.jackrabbit.core.journal
-
This class manages the local revision of the cluster node.
- DatabaseJournal.RevisionTableJanitor - Class in org.apache.jackrabbit.core.journal
-
Class for maintaining the revision table.
- DatabasePersistenceManager - Class in org.apache.jackrabbit.core.persistence.db
-
- DatabasePersistenceManager() - Constructor for class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
Creates a new DatabasePersistenceManager
instance.
- DatabaseRevision() - Constructor for class org.apache.jackrabbit.core.journal.DatabaseJournal.DatabaseRevision
-
- databaseType - Variable in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
the database type
- DATASOURCE_ELEMENT - Static variable in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Name of the data source configuration element.
- dataSourceName - Variable in class org.apache.jackrabbit.core.fs.db.DbFileSystem
-
- dataSourceName - Variable in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
the logical name of the data source to use
- DATASOURCES_ELEMENT - Static variable in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Name of the data source configuration element.
- dataStore - Variable in class org.apache.jackrabbit.core.persistence.util.BundleBinding
-
Data store for binary properties.
- DATE - Static variable in class org.apache.jackrabbit.core.persistence.util.BundleDumper
-
- DateField - Class in org.apache.jackrabbit.core.query.lucene
-
Implements Date
<-> String
conversions in
a way that the resulting String
is suitable for indexing and
sorting.
- dateToString(Date) - Static method in class org.apache.jackrabbit.core.query.lucene.DateField
-
Converts a Date to a string suitable for indexing.
- DateVersionSelector - Class in org.apache.jackrabbit.core.version
-
This Class implements a version selector that selects a version by creation
date.
- DateVersionSelector(Calendar) - Constructor for class org.apache.jackrabbit.core.version.DateVersionSelector
-
Creates a DateVersionSelector
that will select the latest
version of all those that are older than the given date.
- DateVersionSelector(Calendar, boolean) - Constructor for class org.apache.jackrabbit.core.version.DateVersionSelector
-
Creates a DateVersionSelector
that will select the latest
version of all those that are older than the given date.
- DB2FileSystem - Class in org.apache.jackrabbit.core.fs.db
-
DB2FileSystem
is a JDBC-based FileSystem
implementation for Jackrabbit that persists file system entries in a
DB2 database.
- DB2FileSystem() - Constructor for class org.apache.jackrabbit.core.fs.db.DB2FileSystem
-
Creates a new DB2FileSystem
instance.
- DbBlobStore() - Constructor for class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager.DbBlobStore
-
- DbFileSystem - Class in org.apache.jackrabbit.core.fs.db
-
DbFileSystem
is a generic JDBC-based FileSystem
implementation for Jackrabbit that persists file system entries in a
database table.
- DbFileSystem() - Constructor for class org.apache.jackrabbit.core.fs.db.DbFileSystem
-
- DbNameIndex - Class in org.apache.jackrabbit.core.persistence.pool
-
Implements a
StringIndex
that stores and retrieves the names from a
table in a database.
- DbNameIndex(ConnectionHelper, String) - Constructor for class org.apache.jackrabbit.core.persistence.pool.DbNameIndex
-
Creates a new index that is stored in a db.
- DECIMAL - Static variable in class org.apache.jackrabbit.core.persistence.util.BundleDumper
-
- DecimalField - Class in org.apache.jackrabbit.core.query.lucene
-
The DecimalField
class is a utility to convert
java.math.BigDecimal
values to String
values that are lexicographically sortable according to the decimal value.
- DecimalField() - Constructor for class org.apache.jackrabbit.core.query.lucene.DecimalField
-
- decimalToString(BigDecimal) - Static method in class org.apache.jackrabbit.core.query.lucene.DecimalField
-
Convert a BigDecimal to a String.
- DEFAULT_ALGORITHM - Static variable in class org.apache.jackrabbit.core.security.user.PasswordUtility
-
- DEFAULT_ANALYZER - Static variable in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Default analyzer to parse source doc with.
- DEFAULT_BOOST - Static variable in interface org.apache.jackrabbit.core.query.lucene.IndexingConfiguration
-
The default boost: 1.0f.
- DEFAULT_BOOST - Static variable in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Boost terms in query based on score.
- DEFAULT_BOOST - Static variable in class org.apache.jackrabbit.core.query.lucene.NodeIndexer
-
The default boost for a lucene field: 1.0f.
- DEFAULT_DIGEST - Static variable in interface org.apache.jackrabbit.core.security.SecurityConstants
-
To be used for the encryption.
- DEFAULT_ENCODING - Static variable in class org.apache.jackrabbit.core.persistence.xml.XMLPersistenceManager
-
Deprecated.
The default encoding used in serialization
- DEFAULT_EXTRACTOR_BACK_LOG - Static variable in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- DEFAULT_EXTRACTOR_POOL_SIZE - Static variable in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- DEFAULT_EXTRACTOR_TIMEOUT - Static variable in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
The default timeout in milliseconds which is granted to the text
extraction process until fulltext indexing is deferred to a background
thread.
- DEFAULT_FIELD_NAMES - Static variable in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Default field names.
- DEFAULT_INSTANCE_FILE_NAME - Static variable in class org.apache.jackrabbit.core.journal.FileJournal
-
Default instance revision file name.
- DEFAULT_ITERATIONS - Static variable in class org.apache.jackrabbit.core.security.user.PasswordUtility
-
- DEFAULT_MAX_FIELD_LENGTH - Static variable in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- DEFAULT_MAX_MEM - Static variable in class org.apache.jackrabbit.core.state.MLRUItemStateCache
-
default maximum memory to use
- DEFAULT_MAX_MERGE_DOCS - Static variable in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- DEFAULT_MAX_NUM_TOKENS_PARSED - Static variable in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Default maximum number of tokens to parse in each example doc field that is not stored with TermVector support.
- DEFAULT_MAX_QUERY_TERMS - Static variable in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Return a Query with no more than this many terms.
- DEFAULT_MAX_WORD_LENGTH - Static variable in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Ignore words greater than this length or if 0 then this has no effect.
- DEFAULT_MAXFRAGMENTS - Static variable in class org.apache.jackrabbit.core.query.lucene.DefaultHighlighter
-
A default value of 3
- DEFAULT_MERGE_FACTOR - Static variable in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- DEFAULT_MIN_DOC_FREQ - Static variable in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Ignore words which do not occur in at least this many docs.
- DEFAULT_MIN_MERGE_DOCS - Static variable in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- DEFAULT_MIN_TERM_FREQ - Static variable in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Ignore terms with less than this frequency in the source doc.
- DEFAULT_MIN_WORD_LENGTH - Static variable in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Ignore words less than this length or if 0 then this has no effect.
- DEFAULT_QUERY_HANDLER - Static variable in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Name of the default search index implementation class.
- DEFAULT_SALT_SIZE - Static variable in class org.apache.jackrabbit.core.security.user.PasswordUtility
-
- DEFAULT_SELECTOR_NAME - Static variable in class org.apache.jackrabbit.core.query.lucene.QueryImpl
-
The default selector name 's'.
- DEFAULT_STOP_DELAY - Static variable in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Default stop delay, in milliseconds or -1 if the default is derived
from the sync delay.
- DEFAULT_STOP_WORDS - Static variable in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Default set of stopwords.
- DEFAULT_SURROUND - Static variable in class org.apache.jackrabbit.core.query.lucene.DefaultHighlighter
-
A default value of 75
- DEFAULT_SYNC_DELAY - Static variable in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Default synchronization delay, in milliseconds.
- DEFAULT_TABLESPACE_CLAUSE - Static variable in class org.apache.jackrabbit.core.fs.db.OracleFileSystem
-
- DEFAULT_TABLESPACE_CLAUSE - Static variable in class org.apache.jackrabbit.core.journal.OracleDatabaseJournal
-
- DEFAULT_TABLESPACE_CLAUSE - Static variable in class org.apache.jackrabbit.core.persistence.pool.OraclePersistenceManager
-
- DEFAULT_TERM_INFOS_INDEX_DIVISOR - Static variable in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- DEFAULT_UPPER_LIMIT - Static variable in class org.apache.jackrabbit.core.CachingHierarchyManager
-
Default upper limit of cached states
- DEFAULT_USERID - Static variable in class org.apache.jackrabbit.core.NodeTypeInstanceHandler
-
Default user id in the case where the creating user cannot be determined.
- DEFAULT_WORKSPACE_ATTRIBUTE - Static variable in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Name of the default workspace configuration attribute.
- DefaultAccessManager - Class in org.apache.jackrabbit.core.security
-
The DefaultAccessManager
controls access by evaluating access
control policies for the Subject
attached to the
Session
this manager has been built for.
- DefaultAccessManager() - Constructor for class org.apache.jackrabbit.core.security.DefaultAccessManager
-
- DefaultClusterOperation - Class in org.apache.jackrabbit.core.cluster
-
Default cluster operation implementation.
- DefaultClusterOperation(ClusterNode, ClusterRecord) - Constructor for class org.apache.jackrabbit.core.cluster.DefaultClusterOperation
-
Create an instance of this class.
- DefaultHighlighter - Class in org.apache.jackrabbit.core.query.lucene
-
This is an adapted version of the
FulltextHighlighter
posted in
issue:
LUCENE-644.
- DefaultHighlighter() - Constructor for class org.apache.jackrabbit.core.query.lucene.DefaultHighlighter
-
- DefaultHTMLExcerpt - Class in org.apache.jackrabbit.core.query.lucene
-
DefaultHTMLExcerpt
creates a HTML excerpt with the following
format:
- DefaultHTMLExcerpt() - Constructor for class org.apache.jackrabbit.core.query.lucene.DefaultHTMLExcerpt
-
- DefaultISMLocking - Class in org.apache.jackrabbit.core.state
-
Default item state locking strategy.
- DefaultISMLocking() - Constructor for class org.apache.jackrabbit.core.state.DefaultISMLocking
-
- DefaultLoginModule - Class in org.apache.jackrabbit.core.security.authentication
-
The DefaultLoginModule
authenticates Credentials related to
a User
of the Repository
In any other case it is marked to be ignored.
- DefaultLoginModule() - Constructor for class org.apache.jackrabbit.core.security.authentication.DefaultLoginModule
-
- DEFAULTPRIMARYTYPE_ATTRIBUTE - Static variable in interface org.apache.jackrabbit.core.nodetype.xml.Constants
-
Name of the default primary type attribute.
- DefaultPrincipalProvider - Class in org.apache.jackrabbit.core.security.principal
-
Provides principals for the users contained within the Repository.
- DefaultPrincipalProvider(Session, UserManagerImpl) - Constructor for class org.apache.jackrabbit.core.security.principal.DefaultPrincipalProvider
-
Creates a new DefaultPrincipalProvider reading the principals from the
storage below the given security root node.
- DefaultProtectedItemImporter - Class in org.apache.jackrabbit.core.xml
-
DefaultProtectedItemImporter
...
- DefaultProtectedItemImporter() - Constructor for class org.apache.jackrabbit.core.xml.DefaultProtectedItemImporter
-
- DefaultProtectedNodeImporter - Class in org.apache.jackrabbit.core.xml
-
Default implementation that isn't able to handle any protected nodes.
- DefaultProtectedNodeImporter() - Constructor for class org.apache.jackrabbit.core.xml.DefaultProtectedNodeImporter
-
- DefaultProtectedPropertyImporter - Class in org.apache.jackrabbit.core.xml
-
Default implementation that isn't able to handle any protected properties.
- DefaultProtectedPropertyImporter() - Constructor for class org.apache.jackrabbit.core.xml.DefaultProtectedPropertyImporter
-
- DefaultQueryHits - Class in org.apache.jackrabbit.core.query.lucene
-
- DefaultQueryHits(Collection<ScoreNode>) - Constructor for class org.apache.jackrabbit.core.query.lucene.DefaultQueryHits
-
Creates a new DefaultQueryHits
instance based on the passed
scoreNodes
.
- DefaultRecordProducer - Class in org.apache.jackrabbit.core.journal
-
Produces new records that can be appended to the journal.
- DefaultRecordProducer(AbstractJournal, String) - Constructor for class org.apache.jackrabbit.core.journal.DefaultRecordProducer
-
Create a new instance of this class.
- DefaultRedoLogFactory - Class in org.apache.jackrabbit.core.query.lucene
-
DefaultRedoLogFactory
...
- DefaultRedoLogFactory() - Constructor for class org.apache.jackrabbit.core.query.lucene.DefaultRedoLogFactory
-
- DefaultSecurityManager - Class in org.apache.jackrabbit.core
-
The security manager acts as central managing class for all security related
operations on a low-level non-protected level.
- DefaultSecurityManager() - Constructor for class org.apache.jackrabbit.core.DefaultSecurityManager
-
- DEFAULTVALUE_ELEMENT - Static variable in interface org.apache.jackrabbit.core.nodetype.xml.Constants
-
Name of the default value element.
- DEFAULTVALUES_ELEMENT - Static variable in interface org.apache.jackrabbit.core.nodetype.xml.Constants
-
Name of the default values element.
- DefaultXMLExcerpt - Class in org.apache.jackrabbit.core.query.lucene
-
DefaultXMLExcerpt
creates an XML excerpt of a matching node.
- DefaultXMLExcerpt() - Constructor for class org.apache.jackrabbit.core.query.lucene.DefaultXMLExcerpt
-
- delayIfEventQueueOverloaded() - Method in class org.apache.jackrabbit.core.observation.ObservationDispatcher
-
Checks if the observation event queue contains more than the
configured
maximum number of events
,
and delays the current thread in such cases.
- DelegatingObservationDispatcher - Class in org.apache.jackrabbit.core.observation
-
This Class implements an observation dispatcher, that delegates events to
a set of underlying dispatchers.
- DelegatingObservationDispatcher() - Constructor for class org.apache.jackrabbit.core.observation.DelegatingObservationDispatcher
-
- delete(String) - Method in interface org.apache.jackrabbit.core.query.lucene.directory.DirectoryManager
-
Deletes the directory with the given name.
- delete(String) - Method in class org.apache.jackrabbit.core.query.lucene.directory.FSDirectoryManager
-
Deletes the directory with the given name.
- delete(String) - Method in class org.apache.jackrabbit.core.query.lucene.directory.RAMDirectoryManager
-
Deletes the directory with the given name.
- deleteBinaryResource() - Method in class org.apache.jackrabbit.core.value.InternalValue
-
Delete persistent binary objects.
- deleted(ItemState) - Method in class org.apache.jackrabbit.core.state.ChangeLog
-
A state has been deleted.
- deleted(ItemId) - Method in class org.apache.jackrabbit.core.state.ChangeLog
-
Return a flag indicating whether a given item state is marked as
deleted in this log.
- deletedStates() - Method in class org.apache.jackrabbit.core.state.ChangeLog
-
Return the deleted states in this change log.
- deleteFile(String) - Method in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
- deleteFile(String) - Method in class org.apache.jackrabbit.core.fs.mem.MemoryFileSystem
-
- deleteFileSQL - Variable in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- deleteFolder(String) - Method in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
- deleteFolder(String) - Method in class org.apache.jackrabbit.core.fs.mem.MemoryFileSystem
-
- deleteFolderSQL - Variable in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- deleteNode(NodeId) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Removes the node with id
from the search index.
- deleteNode(NodeId) - Method in interface org.apache.jackrabbit.core.query.QueryHandler
-
Deletes the Node with id
from the search index.
- deleteWorkspace(String) - Method in class org.apache.jackrabbit.core.WorkspaceImpl
- denotesNode() - Method in interface org.apache.jackrabbit.core.id.ItemId
-
Checks whether this identifier denotes a node item.
- denotesNode() - Method in class org.apache.jackrabbit.core.id.NodeId
-
Returns true
to indicate that this is a node identifier.
- denotesNode() - Method in class org.apache.jackrabbit.core.id.PropertyId
-
Returns false
as this class represents a property
identifier, not a node identifier.
- DERBY_EMBEDDED_DRIVER - Static variable in class org.apache.jackrabbit.core.persistence.pool.DerbyPersistenceManager
-
name of the embedded driver
- DerbyFileSystem - Class in org.apache.jackrabbit.core.fs.db
-
DerbyFileSystem
is a JDBC-based FileSystem
implementation for Jackrabbit that persists file system entries in an
embedded Derby database.
- DerbyFileSystem() - Constructor for class org.apache.jackrabbit.core.fs.db.DerbyFileSystem
-
Creates a new DerbyFileSystem
instance.
- DerbyPersistenceManager - Class in org.apache.jackrabbit.core.persistence.db
-
- DerbyPersistenceManager() - Constructor for class org.apache.jackrabbit.core.persistence.db.DerbyPersistenceManager
-
Deprecated.
Creates a new SimpleDbPersistenceManager
instance.
- DerbyPersistenceManager - Class in org.apache.jackrabbit.core.persistence.pool
-
- DerbyPersistenceManager() - Constructor for class org.apache.jackrabbit.core.persistence.pool.DerbyPersistenceManager
-
- DescendantNodeConstraint - Class in org.apache.jackrabbit.core.query.lucene.constraint
-
DescendantNodeConstraint
implements a descendant node
constraint.
- DescendantNodeConstraint(DescendantNodeImpl, SelectorImpl) - Constructor for class org.apache.jackrabbit.core.query.lucene.constraint.DescendantNodeConstraint
-
Creates a new descendant node constraint from the given QOM constraint.
- DescendantNodeJoin - Class in org.apache.jackrabbit.core.query.lucene.join
-
DescendantNodeJoin
implements a descendant node join condition.
- DescendantNodeJoin(MultiColumnQueryHits, Name, IndexReader, HierarchyResolver) - Constructor for class org.apache.jackrabbit.core.query.lucene.join.DescendantNodeJoin
-
Creates a new descendant node join condition.
- DescendantPathNodeJoin - Class in org.apache.jackrabbit.core.query.lucene.join
-
DescendantPathNodeJoin
implements a descendant path node join
condition.
- DescendantPathNodeJoin(MultiColumnQueryHits, Name, Path, HierarchyManager) - Constructor for class org.apache.jackrabbit.core.query.lucene.join.DescendantPathNodeJoin
-
Creates a new descendant path node join condition.
- describeParams() - Method in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Describe the parameters that control how the "more like this" query is formed.
- DescriptorValue(Value) - Constructor for class org.apache.jackrabbit.core.RepositoryImpl.DescriptorValue
-
- DescriptorValue(Value[]) - Constructor for class org.apache.jackrabbit.core.RepositoryImpl.DescriptorValue
-
- deserialize(Record) - Method in class org.apache.jackrabbit.core.cluster.ClusterRecordDeserializer
-
Deserialize a cluster record.
- deserialize(NodeState, InputStream) - Static method in class org.apache.jackrabbit.core.persistence.util.Serializer
-
Deserializes a NodeState
object from the given binary
stream
.
- deserialize(PropertyState, InputStream, BLOBStore) - Static method in class org.apache.jackrabbit.core.persistence.util.Serializer
-
Deserializes a PropertyState
object from the given binary
stream
.
- deserialize(NodeReferences, InputStream) - Static method in class org.apache.jackrabbit.core.persistence.util.Serializer
-
Deserializes a NodeReferences
object from the given
binary stream
.
- destroy(ItemState) - Method in class org.apache.jackrabbit.core.BatchedItemOperations
-
Destroy an item state.
- destroy(NodeState) - Method in class org.apache.jackrabbit.core.persistence.AbstractPersistenceManager
-
Deprecated.
Destroy a node state.
- destroy(PropertyState) - Method in class org.apache.jackrabbit.core.persistence.AbstractPersistenceManager
-
Deprecated.
Destroy a property state.
- destroy(NodeReferences) - Method in class org.apache.jackrabbit.core.persistence.AbstractPersistenceManager
-
Deprecated.
Destroy a node references object.
- destroy(NodeReferences) - Method in class org.apache.jackrabbit.core.persistence.bundle.AbstractBundlePersistenceManager
-
Deletes the node references from the underlying system.
- destroy(NodeReferences) - Method in class org.apache.jackrabbit.core.persistence.bundle.BundleFsPersistenceManager
-
Deletes the node references from the underlying system.
- destroy(NodeState) - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
Destroy a node state.
- destroy(PropertyState) - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
Destroy a property state.
- destroy(NodeReferences) - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
Destroy a node references object.
- destroy(NodeReferences) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager
-
Deletes the node references from the underlying system.
- destroy(NodeState) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
-
Deprecated.
Destroy a node state.
- destroy(PropertyState) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
-
Deprecated.
Destroy a property state.
- destroy(NodeReferences) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
-
Deprecated.
Destroy a node references object.
- destroy(NodeState) - Method in class org.apache.jackrabbit.core.persistence.obj.ObjectPersistenceManager
-
Deprecated.
Destroy a node state.
- destroy(PropertyState) - Method in class org.apache.jackrabbit.core.persistence.obj.ObjectPersistenceManager
-
Deprecated.
Destroy a property state.
- destroy(NodeReferences) - Method in class org.apache.jackrabbit.core.persistence.obj.ObjectPersistenceManager
-
Deprecated.
Destroy a node references object.
- destroy(NodeReferences) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Deletes the node references from the underlying system.
- destroy(NodeState) - Method in class org.apache.jackrabbit.core.persistence.xml.XMLPersistenceManager
-
Deprecated.
Destroy a node state.
- destroy(PropertyState) - Method in class org.apache.jackrabbit.core.persistence.xml.XMLPersistenceManager
-
Deprecated.
Destroy a property state.
- destroy(NodeReferences) - Method in class org.apache.jackrabbit.core.persistence.xml.XMLPersistenceManager
-
Deprecated.
Destroy a node references object.
- destroy() - Method in class org.apache.jackrabbit.core.query.QueryHandlerContext
-
Destroys this context and releases resources.
- destroy(ItemState) - Method in class org.apache.jackrabbit.core.state.LocalItemStateManager
-
Destroy an item state.
- destroy(ItemState) - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
Destroy an item state.
- destroy(ItemState) - Method in interface org.apache.jackrabbit.core.state.UpdatableItemStateManager
-
Destroy an item state.
- destroyBundle(NodePropBundle) - Method in class org.apache.jackrabbit.core.persistence.bundle.AbstractBundlePersistenceManager
-
Deletes the bundle from the underlying system.
- destroyBundle(NodePropBundle) - Method in class org.apache.jackrabbit.core.persistence.bundle.BundleFsPersistenceManager
-
Deletes the bundle from the underlying system.
- destroyBundle(NodePropBundle) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager
-
Deletes the bundle from the underlying system.
- destroyBundle(NodePropBundle) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Deletes the bundle from the underlying system.
- diff(int, int) - Static method in class org.apache.jackrabbit.core.security.authorization.Permission
-
Returns those bits from permissions
that are not present in
the otherPermissions
, i.e.
- diff(PrivilegeBits) - Method in class org.apache.jackrabbit.core.security.authorization.PrivilegeBits
-
Subtracts the other PrivilegeBits from the this.
If the specified bits do not intersect with this, it isn't modified.
If
this
is included in
other
empty
privilege bits is returned.
- differentXAEnv(LockInfo) - Method in class org.apache.jackrabbit.core.lock.XALockManager
-
Return a flag indicating whether a lock info belongs to a different
XA environment.
- DirectoryManager - Interface in org.apache.jackrabbit.core.query.lucene.directory
-
DirectoryManager
defines an interface for managing directory
instances used by the search index.
- disable(String) - Method in class org.apache.jackrabbit.core.security.user.UserImpl
-
- DISABLE_CLUSTER_SYNC_ON_REFRESH - Static variable in class org.apache.jackrabbit.core.SessionImpl
-
Name of the session attribute that controls whether the
SessionImpl.refresh(boolean)
method will cause the repository to
synchronize itself to changes in other cluster nodes.
- disableAutoSync() - Method in class org.apache.jackrabbit.core.cluster.ClusterNode
-
Disable periodic background synchronization.
- disableCheckForReferencesInContentException - Static variable in class org.apache.jackrabbit.core.nodetype.NodeTypeRegistry
-
- discard() - Method in class org.apache.jackrabbit.core.state.ItemState
-
Discards this instance, i.e.
- discard() - Method in class org.apache.jackrabbit.core.value.InternalValue
-
- discardAll() - Method in class org.apache.jackrabbit.core.virtual.AbstractVISProvider
-
Discards all virtual item states and prepares for the root state
to be recreated when next accessed.
- disconnect() - Method in class org.apache.jackrabbit.core.state.ChangeLog
-
Disconnect all states in the change log from their overlaid
states.
- disconnect() - Method in class org.apache.jackrabbit.core.state.ItemState
-
Disconnect this state from the underlying overlayed state.
- disconnectTransientItemState(ItemState) - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
Disconnect a transient item state from its underlying persistent state.
- dispatch(List<EventState>, SessionImpl, Path, String) - Method in class org.apache.jackrabbit.core.observation.DelegatingObservationDispatcher
-
Dispatchers a list of events to all registered dispatchers.
- dispatch() - Method in class org.apache.jackrabbit.core.observation.EventStateCollection
-
- dispose() - Method in class org.apache.jackrabbit.core.cache.AbstractCache
- dispose(String) - Method in class org.apache.jackrabbit.core.DefaultSecurityManager
-
- dispose() - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeManagerImpl
-
Disposes this node type manager.
- dispose() - Method in class org.apache.jackrabbit.core.observation.ObservationDispatcher
-
Disposes this ObservationManager
.
- dispose() - Method in class org.apache.jackrabbit.core.observation.ObservationManagerImpl
-
Unregisters all EventListeners.
- dispose() - Method in interface org.apache.jackrabbit.core.query.lucene.directory.DirectoryManager
-
Frees resources associated with this directory manager.
- dispose() - Method in class org.apache.jackrabbit.core.query.lucene.directory.FSDirectoryManager
-
Frees resources associated with this directory manager.
- dispose() - Method in class org.apache.jackrabbit.core.query.lucene.directory.RAMDirectoryManager
-
Frees resources associated with this directory manager.
- dispose() - Method in class org.apache.jackrabbit.core.query.lucene.LazyTextExtractorField
-
Releases all resources associated with this field.
- dispose() - Method in class org.apache.jackrabbit.core.security.authorization.PrivilegeManagerImpl
-
Disposes this privilege manager
- dispose(String) - Method in interface org.apache.jackrabbit.core.security.JackrabbitSecurityManager
-
Disposes those parts of this security manager that are related to the
workspace indicated by the given workspaceName
.
- dispose(String) - Method in class org.apache.jackrabbit.core.security.simple.SimpleSecurityManager
-
- dispose() - Method in interface org.apache.jackrabbit.core.state.ItemStateCache
-
Informs the cache that it is no longer in use.
- dispose() - Method in class org.apache.jackrabbit.core.state.ItemStateReferenceCache
-
Informs the cache that it is no longer in use.
- dispose() - Method in class org.apache.jackrabbit.core.state.LocalItemStateManager
-
Disposes this UpdatableItemStateManager
and frees resources.
- dispose() - Method in class org.apache.jackrabbit.core.state.MLRUItemStateCache
-
Informs the cache that it is no longer in use.
- dispose() - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
Disposes this UpdatableItemStateManager
and frees resources.
- dispose() - Method in class org.apache.jackrabbit.core.state.SharedItemStateManager
-
Disposes this SharedItemStateManager
and frees resources.
- dispose() - Method in interface org.apache.jackrabbit.core.state.UpdatableItemStateManager
-
Disposes this UpdatableItemStateManager
and frees resources.
- dispose(String) - Method in class org.apache.jackrabbit.core.UserPerWorkspaceSecurityManager
-
- dispose() - Method in class org.apache.jackrabbit.core.value.RefCountingBLOBFileValue
-
Discards the underlying value if the reference count drops to zero.
- dispose() - Method in class org.apache.jackrabbit.core.xml.PropInfo
-
Disposes all values contained in this property.
- dispose() - Method in interface org.apache.jackrabbit.core.xml.TextValue
-
Dispose this value, i.e.
- disposeAllTransientItemStates() - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
Disposes all transient item states in the cache and in the attic.
- disposeCache(Cache) - Method in interface org.apache.jackrabbit.core.cache.CacheAccessListener
-
Called after the cache is no longer used.
- disposeCache(Cache) - Method in class org.apache.jackrabbit.core.cache.CacheManager
-
- disposeCache(Cache) - Method in class org.apache.jackrabbit.core.persistence.bundle.AbstractBundlePersistenceManager
-
- disposeDocument(Document) - Static method in class org.apache.jackrabbit.core.query.lucene.Util
-
Disposes the document old
.
- disposeTransientItemState(ItemState) - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
Disposes the specified transient item state instance, i.e.
- disposeTransientItemStateInAttic(ItemState) - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
Disposes the specified transient item state instance in the attic, i.e.
- docFreq(Term) - Method in class org.apache.jackrabbit.core.query.lucene.JackrabbitIndexSearcher
-
- docID() - Method in class org.apache.jackrabbit.core.query.lucene.QueryHitsQuery.QueryHitsQueryScorer
-
- doClose() - Method in class org.apache.jackrabbit.core.query.lucene.CachingMultiIndexReader
- doClose() - Method in class org.apache.jackrabbit.core.query.lucene.JackrabbitIndexReader
-
- doClose() - Method in class org.apache.jackrabbit.core.query.lucene.RefCountingIndexReader
-
- docOrder - Variable in class org.apache.jackrabbit.core.query.lucene.QueryResultImpl
-
If true
nodes are returned in document order.
- doCreateGroup(NodeImpl) - Method in class org.apache.jackrabbit.core.security.user.UserManagerImpl
-
Build the group object from the given group node.
- doCreateToken(Credentials) - Static method in class org.apache.jackrabbit.core.security.authentication.token.TokenBasedAuthentication
-
Returns true
if the specified credentials
should be used to create a new login token.
- doCreateUser(NodeImpl) - Method in class org.apache.jackrabbit.core.security.user.UserManagerImpl
-
Build the user object from the given user node.
- documentDeleted(Term) - Method in interface org.apache.jackrabbit.core.query.lucene.IndexListener
-
Informs this listener, that the document with id
has been
deleted.
- doDispose() - Method in class org.apache.jackrabbit.core.RepositoryImpl.WorkspaceInfo
-
Does the actual disposal.
- doExternalUpdate(ChangeLog) - Method in class org.apache.jackrabbit.core.state.SharedItemStateManager
-
Perform the external update.
- doHighlight(TermPositionVector, Set<Term[]>, String, String, String, String, String, String, String, int, int) - Method in class org.apache.jackrabbit.core.query.lucene.DefaultHighlighter
-
- doInit() - Method in class org.apache.jackrabbit.core.query.AbstractQueryHandler
-
- doInit() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Initializes this QueryHandler
.
- doInit(CallbackHandler, Session, Map) - Method in class org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
-
Implementations may set-up their own state.
- doInit(CallbackHandler, Session, Map) - Method in class org.apache.jackrabbit.core.security.authentication.DefaultLoginModule
-
Retrieves the user manager from the specified session.
- doInit(CallbackHandler, Session, Map) - Method in class org.apache.jackrabbit.core.security.simple.SimpleLoginModule
-
- doInitialize() - Method in class org.apache.jackrabbit.core.RepositoryImpl.WorkspaceInfo
-
Does the actual initialization work.
- doLock() - Method in class org.apache.jackrabbit.core.journal.AbstractJournal
-
Lock the journal revision.
- doLock() - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
Lock the journal revision.
- doLock() - Method in class org.apache.jackrabbit.core.journal.FileJournal
-
Lock the journal revision.
- doLock() - Method in class org.apache.jackrabbit.core.journal.MemoryJournal
-
Lock the journal revision.
- DOMBuilder - Class in org.apache.jackrabbit.core.util
-
Document builder class.
- DOMBuilder(String) - Constructor for class org.apache.jackrabbit.core.util.DOMBuilder
-
Creates a builder for a new DOM document.
- DOMWalker - Class in org.apache.jackrabbit.core.util
-
Document walker class.
- DOMWalker(InputStream) - Constructor for class org.apache.jackrabbit.core.util.DOMWalker
-
Creates a walker for traversing a DOM document read from the given
input stream.
- doneMerge(Version) - Method in class org.apache.jackrabbit.core.NodeImpl
-
Deprecated.
- doneMerge(String, Version) - Method in class org.apache.jackrabbit.core.VersionManagerImpl
- doNotUseInExcerpt - Variable in class org.apache.jackrabbit.core.query.lucene.NodeIndexer
-
- doPostInitialize() - Method in class org.apache.jackrabbit.core.RepositoryImpl.WorkspaceInfo
-
Initializes the search manager of this workspace info.
- doRead() - Method in class org.apache.jackrabbit.core.cluster.ChangeLogRecord
-
Deserialize this record.
- doRead() - Method in class org.apache.jackrabbit.core.cluster.ClusterRecord
-
Deserialize this record.
- doRead() - Method in class org.apache.jackrabbit.core.cluster.LockRecord
-
Deserialize this record.
- doRead() - Method in class org.apache.jackrabbit.core.cluster.NamespaceRecord
-
Deserialize this record.
- doRead() - Method in class org.apache.jackrabbit.core.cluster.NodeTypeRecord
-
Deserialize this record.
- doRead() - Method in class org.apache.jackrabbit.core.cluster.PrivilegeRecord
-
- doRead() - Method in class org.apache.jackrabbit.core.cluster.WorkspaceRecord
-
- doShutdown() - Method in class org.apache.jackrabbit.core.RepositoryImpl
-
Protected method that performs the actual shutdown after the shutdown
lock has been acquired by the
RepositoryImpl.shutdown()
method.
- doSourced(SessionImpl, InternalVersionManagerImpl.SourcedTarget) - Method in class org.apache.jackrabbit.core.version.InternalVersionManagerImpl.DynamicESCFactory
-
Executes the given runnable using the given event source.
- doSync(long, boolean) - Method in class org.apache.jackrabbit.core.journal.AbstractJournal
-
- doSync(long) - Method in class org.apache.jackrabbit.core.journal.AbstractJournal
-
Synchronize contents from journal.
- doSync(long, boolean) - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
Synchronize contents from journal.
- DOUBLE - Static variable in class org.apache.jackrabbit.core.persistence.util.BundleDumper
-
- doubleCheckErrors() - Method in class org.apache.jackrabbit.core.persistence.bundle.ConsistencyCheckerImpl
-
- doubleCheckErrors() - Method in class org.apache.jackrabbit.core.query.lucene.ConsistencyCheck
-
- DoubleField - Class in org.apache.jackrabbit.core.query.lucene
-
The DoubleField
class is a utility to convert double
values into String
values that are lexicographically ordered
according to the double value.
- doubleToString(double) - Static method in class org.apache.jackrabbit.core.query.lucene.DoubleField
-
- doUnlock(boolean) - Method in class org.apache.jackrabbit.core.journal.AbstractJournal
-
Unlock the journal revision.
- doUnlock(boolean) - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
Unlock the journal revision.
- doUnlock(boolean) - Method in class org.apache.jackrabbit.core.journal.FileJournal
-
Unlock the journal revision.
- doUnlock(boolean) - Method in class org.apache.jackrabbit.core.journal.MemoryJournal
-
Unlock the journal revision.
- doVersionRecovery() - Method in class org.apache.jackrabbit.core.RepositoryImpl.WorkspaceInfo
-
If necessary, recover from a lost version history.
- downgrade() - Method in interface org.apache.jackrabbit.core.state.ISMLocking.WriteLock
-
Downgrades this lock into a read lock.
- downgrade() - Method in class org.apache.jackrabbit.core.version.VersioningLock.WriteLock
-
- doWrite() - Method in class org.apache.jackrabbit.core.cluster.ChangeLogRecord
-
Serialize this record.
- doWrite() - Method in class org.apache.jackrabbit.core.cluster.ClusterRecord
-
Serialize this record.
- doWrite() - Method in class org.apache.jackrabbit.core.cluster.LockRecord
-
Serialize this record.
- doWrite() - Method in class org.apache.jackrabbit.core.cluster.NamespaceRecord
-
Serialize this record.
- doWrite() - Method in class org.apache.jackrabbit.core.cluster.NodeTypeRecord
-
Serialize this record.
- doWrite() - Method in class org.apache.jackrabbit.core.cluster.PrivilegeRecord
-
- doWrite() - Method in class org.apache.jackrabbit.core.cluster.WorkspaceRecord
-
- driver - Variable in class org.apache.jackrabbit.core.fs.db.DbFileSystem
-
the full qualified JDBC driver name
- driver - Variable in class org.apache.jackrabbit.core.persistence.db.SimpleDbPersistenceManager
-
Deprecated.
- driver - Variable in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
the jdbc driver name
- DummyInitialContextFactory - Class in org.apache.jackrabbit.core.jndi.provider
-
DummyInitialContextFactory
...
- DummyInitialContextFactory() - Constructor for class org.apache.jackrabbit.core.jndi.provider.DummyInitialContextFactory
-
- DummyUpdateEventChannel - Class in org.apache.jackrabbit.core.state
-
- DummyUpdateEventChannel() - Constructor for class org.apache.jackrabbit.core.state.DummyUpdateEventChannel
-
- dump(byte[]) - Method in class org.apache.jackrabbit.core.persistence.util.BundleDumper
-
- DynamicESCFactory(DelegatingObservationDispatcher) - Constructor for class org.apache.jackrabbit.core.version.InternalVersionManagerImpl.DynamicESCFactory
-
Creates a new event state collection factory
- DynamicOperand - Class in org.apache.jackrabbit.core.query.lucene.constraint
-
DynamicOperand
is a base class for dynamic operands.
- DynamicOperand() - Constructor for class org.apache.jackrabbit.core.query.lucene.constraint.DynamicOperand
-
- DynamicOperandFieldComparator - Class in org.apache.jackrabbit.core.query.lucene.sort
-
- DynamicOperandFieldComparator(Session, OperandEvaluator, Ordering, int) - Constructor for class org.apache.jackrabbit.core.query.lucene.sort.DynamicOperandFieldComparator
-
- DynamicOperandFieldComparatorSource - Class in org.apache.jackrabbit.core.query.lucene.sort
-
- DynamicOperandFieldComparatorSource(Session, OperandEvaluator, Map<String, Ordering>) - Constructor for class org.apache.jackrabbit.core.query.lucene.sort.DynamicOperandFieldComparatorSource
-
- DynamicPooledExecutor - Class in org.apache.jackrabbit.core.query.lucene
-
DynamicPooledExecutor
implements an executor, which dynamically
adjusts its maximum number of threads according to the number of available
processors returned by
Runtime.availableProcessors()
.
- DynamicPooledExecutor() - Constructor for class org.apache.jackrabbit.core.query.lucene.DynamicPooledExecutor
-
Creates a new DynamicPooledExecutor.
- GarbageCollector - Class in org.apache.jackrabbit.core.gc
-
Garbage collector for DataStore.
- GarbageCollector(RepositoryContext, DataStore, IterablePersistenceManager[], SessionImpl[]) - Constructor for class org.apache.jackrabbit.core.gc.GarbageCollector
-
Create a new garbage collector.
- ge(String, Value) - Method in class org.apache.jackrabbit.core.security.user.XPathQueryBuilder
-
- GE_ENTITY - Static variable in interface org.apache.jackrabbit.core.nodetype.xml.Constants
-
- generatedKeySelectSQL - Variable in class org.apache.jackrabbit.core.persistence.pool.PostgreSQLNameIndex
-
- get(K) - Method in class org.apache.jackrabbit.core.cache.ConcurrentCache
-
Returns the identified cache entry.
- get() - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal.DatabaseRevision
-
- get() - Method in class org.apache.jackrabbit.core.journal.FileRevision
-
Return current counter value.
- get() - Method in interface org.apache.jackrabbit.core.journal.InstanceRevision
-
Return current instance revision.
- get() - Method in class org.apache.jackrabbit.core.journal.MemoryRevision
-
Return current instance revision.
- get(EffectiveNodeTypeCache.Key) - Method in class org.apache.jackrabbit.core.nodetype.BitSetENTCacheImpl
-
Returns the effective node type for the given key or null
if
the desired node type is not cached.
- get(EffectiveNodeTypeCache.Key) - Method in interface org.apache.jackrabbit.core.nodetype.EffectiveNodeTypeCache
-
Returns the effective node type for the given key or null
if
the desired node type is not cached.
- get(EffectiveNodeTypeCache.Key) - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeTypeCacheImpl
-
Returns the effective node type for the given key or null
if
the desired node type is not cached.
- get(Name) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeDefStore
-
- get(String) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager.InMemBLOBStore
-
Retrieves the BLOB data with the specified id as a binary stream.
- get(String) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager.DbBlobStore
-
Retrieves the BLOB data with the specified id as a binary stream.
- get(String) - Method in interface org.apache.jackrabbit.core.persistence.util.BLOBStore
-
Retrieves the BLOB data with the specified id as a binary stream.
- get(String) - Method in class org.apache.jackrabbit.core.persistence.util.FileSystemBLOBStore
-
Retrieves the BLOB data with the specified id as a binary stream.
- get(ItemId) - Method in class org.apache.jackrabbit.core.state.ChangeLog
-
Return an item state given its id.
- getAccessControlEntries() - Method in class org.apache.jackrabbit.core.security.authorization.AbstractACLTemplate
-
- getAccessControlEntries() - Method in class org.apache.jackrabbit.core.security.authorization.UnmodifiableAccessControlList
-
- getAccessControlManager() - Method in class org.apache.jackrabbit.core.SessionImpl
-
- getAccessControlProvider(Session, String) - Method in class org.apache.jackrabbit.core.security.simple.SimpleSecurityManager
-
Always returns null
.
- getAccessControlProviderConfig() - Method in class org.apache.jackrabbit.core.config.WorkspaceSecurityConfig
-
- getAccessCount() - Method in class org.apache.jackrabbit.core.cache.AbstractCache
-
- getAccessCount() - Method in interface org.apache.jackrabbit.core.cache.Cache
-
Get the number of accesses (get or set) until resetAccessCount was called.
- getAccessibleWorkspaceNames() - Method in class org.apache.jackrabbit.core.WorkspaceImpl
-
Returns the names of all workspaces of this repository with respect of the
access rights of this session.
- getAccessManager(Session, AMContext) - Method in class org.apache.jackrabbit.core.DefaultSecurityManager
-
- getAccessManager(Session, AMContext) - Method in interface org.apache.jackrabbit.core.security.JackrabbitSecurityManager
-
Retrieve the AccessManager
for the given session
.
- getAccessManager(Session, AMContext) - Method in class org.apache.jackrabbit.core.security.simple.SimpleSecurityManager
-
- getAccessManager() - Method in class org.apache.jackrabbit.core.session.SessionContext
-
- getAccessManager() - Method in class org.apache.jackrabbit.core.SessionImpl
-
Returns the AccessManager
associated with this session.
- getAccessManagerConfig() - Method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
- getAccessManagerConfig() - Method in class org.apache.jackrabbit.core.config.SecurityConfig
-
Returns the repository access manager configuration.
- getActions() - Method in interface org.apache.jackrabbit.core.query.lucene.RedoLog
-
- getActionType() - Method in class org.apache.jackrabbit.core.cluster.WorkspaceRecord
-
- getActivitiesRoot() - Method in class org.apache.jackrabbit.core.version.InternalVersionManagerImpl
-
returns the activities root node
- getActivitiesRoot() - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
returns the id of the activities root node
- getActivity(NodeId) - Method in interface org.apache.jackrabbit.core.version.InternalVersionManager
-
Returns the activity with the given id
- getActivity() - Method in class org.apache.jackrabbit.core.VersionManagerImpl
- getAddedChildNodeEntries() - Method in class org.apache.jackrabbit.core.state.NodeState
-
Returns a list of child node entries that do not exist in the overlayed
node state but have been added to this node state.
- getAddedPropertyNames() - Method in class org.apache.jackrabbit.core.state.NodeState
-
Returns a set of Name
s denoting those properties that
do not exist in the overlayed node state but have been added to
this node state.
- getAddedShares() - Method in class org.apache.jackrabbit.core.state.NodeState
-
Returns a set of shares that were added.
- getAdminId() - Method in class org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
-
Returns the admin user id.
- getAdminId() - Method in class org.apache.jackrabbit.core.security.authentication.RepositoryCallback
-
- getAdminPermissions() - Method in class org.apache.jackrabbit.core.security.authorization.AbstractAccessControlProvider
-
Returns compiled permissions for the administrator i.e.
- getAggregatedNodeStates(NodeState) - Method in interface org.apache.jackrabbit.core.query.lucene.AggregateRule
-
Returns the node states that are part of the indexing aggregate of the
nodeState
.
- getAggregatedPropertyStates(NodeState) - Method in interface org.apache.jackrabbit.core.query.lucene.AggregateRule
-
Returns the property states that are part of the indexing aggregate of
the nodeState
.
- getAggregateRoot(NodeState) - Method in interface org.apache.jackrabbit.core.query.lucene.AggregateRule
-
Returns root node state for the indexing aggregate where
nodeState
belongs to.
- getAggregateRules() - Method in interface org.apache.jackrabbit.core.query.lucene.IndexingConfiguration
-
Returns the configured indexing aggregate rules or null
if
none exist.
- getAggregateRules() - Method in class org.apache.jackrabbit.core.query.lucene.IndexingConfigurationImpl
-
Returns the configured indexing aggregate rules or null
if
none exist.
- getAlgorithm() - Method in class org.apache.jackrabbit.core.security.authentication.CryptedSimpleCredentials
-
- getAllFrozenNodes() - Method in class org.apache.jackrabbit.core.version.VersionHistoryImpl
-
- getAllItemDefs() - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
- getAllLinearFrozenNodes() - Method in class org.apache.jackrabbit.core.version.VersionHistoryImpl
-
- getAllLinearVersions() - Method in class org.apache.jackrabbit.core.version.VersionHistoryImpl
-
- getAllNodeDefs() - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
- getAllNodeIds(NodeId, int) - Method in class org.apache.jackrabbit.core.persistence.bundle.BundleFsPersistenceManager
-
Get all node ids.
- getAllNodeIds(NodeId, int) - Method in interface org.apache.jackrabbit.core.persistence.IterablePersistenceManager
-
Get all node ids.
- getAllNodeIds(NodeId, int) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager
-
Get all node ids.
- getAllNodeIds(NodeId, int) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Get all node ids.
- getAllNodeInfos(NodeId, int) - Method in class org.apache.jackrabbit.core.persistence.bundle.AbstractBundlePersistenceManager
-
- getAllNodeInfos(NodeId, int) - Method in interface org.apache.jackrabbit.core.persistence.IterablePersistenceManager
-
- getAllNodeInfos(NodeId, int) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
- getAllNodeTypes() - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
- getAllNodeTypes() - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeManagerImpl
- getAllowedLifecycleTransistions() - Method in class org.apache.jackrabbit.core.NodeImpl
-
Returns all allowed transitions from the current lifecycle state of
this node.
- getAllPropDefs() - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
- getAllVersions() - Method in class org.apache.jackrabbit.core.version.VersionHistoryImpl
-
- getAnalyzer() - Method in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Returns an analyzer that will be used to parse source doc with.
- getAnalyzer() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Returns the class name of the default analyzer that is currently in use.
- getAncestor(int) - Method in class org.apache.jackrabbit.core.ItemImpl
- getAndQuery(And, Map<String, NodeType>, JackrabbitIndexSearcher) - Method in class org.apache.jackrabbit.core.query.lucene.LuceneQueryFactory
-
- getAnonymousId() - Method in class org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
-
Returns the anonymous user id.
- getAnonymousId() - Method in class org.apache.jackrabbit.core.security.authentication.RepositoryCallback
-
- getApplicableChildNodeDef(Name, Name, NodeTypeRegistry) - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
Returns the applicable child node definition for a child node with the
specified name and node type.
- getApplicableChildNodeDef(NodeState, Name, Name) - Method in class org.apache.jackrabbit.core.virtual.AbstractVISProvider
-
Retrieves the node definition for the given constraints.
- getApplicableChildNodeDefinition(Name, Name) - Method in class org.apache.jackrabbit.core.NodeImpl
-
Returns the applicable child node definition for a child node with the
specified name and node type.
- getApplicablePolicies(String) - Method in class org.apache.jackrabbit.core.security.AbstractAccessControlManager
-
Returns an empty iterator.
- getApplicablePolicies(Principal) - Method in class org.apache.jackrabbit.core.security.AbstractAccessControlManager
-
- getApplicablePolicies(String) - Method in class org.apache.jackrabbit.core.security.DefaultAccessManager
-
- getApplicablePolicies(Principal) - Method in class org.apache.jackrabbit.core.security.DefaultAccessManager
-
- getApplicablePropertyDef(Name, int, boolean) - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
Returns the applicable property definition for a property with the
specified name, type and multiValued characteristic.
- getApplicablePropertyDef(Name, int) - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
Returns the applicable property definition for a property with the
specified name and type.
- getApplicablePropertyDef(NodeState, Name, int, boolean) - Method in class org.apache.jackrabbit.core.virtual.AbstractVISProvider
-
retrieves the property definition for the given constraints
- getApplicablePropertyDef(EffectiveNodeType) - Method in class org.apache.jackrabbit.core.xml.PropInfo
-
- getApplicablePropertyDefinition(Name, int, boolean, boolean) - Method in class org.apache.jackrabbit.core.NodeImpl
-
Returns the applicable property definition for a property with the
specified name and type.
- getAppName() - Method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
- getAppName() - Method in class org.apache.jackrabbit.core.config.SecurityConfig
-
Returns the repository name.
- getAttic() - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
Return the attic item state provider that holds all items
moved into the attic.
- getAtticAwareHierarchyMgr() - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
Returns an attic-aware hierarchy manager, i.e.
- getAttribute(String) - Method in interface org.apache.jackrabbit.core.cluster.Update
-
Return an attribute of this update operation.
- getAttribute(Element, String) - Method in class org.apache.jackrabbit.core.config.ConfigurationParser
-
Returns the value of the named attribute of the given element.
- getAttribute(Element, String, String) - Method in class org.apache.jackrabbit.core.config.ConfigurationParser
-
Returns the value of the named attribute of the given element.
- getAttribute(String) - Method in class org.apache.jackrabbit.core.security.authentication.CryptedSimpleCredentials
-
- getAttribute(String) - Method in class org.apache.jackrabbit.core.SessionImpl
- getAttribute(String) - Method in class org.apache.jackrabbit.core.util.DOMWalker
-
Returns the value of the named attribute of the current element.
- getAttributeNames() - Method in class org.apache.jackrabbit.core.security.authentication.CryptedSimpleCredentials
-
- getAttributeNames() - Method in class org.apache.jackrabbit.core.SessionImpl
- getAuthContext(Credentials, Subject, String) - Method in class org.apache.jackrabbit.core.DefaultSecurityManager
-
- getAuthContext(Credentials, Subject, Session, PrincipalProviderRegistry, String, String) - Method in class org.apache.jackrabbit.core.security.authentication.AuthContextProvider
-
- getAuthContext(Credentials, Subject, String) - Method in interface org.apache.jackrabbit.core.security.JackrabbitSecurityManager
-
Returns a new AuthContext
for the specified credentials and
subject.
- getAuthContext(Credentials, Subject, String) - Method in class org.apache.jackrabbit.core.security.simple.SimpleSecurityManager
-
Creates an AuthContext for the given
Credentials
and
Subject
.
This includes selection of applicatoin specific LoginModules and
initalization with credentials and Session to System-Workspace
- getAuthContext(Credentials, Subject, String) - Method in class org.apache.jackrabbit.core.UserPerWorkspaceSecurityManager
-
Creates an AuthContext for the given
Credentials
and
Subject
.
This includes selection of application specific LoginModules and
initialization with credentials and Session to System-Workspace
- getAuthContextProvider() - Method in class org.apache.jackrabbit.core.DefaultSecurityManager
-
- getAuthentication(Principal, Credentials) - Method in class org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
-
Retrieve the Authentication
.
- getAuthentication(Principal, Credentials) - Method in class org.apache.jackrabbit.core.security.authentication.DefaultLoginModule
-
- getAuthentication(Principal, Credentials) - Method in class org.apache.jackrabbit.core.security.simple.SimpleLoginModule
-
- getAuthorizable(String) - Method in class org.apache.jackrabbit.core.security.user.UserManagerImpl
-
- getAuthorizable(String, Class<T>) - Method in class org.apache.jackrabbit.core.security.user.UserManagerImpl
-
- getAuthorizable(Principal) - Method in class org.apache.jackrabbit.core.security.user.UserManagerImpl
-
- getAuthorizableActions() - Method in class org.apache.jackrabbit.core.config.UserManagerConfig
-
- getAuthorizableByPath(String) - Method in class org.apache.jackrabbit.core.security.user.UserManagerImpl
-
Always throws UnsupportedRepositoryOperationException
since
this implementation of the user management API does not allow to retrieve
the path of an authorizable.
- getAuthorizableByPath(String) - Method in class org.apache.jackrabbit.core.security.user.UserPerWorkspaceUserManager
-
- getAutoCreatedNodeDefinitions() - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeImpl
-
Returns an array containing only those child node definitions of this
node type (including the child node definitions inherited from supertypes
of this node type) where
ItemDefinition.isAutoCreated()
returns
true
.
- getAutoCreatedPropertyDefinitions() - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeImpl
-
Returns an array containing only those property definitions of this
node type (including the property definitions inherited from supertypes
of this node type) where
ItemDefinition.isAutoCreated()
returns
true
.
- getAutoCreateNodeDefs() - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
- getAutoCreatePropDefs() - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
- getAutoRepair() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getBaseline(NodeId) - Method in interface org.apache.jackrabbit.core.version.InternalVersionManager
-
Returns the baseline with the given id
- getBasename() - Method in class org.apache.jackrabbit.core.journal.FileJournal
-
- getBaseNodeId(EvaluationContext) - Method in class org.apache.jackrabbit.core.query.lucene.constraint.HierarchyConstraint
-
Returns the id of the base node or null
if there is no node
at the base path.
- getBaseVersion() - Method in class org.apache.jackrabbit.core.NodeImpl
-
Deprecated.
- getBaseVersion() - Method in interface org.apache.jackrabbit.core.version.InternalFrozenVersionHistory
-
Returns the base version that was assigned to the node at
the time it was versioned.
- getBaseVersion(NodeStateEx) - Method in class org.apache.jackrabbit.core.version.VersionManagerImplBase
-
Returns the internal base version for the underlying node.
- getBaseVersion(String) - Method in class org.apache.jackrabbit.core.VersionManagerImpl
- getBaseVersionId() - Method in interface org.apache.jackrabbit.core.version.InternalFrozenVersionHistory
-
Returns the id of the base version that was assigned to the node at
the time it was versioned.
- getBaseVersionId(NodeStateEx) - Method in class org.apache.jackrabbit.core.version.VersionManagerImplBase
-
Returns the node id of the base version, retrieved from the node state
- getBaseVersions() - Method in interface org.apache.jackrabbit.core.version.InternalBaseline
-
Returns the recorded base versions of all versionable nodes in the
configuration.
- getBaseVesion() - Method in interface org.apache.jackrabbit.core.version.InternalFrozenVersionHistory
-
- getBinary() - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- getBinary() - Method in class org.apache.jackrabbit.core.value.InternalValue
-
- getBindVariableNames() - Method in class org.apache.jackrabbit.core.query.QueryImpl
- getBindVariableNames() - Method in class org.apache.jackrabbit.core.query.QueryObjectModelImpl
-
- getBits(Privilege...) - Method in class org.apache.jackrabbit.core.security.authorization.PrivilegeManagerImpl
-
- getBits(Name...) - Method in class org.apache.jackrabbit.core.security.authorization.PrivilegeManagerImpl
-
- getBits(Privilege[]) - Static method in class org.apache.jackrabbit.core.security.authorization.PrivilegeRegistry
-
- getBlobFSBlockSize() - Method in class org.apache.jackrabbit.core.persistence.bundle.BundleFsPersistenceManager
-
Returns the configured block size of the blob cqfs
- getBlobId(int) - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle.PropertyEntry
-
Returns the nth blob id.
- getBlobStore() - Method in class org.apache.jackrabbit.core.persistence.bundle.AbstractBundlePersistenceManager
-
Returns the BLOB store used by this persistence manager.
- getBlobStore() - Method in class org.apache.jackrabbit.core.persistence.bundle.BundleFsPersistenceManager
-
Returns the BLOB store used by this persistence manager.
- getBlobStore() - Method in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager
-
Returns the BLOB store used by this persistence manager.
- getBlobStore() - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Returns the BLOB store used by this persistence manager.
- getBlobStore() - Method in class org.apache.jackrabbit.core.persistence.util.BundleBinding
-
Returns the blob store that is associated with this binding.
- getBlockOnConnectionLoss() - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
- getBoolean() - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- getBufferSize() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Returns the current value for the buffer size.
- getBundleCacheSize() - Method in class org.apache.jackrabbit.core.persistence.bundle.AbstractBundlePersistenceManager
-
Returns the size of the bundle cache in megabytes.
- getByteArray() - Method in class org.apache.jackrabbit.core.xml.ClonedInputSource
-
- getCacheInfoAsString() - Method in class org.apache.jackrabbit.core.cache.AbstractCache
-
Gathers the stats of the cache for logging.
- getCacheInfoAsString() - Method in interface org.apache.jackrabbit.core.cache.Cache
-
Gathers the stats of the cache for logging.
- getCacheManager() - Method in class org.apache.jackrabbit.core.RepositoryImpl
-
Get the cache manager of this repository, useful
for setting its memory parameters.
- getCacheSize() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getChangeLog() - Method in class org.apache.jackrabbit.core.state.XAItemStateManager
-
Returns the current change log.
- getChanges() - Method in class org.apache.jackrabbit.core.cluster.ChangeLogRecord
-
Return the changes.
- getChanges() - Method in interface org.apache.jackrabbit.core.cluster.Update
-
Return the local changes of this update operation.
- getChanges() - Method in class org.apache.jackrabbit.core.state.LocalItemStateManager
-
Returns the change log that contains the current changes in this local
item state manager.
- getChanges() - Method in class org.apache.jackrabbit.core.state.XAItemStateManager
-
- getChangeSet() - Method in interface org.apache.jackrabbit.core.version.InternalActivity
-
Returns the changeset of this activity.
- getCharacterArray() - Method in class org.apache.jackrabbit.core.xml.ClonedInputSource
-
- getChildId() - Method in class org.apache.jackrabbit.core.observation.EventImpl
-
Returns the id of a child node operation.
- getChildId() - Method in class org.apache.jackrabbit.core.observation.EventState
-
Returns the Id of a child node operation.
- getChildNodeDefinitions() - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeImpl
- getChildNodeEntries() - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle
-
Returns the list of the child node entries.
- getChildNodeEntries() - Method in class org.apache.jackrabbit.core.state.NodeState
-
Returns a list of ChildNodeEntry
objects denoting the
child nodes of this node.
- getChildNodeEntries(Name) - Method in class org.apache.jackrabbit.core.state.NodeState
-
Returns a list of ChildNodeEntry
s with the specified name.
- getChildNodeEntry(NodeState, NodeId) - Method in class org.apache.jackrabbit.core.HierarchyManagerImpl
-
Returns the ChildNodeEntry
of parent
with the
specified uuid
or null
if there's no such entry.
- getChildNodeEntry(NodeState, Name, int) - Method in class org.apache.jackrabbit.core.HierarchyManagerImpl
-
Returns the ChildNodeEntry
of parent
with the
specified name
and index
or null
if there's no such entry.
- getChildNodeEntry(Name, int) - Method in class org.apache.jackrabbit.core.state.NodeState
-
Returns the ChildNodeEntry
with the specified name and index
or null
if there's no matching entry.
- getChildNodeEntry(NodeId) - Method in class org.apache.jackrabbit.core.state.NodeState
-
Returns the ChildNodeEntry
with the specified NodeId
or
null
if there's no matching entry.
- getChildNodeEntry(NodeState, Name, int) - Method in class org.apache.jackrabbit.core.ZombieHierarchyManager
-
Returns the ChildNodeEntry
of parent
with the
specified name
and index
or null
if there's no such entry.
- getChildNodeEntry(NodeState, NodeId) - Method in class org.apache.jackrabbit.core.ZombieHierarchyManager
-
Returns the ChildNodeEntry
of parent
with the
specified uuid
or null
if there's no such entry.
- getChildNodes() - Method in class org.apache.jackrabbit.core.version.NodeStateEx
-
returns all child nodes
- getChildRelPath() - Method in class org.apache.jackrabbit.core.observation.EventState
-
Returns the relative
Path
of the child
Item
associated with this event.
- getChildren() - Method in class org.apache.jackrabbit.core.persistence.util.NodeInfo
-
- getClassLoader() - Method in class org.apache.jackrabbit.core.config.BeanConfig
-
- getClassName() - Method in class org.apache.jackrabbit.core.config.BeanConfig
-
Returns the class name of the configured bean.
- getClusterConfig() - Method in interface org.apache.jackrabbit.core.cluster.ClusterContext
-
Return the cluster configuration.
- getClusterConfig() - Method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
Returns the cluster configuration.
- getClusterNode() - Method in class org.apache.jackrabbit.core.query.QueryHandlerContext
-
Returns the cluster node instance of this repository, or
null
if clustering is not enabled.
- getClusterNode() - Method in class org.apache.jackrabbit.core.RepositoryContext
-
Returns the cluster node instance of this repository, or
null
if clustering is not enabled.
- getCollection() - Method in class org.apache.jackrabbit.core.cluster.NodeTypeRecord
-
Return the collection of node type definitions or node type names.
- getColumnNames() - Method in class org.apache.jackrabbit.core.query.lucene.join.SimpleQueryResult
-
Returns the column names of this query.
- getColumnNames() - Method in class org.apache.jackrabbit.core.query.lucene.QueryResultImpl
- getColumns() - Method in class org.apache.jackrabbit.core.query.lucene.QueryImpl
-
Returns the columns for this query.
- getColumns() - Method in class org.apache.jackrabbit.core.query.QueryObjectModelImpl
-
Gets the columns for this query.
- getCommonPath(List<EventState>, SessionImpl) - Static method in class org.apache.jackrabbit.core.observation.EventState
-
Get the longest common path of all event state paths.
- getCommonPath() - Method in class org.apache.jackrabbit.core.observation.EventStateCollection
-
Get the longest common path of all event state paths.
- getComparable(InternalValue) - Static method in class org.apache.jackrabbit.core.query.lucene.Util
-
Returns a comparable for the internal value
.
- getComparable(Value) - Static method in class org.apache.jackrabbit.core.query.lucene.Util
-
Returns a comparable for the internal value
.
- getComparisonQuery(DynamicOperand, int, String, StaticOperand, Map<String, NodeType>) - Method in class org.apache.jackrabbit.core.query.lucene.LuceneQueryFactory
-
- getConcurrentThreadSize() - Method in class org.apache.jackrabbit.core.gc.GarbageCollector
-
- getConfig() - Method in class org.apache.jackrabbit.core.DefaultSecurityManager
-
- getConfig() - Method in class org.apache.jackrabbit.core.RepositoryImpl
-
Returns the configuration of this repository.
- getConfig() - Method in class org.apache.jackrabbit.core.RepositoryImpl.WorkspaceInfo
-
Returns the workspace configuration.
- getConfig() - Method in class org.apache.jackrabbit.core.WorkspaceImpl
-
Returns the configuration of this workspace.
- getConfigurationId() - Method in interface org.apache.jackrabbit.core.version.InternalBaseline
-
Returns the id of the nt:configuration node.
- getConfigurationRootId() - Method in interface org.apache.jackrabbit.core.version.InternalBaseline
-
Returns the id of the root node of a workspace configuration.
- getConnection() - Method in class org.apache.jackrabbit.core.journal.JNDIDatabaseJournal
-
Deprecated.
Returns a JDBC connection from a
DataSource
acquired from JNDI
with the configured data source location.
- getConnection() - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
Abstract factory method for creating a new database connection.
- getConnection() - Method in class org.apache.jackrabbit.core.persistence.db.JNDIDatabasePersistenceManager
-
Deprecated.
Returns a JDBC connection from a
DataSource
acquired from JNDI
with the configured data source location.
- getConnection() - Method in class org.apache.jackrabbit.core.persistence.db.SimpleDbPersistenceManager
-
Deprecated.
- getConnectionFactory() - Method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
Returns the ConnectionFactory
for this repository.
- getConsistencyCheck() - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Checks if consistency check is enabled.
- getConsistencyFix() - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Checks if consistency fix is enabled.
- getConstraint() - Method in class org.apache.jackrabbit.core.query.QueryObjectModelImpl
-
Gets the constraint for this query.
- getConsumer(String) - Method in class org.apache.jackrabbit.core.journal.AbstractJournal
-
Return the consumer given its identifier.
- getContainer() - Method in class org.apache.jackrabbit.core.state.ItemState
-
Return the parent container that will receive notifications about changes to this state.
- getContainingHistory() - Method in class org.apache.jackrabbit.core.version.VersionImpl
- getContent() - Method in class org.apache.jackrabbit.core.util.DOMWalker
-
Returns the text content of the current element.
- getContext() - Method in class org.apache.jackrabbit.core.query.AbstractQueryHandler
-
Returns the context for this query handler.
- getContext() - Method in interface org.apache.jackrabbit.core.query.QueryHandler
-
- getCorrespondingNodePath(String) - Method in class org.apache.jackrabbit.core.NodeImpl
- getCreated() - Method in interface org.apache.jackrabbit.core.version.InternalVersion
-
- getCreated() - Method in class org.apache.jackrabbit.core.version.VersionImpl
- getCreateWorkspaceAction() - Method in class org.apache.jackrabbit.core.cluster.WorkspaceRecord
-
- getCredentials() - Method in class org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
-
Method tries to resolve the
Credentials
used for login.
- getCredentials() - Method in class org.apache.jackrabbit.core.security.authentication.CredentialsCallback
-
Get the retrieved credentials.
- getCredentials() - Method in class org.apache.jackrabbit.core.security.user.UserImpl
-
- getCustomRepositoryDescriptors() - Method in class org.apache.jackrabbit.core.RepositoryImpl
-
Returns a Properties
object containing custom repository
descriptors or null
if none exist.
- getData() - Method in class org.apache.jackrabbit.core.fs.mem.MemoryFile
-
- getData() - Method in class org.apache.jackrabbit.core.journal.MemoryJournal.MemoryRecord
-
Return the data.
- getDatabaseType() - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
Get the database type.
- getDatabaseType() - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Returns the configured database type name.
- getDataSource() - Method in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- getDataSource() - Method in class org.apache.jackrabbit.core.fs.db.DbFileSystem
- getDataSource() - Method in class org.apache.jackrabbit.core.fs.db.JNDIDatabaseFileSystem
-
Deprecated.
- getDataSourceLocation() - Method in class org.apache.jackrabbit.core.fs.db.JNDIDatabaseFileSystem
-
Deprecated.
Returns the JNDI location of the data source.
- getDataSourceLocation() - Method in class org.apache.jackrabbit.core.journal.JNDIDatabaseJournal
-
Deprecated.
Returns the JNDI location of the data source.
- getDataSourceLocation() - Method in class org.apache.jackrabbit.core.persistence.db.JNDIDatabasePersistenceManager
-
Deprecated.
Returns the JNDI location of the data source.
- getDataSourceName() - Method in class org.apache.jackrabbit.core.fs.db.DbFileSystem
-
- getDataSourceName() - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
- getDataSourceName() - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
- getDataStore() - Method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
Creates and returns the configured data store.
- getDataStore() - Method in class org.apache.jackrabbit.core.gc.GarbageCollector
-
Get the data store if one is used.
- getDataStore() - Method in class org.apache.jackrabbit.core.persistence.PMContext
-
Returns the data store
- getDataStore() - Method in class org.apache.jackrabbit.core.RepositoryContext
-
Returns the data store of this repository, or null
if a data store is not configured.
- getDataStore() - Method in class org.apache.jackrabbit.core.session.SessionContext
-
Returns the data store of this repository, or null
if a data store is not configured.
- getDataStoreFactory(Element, String) - Method in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Parses data store configuration.
- getDate() - Method in class org.apache.jackrabbit.core.observation.EventImpl
- getDate() - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- getDate() - Method in class org.apache.jackrabbit.core.value.InternalValue
-
- getDate() - Method in class org.apache.jackrabbit.core.version.DateVersionSelector
-
Returns the date hint
- getDecimal() - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- getDeclaredChildNodeDefinitions() - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeDefinitionImpl
- getDeclaredPropertyDefinitions() - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeDefinitionImpl
- getDeclaredSupertypeNames() - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeDefinitionImpl
-
Returns the names of the supertypes actually declared in this node type.
- getDefault() - Method in interface org.apache.jackrabbit.core.security.principal.PrincipalProviderRegistry
-
- getDefault() - Method in class org.apache.jackrabbit.core.security.principal.ProviderRegistryImpl
-
- getDefaultClassLoader() - Static method in class org.apache.jackrabbit.core.config.BeanConfig
-
Returns the current
ClassLoader
used for new instances of
this class as the loader used to instantiate objects in the
BeanConfig.newInstance(Class)
method.
- getDefaultLockTimeout() - Method in class org.apache.jackrabbit.core.config.WorkspaceConfig
-
Returns the default lock timeout in number of seconds or
Long.MAX_VALUE
when not specified.
- getDefaultWorkspaceName() - Method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
Returns the name of the default workspace.
- getDefaultWorkspaceName() - Method in class org.apache.jackrabbit.core.WorkspaceManager
-
Returns the name of the default workspace.
- getDefinition() - Method in class org.apache.jackrabbit.core.ItemData
-
Return the associated item definition.
- getDefinition() - Method in class org.apache.jackrabbit.core.NodeImpl
- getDefinition() - Method in class org.apache.jackrabbit.core.PropertyImpl
- getDefinition() - Method in class org.apache.jackrabbit.core.version.NodeStateEx
-
Returns the QNodeDefinition for this state
- getDefinition(PropertyState) - Method in class org.apache.jackrabbit.core.version.NodeStateEx
-
Returns the property definition for the property state
- getDefinitions() - Method in class org.apache.jackrabbit.core.cluster.PrivilegeRecord
-
Return the collection of privilege definitions.
- getDependentNodeTypes(Name) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeRegistry
-
Returns the names of those registered node types that have
dependencies on the given node type.
- getDepth(ItemId) - Method in class org.apache.jackrabbit.core.CachingHierarchyManager
-
Returns the depth of the specified item which is equivalent to
getPath(id).getAncestorCount()
.
- getDepth(ItemId) - Method in interface org.apache.jackrabbit.core.HierarchyManager
-
Returns the depth of the specified item which is equivalent to
getPath(id).getAncestorCount()
.
- getDepth(ItemId) - Method in class org.apache.jackrabbit.core.HierarchyManagerImpl
-
Returns the depth of the specified item which is equivalent to
getPath(id).getAncestorCount()
.
- getDepth() - Method in class org.apache.jackrabbit.core.ItemImpl
- getDerbyStorageInitialPages() - Method in class org.apache.jackrabbit.core.persistence.pool.DerbyPersistenceManager
-
- getDerbyStorageMinimumRecordSize() - Method in class org.apache.jackrabbit.core.persistence.pool.DerbyPersistenceManager
-
- getDerbyStoragePageCacheSize() - Method in class org.apache.jackrabbit.core.persistence.pool.DerbyPersistenceManager
-
- getDerbyStoragePageReservedSpace() - Method in class org.apache.jackrabbit.core.persistence.pool.DerbyPersistenceManager
-
- getDerbyStoragePageSize() - Method in class org.apache.jackrabbit.core.persistence.pool.DerbyPersistenceManager
-
- getDescendantNodeQuery(DescendantNode, JackrabbitIndexSearcher) - Method in class org.apache.jackrabbit.core.query.lucene.LuceneQueryFactory
-
- getDescendantTransientItemStates(ItemId) - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
Returns a collection of those transient item state instances that are
direct or indirect descendants of the item state with the given parent.
- getDescendantTransientItemStatesInAttic(ItemId) - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
- getDescriptor(String) - Method in class org.apache.jackrabbit.core.jndi.BindableRepository
-
Delegated to the underlying repository instance.
- getDescriptor(String) - Method in class org.apache.jackrabbit.core.RepositoryImpl
- getDescriptor(String) - Method in class org.apache.jackrabbit.core.TransientRepository
-
Returns the identified repository descriptor.
- getDescriptorKeys() - Method in class org.apache.jackrabbit.core.jndi.BindableRepository
-
Delegated to the underlying repository instance.
- getDescriptorKeys() - Method in class org.apache.jackrabbit.core.RepositoryImpl
- getDescriptorKeys() - Method in class org.apache.jackrabbit.core.TransientRepository
-
Returns the available descriptor keys.
- getDescriptorValue(String) - Method in class org.apache.jackrabbit.core.jndi.BindableRepository
-
Delegated to the underlying repository instance.
- getDescriptorValue(String) - Method in class org.apache.jackrabbit.core.RepositoryImpl
- getDescriptorValue(String) - Method in class org.apache.jackrabbit.core.TransientRepository
-
- getDescriptorValues(String) - Method in class org.apache.jackrabbit.core.jndi.BindableRepository
-
Delegated to the underlying repository instance.
- getDescriptorValues(String) - Method in class org.apache.jackrabbit.core.RepositoryImpl
- getDescriptorValues(String) - Method in class org.apache.jackrabbit.core.TransientRepository
-
- getDirectory() - Method in class org.apache.jackrabbit.core.journal.FileJournal
-
Bean getters
- getDirectory(String) - Method in interface org.apache.jackrabbit.core.query.lucene.directory.DirectoryManager
-
Gets the directory with the given name
.
- getDirectory(String) - Method in class org.apache.jackrabbit.core.query.lucene.directory.FSDirectoryManager
-
Gets the directory with the given name
.
- getDirectory(String) - Method in class org.apache.jackrabbit.core.query.lucene.directory.RAMDirectoryManager
-
Gets the directory with the given name
.
- getDirectoryManager() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getDirectoryManagerClass() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getDirectoryNames() - Method in interface org.apache.jackrabbit.core.query.lucene.directory.DirectoryManager
-
Returns the names of the currently available directories.
- getDirectoryNames() - Method in class org.apache.jackrabbit.core.query.lucene.directory.FSDirectoryManager
-
Returns the names of the currently available directories.
- getDirectoryNames() - Method in class org.apache.jackrabbit.core.query.lucene.directory.RAMDirectoryManager
-
Returns the names of the currently available directories.
- getDisabledReason() - Method in class org.apache.jackrabbit.core.security.user.UserImpl
-
- getDoc(IndexReader) - Method in class org.apache.jackrabbit.core.query.lucene.ScoreNode
-
Returns the document number for this score node.
- getDocumentNumber(ForeignSegmentDocId) - Method in class org.apache.jackrabbit.core.query.lucene.CachingMultiIndexReader
-
Returns the document number for the passed docId
.
- getDocumentNumber(ForeignSegmentDocId) - Method in class org.apache.jackrabbit.core.query.lucene.JackrabbitIndexReader
-
Returns the document number for the passed docId
.
- getDocumentNumber(ForeignSegmentDocId) - Method in interface org.apache.jackrabbit.core.query.lucene.MultiIndexReader
-
Returns the document number for the passed docId
.
- getDocumentNumber(ForeignSegmentDocId) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex.CombinedIndexReader
-
Returns the document number for the passed docId
.
- getDouble() - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- getDriver() - Method in class org.apache.jackrabbit.core.fs.db.DbFileSystem
-
- getDriver() - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
Bean getters
- getDriver() - Method in class org.apache.jackrabbit.core.persistence.db.SimpleDbPersistenceManager
-
Deprecated.
- getDriver() - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Returns the class name of the JDBC driver.
- getEditor(Session) - Method in interface org.apache.jackrabbit.core.security.authorization.AccessControlProvider
-
Returns an AccessControlEditor
for the given Session object
or null
if the implementation does not support editing
of access control policies.
- getEditor(Session) - Method in class org.apache.jackrabbit.core.security.authorization.acl.ACLProvider
-
- getEditor(Session) - Method in class org.apache.jackrabbit.core.security.authorization.combined.CombinedProvider
-
- getEditor(Session) - Method in class org.apache.jackrabbit.core.security.authorization.principalbased.ACLProvider
-
- getEditor(Session) - Method in class org.apache.jackrabbit.core.security.user.UserAccessControlProvider
-
Always returns null
.
- getEffectiveNodeType(NodeState) - Method in class org.apache.jackrabbit.core.ItemValidator
-
Helper method that builds the effective (i.e.
- getEffectiveNodeType() - Method in class org.apache.jackrabbit.core.NodeImpl
-
Returns the effective (i.e.
- getEffectiveNodeType(Name) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeRegistry
-
- getEffectiveNodeType(Name, Set<Name>) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeRegistry
-
Returns the effective node type of a node with the given primary
and mixin types.
- getEffectiveNodeType(Set<Name>) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeRegistry
-
Returns the effective node type representation of the given node types.
- getEffectiveNodeType() - Method in class org.apache.jackrabbit.core.version.NodeStateEx
-
Returns the effective (i.e.
- getEffectiveNodeType(NodeState) - Method in class org.apache.jackrabbit.core.virtual.AbstractVISProvider
-
Returns the effective (i.e.
- getEffectivePolicies(Path, CompiledPermissions) - Method in interface org.apache.jackrabbit.core.security.authorization.AccessControlProvider
-
Returns the effective policies for the node at the given absPath.
- getEffectivePolicies(Set<Principal>, CompiledPermissions) - Method in interface org.apache.jackrabbit.core.security.authorization.AccessControlProvider
-
Returns the effective policies for the given principals.
- getEffectivePolicies(Path, CompiledPermissions) - Method in class org.apache.jackrabbit.core.security.authorization.acl.ACLProvider
-
- getEffectivePolicies(Set<Principal>, CompiledPermissions) - Method in class org.apache.jackrabbit.core.security.authorization.acl.ACLProvider
-
- getEffectivePolicies(Path, CompiledPermissions) - Method in class org.apache.jackrabbit.core.security.authorization.combined.CombinedProvider
-
- getEffectivePolicies(Set<Principal>, CompiledPermissions) - Method in class org.apache.jackrabbit.core.security.authorization.combined.CombinedProvider
-
- getEffectivePolicies(Path, CompiledPermissions) - Method in class org.apache.jackrabbit.core.security.authorization.principalbased.ACLProvider
-
- getEffectivePolicies(Set<Principal>, CompiledPermissions) - Method in class org.apache.jackrabbit.core.security.authorization.principalbased.ACLProvider
-
- getEffectivePolicies(String) - Method in class org.apache.jackrabbit.core.security.DefaultAccessManager
-
- getEffectivePolicies(Set<Principal>) - Method in class org.apache.jackrabbit.core.security.DefaultAccessManager
-
- getEffectivePolicies(String) - Method in class org.apache.jackrabbit.core.security.simple.SimpleAccessManager
- getEffectivePolicies(Set<Principal>) - Method in class org.apache.jackrabbit.core.security.simple.SimpleAccessManager
-
- getEffectivePolicies(Path, CompiledPermissions) - Method in class org.apache.jackrabbit.core.security.user.UserAccessControlProvider
-
- getEffectivePolicies(Set<Principal>, CompiledPermissions) - Method in class org.apache.jackrabbit.core.security.user.UserAccessControlProvider
-
- getElapsedTimeMs() - Method in interface org.apache.jackrabbit.core.persistence.check.ConsistencyReport
-
- getElapsedTimeMs() - Method in class org.apache.jackrabbit.core.persistence.check.ConsistencyReportImpl
-
- getElement(Element, String) - Method in class org.apache.jackrabbit.core.config.ConfigurationParser
-
Returns the named child of the given parent element.
- getElement(Element, String, boolean) - Method in class org.apache.jackrabbit.core.config.ConfigurationParser
-
Returns the named child of the given parent element.
- getElementCount() - Method in interface org.apache.jackrabbit.core.cache.Cache
-
Get the number of elements/objects in the cache.
- getElementCount() - Method in class org.apache.jackrabbit.core.cache.ConcurrentCache
-
- getElements(Element, String, boolean) - Method in class org.apache.jackrabbit.core.config.ConfigurationParser
-
Returns the named child of the given parent element.
- getEnableConsistencyCheck() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getEntityResolver() - Method in class org.apache.jackrabbit.core.config.ConfigurationParser
-
Returns the entity resolver to be used when parsing configuration
documents.
- getEntries() - Method in class org.apache.jackrabbit.core.security.authorization.AbstractACLTemplate
-
Return the list of entries, if they are held in an orderable list.
- getEntries(NodeImpl) - Method in class org.apache.jackrabbit.core.security.authorization.acl.EntryCollector
-
Retrieve the access control entries defined for the given node.
- getEntries(NodeId) - Method in class org.apache.jackrabbit.core.security.authorization.acl.EntryCollector
-
- getErrorHandler() - Method in class org.apache.jackrabbit.core.config.ConfigurationParser
-
Returns the error handler to be used when parsing configuration
documents.
- getErrorHandling() - Method in class org.apache.jackrabbit.core.persistence.bundle.BundleFsPersistenceManager
-
Returns the error handling configuration of this manager
- getErrorHandling() - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Returns the error handling configuration of this manager
- getErrors() - Method in class org.apache.jackrabbit.core.query.lucene.ConsistencyCheck
-
Returns the errors detected by the consistency check.
- getEscFactory() - Method in class org.apache.jackrabbit.core.version.InternalVersionManagerImpl
-
Returns the event state collection factory.
- getEventJournal(int, String, boolean, String[], String[]) - Method in class org.apache.jackrabbit.core.observation.ObservationManagerImpl
-
Returns the event journal for this workspace.
- getEventJournal() - Method in class org.apache.jackrabbit.core.observation.ObservationManagerImpl
-
Returns an unfiltered event journal for this workspace.
- getEvents() - Method in class org.apache.jackrabbit.core.cluster.ChangeLogRecord
-
Return the events.
- getEvents() - Method in interface org.apache.jackrabbit.core.cluster.Update
-
Return the collection of events this update operation will
generate.
- getEvents() - Method in class org.apache.jackrabbit.core.observation.EventStateCollection
-
Return the list of events.
- getEveryone() - Method in class org.apache.jackrabbit.core.security.principal.PrincipalManagerImpl
- getExcerpt(NodeId, int, int) - Method in class org.apache.jackrabbit.core.query.lucene.AbstractExcerpt
-
Returns the XML excerpt for the node with id
.
- getExcerpt(NodeId, int, int) - Method in interface org.apache.jackrabbit.core.query.lucene.ExcerptProvider
-
Returns the XML excerpt for the node with id
.
- getExcerpt(NodeId, int, int) - Method in class org.apache.jackrabbit.core.query.lucene.SimpleExcerptProvider
-
Returns the XML excerpt for the node with id
.
- getExcerptProviderClass() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getExcludedNodeId() - Method in class org.apache.jackrabbit.core.query.QueryHandlerContext
-
Returns the id of the node that should be excluded from indexing.
- getExecutor() - Method in class org.apache.jackrabbit.core.query.QueryHandlerContext
-
Returns the background task executor.
- getExecutor() - Method in class org.apache.jackrabbit.core.RepositoryContext
-
Returns the thread pool of this repository.
- getExtractorBackLogSize() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getExtractorPoolSize() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getExtractorTimeout() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getFieldInfos() - Method in class org.apache.jackrabbit.core.query.lucene.RefCountingIndexReader
-
- getFieldNames() - Method in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Returns the field names that will be used when generating the 'More Like This' query.
- getFieldQuery(String, String) - Method in class org.apache.jackrabbit.core.query.lucene.JackrabbitQueryParser
- getFieldQuery(String, String, boolean) - Method in class org.apache.jackrabbit.core.query.lucene.JackrabbitQueryParser
- getFile() - Method in class org.apache.jackrabbit.core.journal.RotatingLogFile
-
Return the backing file.
- getFileSystem() - Method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
Creates and returns the configured repository file system.
- getFileSystem() - Method in class org.apache.jackrabbit.core.config.SearchConfig
-
Creates and returns the configured search file system, or returns
null
if a search file system has not been configured.
- getFileSystem() - Method in class org.apache.jackrabbit.core.config.VersioningConfig
-
Creates and returns the configured versioning file system.
- getFileSystem() - Method in class org.apache.jackrabbit.core.config.WorkspaceConfig
-
Creates and returns the configured workspace file system.
- getFileSystem() - Method in class org.apache.jackrabbit.core.persistence.PMContext
-
Returns the virtual filesystem for this persistence manager
- getFileSystem() - Method in class org.apache.jackrabbit.core.RepositoryContext
-
Returns the repository file system.
- getFileSystem() - Method in class org.apache.jackrabbit.core.RepositoryImpl.WorkspaceInfo
-
Returns the workspace file system.
- getFileSystem() - Method in class org.apache.jackrabbit.core.security.AMContext
-
Returns the virtual filesystem
- getFileSystemFactory(Element, String) - Method in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Creates and returns a factory object that creates FileSystem
instances based on the bean configuration at the named element.
- getForceConsistencyCheck() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getForkJavaCommand() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Returns the java command used to fork external parser processes,
or null
(the default) for in-process text extraction.
- getFrozenChildNode(Name, int) - Method in interface org.apache.jackrabbit.core.version.InternalFrozenNode
-
Returns the frozen child node or null
- getFrozenChildNodes() - Method in interface org.apache.jackrabbit.core.version.InternalFrozenNode
-
Returns the list of frozen child nodes
- getFrozenId() - Method in interface org.apache.jackrabbit.core.version.InternalFrozenNode
-
Returns the frozen node id.
- getFrozenMixinTypes() - Method in interface org.apache.jackrabbit.core.version.InternalFrozenNode
-
Returns the list of names of the frozen mixin types.
- getFrozenNode() - Method in interface org.apache.jackrabbit.core.version.InternalVersion
-
Returns the frozen node of this version.
- getFrozenNode() - Method in class org.apache.jackrabbit.core.version.VersionImpl
- getFrozenNodeId() - Method in interface org.apache.jackrabbit.core.version.InternalVersion
-
Returns the node id of the frozen node.
- getFrozenPrimaryType() - Method in interface org.apache.jackrabbit.core.version.InternalFrozenNode
-
Returns the name of frozen primary type.
- getFrozenProperties() - Method in interface org.apache.jackrabbit.core.version.InternalFrozenNode
-
Returns the list of frozen properties.
- getFullTextSearchQuery(FullTextSearch) - Method in class org.apache.jackrabbit.core.query.lucene.LuceneQueryFactory
-
- getGeneratedKey() - Method in class org.apache.jackrabbit.core.persistence.pool.PostgreSQLNameIndex
-
Retrieves the last assigned key from the database.
- getGlobalRevision() - Method in class org.apache.jackrabbit.core.journal.FileJournal
- getGroupMembership(Principal) - Method in class org.apache.jackrabbit.core.security.principal.DefaultPrincipalProvider
-
- getGroupMembership(Principal) - Method in class org.apache.jackrabbit.core.security.principal.FallbackPrincipalProvider
-
Returns an iterator over all group principals for which the given
principal is either direct or indirect member of.
- getGroupMembership(Principal) - Method in class org.apache.jackrabbit.core.security.principal.PrincipalManagerImpl
- getGroupMembership(Principal) - Method in interface org.apache.jackrabbit.core.security.principal.PrincipalProvider
-
Returns an iterator over all group principals for which the given
principal is either direct or indirect member of.
- getGroupName() - Method in class org.apache.jackrabbit.core.security.user.XPathQueryBuilder
-
- getGroupsPath() - Method in class org.apache.jackrabbit.core.security.user.UserManagerImpl
-
Implementation specific methods revealing where groups are created within
the content.
- getHeadVersionOfNode(NodeId) - Method in interface org.apache.jackrabbit.core.version.InternalVersionManager
-
Returns the head version of the node with the given id.
- getHierarchyManager() - Method in class org.apache.jackrabbit.core.query.QueryHandlerContext
-
Returns the hierarchy manager on top of the item state manager of this
query handler context.
- getHierarchyManager() - Method in class org.apache.jackrabbit.core.security.AMContext
-
Returns the hierarchy manager
- getHierarchyManager() - Method in class org.apache.jackrabbit.core.session.SessionContext
-
- getHierarchyManager() - Method in class org.apache.jackrabbit.core.SessionImpl
-
Returns the HierarchyManager
associated with this session.
- getHierarchyManager() - Method in class org.apache.jackrabbit.core.WorkspaceImpl
-
The hierarchy manager that reflects workspace state only
(i.e.
- getHierarchyMgr() - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
Returns the hierarchy manager
- getHistoryRoot() - Method in class org.apache.jackrabbit.core.version.InternalVersionManagerImpl
-
returns the version history root node
- getHistoryRoot() - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
returns the id of the version history root node
- getHolds(String) - Method in class org.apache.jackrabbit.core.retention.RetentionManagerImpl
-
- getHomeDir() - Method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
Returns the repository home directory.
- getHomeDir() - Method in class org.apache.jackrabbit.core.config.VersioningConfig
-
Returns the versioning home directory.
- getHomeDir() - Method in class org.apache.jackrabbit.core.config.WorkspaceConfig
-
Returns the workspace home directory.
- getHomeDir() - Method in class org.apache.jackrabbit.core.persistence.PMContext
-
Returns the physical home directory for this persistence manager
- getHomeDir() - Method in class org.apache.jackrabbit.core.security.AMContext
-
Returns the physical home directory
- getHomeDir() - Method in class org.apache.jackrabbit.core.TransientRepository
-
- getId() - Method in class org.apache.jackrabbit.core.cluster.ClusterNode
-
Return the unique identifier of the records this consumer
will be able to handle.
- getId() - Method in class org.apache.jackrabbit.core.config.ClusterConfig
-
Return the id configuration attribute value.
- getId() - Method in class org.apache.jackrabbit.core.ItemData
-
Return the id associated with this item.
- getId() - Method in class org.apache.jackrabbit.core.ItemImpl
-
Return the id of this Item
.
- getId() - Method in class org.apache.jackrabbit.core.journal.AbstractJournal
-
Return this journal's identifier.
- getId() - Method in interface org.apache.jackrabbit.core.journal.RecordConsumer
-
Return the unique identifier of the records this consumer
will be able to handle.
- getId() - Method in class org.apache.jackrabbit.core.lock.LockInfo
-
Return the ID of the lock holding node
- getId() - Method in class org.apache.jackrabbit.core.persistence.util.NodeInfo
-
- getId() - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle.ChildNodeEntry
-
Returns the id.
- getId() - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle
-
Returns the node id of this bundle
- getId() - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle.PropertyEntry
-
Returns the property id.
- getId() - Method in class org.apache.jackrabbit.core.state.ChildNodeEntry
-
- getId() - Method in class org.apache.jackrabbit.core.state.ItemState
-
Returns the identifier of this item.
- getId() - Method in class org.apache.jackrabbit.core.state.NodeState
-
Returns the identifier of this item.
- getId() - Method in class org.apache.jackrabbit.core.state.PropertyState
-
Returns the identifier of this item.
- getId() - Method in interface org.apache.jackrabbit.core.version.InternalVersionItem
-
Returns the id of this item.
- getId() - Method in class org.apache.jackrabbit.core.xml.NodeInfo
-
Returns the identifier of the node being imported.
- getIdentifier() - Method in class org.apache.jackrabbit.core.NodeImpl
- getIdentifier() - Method in class org.apache.jackrabbit.core.observation.EventImpl
- getIdFromFileName(String) - Method in class org.apache.jackrabbit.core.persistence.bundle.BundleFsPersistenceManager
- getIdleTime() - Method in class org.apache.jackrabbit.core.query.AbstractQueryHandler
-
- getIdOfRootTransientNodeState() - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
Returns the id of the root of the minimal subtree including all
transient states.
- getImpersonation() - Method in class org.apache.jackrabbit.core.security.user.UserImpl
-
- getImpersonator() - Method in class org.apache.jackrabbit.core.security.authentication.ImpersonationCallback
-
Returns the impersonator
Subject
set on this callback or
null
if not set.
- getImpersonatorSubject(Credentials) - Method in class org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
-
- getImportBehavior() - Method in class org.apache.jackrabbit.core.security.user.UserImporter
-
- getImportBehavior() - Method in class org.apache.jackrabbit.core.xml.AccessControlImporter
-
- getImportConfig() - Method in class org.apache.jackrabbit.core.config.WorkspaceConfig
-
- getImportContentHandler(String, int) - Method in class org.apache.jackrabbit.core.SessionImpl
- getImportContentHandler(String, int) - Method in class org.apache.jackrabbit.core.WorkspaceImpl
- getIndex() - Method in class org.apache.jackrabbit.core.NodeImpl
- getIndex(String) - Method in class org.apache.jackrabbit.core.persistence.pool.DbNameIndex
-
Retrieves the index from the database for the given string.
- getIndex(MultiColumnQueryHits, Name) - Static method in class org.apache.jackrabbit.core.query.lucene.join.AbstractCondition
-
Returns the index of the selector with the given selectorName
within the given source
.
- getIndex(MultiColumnQueryHits, Name) - Static method in class org.apache.jackrabbit.core.query.lucene.join.Join
-
Returns the index of the selector with the given selectorName
within the given source
.
- getIndex() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Returns the actual index.
- getIndex() - Method in class org.apache.jackrabbit.core.state.ChildNodeEntry
-
- getIndexFormatVersion() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Returns the index format version that this search index is able to
support when a query is executed on this index.
- getIndexingConfig() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getIndexingConfiguration() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getIndexingConfigurationClass() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getIndexingConfigurationDOM() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Returns the document element of the indexing configuration or
null
if there is no indexing configuration.
- getIndexReader() - Method in interface org.apache.jackrabbit.core.query.lucene.constraint.EvaluationContext
-
- getIndexReader() - Method in class org.apache.jackrabbit.core.query.lucene.MultiIndex
-
Returns an read-only IndexReader
that spans alls indexes of this
MultiIndex
.
- getIndexReader(boolean) - Method in class org.apache.jackrabbit.core.query.lucene.MultiIndex
-
Returns an read-only IndexReader
that spans alls indexes of this
MultiIndex
.
- getIndexReader() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Returns an index reader for this search index.
- getIndexReader(boolean) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Returns an index reader for this search index.
- getIndexReaders() - Method in class org.apache.jackrabbit.core.query.lucene.CachingMultiIndexReader
- getIndexReaders() - Method in class org.apache.jackrabbit.core.query.lucene.JackrabbitIndexReader
- getIndexReaders() - Method in interface org.apache.jackrabbit.core.query.lucene.MultiIndexReader
-
- getIndexReaders() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex.CombinedIndexReader
- getIndexTablespace() - Method in class org.apache.jackrabbit.core.fs.db.OracleFileSystem
-
Returns the configured Oracle tablespace for indexes.
- getIndexTablespace() - Method in class org.apache.jackrabbit.core.journal.OracleDatabaseJournal
-
Returns the configured Oracle tablespace for indexes.
- getIndexTablespace() - Method in class org.apache.jackrabbit.core.persistence.pool.OraclePersistenceManager
-
Returns the configured Oracle tablespace for indexes.
- getInfo() - Method in class org.apache.jackrabbit.core.observation.EventImpl
- getInfo() - Method in class org.apache.jackrabbit.core.observation.EventState
-
- getInheritedNodeTypes() - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
- getInheritedSupertypes() - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeImpl
-
Returns all inherited supertypes of this node type.
- getInitialCapacity() - Method in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager
-
- getInitialCapacity() - Method in class org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
-
Deprecated.
- getInitialContext(Hashtable) - Method in class org.apache.jackrabbit.core.jndi.provider.DummyInitialContextFactory
- getInnerSelectorNames() - Method in class org.apache.jackrabbit.core.query.lucene.join.AbstractCondition
-
- getInnerSelectorNames() - Method in interface org.apache.jackrabbit.core.query.lucene.join.Condition
-
- getInputStream(String) - Method in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
- getInputStream(String) - Method in class org.apache.jackrabbit.core.fs.mem.MemoryFileSystem
-
- getInstance() - Static method in class org.apache.jackrabbit.core.security.authorization.PrivilegeBits
-
Creates a mutable instance of privilege bits.
- getInstance(PrivilegeBits) - Static method in class org.apache.jackrabbit.core.security.authorization.PrivilegeBits
-
Creates a mutable instance of privilege bits.
- getInstance() - Static method in class org.apache.jackrabbit.core.security.principal.EveryonePrincipal
-
- getInstance() - Static method in class org.apache.jackrabbit.core.value.InternalValueFactory
-
- getInstanceRevision() - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
- getInstanceRevision() - Method in class org.apache.jackrabbit.core.journal.FileJournal
-
Gets the instance that manages the cluster node's local revision.
- getInstanceRevision() - Method in interface org.apache.jackrabbit.core.journal.Journal
-
Gets the instance that manages the cluster node's local revision.
- getInstanceRevision() - Method in class org.apache.jackrabbit.core.journal.MemoryJournal
-
Gets the instance that manages the cluster node's local revision.
- getInternalFrozenNode() - Method in class org.apache.jackrabbit.core.version.VersionImpl
-
Returns the frozen node of this version
- getInternalLockManager() - Method in class org.apache.jackrabbit.core.WorkspaceImpl
-
Return the lock manager for this workspace.
- getInternalValue(int) - Method in interface org.apache.jackrabbit.core.xml.TextValue
-
- getInternalVersion() - Method in class org.apache.jackrabbit.core.version.VersionImpl
-
Returns the internal version.
- getInternalVersionHistory() - Method in class org.apache.jackrabbit.core.version.VersionHistoryImpl
-
Returns the internal version history.
- getInternalVersionManager() - Method in class org.apache.jackrabbit.core.RepositoryContext
-
Returns the internal version manager of this repository.
- getInternalVersionManager() - Method in class org.apache.jackrabbit.core.SessionImpl
-
Returns the InternalVersionManager
associated with this session.
- getISMLocking() - Method in class org.apache.jackrabbit.core.config.VersioningConfig
-
Creates and returns the configured versioning locking strategy.
- getISMLocking() - Method in class org.apache.jackrabbit.core.config.WorkspaceConfig
-
Creates and returns the configured workspace locking strategy.
- getISMLocking() - Method in interface org.apache.jackrabbit.core.state.ISMLockingFactory
-
Creates, initializes, and returns an
ISMLocking
instance
for use by the repository.
- getISMLockingFactory(Element) - Method in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Returns an ISM locking factory that creates
ISMLocking
instances
based on the given configuration.
- getItem(Path) - Method in class org.apache.jackrabbit.core.ItemManager
-
- getItem(ItemId) - Method in class org.apache.jackrabbit.core.ItemManager
-
- getItem(String) - Static method in class org.apache.jackrabbit.core.session.SessionItemOperation
-
Creates a session operation for getting the item at the given path.
- getItem(String) - Method in class org.apache.jackrabbit.core.SessionImpl
- getItem(NodeId) - Method in class org.apache.jackrabbit.core.version.InternalVersionManagerImpl
-
Returns the item with the given persistent id.
- getItem(NodeId) - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
Returns the item with the given persistent id.
- getItemManager() - Method in class org.apache.jackrabbit.core.session.SessionContext
-
- getItemManager() - Method in class org.apache.jackrabbit.core.SessionImpl
-
Returns the ItemManager
of this session.
- getItemOrNull(String) - Method in class org.apache.jackrabbit.core.SessionImpl
-
- getItems() - Method in interface org.apache.jackrabbit.core.persistence.check.ConsistencyReport
-
- getItems() - Method in class org.apache.jackrabbit.core.persistence.check.ConsistencyReportImpl
-
- getItemState(ItemId) - Method in class org.apache.jackrabbit.core.BatchedItemOperations
-
Retrieves the state of the item with the given id.
- getItemState(ItemStateManager, ItemId) - Method in class org.apache.jackrabbit.core.BatchedItemOperations
-
Retrieves the state of the item with the specified id using the given
item state manager.
- getItemState(ItemId) - Method in class org.apache.jackrabbit.core.HierarchyManagerImpl
-
Return an item state, given its item id.
- getItemState(ItemId) - Method in interface org.apache.jackrabbit.core.state.ItemStateManager
-
Return an item state, given its item id.
- getItemState(ItemId) - Method in class org.apache.jackrabbit.core.state.LocalItemStateManager
-
Return an item state, given its item id.
- getItemState(ItemId) - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
Return an item state, given its item id.
- getItemState(ItemId) - Method in class org.apache.jackrabbit.core.state.SharedItemStateManager
-
Return an item state, given its item id.
- getItemState(ItemId) - Method in class org.apache.jackrabbit.core.state.XAItemStateManager
-
Return an item state, given its item id.
- getItemState(ItemId) - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
Return an item state, given its item id.
- getItemState(ItemId) - Method in class org.apache.jackrabbit.core.virtual.AbstractVISProvider
-
Return an item state, given its item id.
- getItemState(ItemId) - Method in class org.apache.jackrabbit.core.ZombieHierarchyManager
-
Return an item state, given its item id.
- getItemStateCacheFactory() - Method in class org.apache.jackrabbit.core.RepositoryContext
-
Returns the item state cache factory of this repository.
- getItemStateManager() - Method in interface org.apache.jackrabbit.core.query.lucene.constraint.EvaluationContext
-
- getItemStateManager() - Method in class org.apache.jackrabbit.core.query.lucene.JackrabbitIndexSearcher
-
- getItemStateManager() - Method in class org.apache.jackrabbit.core.query.QueryHandlerContext
-
Returns the persistent
ItemStateManager
of the workspace this
QueryHandler
is based on.
- getItemStateManager() - Method in class org.apache.jackrabbit.core.session.SessionContext
-
- getItemStateManager() - Method in class org.apache.jackrabbit.core.WorkspaceImpl
-
Returns the item state manager associated with the workspace
represented by this WorkspaceImpl
instance.
- getItemStateProvider() - Method in class org.apache.jackrabbit.core.RepositoryImpl.WorkspaceInfo
-
Returns the workspace item state provider
- getItemValidator() - Method in class org.apache.jackrabbit.core.session.SessionContext
-
Returns the item validator of this session.
- getJanitorEnabled() - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
- getJanitorFirstRunHourOfDay() - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
- getJanitorSleep() - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
- getJCRName(Name) - Method in class org.apache.jackrabbit.core.session.SessionContext
-
- getJCRName(Name) - Method in class org.apache.jackrabbit.core.SessionImpl
-
- getJCRPath(Path) - Method in class org.apache.jackrabbit.core.session.SessionContext
-
- getJCRPath(Path) - Method in class org.apache.jackrabbit.core.SessionImpl
-
- getJournal() - Method in class org.apache.jackrabbit.core.cluster.ClusterNode
-
Return the journal created by this cluster node.
- getJournal(NamespaceResolver) - Method in class org.apache.jackrabbit.core.config.ClusterConfig
-
Returns an initialized journal instance.
- getJournal(NamespaceResolver) - Method in interface org.apache.jackrabbit.core.journal.JournalFactory
-
Creates, initializes, and returns a
Journal
instance
for use by the repository.
- getJournalFactory(Element, File, String) - Method in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Parses journal configuration.
- getJournalId() - Method in class org.apache.jackrabbit.core.journal.AppendRecord
-
Return this record's journal identifier.
- getJournalId() - Method in class org.apache.jackrabbit.core.journal.MemoryJournal.MemoryRecord
-
Return the journal id.
- getJournalId() - Method in class org.apache.jackrabbit.core.journal.ReadRecord
-
Return this record's journal identifier.
- getJournalId() - Method in interface org.apache.jackrabbit.core.journal.Record
-
Return this record's journal identifier.
- getKey(Name[]) - Method in class org.apache.jackrabbit.core.nodetype.BitSetENTCacheImpl
-
Returns a key for an effective node type that consists of the given
node type names.
- getKey(Name[]) - Method in interface org.apache.jackrabbit.core.nodetype.EffectiveNodeTypeCache
-
Returns a key for an effective node type that consists of the given
node type names.
- getKey(Name[]) - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeTypeCacheImpl
-
Returns a key for an effective node type that consists of the given
node type names.
- getKey(NodeId) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Constructs a parameter list for a PreparedStatement
for the given node identifier.
- getKnownPrincipal(Session) - Method in class org.apache.jackrabbit.core.JackrabbitRepositoryStub
-
- getLabel() - Method in class org.apache.jackrabbit.core.version.LabelVersionSelector
-
Returns the label hint
- getLabels() - Method in interface org.apache.jackrabbit.core.version.InternalVersion
-
returns the labels that are assigned to this version
- getLanguage() - Method in class org.apache.jackrabbit.core.query.QueryImpl
- getLastModified() - Method in class org.apache.jackrabbit.core.fs.mem.MemoryFileSystemEntry
-
- getLastRevision() - Method in class org.apache.jackrabbit.core.journal.FileRecordLog
-
Return the last revision.
- getLatestVersion(InternalVersionHistory) - Method in interface org.apache.jackrabbit.core.version.InternalActivity
-
Returns the latest version of the given history that is referenced in this activity.
- getLeastSignificantBits() - Method in class org.apache.jackrabbit.core.id.NodeId
-
Returns the 64 least significant bits of this identifier.
- getLength(InternalValue) - Method in class org.apache.jackrabbit.core.PropertyImpl
-
Determines the length of the given value.
- getLength() - Method in class org.apache.jackrabbit.core.PropertyImpl
- getLength(InternalValue) - Static method in class org.apache.jackrabbit.core.query.lucene.Util
-
Returns length of the internal value.
- getLength() - Method in class org.apache.jackrabbit.core.value.InternalValue
-
- getLengths() - Method in class org.apache.jackrabbit.core.PropertyImpl
- getLinearPredecessor() - Method in interface org.apache.jackrabbit.core.version.InternalVersion
-
- getLinearPredecessor() - Method in class org.apache.jackrabbit.core.version.VersionImpl
- getLinearSuccessor(InternalVersion) - Method in interface org.apache.jackrabbit.core.version.InternalVersion
-
- getLinearSuccessor() - Method in class org.apache.jackrabbit.core.version.VersionImpl
- getLoadFactor() - Method in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager
-
- getLoadFactor() - Method in class org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
-
Deprecated.
- getLocalRevisionStmtSQL - Variable in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
SQL statement returning the local revision of this cluster node.
- getLock(NodeImpl) - Method in interface org.apache.jackrabbit.core.lock.LockManager
-
Returns the Lock object that applies to a node.
- getLock(NodeImpl) - Method in class org.apache.jackrabbit.core.lock.LockManagerImpl
-
Returns the Lock object that applies to a node.
- getLock(String) - Method in class org.apache.jackrabbit.core.lock.SessionLockManager
-
- getLock(NodeImpl) - Method in class org.apache.jackrabbit.core.lock.XALockManager
-
Returns the Lock object that applies to a node.
- getLock() - Method in class org.apache.jackrabbit.core.NodeImpl
- getLockHolder() - Method in class org.apache.jackrabbit.core.lock.LockInfo
-
Return the session currently holding the lock
- getLockInfo(NodeId) - Method in class org.apache.jackrabbit.core.lock.LockManagerImpl
-
Return the most appropriate lock information for a node.
- getLockManager() - Method in class org.apache.jackrabbit.core.RepositoryImpl.WorkspaceInfo
-
Returns the lock manager for this workspace.
- getLockManager() - Method in class org.apache.jackrabbit.core.WorkspaceImpl
-
- getLockOwner() - Method in class org.apache.jackrabbit.core.lock.LockInfo
-
Return the lock owner.
- getLocks(SessionImpl) - Method in interface org.apache.jackrabbit.core.lock.LockManager
-
Returns all locks owned by the specified session.
- getLocks(SessionImpl) - Method in class org.apache.jackrabbit.core.lock.LockManagerImpl
-
Returns all locks owned by the specified session.
- getLocks(SessionImpl) - Method in class org.apache.jackrabbit.core.lock.XALockManager
-
Returns all locks owned by the specified session.
- getLocks() - Method in class org.apache.jackrabbit.core.SessionImpl
-
Returns all locks owned by this session.
- getLockTimeout() - Method in class org.apache.jackrabbit.core.persistence.pool.H2PersistenceManager
-
Returns the lock timeout.
- getLockToken() - Method in class org.apache.jackrabbit.core.lock.LockInfo
-
Return the lock token associated with this lock.
- getLockTokens() - Method in class org.apache.jackrabbit.core.lock.SessionLockManager
-
- getLockTokens() - Method in class org.apache.jackrabbit.core.SessionImpl
- getLoginModule() - Method in class org.apache.jackrabbit.core.config.LoginModuleConfig
-
- getLoginModuleConfig() - Method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
- getLoginModuleConfig() - Method in class org.apache.jackrabbit.core.config.SecurityConfig
-
Returns the repository login module configuration.
- getLong() - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- getMandatoryNodeDefinitions() - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeImpl
-
Returns an array containing only those child node definitions of this
node type (including the child node definitions inherited from supertypes
of this node type) where
ItemDefinition.isMandatory()
returns
true
.
- getMandatoryNodeDefs() - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
- getMandatoryPropDefs() - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
- getMandatoryPropertyDefinitions() - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeImpl
-
Returns an array containing only those property definitions of this
node type (including the property definitions inherited from supertypes
of this node type) where
ItemDefinition.isMandatory()
returns
true
.
- getMappedId(NodeId) - Method in class org.apache.jackrabbit.core.util.ReferenceChangeTracker
-
Returns the new node id to which oldId
has been mapped
or null
if no such mapping exists.
- getMatchingScoreNodes(ScoreNode) - Method in class org.apache.jackrabbit.core.query.lucene.join.AncestorNodeJoin
-
Returns the matching inner score nodes for the given outer score node
sn
.
- getMatchingScoreNodes(ScoreNode) - Method in class org.apache.jackrabbit.core.query.lucene.join.AncestorPathNodeJoin
-
Returns the matching inner score nodes for the given outer score node
sn
.
- getMatchingScoreNodes(ScoreNode) - Method in class org.apache.jackrabbit.core.query.lucene.join.ChildNodeJoin
-
Returns the matching inner score nodes for the given outer score node
sn
.
- getMatchingScoreNodes(ScoreNode) - Method in interface org.apache.jackrabbit.core.query.lucene.join.Condition
-
Returns the matching inner score nodes for the given outer score node
sn
.
- getMatchingScoreNodes(ScoreNode) - Method in class org.apache.jackrabbit.core.query.lucene.join.DescendantNodeJoin
-
Returns the matching inner score nodes for the given outer score node
sn
.
- getMatchingScoreNodes(ScoreNode) - Method in class org.apache.jackrabbit.core.query.lucene.join.DescendantPathNodeJoin
-
Returns the matching inner score nodes for the given outer score node
sn
.
- getMatchingScoreNodes(ScoreNode) - Method in class org.apache.jackrabbit.core.query.lucene.join.EquiJoin
-
Returns the matching inner score nodes for the given outer score node
sn
.
- getMatchingScoreNodes(ScoreNode) - Method in class org.apache.jackrabbit.core.query.lucene.join.ParentNodeJoin
-
Returns the matching inner score nodes for the given outer score node
sn
.
- getMatchingScoreNodes(ScoreNode) - Method in class org.apache.jackrabbit.core.query.lucene.join.SameNodeJoin
-
Returns the matching inner score nodes for the given outer score node
sn
.
- getMaxExtractLength() - Method in class org.apache.jackrabbit.core.query.lucene.NodeIndexer
-
Returns the maximum number of characters to extract from binaries.
- getMaxExtractLength() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getMaxFieldLength() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getMaxHistoryAge() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getMaximumSize() - Method in class org.apache.jackrabbit.core.journal.FileJournal
-
- getMaxMemory() - Method in class org.apache.jackrabbit.core.cache.CacheManager
-
- getMaxMemoryPerCache() - Method in class org.apache.jackrabbit.core.cache.CacheManager
-
- getMaxMemorySize() - Method in class org.apache.jackrabbit.core.cache.AbstractCache
-
- getMaxMemorySize() - Method in interface org.apache.jackrabbit.core.cache.Cache
-
Get the current limit.
- getMaxMergeDocs() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Returns the current value for maxMergeDocs.
- getMaxNumTokensParsed() - Method in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
- getMaxQueryTerms() - Method in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Returns the maximum number of query terms that will be included in any generated query.
- getMaxVolatileIndexSize() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getMaxWordLen() - Method in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Returns the maximum word length above which words will be ignored.
- getMembershipCache(SessionImpl) - Method in class org.apache.jackrabbit.core.DefaultSecurityManager
-
- getMembershipCache() - Method in class org.apache.jackrabbit.core.security.user.UserManagerImpl
-
- getMemberSplitSize() - Method in class org.apache.jackrabbit.core.security.user.UserManagerImpl
-
Maximum number of properties on the group membership node structure under
UserConstants.N_MEMBERS
until additional intermediate nodes are inserted.
- getMemoryUsed() - Method in class org.apache.jackrabbit.core.cache.AbstractCache
-
- getMemoryUsed() - Method in interface org.apache.jackrabbit.core.cache.Cache
-
Get the amount of used memory.
- getMergedNodeTypes() - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
- getMergeFactor() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Returns the current value for the merge factor.
- getMessage() - Method in interface org.apache.jackrabbit.core.persistence.check.ReportItem
-
- getMessage() - Method in class org.apache.jackrabbit.core.persistence.check.ReportItemImpl
-
- getMinBlobSize() - Method in class org.apache.jackrabbit.core.persistence.bundle.BundleFsPersistenceManager
-
Returns the mininum blob size.
- getMinBlobSize() - Method in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager
-
- getMinBlobSize() - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Returns the minimum blob size in bytes.
- getMinBlobSize() - Method in class org.apache.jackrabbit.core.persistence.util.BundleBinding
-
Returns the minimum blob size
- getMinDocFreq() - Method in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Returns the frequency at which words will be ignored which do not occur in at least this
many docs.
- getMinMemoryPerCache() - Method in class org.apache.jackrabbit.core.cache.CacheManager
-
- getMinMergeDocs() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Returns the current value for minMergeDocs.
- getMinResizeInterval() - Method in class org.apache.jackrabbit.core.cache.CacheManager
-
- getMinSplitSize() - Method in class org.apache.jackrabbit.core.gc.GarbageCollector
-
- getMinTermFreq() - Method in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Returns the frequency below which terms will be ignored in the source doc.
- getMinWordLen() - Method in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Returns the minimum word length below which words will be ignored.
- getMissCount() - Method in class org.apache.jackrabbit.core.cache.AbstractCache
-
- getMissCount() - Method in interface org.apache.jackrabbit.core.cache.Cache
-
Get the number of cache misses.
- getMixinNames() - Method in class org.apache.jackrabbit.core.observation.EventState
-
Returns a set of Name
s which are the names of the mixins
assigned to the parent node associated with this event.
- getMixinNames() - Method in class org.apache.jackrabbit.core.xml.NodeInfo
-
Returns the names of the mixin types of the node being imported.
- getMixinNodeTypes() - Method in class org.apache.jackrabbit.core.NodeImpl
- getMixinNodeTypes() - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeManagerImpl
- getMixinTypeNames() - Method in class org.apache.jackrabbit.core.NodeImpl
-
Returns the Name
s of this node's mixin types.
- getMixinTypeNames() - Method in class org.apache.jackrabbit.core.observation.EventImpl
-
- getMixinTypeNames() - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle
-
Returns the mixin type names of this bundle.
- getMixinTypeNames() - Method in class org.apache.jackrabbit.core.state.NodeState
-
Returns the names of this node's mixin types.
- getModCount() - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle
-
Returns the mod count.
- getModCount() - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle.PropertyEntry
-
Returns the mod count.
- getModCount() - Method in class org.apache.jackrabbit.core.state.ItemState
-
Returns the modification count.
- getModuleConfig() - Method in class org.apache.jackrabbit.core.security.authentication.AuthContextProvider
-
- getMostSignificantBits() - Method in class org.apache.jackrabbit.core.id.NodeId
-
Returns the 64 most significant bits of this identifier.
- getName(ItemId) - Method in class org.apache.jackrabbit.core.CachingHierarchyManager
-
Returns the name of the specified item.
- getName() - Method in class org.apache.jackrabbit.core.config.WorkspaceConfig
-
Returns the workspace name.
- getName(ItemId) - Method in interface org.apache.jackrabbit.core.HierarchyManager
-
Returns the name of the specified item.
- getName(NodeId, NodeId) - Method in interface org.apache.jackrabbit.core.HierarchyManager
-
Returns the name of the specified item, with the given parent id.
- getName(ItemId) - Method in class org.apache.jackrabbit.core.HierarchyManagerImpl
-
Returns the name of the specified item.
- getName(NodeId, NodeId) - Method in class org.apache.jackrabbit.core.HierarchyManagerImpl
-
Returns the name of the specified item, with the given parent id.
- getName() - Method in class org.apache.jackrabbit.core.id.PropertyId
-
Returns the Name
of the property.
- getName() - Method in class org.apache.jackrabbit.core.ItemImpl
- getName() - Method in class org.apache.jackrabbit.core.NodeImpl
- getName() - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeDefinitionImpl
- getName() - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle.ChildNodeEntry
-
Returns the name.
- getName() - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle.PropertyEntry
-
Returns the property name
- getName() - Method in class org.apache.jackrabbit.core.PropertyImpl
- getName() - Method in class org.apache.jackrabbit.core.query.lucene.NameQuery
-
- getName() - Method in class org.apache.jackrabbit.core.query.OnWorkspaceInconsistency
-
- getName() - Method in class org.apache.jackrabbit.core.RepositoryImpl.WorkspaceInfo
-
Returns the workspace name.
- getName() - Method in class org.apache.jackrabbit.core.retention.RetentionPolicyImpl
-
- getName() - Method in class org.apache.jackrabbit.core.security.AnonymousPrincipal
-
- getName() - Method in class org.apache.jackrabbit.core.security.authorization.NamedAccessControlPolicyImpl
-
- getName() - Method in class org.apache.jackrabbit.core.security.principal.AdminPrincipal
-
- getName() - Method in class org.apache.jackrabbit.core.security.principal.EveryonePrincipal
-
- getName() - Method in class org.apache.jackrabbit.core.security.principal.PrincipalImpl
- getName() - Method in class org.apache.jackrabbit.core.security.SystemPrincipal
- getName() - Method in class org.apache.jackrabbit.core.security.UserPrincipal
- getName() - Method in class org.apache.jackrabbit.core.state.ChildNodeEntry
-
- getName() - Method in class org.apache.jackrabbit.core.state.PropertyState
-
Returns the name of this property.
- getName() - Method in class org.apache.jackrabbit.core.util.DOMWalker
-
Returns the name of the current element.
- getName() - Method in interface org.apache.jackrabbit.core.version.InternalFreeze
-
returns the name of the node.
- getName() - Method in interface org.apache.jackrabbit.core.version.InternalVersion
-
Returns the name of this version.
- getName() - Method in class org.apache.jackrabbit.core.version.NodeStateEx
-
returns the name of this node
- getName() - Method in class org.apache.jackrabbit.core.WorkspaceImpl
- getName() - Method in class org.apache.jackrabbit.core.xml.NodeInfo
-
Returns the name of the node being imported.
- getName() - Method in class org.apache.jackrabbit.core.xml.PropInfo
-
- getNamedItemDefs() - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
- getNamedItemDefs(Name) - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
- getNamedNodeDefs() - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
- getNamedNodeDefs(Name) - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
- getNamedPropDefs() - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
- getNamedPropDefs(Name) - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
- getNameIndex() - Method in class org.apache.jackrabbit.core.persistence.bundle.AbstractBundlePersistenceManager
-
Returns the local name index
- getNameIndex() - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Returns the local name index
- getNameLength(String) - Static method in class org.apache.jackrabbit.core.query.lucene.FieldNames
-
Returns the length of the field prefix in namedValue
.
- getNamePathResolver() - Method in class org.apache.jackrabbit.core.journal.AbstractJournal
-
Return this journal's NamePathResolver.
- getNamePathResolver() - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeManagerImpl
-
- getNamePathResolver() - Method in class org.apache.jackrabbit.core.security.AMContext
-
Returns the namespace resolver
- getNames() - Method in interface org.apache.jackrabbit.core.nodetype.EffectiveNodeTypeCache.Key
-
Returns the node type names of this key.
- getNamespaceMappings() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Returns the namespace mappings for the internal representation.
- getNamespaceRegistry() - Method in class org.apache.jackrabbit.core.persistence.PMContext
-
Returns the namespace registry
- getNamespaceRegistry() - Method in class org.apache.jackrabbit.core.query.QueryHandlerContext
-
Returns the NamespaceRegistryImpl for this repository.
- getNamespaceRegistry() - Method in class org.apache.jackrabbit.core.RepositoryContext
-
Returns the namespace registry of this repository.
- getNamespaceRegistry() - Method in class org.apache.jackrabbit.core.session.SessionContext
-
Returns a namespace registry instance which asserts that the editing
session is allowed to modify the namespace registry.
- getNamespaceRegistry() - Method in class org.apache.jackrabbit.core.WorkspaceImpl
- getNamespaceResolver() - Method in interface org.apache.jackrabbit.core.cluster.ClusterContext
-
Return a namespace resolver to map prefixes to URIs and vice-versa
- getNamespaces() - Method in class org.apache.jackrabbit.core.nodetype.xml.NodeTypeReader
-
Returns the namespaces declared in the node type definition
file.
- getNamespaces() - Method in class org.apache.jackrabbit.core.util.DOMWalker
-
Returns the namespace mappings defined in the current element.
- getNewPrefix() - Method in class org.apache.jackrabbit.core.cluster.NamespaceRecord
-
Return the new prefix.
- getNode(Path) - Method in class org.apache.jackrabbit.core.ItemManager
-
- getNode(NodeId, NodeId) - Method in class org.apache.jackrabbit.core.ItemManager
-
Returns a node with a given id and parent id.
- getNode(Name) - Method in class org.apache.jackrabbit.core.NodeImpl
-
Returns the child node of this
node with the specified
name
.
- getNode(Name, int) - Method in class org.apache.jackrabbit.core.NodeImpl
-
Returns the child node of this
node with the specified
name
.
- getNode(String) - Method in class org.apache.jackrabbit.core.NodeImpl
- getNode() - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- getNode() - Method in class org.apache.jackrabbit.core.query.lucene.join.JoinRow
-
- getNode(String) - Method in class org.apache.jackrabbit.core.query.lucene.join.JoinRow
-
- getNode() - Method in class org.apache.jackrabbit.core.query.lucene.join.SelectorRow
-
- getNode(String) - Method in class org.apache.jackrabbit.core.query.lucene.join.SelectorRow
-
- getNode(String) - Static method in class org.apache.jackrabbit.core.session.SessionItemOperation
-
Creates a session operation for getting the node at the given path.
- getNode(String) - Method in class org.apache.jackrabbit.core.SessionImpl
-
- getNode(Name, int) - Method in class org.apache.jackrabbit.core.version.NodeStateEx
-
retrieves the child node with the given name and 1-base index or
null
if the node does not exist.
- getNode(NodeId) - Method in class org.apache.jackrabbit.core.version.NodeStateEx
-
Returns the node with the given id.
- getNodeBoost(NodeState) - Method in interface org.apache.jackrabbit.core.query.lucene.IndexingConfiguration
-
Returns the boost for the node scope fulltext index field.
- getNodeBoost(NodeState) - Method in class org.apache.jackrabbit.core.query.lucene.IndexingConfigurationImpl
-
Returns the boost for the node scope fulltext index field.
- getNodeBoost() - Method in class org.apache.jackrabbit.core.query.lucene.NodeIndexer
-
- getNodeById(NodeId) - Method in class org.apache.jackrabbit.core.SessionImpl
-
Retrieves the Node
with the given id.
- getNodeByIdentifier(String) - Method in class org.apache.jackrabbit.core.SessionImpl
-
- getNodeByUUID(String) - Method in class org.apache.jackrabbit.core.SessionImpl
- getNodeCount() - Method in interface org.apache.jackrabbit.core.persistence.check.ConsistencyReport
-
- getNodeCount() - Method in class org.apache.jackrabbit.core.persistence.check.ConsistencyReportImpl
-
- getNodeDefinition() - Method in class org.apache.jackrabbit.core.AbstractNodeData
-
Return the associated node definition.
- getNodeDefinition(QNodeDefinition) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeManagerImpl
-
- getNodeId() - Method in class org.apache.jackrabbit.core.cluster.LockRecord
-
Return the node id.
- getNodeId() - Method in class org.apache.jackrabbit.core.NodeImpl
-
Returns the identifier of this Node
.
- getNodeId() - Method in interface org.apache.jackrabbit.core.persistence.check.ReportItem
-
- getNodeId() - Method in class org.apache.jackrabbit.core.persistence.check.ReportItemImpl
-
- getNodeId() - Method in class org.apache.jackrabbit.core.query.lucene.NodeIndexer
-
Returns the NodeId
of the indexed node.
- getNodeId() - Method in class org.apache.jackrabbit.core.query.lucene.ScoreNode
-
- getNodeId() - Method in class org.apache.jackrabbit.core.state.NodeState
-
Returns the identifier of this node.
- getNodeId() - Method in class org.apache.jackrabbit.core.value.InternalValue
-
- getNodeId() - Method in class org.apache.jackrabbit.core.version.NodeStateEx
-
Returns the id of this node.
- getNodeIdentifiers() - Method in class org.apache.jackrabbit.core.security.authorization.AccessControlModifications
-
- getNodeIdFactory() - Method in class org.apache.jackrabbit.core.RepositoryContext
-
- getNodeIdFactory() - Method in class org.apache.jackrabbit.core.session.SessionContext
-
- getNodeIdFactory() - Method in class org.apache.jackrabbit.core.state.LocalItemStateManager
-
- getNodeIdFactory() - Method in class org.apache.jackrabbit.core.state.SharedItemStateManager
-
- getNodeIdQuery(String, String) - Method in class org.apache.jackrabbit.core.query.lucene.LuceneQueryFactory
-
- getNodeLocalNameQuery(int, String, StaticOperand) - Method in class org.apache.jackrabbit.core.query.lucene.LuceneQueryFactory
-
- getNodeNameQuery(int, String, StaticOperand) - Method in class org.apache.jackrabbit.core.query.lucene.LuceneQueryFactory
-
- getNodeOrNull(String) - Method in class org.apache.jackrabbit.core.SessionImpl
-
- getNodePathTemplate() - Method in class org.apache.jackrabbit.core.persistence.xml.XMLPersistenceManager
-
Deprecated.
Returns the node path template.
- getNodeReferences(NodeId) - Method in interface org.apache.jackrabbit.core.state.ItemStateManager
-
Return a node references object, given its target id
- getNodeReferences(NodeId) - Method in class org.apache.jackrabbit.core.state.LocalItemStateManager
-
Return a node references object, given its target id
- getNodeReferences(NodeId) - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
Return a node references object, given its target id
- getNodeReferences(NodeId) - Method in class org.apache.jackrabbit.core.state.SharedItemStateManager
-
Return a node references object, given its target id
- getNodeReferences(NodeId) - Method in class org.apache.jackrabbit.core.state.XAItemStateManager
-
Return a node references object, given its target id
- getNodeReferences(NodeId) - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
Return a node references object, given its target id
- getNodeReferences(NodeId) - Method in class org.apache.jackrabbit.core.version.VersionItemStateManager
-
- getNodeReferences(NodeId) - Method in class org.apache.jackrabbit.core.virtual.AbstractVISProvider
-
Return a node references object, given its target id
- getNodes() - Method in class org.apache.jackrabbit.core.NodeImpl
- getNodes(String) - Method in class org.apache.jackrabbit.core.NodeImpl
- getNodes(String[]) - Method in class org.apache.jackrabbit.core.NodeImpl
- getNodes() - Method in class org.apache.jackrabbit.core.query.lucene.join.SimpleQueryResult
-
Returns the nodes that match this query.
- getNodes() - Method in class org.apache.jackrabbit.core.query.lucene.QueryResultImpl
- getNodeState() - Method in class org.apache.jackrabbit.core.AbstractNodeData
-
Return the associated node state.
- getNodeState(Path) - Method in class org.apache.jackrabbit.core.BatchedItemOperations
-
Retrieves the state of the node at the given path.
- getNodeState(NodeId) - Method in class org.apache.jackrabbit.core.BatchedItemOperations
-
Retrieves the state of the node with the given id.
- getNodeState(ItemStateManager, HierarchyManager, Path) - Method in class org.apache.jackrabbit.core.BatchedItemOperations
-
Retrieves the state of the node at nodePath
using the given
item state manager.
- getNodeState(NodeId) - Method in class org.apache.jackrabbit.core.state.LocalItemStateManager
-
Retrieve a node state from the parent shared state manager and
wraps it into a intermediate object that helps us handle local
modifications.
- getNodeStateEx(NodeId) - Method in class org.apache.jackrabbit.core.version.InternalVersionManagerImpl
-
Returns the node with the given persistent id.
- getNodeStateEx(NodeId) - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
Returns the node with the given persistent id.
- getNodeStateEx(NodeId) - Method in class org.apache.jackrabbit.core.version.VersionManagerImplBase
-
returns the node state for the given node id
- getNodeType(Name) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeManagerImpl
-
- getNodeType(String) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeManagerImpl
- getNodeType() - Method in class org.apache.jackrabbit.core.observation.EventState
-
Returns the node type of the parent node associated with this event.
- getNodeTypeDef(Name) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeRegistry
-
Returns the node type definition of the node type with the given name.
- getNodeTypeDefs() - Method in class org.apache.jackrabbit.core.nodetype.xml.NodeTypeReader
-
Returns all node type definitions specified by node type elements
under the current element.
- getNodeTypeManager() - Method in class org.apache.jackrabbit.core.session.SessionContext
-
Returns the node type manager of this session.
- getNodeTypeManager() - Method in class org.apache.jackrabbit.core.SessionImpl
-
Returns the NodeTypeManager
.
- getNodeTypeManager() - Method in class org.apache.jackrabbit.core.WorkspaceImpl
- getNodeTypeName() - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle
-
Returns the nodetype name of this bundle
- getNodeTypeName() - Method in class org.apache.jackrabbit.core.state.NodeState
-
Returns the name of this node's node type.
- getNodeTypeName() - Method in class org.apache.jackrabbit.core.xml.NodeInfo
-
Returns the name of the primary type of the node being imported.
- getNodeTypeRegistry() - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeManagerImpl
-
- getNodeTypeRegistry() - Method in class org.apache.jackrabbit.core.persistence.PMContext
-
Returns the node type registry
- getNodeTypeRegistry() - Method in class org.apache.jackrabbit.core.query.QueryHandlerContext
-
Returns the NodeTypeRegistry for this repository.
- getNodeTypeRegistry() - Method in class org.apache.jackrabbit.core.RepositoryContext
-
Returns the namespace registry of this repository.
- getNodeTypeRegistry() - Method in class org.apache.jackrabbit.core.session.SessionContext
-
Returns the node type registry of this repository.
- getNodeTypeRegistry() - Method in class org.apache.jackrabbit.core.virtual.AbstractVISProvider
-
returns the node type manager
- getNodeTypes(NodeTypeManagerImpl) - Method in class org.apache.jackrabbit.core.observation.EventState
-
Returns the
Set
of
NodeType
s
assigned to the parent node associated with this event.
- getNotQuery(Not, Map<String, NodeType>, JackrabbitIndexSearcher) - Method in class org.apache.jackrabbit.core.query.lucene.LuceneQueryFactory
-
- getNsIndex() - Method in class org.apache.jackrabbit.core.persistence.bundle.AbstractBundlePersistenceManager
-
Returns the namespace index
- getNumVersions() - Method in interface org.apache.jackrabbit.core.version.InternalVersionHistory
-
Returns the number of versions in this version history.
- getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.jackrabbit.core.jndi.BindableRepositoryFactory
- getObservationDispatcher() - Method in class org.apache.jackrabbit.core.RepositoryImpl.WorkspaceInfo
-
Returns the observation dispatcher for this workspace
- getObservationDispatcher(String) - Method in class org.apache.jackrabbit.core.WorkspaceManager
-
- getObservationManager() - Method in class org.apache.jackrabbit.core.session.SessionContext
-
- getObservationManager() - Method in class org.apache.jackrabbit.core.WorkspaceImpl
-
Returns the observation manager of this session.
- getOldPrefix() - Method in class org.apache.jackrabbit.core.cluster.NamespaceRecord
-
Return the old prefix.
- getOnWorkspaceInconsistency() - Method in class org.apache.jackrabbit.core.query.AbstractQueryHandler
-
- getOnWorkspaceInconsistencyHandler() - Method in class org.apache.jackrabbit.core.query.AbstractQueryHandler
-
- getOperation() - Method in class org.apache.jackrabbit.core.cluster.NodeTypeRecord
-
Return the operation type.
- getOrCreateLocalState(NodeState) - Method in class org.apache.jackrabbit.core.state.LocalItemStateManager
-
Returns the local node state below the given transient one.
- getOrCreateProperty(String, int, boolean, boolean, BitSet) - Method in class org.apache.jackrabbit.core.NodeImpl
-
- getOrCreateProperty(Name, int, boolean, boolean, BitSet) - Method in class org.apache.jackrabbit.core.NodeImpl
-
- getOrCreatePropertyState(Name, int, boolean) - Method in class org.apache.jackrabbit.core.virtual.VirtualNodeState
-
Retrieves or creates a new property state as child property of this node
- getOrCreateRepository(String, String) - Method in class org.apache.jackrabbit.core.JackrabbitRepositoryStub
-
- getOrCreateTransientItemState() - Method in class org.apache.jackrabbit.core.ItemImpl
-
- getOrCreateTransientItemState() - Method in class org.apache.jackrabbit.core.NodeImpl
-
- getOrCreateTransientItemState() - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- getOrderings() - Method in class org.apache.jackrabbit.core.query.QueryObjectModelImpl
-
Gets the orderings for this query.
- getOrQuery(Or, Map<String, NodeType>, JackrabbitIndexSearcher) - Method in class org.apache.jackrabbit.core.query.lucene.LuceneQueryFactory
-
- getOutputStream(String) - Method in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
- getOutputStream(String) - Method in class org.apache.jackrabbit.core.fs.mem.MemoryFileSystem
-
- getOverlayedState() - Method in class org.apache.jackrabbit.core.state.ItemState
-
Returns the persistent state backing this transient state or
null
if there is no persistent state (i.e..
- getOwner() - Method in class org.apache.jackrabbit.core.cluster.LockRecord
-
Return the lock owner associated with the lock operation.
- getParameters() - Method in class org.apache.jackrabbit.core.config.BeanConfig
-
Returns the initial properties of the configured bean.
- getParent() - Method in class org.apache.jackrabbit.core.ItemImpl
- getParent() - Method in class org.apache.jackrabbit.core.NodeImpl
- getParent(boolean) - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- getParent() - Method in class org.apache.jackrabbit.core.PropertyImpl
- getParent() - Method in interface org.apache.jackrabbit.core.version.InternalVersionItem
-
returns the parent version item or null
.
- getParent() - Method in class org.apache.jackrabbit.core.version.NodeStateEx
-
Returns the parent node of this node
- getParentDocId(int) - Method in class org.apache.jackrabbit.core.query.lucene.CachingMultiIndexReader
-
Returns the DocId of the parent of n
or DocId.NULL
if n
does not have a parent (n
is the root
node).
- getParentHandler() - Method in class org.apache.jackrabbit.core.query.QueryHandlerContext
-
Returns the parent query handler.
- getParentId() - Method in class org.apache.jackrabbit.core.AbstractNodeData
-
Return the parent id of this node.
- getParentId(ItemState) - Method in class org.apache.jackrabbit.core.HierarchyManagerImpl
-
Returns the parentUUID
of the given item.
- getParentId() - Method in class org.apache.jackrabbit.core.id.PropertyId
-
Returns the identifier of the parent node.
- getParentId() - Method in class org.apache.jackrabbit.core.ItemData
-
Return the parent id of this item.
- getParentId() - Method in class org.apache.jackrabbit.core.NodeImpl
-
Helper method, returning the parent id this node is attached to.
- getParentId() - Method in class org.apache.jackrabbit.core.observation.EventImpl
-
Returns the uuid of the parent node.
- getParentId() - Method in class org.apache.jackrabbit.core.observation.EventState
-
Returns the uuid of the parent node.
- getParentId() - Method in class org.apache.jackrabbit.core.persistence.util.NodeInfo
-
- getParentId() - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle
-
Returns the parent id of this bundle
- getParentId() - Method in class org.apache.jackrabbit.core.state.ItemState
-
Returns the NodeId of the parent NodeState
or null
if either this item state represents the root node or this item state is
'free floating', i.e.
- getParentId() - Method in class org.apache.jackrabbit.core.state.NodeState
-
Returns the NodeId of the parent NodeState
or null
if either this item state represents the root node or this item state is
'free floating', i.e.
- getParentId() - Method in class org.apache.jackrabbit.core.state.PropertyState
-
Returns the NodeId of the parent NodeState
or null
if either this item state represents the root node or this item state is
'free floating', i.e.
- getParentId() - Method in class org.apache.jackrabbit.core.version.NodeStateEx
-
Returns the parent id of this node
- getParentId(ItemState) - Method in class org.apache.jackrabbit.core.ZombieHierarchyManager
-
Returns the parentUUID
of the given item.
- getParentIds(ItemState, boolean) - Method in class org.apache.jackrabbit.core.HierarchyManagerImpl
-
Return all parents of a node.
- getParentPath() - Method in class org.apache.jackrabbit.core.observation.EventState
-
Returns the path of the parent node.
- getParents(int, int[]) - Method in class org.apache.jackrabbit.core.query.lucene.CachingMultiIndexReader
-
Returns the document number of the parent of n
or an empty
array if n
does not have a parent (n
is the
root node).
- getParents(int, int[]) - Method in interface org.apache.jackrabbit.core.query.lucene.HierarchyResolver
-
Returns the document number of the parent of n
or an empty
array if n
does not have a parent (n
is the
root node).
- getParents(int, int[]) - Method in class org.apache.jackrabbit.core.query.lucene.JackrabbitIndexReader
-
Returns the document number of the parent of n
or an empty
array if n
does not have a parent (n
is the
root node).
- getParents(int, int[]) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex.CombinedIndexReader
-
Returns the document number of the parent of n
or an empty
array if n
does not have a parent (n
is the
root node).
- getParser() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Returns the parser used for extracting text content
from binary properties for full text indexing.
- getPassword() - Method in class org.apache.jackrabbit.core.fs.db.DbFileSystem
-
- getPassword() - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
- getPassword() - Method in class org.apache.jackrabbit.core.persistence.db.SimpleDbPersistenceManager
-
Deprecated.
- getPassword() - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Returns the configured password that is used to establish JDBC connections.
- getPassword() - Method in class org.apache.jackrabbit.core.security.authentication.CryptedSimpleCredentials
-
- getPath(ItemId) - Method in class org.apache.jackrabbit.core.CachingHierarchyManager
-
Returns the path to the given item.
- getPath(ItemId) - Method in interface org.apache.jackrabbit.core.HierarchyManager
-
Returns the path to the given item.
- getPath(ItemId) - Method in class org.apache.jackrabbit.core.HierarchyManagerImpl
-
Returns the path to the given item.
- getPath() - Method in class org.apache.jackrabbit.core.ItemImpl
- getPath() - Method in class org.apache.jackrabbit.core.observation.EventImpl
- getPath() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Returns the location of the search index.
- getPath() - Method in class org.apache.jackrabbit.core.security.authorization.AbstractACLTemplate
-
- getPath() - Method in class org.apache.jackrabbit.core.security.authorization.UnmodifiableAccessControlList
-
- getPath(String) - Method in class org.apache.jackrabbit.core.SessionImpl
-
- getPathPrefix() - Method in class org.apache.jackrabbit.core.observation.EventStateCollection
-
Returns the path prefix for this event state collection or null
if no path prefix was set in the constructor of this collection.
- getPersistenceManager() - Method in class org.apache.jackrabbit.core.query.QueryHandlerContext
-
- getPersistenceManager() - Method in class org.apache.jackrabbit.core.RepositoryImpl.WorkspaceInfo
-
Returns the workspace persistence manager.
- getPersistenceManager() - Method in class org.apache.jackrabbit.core.version.InternalVersionManagerImpl
-
Return the persistence manager.
- getPersistenceManagerConfig() - Method in class org.apache.jackrabbit.core.config.VersioningConfig
-
Returns the versioning persistence manager configuration.
- getPersistenceManagerConfig() - Method in class org.apache.jackrabbit.core.config.WorkspaceConfig
-
Returns the workspace persistence manager configuration.
- getPolicies(String) - Method in class org.apache.jackrabbit.core.security.AbstractAccessControlManager
-
Returns null
.
- getPolicies(Principal) - Method in class org.apache.jackrabbit.core.security.AbstractAccessControlManager
-
- getPolicies(String) - Method in interface org.apache.jackrabbit.core.security.authorization.AccessControlEditor
-
Retrieves the policies for the Node identified by the given
nodePath
.
- getPolicies(Principal) - Method in interface org.apache.jackrabbit.core.security.authorization.AccessControlEditor
-
Retrieves the policies that have been applied before for the given
principal
.
- getPolicies(String) - Method in class org.apache.jackrabbit.core.security.authorization.acl.ACLEditor
-
- getPolicies(Principal) - Method in class org.apache.jackrabbit.core.security.authorization.acl.ACLEditor
-
Always returns an empty array as no applicable policies are exposed.
- getPolicies(String) - Method in class org.apache.jackrabbit.core.security.authorization.principalbased.ACLEditor
-
- getPolicies(Principal) - Method in class org.apache.jackrabbit.core.security.authorization.principalbased.ACLEditor
-
- getPolicies(String) - Method in class org.apache.jackrabbit.core.security.DefaultAccessManager
-
- getPolicies(Principal) - Method in class org.apache.jackrabbit.core.security.DefaultAccessManager
-
- getPosition() - Method in class org.apache.jackrabbit.core.LazyItemIterator
- getPosition() - Method in class org.apache.jackrabbit.core.observation.EventJournalImpl
- getPreAuthAttributeName() - Method in class org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
-
- getPredecessors() - Method in interface org.apache.jackrabbit.core.version.InternalVersion
-
- getPredecessors() - Method in class org.apache.jackrabbit.core.version.VersionImpl
- getPrefix(String) - Method in class org.apache.jackrabbit.core.NamespaceRegistryImpl
- getPrefix(String) - Method in class org.apache.jackrabbit.core.nodetype.xml.AdditionalNamespaceResolver
- getPrefix(String) - Method in class org.apache.jackrabbit.core.query.lucene.FileBasedNamespaceMappings
-
Returns a prefix for the namespace uri
.
- getPrefix(String) - Method in class org.apache.jackrabbit.core.query.lucene.NSRegistryBasedNamespaceMappings
- getPrefix(String) - Method in class org.apache.jackrabbit.core.SessionImpl
-
- getPrefixes() - Method in class org.apache.jackrabbit.core.NamespaceRegistryImpl
- getPrefixQuery(String, String) - Method in class org.apache.jackrabbit.core.query.lucene.JackrabbitQueryParser
- getPreviousRevision() - Method in class org.apache.jackrabbit.core.journal.FileRecordLog
-
Return the previous revision.
- getPrimaryItem() - Method in class org.apache.jackrabbit.core.NodeImpl
- getPrimaryItemName() - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
- getPrimaryItemName() - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeDefinitionImpl
- getPrimaryNodeType() - Method in class org.apache.jackrabbit.core.NodeImpl
- getPrimaryNodeTypeName() - Method in class org.apache.jackrabbit.core.NodeImpl
-
Returns the name of the primary node type as exposed on the node state
without retrieving the node type.
- getPrimaryNodeTypeName() - Method in class org.apache.jackrabbit.core.observation.EventImpl
-
- getPrimaryNodeTypes() - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeManagerImpl
- getPrimaryParentId() - Method in class org.apache.jackrabbit.core.AbstractNodeData
-
Return the primary parent id of this node.
- getPrimaryPath() - Method in class org.apache.jackrabbit.core.ItemImpl
-
Returns the primary path to this Item
.
- getPrimaryPath() - Method in class org.apache.jackrabbit.core.NodeImpl
-
Returns the primary path to this Item
.
- getPrincipal(Credentials) - Method in class org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
-
Authentication process associates a Principal to Credentials
This method resolves the Principal for the given Credentials.
- getPrincipal(Credentials) - Method in class org.apache.jackrabbit.core.security.authentication.DefaultLoginModule
-
Resolves the userID from the given credentials and obtains the
principal from the User object associated with the given userID.
- getPrincipal() - Method in class org.apache.jackrabbit.core.security.authorization.AccessControlEntryImpl
-
- getPrincipal(String) - Method in class org.apache.jackrabbit.core.security.principal.AbstractPrincipalProvider
-
Returns the principal with the given name if is known to this provider
- getPrincipal(String) - Method in class org.apache.jackrabbit.core.security.principal.FallbackPrincipalProvider
-
Returns the principal with the given name if is known to this provider
- getPrincipal(String) - Method in class org.apache.jackrabbit.core.security.principal.PrincipalManagerImpl
- getPrincipal(String) - Method in interface org.apache.jackrabbit.core.security.principal.PrincipalProvider
-
Returns the principal with the given name if is known to this provider
- getPrincipal(Credentials) - Method in class org.apache.jackrabbit.core.security.simple.SimpleLoginModule
-
- getPrincipal() - Method in class org.apache.jackrabbit.core.security.user.UserImpl
-
- getPrincipalManager(Session) - Method in class org.apache.jackrabbit.core.DefaultSecurityManager
-
- getPrincipalManager(Session) - Method in interface org.apache.jackrabbit.core.security.JackrabbitSecurityManager
-
Retrieve the principal manager for the given session
.
- getPrincipalManager(Session) - Method in class org.apache.jackrabbit.core.security.simple.SimpleSecurityManager
-
- getPrincipalManager() - Method in class org.apache.jackrabbit.core.SessionImpl
-
- getPrincipalProvider() - Method in class org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
-
Returns the configured name of the principal provider class.
- getPrincipalProviderRegistry() - Method in class org.apache.jackrabbit.core.DefaultSecurityManager
-
- getPrincipalProviderRegistry() - Method in class org.apache.jackrabbit.core.security.authentication.RepositoryCallback
-
- getPrincipals() - Method in class org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
-
- getPrincipals(int) - Method in class org.apache.jackrabbit.core.security.principal.DefaultPrincipalProvider
-
- getPrincipals(int) - Method in class org.apache.jackrabbit.core.security.principal.FallbackPrincipalProvider
-
Returns an iterator over all principals that match the given search type.
- getPrincipals(int) - Method in class org.apache.jackrabbit.core.security.principal.PrincipalManagerImpl
- getPrincipals(int) - Method in interface org.apache.jackrabbit.core.security.principal.PrincipalProvider
-
Returns an iterator over all principals that match the given search type.
- getPrivilege(String) - Method in class org.apache.jackrabbit.core.security.authorization.PrivilegeManagerImpl
-
- getPrivilege(String) - Method in class org.apache.jackrabbit.core.security.authorization.PrivilegeRegistry
-
- getPrivilegeBits() - Method in class org.apache.jackrabbit.core.security.authorization.AbstractCompiledPermissions.Result
-
- getPrivilegeBits() - Method in class org.apache.jackrabbit.core.security.authorization.AccessControlEntryImpl
-
- getPrivilegeManager() - Method in class org.apache.jackrabbit.core.security.AbstractAccessControlManager
-
- getPrivilegeManager() - Method in class org.apache.jackrabbit.core.security.AMContext
-
Returns the privilege manager
- getPrivilegeManager() - Method in class org.apache.jackrabbit.core.security.authorization.AccessControlEntryImpl
-
- getPrivilegeManager() - Method in class org.apache.jackrabbit.core.security.DefaultAccessManager
-
- getPrivilegeManager() - Method in class org.apache.jackrabbit.core.security.simple.SimpleAccessManager
-
- getPrivilegeManager() - Method in class org.apache.jackrabbit.core.session.SessionContext
-
Returns the privilege manager of this session.
- getPrivilegeManager() - Method in class org.apache.jackrabbit.core.WorkspaceImpl
-
Return the PrivilegeManager
.
- getPrivilegeManagerImpl() - Method in class org.apache.jackrabbit.core.security.authorization.AbstractAccessControlProvider
-
- getPrivilegeManagerImpl() - Method in class org.apache.jackrabbit.core.security.authorization.AbstractCompiledPermissions
-
Retrieve the privilege manager.
- getPrivilegeRegistry() - Method in class org.apache.jackrabbit.core.RepositoryContext
-
Returns the privilege registry of this repository.
- getPrivileges(Path) - Method in class org.apache.jackrabbit.core.security.authorization.AbstractCompiledPermissions
-
- getPrivileges() - Method in class org.apache.jackrabbit.core.security.authorization.AbstractCompiledPermissions.Result
-
- getPrivileges() - Method in class org.apache.jackrabbit.core.security.authorization.AccessControlEntryImpl
-
- getPrivileges(Path) - Method in interface org.apache.jackrabbit.core.security.authorization.CompiledPermissions
-
- getPrivileges(PrivilegeBits) - Method in class org.apache.jackrabbit.core.security.authorization.PrivilegeManagerImpl
-
Returns an array of registered Privilege
s.
- getPrivileges(int) - Method in class org.apache.jackrabbit.core.security.authorization.PrivilegeRegistry
-
- getPrivileges(String) - Method in class org.apache.jackrabbit.core.security.DefaultAccessManager
-
- getPrivileges(String, Set<Principal>) - Method in class org.apache.jackrabbit.core.security.DefaultAccessManager
-
- getPrivileges(String) - Method in class org.apache.jackrabbit.core.security.simple.SimpleAccessManager
- getPrivileges(String, Set<Principal>) - Method in class org.apache.jackrabbit.core.security.simple.SimpleAccessManager
-
- getPrivilegeSet(Path) - Method in class org.apache.jackrabbit.core.security.authorization.AbstractCompiledPermissions
-
- getPrivilegeSet(Path) - Method in interface org.apache.jackrabbit.core.security.authorization.CompiledPermissions
-
Returns the Privilege
s granted by the underlying policy
at the given absPath
.
- getProcessedReferences() - Method in class org.apache.jackrabbit.core.util.ReferenceChangeTracker
-
Returns an iterator over all processed reference properties.
- getProducer(String) - Method in class org.apache.jackrabbit.core.journal.AbstractJournal
-
Return the record producer for a given identifier.
- getProducer(String) - Method in interface org.apache.jackrabbit.core.journal.Journal
-
Return the record producer for a given identifier.
- getProducerId() - Method in class org.apache.jackrabbit.core.journal.AppendRecord
-
Return this record's producer identifier.
- getProducerId() - Method in class org.apache.jackrabbit.core.journal.MemoryJournal.MemoryRecord
-
Return the producer id.
- getProducerId() - Method in class org.apache.jackrabbit.core.journal.ReadRecord
-
Return this record's producer identifier.
- getProducerId() - Method in interface org.apache.jackrabbit.core.journal.Record
-
Return this record's producer identifier.
- getProperties() - Method in class org.apache.jackrabbit.core.NodeImpl
- getProperties(String) - Method in class org.apache.jackrabbit.core.NodeImpl
- getProperties(String[]) - Method in class org.apache.jackrabbit.core.NodeImpl
- getProperties() - Method in class org.apache.jackrabbit.core.version.NodeStateEx
-
Returns the properties of this node
- getProperties() - Method in class org.apache.jackrabbit.core.virtual.VirtualNodeState
-
Returns the properties of this node
- getProperty(Path) - Method in class org.apache.jackrabbit.core.ItemManager
-
- getProperty(Name) - Method in class org.apache.jackrabbit.core.NodeImpl
-
Returns the property of this
node with the specified
name
.
- getProperty(String) - Method in class org.apache.jackrabbit.core.NodeImpl
- getProperty() - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- getProperty(ScoreNode, EvaluationContext) - Method in class org.apache.jackrabbit.core.query.lucene.constraint.PropertyValueOperand
-
Returns the property for the given score node or null
if
none exists.
- getProperty(String) - Static method in class org.apache.jackrabbit.core.session.SessionItemOperation
-
Creates a session operation for getting the property at the given path.
- getProperty(String) - Method in class org.apache.jackrabbit.core.SessionImpl
-
- getProperty(Name) - Method in class org.apache.jackrabbit.core.virtual.VirtualNodeState
-
returns the property state of the given name
- getPropertyAnalyzer(String) - Method in interface org.apache.jackrabbit.core.query.lucene.IndexingConfiguration
-
Returns the analyzer configured for the property with this fieldName
(the string representation ,JCR-style name, of the given Name
prefixed with FieldNames.FULLTEXT_PREFIX
),
and null
if none is configured, or the configured analyzer
cannot be found.
- getPropertyAnalyzer(String) - Method in class org.apache.jackrabbit.core.query.lucene.IndexingConfigurationImpl
-
Returns the analyzer configured for the property with this fieldName
(the string representation ,JCR-style name, of the given Name
prefixed with FieldNames.FULLTEXT_PREFIX
)),
and null
if none is configured, or the configured analyzer
cannot be found.
- getPropertyBoost(NodeState, Name) - Method in interface org.apache.jackrabbit.core.query.lucene.IndexingConfiguration
-
Returns the boost value for the given property name.
- getPropertyBoost(NodeState, Name) - Method in class org.apache.jackrabbit.core.query.lucene.IndexingConfigurationImpl
-
Returns the boost value for the given property name.
- getPropertyBoost(Name) - Method in class org.apache.jackrabbit.core.query.lucene.NodeIndexer
-
Returns the boost value for the given property name.
- getPropertyDefinition(QPropertyDefinition) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeManagerImpl
-
- getPropertyDefinition() - Method in class org.apache.jackrabbit.core.PropertyData
-
Return the associated property definition.
- getPropertyDefinitions() - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeImpl
- getPropertyEntries() - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle
-
Returns a collection of property entries.
- getPropertyEntry(Name) - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle
-
Returns the property entry with the given name.
- getPropertyExistenceQuery(PropertyExistence) - Method in class org.apache.jackrabbit.core.query.lucene.LuceneQueryFactory
-
- getPropertyId() - Method in class org.apache.jackrabbit.core.state.PropertyState
-
Returns the identifier of this property.
- getPropertyNames() - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle
-
Returns a set of the property names.
- getPropertyNames() - Method in class org.apache.jackrabbit.core.state.NodeState
-
Returns the names of this node's properties as a set of
QNames
objects.
- getPropertyOrNull(String) - Method in class org.apache.jackrabbit.core.SessionImpl
-
- getPropertyState(PropertyId) - Method in class org.apache.jackrabbit.core.BatchedItemOperations
-
Retrieves the state of the property with the given id.
- getPropertyState() - Method in class org.apache.jackrabbit.core.PropertyData
-
Return the associated property state.
- getPropertyState(ScoreNode, EvaluationContext) - Method in class org.apache.jackrabbit.core.query.lucene.constraint.PropertyValueOperand
-
Returns the property state for the given score node or null
if none exists.
- getPropertyState(PropertyId) - Method in class org.apache.jackrabbit.core.state.LocalItemStateManager
-
Retrieve a property state from the parent shared state manager and
wraps it into a intermediate object that helps us handle local
modifications.
- getPropertyType() - Method in class org.apache.jackrabbit.core.query.lucene.PropertyMetaData
-
- getPropertyTypeRegistry() - Method in class org.apache.jackrabbit.core.query.QueryHandlerContext
-
Returns the PropertyTypeRegistry for this repository.
- getPropertyTypes(Name) - Method in class org.apache.jackrabbit.core.query.PropertyTypeRegistry
-
Returns an array of type mappings for a given property name
propName
.
- getPropertyValue(Name) - Method in class org.apache.jackrabbit.core.version.NodeStateEx
-
Returns the value of the given property or null
- getPropertyValue(Name) - Method in class org.apache.jackrabbit.core.virtual.VirtualNodeState
-
Returns the value of the given property or null
- getPropertyValueQuery(String, String, Value, int, int) - Method in class org.apache.jackrabbit.core.query.lucene.LuceneQueryFactory
-
- getPropertyValues(Name) - Method in class org.apache.jackrabbit.core.version.NodeStateEx
-
Returns the values of the given property or null
- getPropertyValues(Name) - Method in class org.apache.jackrabbit.core.virtual.VirtualNodeState
-
Returns the values of the given property of null
- getProtectedItemImporters() - Method in class org.apache.jackrabbit.core.config.ImportConfig
-
- getProvider(String) - Method in interface org.apache.jackrabbit.core.security.principal.PrincipalProviderRegistry
-
- getProvider(String) - Method in class org.apache.jackrabbit.core.security.principal.ProviderRegistryImpl
-
- getProviders() - Method in interface org.apache.jackrabbit.core.security.principal.PrincipalProviderRegistry
-
Returns all registered providers.
- getProviders() - Method in class org.apache.jackrabbit.core.security.principal.ProviderRegistryImpl
-
- getQName() - Method in class org.apache.jackrabbit.core.ItemImpl
-
Same as
Item.getName()
except that
this method returns a
Name
instead of a
String
.
- getQName(String) - Method in class org.apache.jackrabbit.core.ItemImpl
-
Utility method that converts the given string into a qualified JCR name.
- getQName() - Method in class org.apache.jackrabbit.core.NodeImpl
-
- getQName() - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeImpl
-
Returns the Name
of this node type.
- getQName() - Method in class org.apache.jackrabbit.core.PropertyImpl
-
Same as
Item.getName()
except that
this method returns a
Name
instead of a
String
.
- getQName(String) - Method in class org.apache.jackrabbit.core.session.SessionContext
-
- getQName(String) - Method in class org.apache.jackrabbit.core.SessionImpl
-
- getQOMFactory() - Method in class org.apache.jackrabbit.core.query.lucene.AbstractQueryImpl
-
- getQOMFactory() - Method in class org.apache.jackrabbit.core.query.QueryManagerImpl
-
Returns a QueryObjectModelFactory
with which a JCR-JQOM
query can be built programmatically.
- getQPath() - Method in class org.apache.jackrabbit.core.observation.EventImpl
-
Returns the Path
of this event.
- getQPath(String) - Method in class org.apache.jackrabbit.core.session.SessionContext
-
- getQPath(String, boolean) - Method in class org.apache.jackrabbit.core.session.SessionContext
-
- getQPath(String) - Method in class org.apache.jackrabbit.core.SessionImpl
-
- getQPath(String, boolean) - Method in class org.apache.jackrabbit.core.SessionImpl
-
- getQuery() - Method in class org.apache.jackrabbit.core.query.lucene.JackrabbitTermQuery.JackrabbitTermWeight
- getQuery() - Method in class org.apache.jackrabbit.core.query.lucene.QueryHitsQuery.QueryHitsQueryWeight
- getQuery(Node) - Method in class org.apache.jackrabbit.core.query.QueryManagerImpl
- getQueryClass() - Method in class org.apache.jackrabbit.core.query.AbstractQueryHandler
-
- getQueryClass() - Method in interface org.apache.jackrabbit.core.query.QueryHandler
-
- getQueryHandler(QueryHandlerContext) - Method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
Returns the initialized query handler, or null
if one
has not been configured.
- getQueryHandler(QueryHandlerContext) - Method in class org.apache.jackrabbit.core.config.WorkspaceConfig
-
Returns an initialized query handler, or null
if one
was not configured.
- getQueryHandler(QueryHandlerContext) - Method in interface org.apache.jackrabbit.core.query.QueryHandlerFactory
-
- getQueryHandler() - Method in class org.apache.jackrabbit.core.SearchManager
-
- getQueryHandlerFactory(Element) - Method in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Parses search index configuration.
- getQueryManager() - Method in class org.apache.jackrabbit.core.WorkspaceImpl
- getQueryNodeFactory() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
This method returns the QueryNodeFactory used to parse Queries.
- getQueryStat() - Method in class org.apache.jackrabbit.core.stats.StatManager
-
- getQueryTerms() - Method in class org.apache.jackrabbit.core.query.lucene.AbstractExcerpt
-
- getRawBytes() - Method in class org.apache.jackrabbit.core.id.NodeId
-
Returns the 16 bytes of this identifier.
- getReadDelay() - Method in class org.apache.jackrabbit.core.journal.MemoryJournal
-
Return the read delay in milliseconds.
- getReadOnlyPermissions() - Method in class org.apache.jackrabbit.core.security.authorization.AbstractAccessControlProvider
-
Returns compiled permissions for a read-only user i.e.
- getReads() - Static method in class org.apache.jackrabbit.core.query.lucene.IOCounters
-
- getRecord() - Method in class org.apache.jackrabbit.core.cluster.DefaultClusterOperation
-
Return the record.
- getRecords(long) - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
Return an iterator over all records after the specified revision.
- getRecords() - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
Return an iterator over all available records in the journal.
- getRecords(long) - Method in class org.apache.jackrabbit.core.journal.FileJournal
-
Return an iterator over all records after the specified revision.
- getRecords() - Method in class org.apache.jackrabbit.core.journal.FileJournal
-
Return an iterator over all available records in the journal.
- getRecords(long) - Method in interface org.apache.jackrabbit.core.journal.Journal
-
Return an iterator over all records after the specified revision.
- getRecords() - Method in interface org.apache.jackrabbit.core.journal.Journal
-
Return an iterator over all available records in the journal.
- getRecords(long) - Method in class org.apache.jackrabbit.core.journal.MemoryJournal
-
Return an iterator over all records after the specified revision.
- getRecords() - Method in class org.apache.jackrabbit.core.journal.MemoryJournal
-
Return an iterator over all available records in the journal.
- getRecursiveAggregationLimit() - Method in interface org.apache.jackrabbit.core.query.lucene.AggregateRule
-
recursive aggregation (for same type nodes) limit.
- getRedoLogFactory() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getRedoLogFactoryClass() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getRefCountJr() - Method in class org.apache.jackrabbit.core.query.lucene.RefCountingIndexReader
-
- getReference() - Method in class org.apache.jackrabbit.core.jndi.BindableRepository
-
Returns the JNDI reference for this content repository.
- getReferences() - Method in class org.apache.jackrabbit.core.NodeImpl
- getReferences(String) - Method in class org.apache.jackrabbit.core.NodeImpl
- getReferences() - Method in class org.apache.jackrabbit.core.persistence.util.NodeInfo
-
- getReferences() - Method in class org.apache.jackrabbit.core.state.NodeReferences
-
- getReferencesTo(NodeId) - Method in class org.apache.jackrabbit.core.state.ChangeLog
-
Return a node references object given the target node id.
- getRegisteredEventListeners() - Method in class org.apache.jackrabbit.core.observation.ObservationManagerImpl
- getRegisteredNodeTypes() - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeRegistry
-
Returns the names of all registered node types.
- getRegisteredPrivileges() - Method in class org.apache.jackrabbit.core.security.authorization.PrivilegeManagerImpl
-
- getRegisteredPrivileges() - Method in class org.apache.jackrabbit.core.security.authorization.PrivilegeRegistry
-
- getRelativeDepth(NodeId, ItemId) - Method in interface org.apache.jackrabbit.core.HierarchyManager
-
Returns the depth of the specified descendant relative to the given
ancestor.
- getRelativeDepth(NodeId, ItemId) - Method in class org.apache.jackrabbit.core.HierarchyManagerImpl
-
Returns the depth of the specified descendant relative to the given
ancestor.
- getRelativePath(NodeState, PropertyState) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Returns the relative path from nodeState
to
propState
.
- getRemovedChildNodeEntries() - Method in class org.apache.jackrabbit.core.state.NodeState
-
Returns a list of child node entries, that exist in the overlayed node state
but have been removed from this node state.
- getRemovedPropertyNames() - Method in class org.apache.jackrabbit.core.state.NodeState
-
Returns a set of Name
s denoting those properties that
exist in the overlayed node state but have been removed from
this node state.
- getRemovedShares() - Method in class org.apache.jackrabbit.core.state.NodeState
-
Returns a set of shares that were removed.
- getRenamedChildNodeEntries() - Method in class org.apache.jackrabbit.core.state.NodeState
-
Returns a list of child node entries that exist both in this node
state and in the overlayed node state but have been renamed.
- getReorderedChildNodeEntries() - Method in class org.apache.jackrabbit.core.state.NodeState
-
Returns a list of child node entries that exist both in this node
state and in the overlayed node state but have been reordered.
- getReport() - Method in class org.apache.jackrabbit.core.persistence.bundle.ConsistencyCheckerImpl
-
- getRepository() - Method in class org.apache.jackrabbit.core.DefaultSecurityManager
-
- getRepository() - Method in class org.apache.jackrabbit.core.JackrabbitRepositoryStub
-
Returns the configured repository instance.
- getRepository() - Method in class org.apache.jackrabbit.core.jndi.BindableRepository
-
Returns the underlying repository instance.
- getRepository() - Method in class org.apache.jackrabbit.core.RepositoryContext
-
Returns the repository instance to which this context is associated.
- getRepository(Map) - Method in class org.apache.jackrabbit.core.RepositoryFactoryImpl
-
- getRepository() - Method in class org.apache.jackrabbit.core.session.SessionContext
-
Returns this repository.
- getRepository() - Method in class org.apache.jackrabbit.core.SessionImpl
- getRepository() - Method in interface org.apache.jackrabbit.core.TransientRepository.RepositoryFactory
-
Creates and initializes a repository instance.
- getRepositoryConfig() - Method in class org.apache.jackrabbit.core.RepositoryContext
-
- getRepositoryContext(Repository) - Static method in class org.apache.jackrabbit.core.JackrabbitRepositoryStub
-
- getRepositoryContext() - Method in class org.apache.jackrabbit.core.session.SessionContext
-
Returns the repository context of the session.
- getRepositoryHome() - Method in interface org.apache.jackrabbit.core.cluster.ClusterContext
-
Return the repository home directory.
- getRepositoryHome(Properties) - Static method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
- getRepositoryHome() - Method in class org.apache.jackrabbit.core.journal.AbstractJournal
-
Return the repository home.
- getRepositoryLockMechanism() - Method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
Creates and returns the configured repository lock mechanism.
- getRepositoryLockMechanism() - Method in interface org.apache.jackrabbit.core.util.RepositoryLockMechanismFactory
-
- getRepositoryLockMechanismFactory(Element) - Method in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Parses repository lock mechanism configuration.
- getRepositoryManager(JackrabbitRepository) - Method in class org.apache.jackrabbit.core.RepositoryFactoryImpl
-
- getRepositoryStatistics() - Method in class org.apache.jackrabbit.core.persistence.PMContext
-
Returns the repository statistics collector.
- getRepositoryStatistics() - Method in class org.apache.jackrabbit.core.RepositoryContext
-
Returns the repository statistics collector.
- getResolver() - Method in class org.apache.jackrabbit.core.journal.AbstractJournal
-
Return this journal's namespace resolver.
- getResolver() - Method in class org.apache.jackrabbit.core.security.authorization.AccessControlEntryImpl
-
- getResource(String) - Method in class org.apache.jackrabbit.core.persistence.util.FileSystemBLOBStore
-
Retrieves the BLOB data with the specified id as a permanent resource.
- getResource(String) - Method in interface org.apache.jackrabbit.core.persistence.util.ResourceBasedBLOBStore
-
Retrieves the BLOB data with the specified id as a permanent resource.
- getRespectDocumentOrder() - Method in class org.apache.jackrabbit.core.query.lucene.AbstractQueryImpl
-
If set true
the result nodes will be in document order
per default (if no order by clause is specified).
- getRespectDocumentOrder() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getRestriction(Name) - Method in class org.apache.jackrabbit.core.security.authorization.AccessControlEntryImpl
-
- getRestriction(String) - Method in class org.apache.jackrabbit.core.security.authorization.AccessControlEntryImpl
-
- getRestrictionNames() - Method in class org.apache.jackrabbit.core.security.authorization.AccessControlEntryImpl
-
- getRestrictionNames() - Method in class org.apache.jackrabbit.core.security.authorization.UnmodifiableAccessControlList
-
- getRestrictions() - Method in class org.apache.jackrabbit.core.security.authorization.AccessControlEntryImpl
-
Returns the restrictions defined for this entry.
- getRestrictions(String) - Method in class org.apache.jackrabbit.core.security.authorization.AccessControlEntryImpl
-
- getRestrictionType(String) - Method in class org.apache.jackrabbit.core.security.authorization.UnmodifiableAccessControlList
-
- getResult(Path) - Method in class org.apache.jackrabbit.core.security.authorization.AbstractCompiledPermissions
-
- getResultFetchSize() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getResults(long) - Method in class org.apache.jackrabbit.core.query.lucene.QueryResultImpl
-
- getRetentionManager() - Method in class org.apache.jackrabbit.core.SessionImpl
-
- getRetentionPolicy(String) - Method in class org.apache.jackrabbit.core.retention.RetentionManagerImpl
-
- getRetentionRegistry() - Method in class org.apache.jackrabbit.core.RepositoryImpl.WorkspaceInfo
-
Return manager used for evaluating effect retention and holds.
- getRetentionRegistry() - Method in class org.apache.jackrabbit.core.SessionImpl
-
Returns the internal retention manager used for evaluation of effective
retention policies and holds.
- getRevision() - Method in class org.apache.jackrabbit.core.cluster.ClusterNode
-
Return the revision this consumer has last seen.
- getRevision() - Method in class org.apache.jackrabbit.core.cluster.ClusterRecord
-
Return the record revision.
- getRevision() - Method in class org.apache.jackrabbit.core.journal.AbstractJournal
-
- getRevision() - Method in class org.apache.jackrabbit.core.journal.AppendRecord
-
Returns the revision this record represents.
- getRevision() - Method in class org.apache.jackrabbit.core.journal.ReadRecord
-
Returns the revision this record represents.
- getRevision() - Method in interface org.apache.jackrabbit.core.journal.Record
-
Returns the revision this record represents.
- getRevision() - Method in interface org.apache.jackrabbit.core.journal.RecordConsumer
-
Return the revision this consumer has last seen.
- getRootId() - Method in class org.apache.jackrabbit.core.query.QueryHandlerContext
-
Returns the id of the root node.
- getRootNode() - Method in class org.apache.jackrabbit.core.SessionImpl
- getRootNodeDef() - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeRegistry
-
- getRootNodeDefinition() - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeManagerImpl
-
- getRootNodeId() - Method in class org.apache.jackrabbit.core.HierarchyManagerImpl
-
- getRootNodeId() - Method in class org.apache.jackrabbit.core.persistence.PMContext
-
Returns the id of the root node
- getRootNodeId() - Method in class org.apache.jackrabbit.core.RepositoryContext
-
Returns the root node identifier of this repository.
- getRootNodeId() - Method in class org.apache.jackrabbit.core.session.SessionContext
-
Returns the root node identifier of the repository.
- getRootState() - Method in class org.apache.jackrabbit.core.virtual.AbstractVISProvider
-
Returns the root state
- getRootVersion() - Method in interface org.apache.jackrabbit.core.version.InternalVersionHistory
-
- getRootVersion() - Method in class org.apache.jackrabbit.core.version.VersionHistoryImpl
-
- getRootVersionId() - Method in class org.apache.jackrabbit.core.version.VersionHistoryInfo
-
Returns the identifier of the root version node.
- getRows() - Method in class org.apache.jackrabbit.core.query.lucene.join.SimpleQueryResult
-
Returns the query result rows.
- getRows() - Method in class org.apache.jackrabbit.core.query.lucene.QueryResultImpl
- getSchema() - Method in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- getSchema() - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
- getSchema() - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
- getSchema() - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
- getSchemaDDL() - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
Returns an input stream to the schema DDL resource.
- getSchemaObjectPrefix() - Method in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- getSchemaObjectPrefix() - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
- getSchemaObjectPrefix() - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
- getSchemaObjectPrefix() - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Returns the configured schema object prefix.
- getScore() - Method in class org.apache.jackrabbit.core.query.lucene.join.JoinRow
-
- getScore(String) - Method in class org.apache.jackrabbit.core.query.lucene.join.JoinRow
-
- getScore() - Method in class org.apache.jackrabbit.core.query.lucene.join.SelectorRow
-
- getScore(String) - Method in class org.apache.jackrabbit.core.query.lucene.join.SelectorRow
-
- getScore() - Method in class org.apache.jackrabbit.core.query.lucene.ScoreNode
-
- getScoreNodes(Object) - Method in class org.apache.jackrabbit.core.query.lucene.join.ScoreNodeMap
-
Returns an array of ScoreNode[]
for the given
key
.
- getSearchManager() - Method in class org.apache.jackrabbit.core.RepositoryImpl.WorkspaceInfo
-
Returns the search manager for this workspace.
- getSecurityConfig() - Method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
Returns the repository security configuration.
- getSecurityConfig() - Method in class org.apache.jackrabbit.core.config.WorkspaceConfig
-
- getSecurityManager() - Method in class org.apache.jackrabbit.core.RepositoryContext
-
Returns the security manager of this repository.
- getSecurityManagerConfig() - Method in class org.apache.jackrabbit.core.config.SecurityConfig
-
Returns the repository security manager configuration.
- getSelector() - Method in class org.apache.jackrabbit.core.query.lucene.constraint.SelectorBasedConstraint
-
- getSelectorIndex(Name[]) - Method in class org.apache.jackrabbit.core.query.lucene.constraint.SelectorBasedConstraint
-
Returns the selector index of this constraint.
- getSelectorName() - Method in class org.apache.jackrabbit.core.query.lucene.Ordering
-
- getSelectorNames() - Method in class org.apache.jackrabbit.core.query.lucene.FilterMultiColumnQueryHits
- getSelectorNames() - Method in class org.apache.jackrabbit.core.query.lucene.join.Join
- getSelectorNames() - Method in class org.apache.jackrabbit.core.query.lucene.join.SimpleQueryResult
-
Returns the selector names of this query.
- getSelectorNames() - Method in interface org.apache.jackrabbit.core.query.lucene.MultiColumnQueryHits
-
- getSelectorNames() - Method in class org.apache.jackrabbit.core.query.lucene.QueryHitsAdapter
- getSelectorNames() - Method in class org.apache.jackrabbit.core.query.lucene.QueryResultImpl
- getSequentialSubReaders() - Method in class org.apache.jackrabbit.core.query.lucene.JackrabbitIndexReader
-
- getSequentialSubReaders() - Method in class org.apache.jackrabbit.core.query.lucene.RefCountingIndexReader
-
- getSession() - Method in class org.apache.jackrabbit.core.ItemImpl
-
Returns the session associated with this item.
- getSession() - Method in class org.apache.jackrabbit.core.observation.EventStateCollection
-
Return the session who is the origin of this events.
- getSession() - Method in interface org.apache.jackrabbit.core.query.lucene.constraint.EvaluationContext
-
- getSession() - Method in class org.apache.jackrabbit.core.query.lucene.JackrabbitIndexSearcher
-
- getSession() - Method in class org.apache.jackrabbit.core.security.AMContext
-
Returns the session
- getSession() - Method in class org.apache.jackrabbit.core.security.authentication.RepositoryCallback
-
- getSession() - Method in class org.apache.jackrabbit.core.WorkspaceImpl
- getSessionAttribute(String) - Method in class org.apache.jackrabbit.core.observation.EventImpl
-
- getSessionImpl() - Method in class org.apache.jackrabbit.core.session.SessionContext
-
Returns this session.
- getSessionState() - Method in class org.apache.jackrabbit.core.session.SessionContext
-
Returns the state of this session.
- getSharedItemStateManager() - Method in class org.apache.jackrabbit.core.WorkspaceImpl
-
Returns the shared item state manager of this workspace.
- getSharedSet() - Method in class org.apache.jackrabbit.core.NodeImpl
-
Returns an iterator over all nodes that are in the shared set of this
node.
- getSharedSet() - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle
-
Sets the shared set of this bundle.
- getSharedSet() - Method in class org.apache.jackrabbit.core.state.NodeState
-
Return the shared set as an unmodifiable collection.
- getSharedStateMgr() - Method in class org.apache.jackrabbit.core.version.InternalVersionManagerImpl
-
Returns the shared item state manager.
- getShareRelativeDepth(NodeId, ItemId) - Method in interface org.apache.jackrabbit.core.HierarchyManager
-
Returns the depth of the specified share-descendant relative to the given
share-ancestor.
- getShareRelativeDepth(NodeId, ItemId) - Method in class org.apache.jackrabbit.core.HierarchyManagerImpl
-
Returns the depth of the specified share-descendant relative to the given
share-ancestor.
- getShutdownOnClose() - Method in class org.apache.jackrabbit.core.fs.db.DerbyFileSystem
-
- getShutdownOnClose() - Method in class org.apache.jackrabbit.core.persistence.db.DerbyPersistenceManager
-
Deprecated.
- getSimilarity() - Method in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
- getSimilarity() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getSimilarityClass() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getSize() - Method in class org.apache.jackrabbit.core.LazyItemIterator
- getSize() - Method in class org.apache.jackrabbit.core.observation.EventJournalImpl
-
- getSize() - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle
-
Returns the approx.
- getSize() - Method in class org.apache.jackrabbit.core.query.lucene.AbstractQueryHits
-
This default implementation returns -1
.
- getSize() - Method in interface org.apache.jackrabbit.core.query.lucene.CloseableHits
-
- getSize() - Method in class org.apache.jackrabbit.core.query.lucene.DefaultQueryHits
-
This default implementation returns -1
.
- getSize() - Method in class org.apache.jackrabbit.core.query.lucene.FilterMultiColumnQueryHits
- getSize() - Method in class org.apache.jackrabbit.core.query.lucene.join.Join
-
This default implementation always returns -1
.
- getSize() - Method in class org.apache.jackrabbit.core.query.lucene.LuceneQueryHits
-
- getSize() - Method in class org.apache.jackrabbit.core.query.lucene.QueryHitsAdapter
- getSize() - Method in interface org.apache.jackrabbit.core.query.lucene.RedoLog
-
Returns the number of entries in this redo log.
- getSize() - Method in class org.apache.jackrabbit.core.query.lucene.SortedLuceneQueryHits
-
This default implementation returns -1
.
- getSize() - Method in class org.apache.jackrabbit.core.value.RefCountingBLOBFileValue
-
- getSizeEstimate() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Get the size estimate setting.
- getSleepBetweenNodes() - Method in class org.apache.jackrabbit.core.gc.GarbageCollector
-
- getSortComparatorSource() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getSortField() - Method in class org.apache.jackrabbit.core.query.lucene.Ordering
-
- getSource() - Method in class org.apache.jackrabbit.core.query.QueryObjectModelImpl
-
Gets the node-tuple source for this query.
- getSourceWithName(Name, MultiColumnQueryHits, MultiColumnQueryHits) - Static method in class org.apache.jackrabbit.core.query.lucene.join.Join
-
- getSpellChecker() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getSpellCheckerClass() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getState() - Method in class org.apache.jackrabbit.core.ItemData
-
Return the associated item state.
- getState() - Method in class org.apache.jackrabbit.core.version.NodeStateEx
-
Returns the underlaying node state.
- getStatement() - Method in class org.apache.jackrabbit.core.query.QueryImpl
- getStatManager() - Method in class org.apache.jackrabbit.core.RepositoryContext
-
- getStatus() - Method in class org.apache.jackrabbit.core.ItemData
-
Return the status.
- getStatus() - Method in class org.apache.jackrabbit.core.state.ItemState
-
Returns the status of this item.
- getStopDelay() - Method in class org.apache.jackrabbit.core.cluster.ClusterNode
-
Return the stop delay.
- getStopDelay() - Method in class org.apache.jackrabbit.core.config.ClusterConfig
-
- getStopWords() - Method in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Get the current stop words being used.
- getStorageModel() - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
returns the storage model
- getStorageModel() - Method in class org.apache.jackrabbit.core.persistence.pool.DerbyPersistenceManager
-
returns the storage model
- getStorageModel() - Method in class org.apache.jackrabbit.core.persistence.pool.PostgreSQLPersistenceManager
-
returns the storage model
- getStoredQueryPath() - Method in class org.apache.jackrabbit.core.query.QueryImpl
- getStream() - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- getStream() - Method in class org.apache.jackrabbit.core.value.InternalValue
-
- getStream() - Method in class org.apache.jackrabbit.core.value.RefCountingBLOBFileValue
-
- getString(int) - Method in class org.apache.jackrabbit.core.persistence.pool.DbNameIndex
-
Retrieves the string from the database for the given index.
- getString() - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- getString() - Method in enum org.apache.jackrabbit.core.xml.AccessControlImporter.ImportBehavior
-
- getSubject() - Method in class org.apache.jackrabbit.core.security.AMContext
-
Returns the subject
- getSubject() - Method in interface org.apache.jackrabbit.core.security.authentication.AuthContext
-
Return the authenticated Subject.
- getSubject() - Method in class org.apache.jackrabbit.core.security.authentication.JAASAuthContext
-
- getSubject() - Method in class org.apache.jackrabbit.core.security.authentication.LocalAuthContext
-
- getSubject() - Method in class org.apache.jackrabbit.core.SessionImpl
-
Returns a read only copy of the Subject
associated with this
session.
- getSuccessors() - Method in interface org.apache.jackrabbit.core.version.InternalVersion
-
- getSuccessors() - Method in class org.apache.jackrabbit.core.version.VersionImpl
- getSupertypes() - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeImpl
- getSupportedLanguages() - Method in class org.apache.jackrabbit.core.query.AQTQueryFactory
- getSupportedLanguages() - Method in class org.apache.jackrabbit.core.query.CompoundQueryFactory
- getSupportedLanguages() - Method in class org.apache.jackrabbit.core.query.QOMQueryFactory
- getSupportedLanguages() - Method in interface org.apache.jackrabbit.core.query.QueryFactory
-
- getSupportedPrivileges(String) - Method in class org.apache.jackrabbit.core.security.AbstractAccessControlManager
-
Always returns all registered Privilege
s.
- getSupportedQueryLanguages() - Method in class org.apache.jackrabbit.core.query.QueryManagerImpl
- getSupportHighlighting() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getSyncDelay() - Method in class org.apache.jackrabbit.core.config.ClusterConfig
-
Return the syncDelay configuration attribute value.
- getSynonymProvider() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getSynonymProviderClass() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getSynonymProviderConfigPath() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getSynonymQuery(String, String) - Method in class org.apache.jackrabbit.core.query.lucene.JackrabbitQueryParser
-
Factory method for generating a synonym query.
- getSynonyms(String) - Method in class org.apache.jackrabbit.core.query.lucene.PropertiesSynonymProvider
-
Returns an array of terms that are considered synonyms for the given
term
.
- getSynonyms(String) - Method in interface org.apache.jackrabbit.core.query.lucene.SynonymProvider
-
Returns an array of terms that are considered synonyms for the given
term
.
- getSystemSearchManager(String) - Method in class org.apache.jackrabbit.core.RepositoryImpl
-
Returns the system search manager or null
if none is
configured.
- getSystemSession() - Method in class org.apache.jackrabbit.core.DefaultSecurityManager
-
- getSystemSession() - Method in class org.apache.jackrabbit.core.RepositoryImpl.WorkspaceInfo
-
Returns the system session for this workspace.
- getSystemUserManager(String) - Method in class org.apache.jackrabbit.core.DefaultSecurityManager
-
- getSystemUserManager(String) - Method in class org.apache.jackrabbit.core.UserPerWorkspaceSecurityManager
-
- getTableSpace() - Method in class org.apache.jackrabbit.core.fs.db.MSSqlFileSystem
-
Returns the configured MS SQL table space.
- getTablespace() - Method in class org.apache.jackrabbit.core.fs.db.OracleFileSystem
-
Returns the configured Oracle tablespace for tables.
- getTableSpace() - Method in class org.apache.jackrabbit.core.journal.MSSqlDatabaseJournal
-
Returns the configured MS SQL table space.
- getTablespace() - Method in class org.apache.jackrabbit.core.journal.OracleDatabaseJournal
-
Returns the configured Oracle tablespace for tables.
- getTableSpace() - Method in class org.apache.jackrabbit.core.persistence.db.MSSqlPersistenceManager
-
Deprecated.
Returns the configured MSSql table space.
- getTableSpace() - Method in class org.apache.jackrabbit.core.persistence.db.OraclePersistenceManager
-
Deprecated.
Returns the configured Oracle table space.
- getTableSpace() - Method in class org.apache.jackrabbit.core.persistence.pool.MSSqlPersistenceManager
-
Returns the configured MS SQL table space.
- getTablespace() - Method in class org.apache.jackrabbit.core.persistence.pool.OraclePersistenceManager
-
Returns the configured Oracle tablespace for tables.
- getTargetId() - Method in class org.apache.jackrabbit.core.state.NodeReferences
-
Returns the identifier of the target node.
- getTargetType(QPropertyDefinition) - Method in class org.apache.jackrabbit.core.xml.PropInfo
-
- getTerm(String, String) - Method in class org.apache.jackrabbit.core.query.lucene.LuceneQueryFactory
-
- getTermInfosIndexDivisor() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- getTextAnalyzer() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Returns the analyzer in use for indexing.
- getTextFilterClasses() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Deprecated.
- getTextValues() - Method in class org.apache.jackrabbit.core.xml.PropInfo
-
- getTikaConfigPath() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Returns the path of the Tika configuration used for text extraction.
- getTimeoutHint() - Method in class org.apache.jackrabbit.core.lock.LockInfo
-
Returns the timeout hint given when the lock was created.
- getTimeoutTime() - Method in class org.apache.jackrabbit.core.lock.LockInfo
-
Returns the time when this lock will expire.
- getTimestamp() - Method in class org.apache.jackrabbit.core.cluster.ChangeLogRecord
-
Returns the timestamp.
- getTimestamp() - Method in interface org.apache.jackrabbit.core.cluster.Update
-
Returns the timestamp whe this update occurred.
- getTimestamp() - Method in class org.apache.jackrabbit.core.observation.EventStateCollection
-
- getTokenExpiration() - Method in class org.apache.jackrabbit.core.security.authentication.DefaultLoginModule
-
- getTokenInfo(String) - Method in class org.apache.jackrabbit.core.security.authentication.token.TokenProvider
-
Retrieves the token information associated with the specified login
token.
- getTokenNode(TokenCredentials, Session) - Static method in class org.apache.jackrabbit.core.security.authentication.token.TokenBasedAuthentication
-
- getTotalAccessCount() - Method in class org.apache.jackrabbit.core.cache.AbstractCache
-
- getTotalAccessCount() - Method in interface org.apache.jackrabbit.core.cache.Cache
-
Get the total number of cache accesses.
- getTotalSize() - Method in class org.apache.jackrabbit.core.query.lucene.QueryResultImpl
-
Returns the total number of hits.
- getTransactionTimeout() - Method in class org.apache.jackrabbit.core.XASessionImpl
- getTransientItemState(ItemId) - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
- getType(Value[]) - Method in class org.apache.jackrabbit.core.ItemImpl
-
Utility method that returns the type of the first of the given values,
or
PropertyType.UNDEFINED
when given no values.
- getType() - Method in class org.apache.jackrabbit.core.observation.EventImpl
- getType() - Method in class org.apache.jackrabbit.core.observation.EventState
- getType() - Method in interface org.apache.jackrabbit.core.persistence.check.ReportItem
-
- getType() - Method in class org.apache.jackrabbit.core.persistence.check.ReportItemImpl
-
- getType() - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle.PropertyEntry
-
Returns the type.
- getType() - Method in class org.apache.jackrabbit.core.PropertyImpl
- getType(K) - Method in class org.apache.jackrabbit.core.security.authorization.AccessControlModifications
-
- getType() - Method in class org.apache.jackrabbit.core.state.PropertyState
-
Returns the type of this property.
- getType() - Method in class org.apache.jackrabbit.core.xml.PropInfo
-
- getUniqueNodeName(Node, String) - Static method in class org.apache.jackrabbit.core.security.authorization.acl.ACLEditor
-
Create a unique valid name for the Permission nodes to be save.
- getUniqueNodeName(Node, String) - Static method in class org.apache.jackrabbit.core.security.authorization.principalbased.ACLEditor
-
Create a unique valid name for the Permission nodes to be save.
- getUnknownPrincipal(Session) - Method in class org.apache.jackrabbit.core.JackrabbitRepositoryStub
-
- getUnnamedItemDefs() - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
- getUnnamedNodeDefs() - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
- getUnnamedPropDefs() - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
- getUpdateSize() - Method in class org.apache.jackrabbit.core.state.ChangeLog
-
Returns the update size of the change log.
- getUri() - Method in class org.apache.jackrabbit.core.cluster.NamespaceRecord
-
Return the URI.
- getURI(String) - Method in class org.apache.jackrabbit.core.NamespaceRegistryImpl
- getURI(String) - Method in class org.apache.jackrabbit.core.nodetype.xml.AdditionalNamespaceResolver
- getURI(String) - Method in class org.apache.jackrabbit.core.query.lucene.FileBasedNamespaceMappings
-
Returns a namespace uri for a prefix
.
- getURI(String) - Method in class org.apache.jackrabbit.core.query.lucene.NSRegistryBasedNamespaceMappings
- getURI(String) - Method in class org.apache.jackrabbit.core.SessionImpl
-
- getURIs() - Method in class org.apache.jackrabbit.core.NamespaceRegistryImpl
- getUrl() - Method in class org.apache.jackrabbit.core.fs.db.DbFileSystem
-
- getUrl() - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
- getUrl() - Method in class org.apache.jackrabbit.core.persistence.db.SimpleDbPersistenceManager
-
Deprecated.
- getUrl() - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Returns the configured JDBC connection url.
- getUseCompoundFile() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Returns the current value for useCompoundFile.
- getUser() - Method in class org.apache.jackrabbit.core.fs.db.DbFileSystem
-
- getUser() - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
- getUser() - Method in class org.apache.jackrabbit.core.persistence.db.SimpleDbPersistenceManager
-
Deprecated.
- getUser() - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Returns the configured user that is used to establish JDBC connections.
- getUserData() - Method in class org.apache.jackrabbit.core.cluster.ChangeLogRecord
-
Returns the user data.
- getUserData() - Method in interface org.apache.jackrabbit.core.cluster.Update
-
Returns the user data associated with this update.
- getUserData() - Method in class org.apache.jackrabbit.core.observation.EventImpl
- getUserData() - Method in class org.apache.jackrabbit.core.observation.EventStateCollection
-
- getUserId() - Method in class org.apache.jackrabbit.core.cluster.LockRecord
-
- getUserID(Subject, String) - Method in class org.apache.jackrabbit.core.DefaultSecurityManager
-
- getUserID() - Method in class org.apache.jackrabbit.core.observation.EventImpl
- getUserId() - Method in class org.apache.jackrabbit.core.observation.EventState
- getUserID(Credentials) - Method in class org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
-
Method supports tries to acquire a UserID in the following order:
If passed credentials are
GuestCredentials
the anonymous user id
is returned.
Try to access it from the
Credentials
via
SimpleCredentials.getUserID()
Ask CallbackHandler for User-ID with use of
NameCallback
.
Test if the 'sharedState' contains a login name.
Fallback: return the anonymous UserID.
- getUserID() - Method in class org.apache.jackrabbit.core.security.authentication.CryptedSimpleCredentials
-
- getUserID(Credentials) - Method in class org.apache.jackrabbit.core.security.authentication.DefaultLoginModule
-
- getUserId(TokenCredentials, Session) - Static method in class org.apache.jackrabbit.core.security.authentication.token.TokenBasedAuthentication
-
- getUserID(Subject, String) - Method in interface org.apache.jackrabbit.core.security.JackrabbitSecurityManager
-
- getUserID(Subject, String) - Method in class org.apache.jackrabbit.core.security.simple.SimpleSecurityManager
-
- getUserID() - Method in class org.apache.jackrabbit.core.SessionImpl
- getUserIdClass() - Method in class org.apache.jackrabbit.core.config.SecurityManagerConfig
-
- getUserManager(Class<? extends UserManager>, Class<?>[], Object...) - Method in class org.apache.jackrabbit.core.config.UserManagerConfig
-
Build a new UserManager
instance based on this configuration.
- getUserManager(Session) - Method in class org.apache.jackrabbit.core.DefaultSecurityManager
-
- getUserManager(Session) - Method in interface org.apache.jackrabbit.core.security.JackrabbitSecurityManager
-
Returns the user manager for the specified session
.
- getUserManager(Session) - Method in class org.apache.jackrabbit.core.security.simple.SimpleSecurityManager
-
- getUserManager() - Method in class org.apache.jackrabbit.core.SessionImpl
-
- getUserManager(Session) - Method in class org.apache.jackrabbit.core.UserPerWorkspaceSecurityManager
-
As this implementation expects that users information in present in
every workspace, the UserManager is always created with the given
session.
- getUserManagerConfig() - Method in class org.apache.jackrabbit.core.config.SecurityManagerConfig
-
- getUsersPath() - Method in class org.apache.jackrabbit.core.security.user.UserManagerImpl
-
Implementation specific methods revealing where users are created within
the content.
- getUUID() - Method in class org.apache.jackrabbit.core.NodeImpl
- getUUIDForIndex(int) - Method in class org.apache.jackrabbit.core.query.lucene.sort.AbstractFieldComparator
-
- getValue() - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- getValue(int) - Method in class org.apache.jackrabbit.core.query.lucene.FieldComparatorBase
-
Retrieves the value of a given slot
- getValue() - Method in class org.apache.jackrabbit.core.query.lucene.JackrabbitTermQuery.JackrabbitTermWeight
- getValue(Name) - Method in class org.apache.jackrabbit.core.query.lucene.NodeIndexer
-
Utility method that extracts the first value of the named property
of the current node.
- getValue() - Method in class org.apache.jackrabbit.core.query.lucene.QueryHitsQuery.QueryHitsQueryWeight
- getValue(int) - Method in class org.apache.jackrabbit.core.query.lucene.SharedFieldCache.ValueIndex
-
- getValue(int) - Method in class org.apache.jackrabbit.core.query.lucene.sort.AbstractFieldComparator
-
Return a value from the values array
- getValue() - Method in class org.apache.jackrabbit.core.RepositoryImpl.DescriptorValue
-
- getValue(int, NamePathResolver) - Method in interface org.apache.jackrabbit.core.xml.TextValue
-
- getValueFactory() - Method in class org.apache.jackrabbit.core.ItemImpl
-
Utility method that returns the value factory of this session.
- getValueFactory() - Method in class org.apache.jackrabbit.core.security.authorization.AccessControlEntryImpl
-
- getValueFactory() - Method in class org.apache.jackrabbit.core.session.SessionContext
-
Returns the value factory of this session.
- getValueFactory() - Method in class org.apache.jackrabbit.core.SessionImpl
- getValueIndex(IndexReader, String, String) - Method in class org.apache.jackrabbit.core.query.lucene.SharedFieldCache
-
Creates a ValueIndex
for a field
and a term
prefix
.
- getValueProvider() - Method in class org.apache.jackrabbit.core.virtual.VirtualPropertyState
-
Returns the virtual value provider, if registered.
- getValues(String[], int) - Method in class org.apache.jackrabbit.core.ItemImpl
-
Utility method that converts the given strings into JCR values of the
given type
- getValues() - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle.PropertyEntry
-
Retruns the internal values
- getValues() - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- getValues(ScoreNode, EvaluationContext) - Method in class org.apache.jackrabbit.core.query.lucene.constraint.DynamicOperand
-
Returns the values for the given score node sn
of this
dynamic operand.
- getValues(ScoreNode, EvaluationContext) - Method in class org.apache.jackrabbit.core.query.lucene.constraint.FullTextSearchScoreOperand
-
Returns the values for the given score node sn
of this
dynamic operand.
- getValues(ScoreNode, EvaluationContext) - Method in class org.apache.jackrabbit.core.query.lucene.constraint.LengthOperand
-
Returns the values for the given score node sn
of this
dynamic operand.
- getValues(ScoreNode, EvaluationContext) - Method in class org.apache.jackrabbit.core.query.lucene.constraint.LowerCaseOperand
-
Returns the values for the given score node sn
of this
dynamic operand.
- getValues(ScoreNode, EvaluationContext) - Method in class org.apache.jackrabbit.core.query.lucene.constraint.NodeLocalNameOperand
-
Returns the local name of the node denoted by the given score node
sn
.
- getValues(ScoreNode, EvaluationContext) - Method in class org.apache.jackrabbit.core.query.lucene.constraint.NodeNameOperand
-
Returns the name of the node denoted by the given score node
sn
.
- getValues(ScoreNode, EvaluationContext) - Method in class org.apache.jackrabbit.core.query.lucene.constraint.PropertyValueOperand
-
Returns the values for the given score node sn
of this
dynamic operand.
- getValues(ScoreNode, EvaluationContext) - Method in class org.apache.jackrabbit.core.query.lucene.constraint.UpperCaseOperand
-
Returns the values for the given score node sn
of this
dynamic operand.
- getValues() - Method in class org.apache.jackrabbit.core.RepositoryImpl.DescriptorValue
-
- getValues() - Method in class org.apache.jackrabbit.core.state.PropertyState
-
Returns the value(s) of this property.
- getValues() - Method in class org.apache.jackrabbit.core.virtual.VirtualPropertyState
-
Returns the value of this state evt.
- getValues(int, NamePathResolver) - Method in class org.apache.jackrabbit.core.xml.PropInfo
-
- getValueString(Value, int) - Method in class org.apache.jackrabbit.core.query.lucene.LuceneQueryFactory
-
- getVariables() - Method in class org.apache.jackrabbit.core.config.ConfigurationParser
-
Returns the variables.
- getVersion() - Method in class org.apache.jackrabbit.core.query.lucene.IndexFormatVersion
-
Returns the index format version
- getVersion(IndexReader) - Static method in class org.apache.jackrabbit.core.query.lucene.IndexFormatVersion
-
- getVersion(Name) - Method in interface org.apache.jackrabbit.core.version.InternalVersionHistory
-
- getVersion(NodeId) - Method in interface org.apache.jackrabbit.core.version.InternalVersionHistory
-
Returns the version with the given uuid or null
if the
respective version does not exist.
- getVersion(NodeId) - Method in interface org.apache.jackrabbit.core.version.InternalVersionManager
-
Returns the version with the given id
- getVersion(String) - Method in class org.apache.jackrabbit.core.version.VersionHistoryImpl
-
- getVersion(Version) - Method in class org.apache.jackrabbit.core.version.VersionManagerImplBase
-
helper class that returns the internal version for a JCR one.
- getVersionableId() - Method in interface org.apache.jackrabbit.core.version.InternalVersionHistory
-
Returns the id of the versionable node that this history belongs to.
- getVersionableIdentifier() - Method in class org.apache.jackrabbit.core.version.VersionHistoryImpl
- getVersionableUUID() - Method in class org.apache.jackrabbit.core.version.VersionHistoryImpl
- getVersionByLabel(Name) - Method in interface org.apache.jackrabbit.core.version.InternalVersionHistory
-
- getVersionByLabel(String) - Method in class org.apache.jackrabbit.core.version.VersionHistoryImpl
-
- getVersionHistory() - Method in class org.apache.jackrabbit.core.NodeImpl
-
Deprecated.
- getVersionHistory() - Method in interface org.apache.jackrabbit.core.version.InternalFrozenVersionHistory
-
Returns the version history that was assigned to the node at
the time it was versioned.
- getVersionHistory() - Method in interface org.apache.jackrabbit.core.version.InternalVersion
-
returns the internal version history in which this version lives in.
- getVersionHistory(Session, NodeState, NodeId) - Method in interface org.apache.jackrabbit.core.version.InternalVersionManager
-
Returns information about the version history of the specified node.
- getVersionHistory(NodeId) - Method in interface org.apache.jackrabbit.core.version.InternalVersionManager
-
Returns the version history with the given id
- getVersionHistory(NodeStateEx) - Method in class org.apache.jackrabbit.core.version.VersionManagerImplBase
-
Returns the internal version history for the underlying node.
- getVersionHistory(String) - Method in class org.apache.jackrabbit.core.VersionManagerImpl
- getVersionHistoryId() - Method in interface org.apache.jackrabbit.core.version.InternalFrozenVersionHistory
-
Returns the id of the version history that was assigned to the node at
the time it was versioned.
- getVersionHistoryId() - Method in class org.apache.jackrabbit.core.version.VersionHistoryInfo
-
Returns the identifier of the version history node.
- getVersionHistoryNodeId() - Method in exception org.apache.jackrabbit.core.version.InconsistentVersioningState
-
- getVersionHistoryOfNode(NodeId) - Method in interface org.apache.jackrabbit.core.version.InternalVersionManager
-
Returns the version history for the versionable node with the given id.
- getVersioningConfig() - Method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
Returns the repository versioning configuration.
- getVersionLabels() - Method in interface org.apache.jackrabbit.core.version.InternalVersionHistory
-
Returns a name array of all version labels that exist in this
version history
- getVersionLabels() - Method in class org.apache.jackrabbit.core.version.VersionHistoryImpl
-
- getVersionLabels(Version) - Method in class org.apache.jackrabbit.core.version.VersionHistoryImpl
-
- getVersionLabelsId() - Method in interface org.apache.jackrabbit.core.version.InternalVersionHistory
-
Returns the Id of the version labels node.
- getVersionManager() - Method in class org.apache.jackrabbit.core.WorkspaceImpl
-
- getVersionNames() - Method in interface org.apache.jackrabbit.core.version.InternalVersionHistory
-
Returns a name array of all version names that exist in this version history.
- getVirtualItemStateProvider() - Method in class org.apache.jackrabbit.core.nodetype.virtual.VirtualNodeTypeStateManager
-
returns the virtual node state provider for the node type states.
- getVirtualItemStateProvider() - Method in interface org.apache.jackrabbit.core.version.InternalVersionManager
-
returns the virtual item state provider that exposes the internal versions
as items.
- getVirtualItemStateProvider() - Method in class org.apache.jackrabbit.core.version.InternalVersionManagerImpl
-
returns the virtual item state provider that exposes the internal versions
as items.
- getVirtualItemStateProvider() - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
returns the virtual item state provider that exposes the internal versions
as items.
- getVirtualRootId() - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
Returns the id of the root node of the virtual tree.
- getVirtualRootId() - Method in class org.apache.jackrabbit.core.virtual.AbstractVISProvider
-
Returns the id of the root node of the virtual tree.
- getVirtualRootId() - Method in interface org.apache.jackrabbit.core.virtual.VirtualItemStateProvider
-
- getVirtualRootIds() - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
- getVirtualRootIds() - Method in class org.apache.jackrabbit.core.virtual.AbstractVISProvider
-
Returns the ids of the root nodes of the virtual tree.
- getVirtualRootIds() - Method in interface org.apache.jackrabbit.core.virtual.VirtualItemStateProvider
-
Returns the ids of the root nodes of the virtual tree.
- getVirtualValues(Name) - Method in interface org.apache.jackrabbit.core.virtual.VirtualValueProvider
-
Returns the values for the given name
- getVolatileIdleTime() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Returns the current value for volatileIdleTime.
- getWeaklyReferringNodes(NodeId) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Returns the ids of the nodes that refer to the node with id
by weak references.
- getWeaklyReferringNodes(NodeId) - Method in interface org.apache.jackrabbit.core.query.QueryHandler
-
Returns the ids of the nodes that refer to the node with id
by weak references.
- getWeaklyReferringNodes(Node) - Method in class org.apache.jackrabbit.core.query.QueryManagerImpl
-
Returns the ids of the nodes that refer to the node
by weak
references.
- getWeaklyReferringNodes(NodeId) - Method in class org.apache.jackrabbit.core.SearchManager
-
Returns the ids of the nodes that refer to the node with id
by weak references.
- getWeakReferences() - Method in class org.apache.jackrabbit.core.NodeImpl
- getWeakReferences(String) - Method in class org.apache.jackrabbit.core.NodeImpl
- getWildcardQuery(String, String) - Method in class org.apache.jackrabbit.core.query.lucene.JackrabbitQueryParser
- getWorkspace() - Method in class org.apache.jackrabbit.core.cluster.ClusterRecord
-
Return the workspace name.
- getWorkspace() - Method in class org.apache.jackrabbit.core.query.QueryHandlerContext
-
- getWorkspace() - Method in class org.apache.jackrabbit.core.session.SessionContext
-
Returns the workspace of this session.
- getWorkspace() - Method in class org.apache.jackrabbit.core.SessionImpl
- getWorkspaceAccessConfig() - Method in class org.apache.jackrabbit.core.config.SecurityManagerConfig
-
- getWorkspaceConfig(String) - Method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
Returns the configuration of the specified workspace.
- getWorkspaceConfigs() - Method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
Returns all workspace configurations.
- getWorkspaceInfo(String) - Method in class org.apache.jackrabbit.core.RepositoryContext
-
- getWorkspaceInfo(String) - Method in class org.apache.jackrabbit.core.RepositoryImpl
-
- getWorkspaceManager() - Method in class org.apache.jackrabbit.core.RepositoryContext
-
Returns the workspace manager of this repository.
- getWorkspaceMaxIdleTime() - Method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
Returns the amount of time in seconds after which an idle workspace is
automatically shutdown.
- getWorkspaceName() - Method in class org.apache.jackrabbit.core.config.SecurityManagerConfig
-
Returns the name of the 'workspaceName' attribute or null
if the SecurityManager does not require an extra workspace.
- getWorkspaceName() - Method in class org.apache.jackrabbit.core.security.AMContext
-
Returns the name of the workspace.
- getWorkspaceNames() - Method in class org.apache.jackrabbit.core.RepositoryImpl
-
Returns the names of all workspaces in this repository.
- getWorkspaceNames() - Method in class org.apache.jackrabbit.core.WorkspaceManager
-
Returns the names of all the available workspaces.
- getWorkspacesConfigRootDir() - Method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
Returns the workspace root directory.
- getWorkspaceStateManager(String) - Method in class org.apache.jackrabbit.core.WorkspaceManager
-
- getWriteDelay() - Method in class org.apache.jackrabbit.core.journal.MemoryJournal
-
Return the write delay in milliseconds.
- getXAResource() - Method in class org.apache.jackrabbit.core.XASessionImpl
- getXAResourceBegin() - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
Returns an InternalXAResource
that acquires a write lock on the
version manager in InternalXAResource.prepare(TransactionContext)
.
- getXAResourceEnd() - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
Returns an InternalXAResource
that releases the write lock on the
version manager in InternalXAResource.commit(TransactionContext)
or InternalXAResource.rollback(TransactionContext)
.
- GlobPattern - Class in org.apache.jackrabbit.core.security.authorization
-
GlobPattern
defines a simplistic pattern matching.
- grants(Path, int) - Method in class org.apache.jackrabbit.core.security.authorization.AbstractCompiledPermissions
-
- grants(int) - Method in class org.apache.jackrabbit.core.security.authorization.AbstractCompiledPermissions.Result
-
- grants(Path, int) - Method in interface org.apache.jackrabbit.core.security.authorization.CompiledPermissions
-
Returns true
if the specified permissions are granted
on the item identified by the given path
.
- grants(Set<Principal>, String) - Method in interface org.apache.jackrabbit.core.security.authorization.WorkspaceAccessManager
-
Returns true
if access to the workspace with the given name
is granted to the to any of the specified principals.
- grants(Set<Principal>, String) - Method in class org.apache.jackrabbit.core.security.simple.SimpleWorkspaceAccessManager
-
Always returns true
allowing any set of principals to
access all workspaces.
- GrowingLRUMap - Class in org.apache.jackrabbit.core.cache
-
GrowingLRUMap
extends the LRUMap such that it can grow from
the specified initialSize
to the specified maxSize
;
- GrowingLRUMap(int, int) - Constructor for class org.apache.jackrabbit.core.cache.GrowingLRUMap
-
- gt(String, Value) - Method in class org.apache.jackrabbit.core.security.user.XPathQueryBuilder
-
- GT_ENTITY - Static variable in interface org.apache.jackrabbit.core.nodetype.xml.Constants
-
- id - Variable in class org.apache.jackrabbit.core.ItemImpl
-
- id - Variable in class org.apache.jackrabbit.core.query.lucene.ConsistencyCheckError
-
The id of the affected node.
- id - Variable in class org.apache.jackrabbit.core.state.NodeReferences
-
Identifier of the target node.
- ID_ATTRIBUTE - Static variable in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Name of the id configuration attribute.
- IDField - Class in org.apache.jackrabbit.core.query.lucene
-
IDField
implements a lucene field for the id of a node.
- IDField(NodeId) - Constructor for class org.apache.jackrabbit.core.query.lucene.IDField
-
- IGNORE - Static variable in class org.apache.jackrabbit.core.security.user.UserImporter.ImportBehavior
-
If a member or impersonator value cannot be set due to constraints
enforced by the API implementation, the failure is logged as
warning but otherwise ignored.
- IGNORE_MISSING_BLOBS - Static variable in class org.apache.jackrabbit.core.persistence.util.ErrorHandling
-
Controls if references to missing blob resources are treated as errors
or not.
- ignoreMissingBlobs() - Method in class org.apache.jackrabbit.core.persistence.util.ErrorHandling
-
Checks if error handling is set to ignore missing blobs
- impersonate(Principal, Credentials) - Method in class org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
-
Handles the impersonation of given Credentials.
- impersonate(Principal, Credentials) - Method in class org.apache.jackrabbit.core.security.authentication.DefaultLoginModule
-
Handles the impersonation of given Credentials.
- impersonate(Principal, Credentials) - Method in class org.apache.jackrabbit.core.security.simple.SimpleLoginModule
-
- impersonate(Credentials) - Method in class org.apache.jackrabbit.core.SessionImpl
- impersonates(String) - Method in class org.apache.jackrabbit.core.security.user.XPathQueryBuilder
-
- ImpersonationCallback - Class in org.apache.jackrabbit.core.security.authentication
-
- ImpersonationCallback() - Constructor for class org.apache.jackrabbit.core.security.authentication.ImpersonationCallback
-
- IMPERSONATOR_ATTRIBUTE - Static variable in interface org.apache.jackrabbit.core.security.SecurityConstants
-
Name of the internal SimpleCredentials
attribute where
the Subject
of the impersonating Session
is stored.
- ImportBehavior() - Constructor for class org.apache.jackrabbit.core.security.user.UserImporter.ImportBehavior
-
- ImportConfig - Class in org.apache.jackrabbit.core.config
-
XmlImportConfig
...
- ImportConfig() - Constructor for class org.apache.jackrabbit.core.config.ImportConfig
-
- ImportConfig(List<BeanConfig>) - Constructor for class org.apache.jackrabbit.core.config.ImportConfig
-
- Importer - Interface in org.apache.jackrabbit.core.xml
-
Content importer.
- importer - Variable in class org.apache.jackrabbit.core.xml.ImportHandler
-
- ImportHandler - Class in org.apache.jackrabbit.core.xml
-
An ImportHandler
instance can be used to import serialized
data in System View XML or Document View XML.
- ImportHandler(Importer, Session) - Constructor for class org.apache.jackrabbit.core.xml.ImportHandler
-
- includes(PrivilegeBits) - Method in class org.apache.jackrabbit.core.security.authorization.PrivilegeBits
-
Returns true
if all privileges defined by the specified
otherBits
are present in this instance.
- includesNodeType(Name) - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
Determines whether this effective node type representation includes
(either through inheritance or aggregation) the given node type.
- includesNodeTypes(Name[]) - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeType
-
Determines whether this effective node type representation includes
(either through inheritance or aggregation) all of the given node types.
- includesRead() - Method in class org.apache.jackrabbit.core.security.authorization.PrivilegeBits
-
Returns true
if this instance includes the jcr:read
privilege.
- InconsistentVersioningState - Exception in org.apache.jackrabbit.core.version
-
The InconsistentVersionControlState
is used to signal
inconsistencies in the versioning related state of a node, such
as missing mandatory properties, missing version nodes, etc.
- InconsistentVersioningState(String) - Constructor for exception org.apache.jackrabbit.core.version.InconsistentVersioningState
-
Constructs a new instance of this class with the specified detail
message.
- InconsistentVersioningState(String, NodeId, Throwable) - Constructor for exception org.apache.jackrabbit.core.version.InconsistentVersioningState
-
Constructs a new instance of this class with the specified detail
message.
- incrementToken() - Method in class org.apache.jackrabbit.core.query.lucene.SingletonTokenStream
-
- incrRead() - Static method in class org.apache.jackrabbit.core.query.lucene.IOCounters
-
Increments the read count caused by the current thread.
- index - Variable in class org.apache.jackrabbit.core.query.lucene.AbstractExcerpt
-
The search index.
- index - Variable in class org.apache.jackrabbit.core.query.lucene.AbstractQueryImpl
-
The actual search index
- index - Variable in class org.apache.jackrabbit.core.query.lucene.LuceneQueryFactory
-
Lucene search index
- index - Variable in class org.apache.jackrabbit.core.query.lucene.QueryResultImpl
-
The search index to execute the query.
- index - Variable in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
The actual index
- INDEX_TABLESPACE_VARIABLE - Static variable in class org.apache.jackrabbit.core.fs.db.OracleFileSystem
-
- INDEX_TABLESPACE_VARIABLE - Static variable in class org.apache.jackrabbit.core.journal.OracleDatabaseJournal
-
- INDEX_TABLESPACE_VARIABLE - Static variable in class org.apache.jackrabbit.core.persistence.pool.OraclePersistenceManager
-
- IndexDeletionPolicyImpl - Class in org.apache.jackrabbit.core.query.lucene
-
IndexDeletionPolicyImpl
...
- IndexDeletionPolicyImpl(PersistentIndex, long) - Constructor for class org.apache.jackrabbit.core.query.lucene.IndexDeletionPolicyImpl
-
- IndexFormatVersion - Class in org.apache.jackrabbit.core.query.lucene
-
This class indicates the lucene index format that is used.
- indexFormatVersion - Variable in class org.apache.jackrabbit.core.query.lucene.NodeIndexer
-
Indicates index format for this node indexer.
- indexingConfig - Variable in class org.apache.jackrabbit.core.query.lucene.NodeIndexer
-
The indexing configuration or null
if none is available.
- IndexingConfiguration - Interface in org.apache.jackrabbit.core.query.lucene
-
IndexingConfiguration
defines the interface to check whether
a certain property is indexed or not.
- IndexingConfigurationEntityResolver - Class in org.apache.jackrabbit.core.query.lucene
-
IndexingConfigurationEntityResolver
implements an entity
resolver for the indexing configuration DTD.
- IndexingConfigurationEntityResolver() - Constructor for class org.apache.jackrabbit.core.query.lucene.IndexingConfigurationEntityResolver
-
- IndexingConfigurationImpl - Class in org.apache.jackrabbit.core.query.lucene
-
IndexingConfigurationImpl
implements a concrete indexing
configuration.
- IndexingConfigurationImpl() - Constructor for class org.apache.jackrabbit.core.query.lucene.IndexingConfigurationImpl
-
- IndexInputStream - Class in org.apache.jackrabbit.core.query.lucene.directory
-
IndexInputStream
implements an
InputStream
that wraps
a lucene
IndexInput
.
- IndexInputStream(IndexInput) - Constructor for class org.apache.jackrabbit.core.query.lucene.directory.IndexInputStream
-
Creates a new index input stream wrapping the given lucene index
input
.
- IndexListener - Interface in org.apache.jackrabbit.core.query.lucene
-
Defines an interface that allows implementing classes to listen for index
changes (namely document deletes) while using a ReadOnlyIndexReader
.
- IndexMigration - Class in org.apache.jackrabbit.core.query.lucene
-
IndexMigration
implements a utility that migrates a Jackrabbit
1.4.x index to version 1.5.
- IndexMigration() - Constructor for class org.apache.jackrabbit.core.query.lucene.IndexMigration
-
- IndexOutputStream - Class in org.apache.jackrabbit.core.query.lucene.directory
-
IndexOutputStream
wraps an
IndexOutput
and exposes it
as a regular
OutputStream
.
- IndexOutputStream(IndexOutput) - Constructor for class org.apache.jackrabbit.core.query.lucene.directory.IndexOutputStream
-
Creates a new index output stream and wraps the given
output
.
- indexSelectSQL - Variable in class org.apache.jackrabbit.core.persistence.pool.DbNameIndex
-
- indexTablespace - Variable in class org.apache.jackrabbit.core.fs.db.OracleFileSystem
-
The Oracle tablespace to use for indexes
- indexTablespace - Variable in class org.apache.jackrabbit.core.journal.OracleDatabaseJournal
-
The Oracle tablespace to use for indexes
- indexTablespace - Variable in class org.apache.jackrabbit.core.persistence.pool.OraclePersistenceManager
-
The Oracle tablespace to use for indexes
- indexToString(int) - Method in class org.apache.jackrabbit.core.NamespaceRegistryImpl
-
Returns the namespace URI for a given index (i.e.
- indexToString(int) - Method in class org.apache.jackrabbit.core.persistence.pool.DbNameIndex
-
Returns the string for a given index.
- indexToString - Variable in class org.apache.jackrabbit.core.persistence.util.HashMapIndex
-
holds the index-to-string lookups.
- indexToString(int) - Method in class org.apache.jackrabbit.core.persistence.util.HashMapIndex
-
Returns the string for a given index.
- indexToString(int) - Method in interface org.apache.jackrabbit.core.util.StringIndex
-
Returns the string for a given index.
- inEditMode() - Method in class org.apache.jackrabbit.core.state.LocalItemStateManager
-
Returns true
if this manager is in edit mode i.e.
- inEditMode() - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
Returns true
if this manager is in edit mode i.e.
- inEditMode() - Method in interface org.apache.jackrabbit.core.state.UpdatableItemStateManager
-
Returns true
if this manager is in edit mode i.e.
- info(String, String) - Method in interface org.apache.jackrabbit.core.persistence.check.ConsistencyCheckListener
-
Called on progress with the check procedure
- init(ClusterContext) - Method in class org.apache.jackrabbit.core.cluster.ClusterNode
-
Initialize this cluster node.
- init() - Method in class org.apache.jackrabbit.core.cluster.ClusterNode
-
Initialize this cluster node (overridable).
- init() - Method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
Initializes the repository configuration.
- init(Repository, Session) - Method in class org.apache.jackrabbit.core.DefaultSecurityManager
-
- init() - Method in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
- init() - Method in class org.apache.jackrabbit.core.fs.mem.MemoryFileSystem
-
- init(String, NamespaceResolver) - Method in class org.apache.jackrabbit.core.journal.AbstractJournal
-
Initialize journal.
- init(long) - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal.DatabaseRevision
-
Checks whether there's a local revision value in the database for this
cluster node.
- init(String, NamespaceResolver) - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
Initialize journal.
- init() - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
Completes initialization of this database journal.
- init(String, NamespaceResolver) - Method in class org.apache.jackrabbit.core.journal.FileJournal
-
Initialize journal.
- init(long) - Method in class org.apache.jackrabbit.core.journal.FileRecordLog
-
Initialize this record log by writing a header containing the
previous revision.
- init() - Method in class org.apache.jackrabbit.core.journal.JNDIDatabaseJournal
-
Deprecated.
Overridden to avoid the driver and url checks in DatabaseJournal.
- init(String, NamespaceResolver) - Method in interface org.apache.jackrabbit.core.journal.Journal
-
Initialize journal.
- init(String, NamespaceResolver) - Method in class org.apache.jackrabbit.core.journal.MemoryJournal
-
Initialize journal.
- init(PMContext) - Method in class org.apache.jackrabbit.core.persistence.bundle.AbstractBundlePersistenceManager
-
Initializes the persistence manager.
- init(PMContext) - Method in class org.apache.jackrabbit.core.persistence.bundle.BundleFsPersistenceManager
-
Initializes the persistence manager.
- init(PMContext) - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
Initializes the persistence manager.
- init(PMContext) - Method in class org.apache.jackrabbit.core.persistence.db.OraclePersistenceManager
-
Deprecated.
Initializes the persistence manager.
- init(PMContext) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager
-
Initializes the persistence manager.
- init(PMContext) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
-
Deprecated.
Initializes the persistence manager.
- init(PMContext) - Method in class org.apache.jackrabbit.core.persistence.obj.ObjectPersistenceManager
-
Deprecated.
Initializes the persistence manager.
- init(PMContext) - Method in interface org.apache.jackrabbit.core.persistence.PersistenceManager
-
Initializes the persistence manager.
- init(PMContext) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Initializes the persistence manager.
- init(String) - Method in class org.apache.jackrabbit.core.persistence.pool.DbNameIndex
-
Inits this index and prepares the statements.
- init(PMContext) - Method in class org.apache.jackrabbit.core.persistence.pool.DerbyPersistenceManager
-
Initializes the persistence manager.
- init(PMContext) - Method in class org.apache.jackrabbit.core.persistence.pool.H2PersistenceManager
-
Initializes the persistence manager.
- init(PMContext) - Method in class org.apache.jackrabbit.core.persistence.pool.MySqlPersistenceManager
-
Initializes the persistence manager.
- init(String) - Method in class org.apache.jackrabbit.core.persistence.pool.NGKDbNameIndex
-
Inits this index and prepares the statements.
- init(PMContext) - Method in class org.apache.jackrabbit.core.persistence.pool.OraclePersistenceManager
-
- init(String) - Method in class org.apache.jackrabbit.core.persistence.pool.PostgreSQLNameIndex
-
Inits this index and prepares the statements.
- init(PMContext) - Method in class org.apache.jackrabbit.core.persistence.pool.PostgreSQLPersistenceManager
-
Initializes the persistence manager.
- init(PMContext) - Method in class org.apache.jackrabbit.core.persistence.xml.XMLPersistenceManager
-
Deprecated.
Initializes the persistence manager.
- init(FileSystem, QueryHandlerContext) - Method in class org.apache.jackrabbit.core.query.AbstractQueryHandler
-
Initializes this query handler by setting all properties in this class
with appropriate parameter values.
- init(SessionContext, QueryHandler, String, String, Node) - Method in class org.apache.jackrabbit.core.query.AbstractQueryImpl
-
Initialises a query instance from a query string.
- init(Query, SearchIndex) - Method in class org.apache.jackrabbit.core.query.lucene.AbstractExcerpt
-
Initializes this excerpt provider.
- init(SearchIndex) - Method in interface org.apache.jackrabbit.core.query.lucene.directory.DirectoryManager
-
Initializes the directory manager with a reference to the search index.
- init(SearchIndex) - Method in class org.apache.jackrabbit.core.query.lucene.directory.FSDirectoryManager
-
Initializes the directory manager with a reference to the search index.
- init(SearchIndex) - Method in class org.apache.jackrabbit.core.query.lucene.directory.RAMDirectoryManager
-
Initializes the directory manager with a reference to the search index.
- init(Query, SearchIndex) - Method in interface org.apache.jackrabbit.core.query.lucene.ExcerptProvider
-
Initializes this excerpt provider.
- init(Element, QueryHandlerContext, NamespaceMappings) - Method in interface org.apache.jackrabbit.core.query.lucene.IndexingConfiguration
-
Initializes the configuration.
- init(Element, QueryHandlerContext, NamespaceMappings) - Method in class org.apache.jackrabbit.core.query.lucene.IndexingConfigurationImpl
-
Initializes the configuration.
- init(Query, SearchIndex) - Method in class org.apache.jackrabbit.core.query.lucene.SimpleExcerptProvider
-
Initializes this excerpt provider.
- init(QueryHandler) - Method in interface org.apache.jackrabbit.core.query.lucene.SpellChecker
-
Initializes this spell checker with an abstract query tree.
- init(FileSystem, QueryHandlerContext) - Method in interface org.apache.jackrabbit.core.query.QueryHandler
-
Initializes this query handler.
- init(SessionContext, QueryHandler, String, String, Node) - Method in class org.apache.jackrabbit.core.query.QueryImpl
-
Initialises a query instance from a query string.
- init(SessionContext, QueryHandler, String, String, Node) - Method in class org.apache.jackrabbit.core.query.QueryObjectModelImpl
-
Initialises a query instance from a query string.
- init(SessionContext, QueryHandler, QueryObjectModelTree, String, Node) - Method in class org.apache.jackrabbit.core.query.QueryObjectModelImpl
-
Initializes a query instance from a query object model.
- init(AMContext) - Method in interface org.apache.jackrabbit.core.security.AccessManager
-
Initialize this access manager.
- init(AMContext, AccessControlProvider, WorkspaceAccessManager) - Method in interface org.apache.jackrabbit.core.security.AccessManager
-
Initialize this access manager.
- init(Session, Map) - Method in class org.apache.jackrabbit.core.security.authorization.AbstractAccessControlProvider
-
Tests if the given systemSession
is a SessionImpl and
retrieves the observation manager.
- init(Session, Map) - Method in interface org.apache.jackrabbit.core.security.authorization.AccessControlProvider
-
- init(Session) - Method in interface org.apache.jackrabbit.core.security.authorization.AccessControlProviderFactory
-
Initialize this factory.
- init(Session) - Method in class org.apache.jackrabbit.core.security.authorization.AccessControlProviderFactoryImpl
-
- init(Session, Map) - Method in class org.apache.jackrabbit.core.security.authorization.acl.ACLProvider
-
- init(Session, Map) - Method in class org.apache.jackrabbit.core.security.authorization.combined.CombinedProvider
-
- init(Session, Map) - Method in class org.apache.jackrabbit.core.security.authorization.principalbased.ACLProvider
-
- init(Session) - Method in interface org.apache.jackrabbit.core.security.authorization.WorkspaceAccessManager
-
Initialize this WorkspaceAccessManager
.
- init(AMContext) - Method in class org.apache.jackrabbit.core.security.DefaultAccessManager
-
- init(AMContext, AccessControlProvider, WorkspaceAccessManager) - Method in class org.apache.jackrabbit.core.security.DefaultAccessManager
-
- init(Repository, Session) - Method in interface org.apache.jackrabbit.core.security.JackrabbitSecurityManager
-
- init(Properties) - Method in class org.apache.jackrabbit.core.security.principal.AbstractPrincipalProvider
-
- init(Properties) - Method in class org.apache.jackrabbit.core.security.principal.DefaultPrincipalProvider
-
- init(Properties) - Method in class org.apache.jackrabbit.core.security.principal.FallbackPrincipalProvider
-
Initialize this provider.
- init(Properties) - Method in interface org.apache.jackrabbit.core.security.principal.PrincipalProvider
-
Initialize this provider.
- init(AMContext) - Method in class org.apache.jackrabbit.core.security.simple.SimpleAccessManager
-
Initialize this access manager.
- init(AMContext, AccessControlProvider, WorkspaceAccessManager) - Method in class org.apache.jackrabbit.core.security.simple.SimpleAccessManager
-
Initialize this access manager.
- init(Repository, Session) - Method in class org.apache.jackrabbit.core.security.simple.SimpleSecurityManager
-
- init(Session) - Method in class org.apache.jackrabbit.core.security.simple.SimpleWorkspaceAccessManager
-
- init(AMContext) - Method in class org.apache.jackrabbit.core.security.SimpleJBossAccessManager
-
- init(AMContext, AccessControlProvider, WorkspaceAccessManager) - Method in class org.apache.jackrabbit.core.security.SimpleJBossAccessManager
-
- init(Session, Map) - Method in class org.apache.jackrabbit.core.security.user.UserAccessControlProvider
-
- init(JackrabbitSession, NamePathResolver, boolean, int, ReferenceChangeTracker) - Method in class org.apache.jackrabbit.core.security.user.UserImporter
-
- init() - Method in class org.apache.jackrabbit.core.stats.StatManager
-
- init(Repository, Session) - Method in class org.apache.jackrabbit.core.UserPerWorkspaceSecurityManager
-
- init(String) - Method in class org.apache.jackrabbit.core.util.CooperativeFileLock
-
Create a new file locking object using the given file name.
- init(String) - Method in class org.apache.jackrabbit.core.util.RepositoryLock
-
Initialize the instance for the given directory path.
- init(String) - Method in interface org.apache.jackrabbit.core.util.RepositoryLockMechanism
-
Initialize the instance for the given directory path.
- init(JackrabbitSession, NamePathResolver, boolean, int, ReferenceChangeTracker) - Method in class org.apache.jackrabbit.core.xml.AccessControlImporter
-
- init(JackrabbitSession, NamePathResolver, boolean, int, ReferenceChangeTracker) - Method in class org.apache.jackrabbit.core.xml.DefaultProtectedItemImporter
-
- init(JackrabbitSession, NamePathResolver, boolean, int, ReferenceChangeTracker) - Method in interface org.apache.jackrabbit.core.xml.ProtectedItemImporter
-
- initConnection() - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
Initializes the database connection used by this persistence manager.
- INITIAL_BUFFER_SIZE - Static variable in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- INITIAL_BUFFER_SIZE - Static variable in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
- INITIAL_BUFFER_SIZE - Static variable in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager
-
Initial size of buffer used to serialize objects.
- INITIAL_BUFFER_SIZE - Static variable in class org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
-
Deprecated.
- INITIAL_BUFFER_SIZE - Static variable in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
initial size of buffer used to serialize objects
- initialCapacity - Variable in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager
-
initial capacity
- initialCapacity - Variable in class org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
-
Deprecated.
- initialize(FileSystemResource) - Method in class org.apache.jackrabbit.core.query.lucene.PropertiesSynonymProvider
-
Initializes the synonym provider and passes the file system resource to
the synonym provider configuration defined by the configuration value of
the synonymProviderConfigPath
parameter.
- initialize(FileSystemResource) - Method in interface org.apache.jackrabbit.core.query.lucene.SynonymProvider
-
Initializes the synonym provider and passes the file system resource to
the synonym provider configuration defined by the configuration value of
the synonymProviderConfigPath
parameter.
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
-
- initialized - Variable in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- initialized - Variable in class org.apache.jackrabbit.core.persistence.bundle.BundleFsPersistenceManager
-
flag indicating if this manager was initialized
- initialized - Variable in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
- initialized - Variable in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager
-
flag indicating if this manager was initialized
- initialized - Variable in class org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
-
Deprecated.
- initialized - Variable in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
flag indicating if this manager was initialized
- initInstanceRevisionAndJanitor() - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
Initialize the instance revision manager and the janitor thread.
- initPreparedStatements() - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
Initializes the map of prepared statements.
- initRepositoryDescriptors() - Method in class org.apache.jackrabbit.core.RepositoryImpl
-
- initStartupWorkspaces() - Method in class org.apache.jackrabbit.core.RepositoryImpl
-
Initialize startup workspaces.
- InMemBLOBStore() - Constructor for class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager.InMemBLOBStore
-
- InMemBundlePersistenceManager - Class in org.apache.jackrabbit.core.persistence.mem
-
BundleInMemPersistenceManager
is a
HashMap
-based
PersistenceManager
for Jackrabbit that keeps all data in memory
and that is capable of storing and loading its contents using a simple custom
binary serialization format (see
Serializer
).
- InMemBundlePersistenceManager() - Constructor for class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager
-
Creates a new InMemBundlePersistenceManager
instance.
- InMemBundlePersistenceManager.CloseableBLOBStore - Interface in org.apache.jackrabbit.core.persistence.mem
-
Helper interface for closeable stores
- InMemBundlePersistenceManager.InMemBLOBStore - Class in org.apache.jackrabbit.core.persistence.mem
-
- InMemPersistenceManager - Class in org.apache.jackrabbit.core.persistence.mem
-
- InMemPersistenceManager() - Constructor for class org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
-
Deprecated.
Creates a new InMemPersistenceManager
instance.
- inner - Variable in class org.apache.jackrabbit.core.query.lucene.join.AbstractCondition
-
The inner query hits.
- innerJoin - Variable in class org.apache.jackrabbit.core.query.lucene.join.Join
-
Whether this is an inner join.
- insertFileSQL - Variable in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- insertFolderSQL - Variable in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- insertLocalRevisionStmtSQL - Variable in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
SQL statement for inserting the local revision of this cluster node.
- insertRevisionStmtSQL - Variable in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
SQL statement appending a new record.
- insertString(String) - Method in class org.apache.jackrabbit.core.persistence.pool.DbNameIndex
-
Inserts a string into the database and returns the new index.
- insertString(String) - Method in class org.apache.jackrabbit.core.persistence.pool.NGKDbNameIndex
-
Inserts a string into the database and returns the new index.
- insertString(String) - Method in class org.apache.jackrabbit.core.persistence.pool.PostgreSQLNameIndex
-
Inserts a string into the database and returns the new index.
- install(File) - Static method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
Returns the configuration of a repository in a given repository
directory.
- install(Properties) - Static method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
Returns the configuration of a repository with the home directory,
configuration file, and other options as specified in the given
configuration parser variables.
- install(File, File) - Static method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
Returns the configuration of a repository with the given configuration
file and repository home directory.
- install(File) - Static method in class org.apache.jackrabbit.core.RepositoryContext
-
Starts a repository in the given directory and returns the
internal component context of the started repository.
- INSTANCE - Static variable in class org.apache.jackrabbit.core.config.ConfigurationEntityResolver
-
The singleton instance of this class.
- INSTANCE - Static variable in class org.apache.jackrabbit.core.query.lucene.SharedFieldCache
-
Reference to the single instance of SharedFieldCache
.
- INSTANCE - Static variable in class org.apache.jackrabbit.core.util.EmptyLinkedMap
-
The only instance of this class.
- InstanceRevision - Interface in org.apache.jackrabbit.core.journal
-
- INSTANCES - Static variable in class org.apache.jackrabbit.core.query.OnWorkspaceInconsistency
-
- InternalActivity - Interface in org.apache.jackrabbit.core.version
-
This interface defines the internal activity.
- InternalBaseline - Interface in org.apache.jackrabbit.core.version
-
This interface defines the internal baseline.
- internalCheckin(InternalVersionHistoryImpl, NodeStateEx, boolean, Calendar) - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
Checks in a node
- InternalFreeze - Interface in org.apache.jackrabbit.core.version
-
the base interface for nodes that were versioned and turned either into
InternalFrozenNode or InternalFrozenVersionHistory.
- InternalFrozenNode - Interface in org.apache.jackrabbit.core.version
-
The InternalFrozenNode interface represents the frozen node that was generated
during a
Node.checkin()
.
- InternalFrozenVersionHistory - Interface in org.apache.jackrabbit.core.version
-
This interface defines a frozen versionable child node, that was created
during a
Node.checkin()
with a OPV==Version node.
- internalGetNodeState(NodeId) - Method in class org.apache.jackrabbit.core.nodetype.virtual.VirtualNodeTypeStateProvider
-
Retrieves the node state with the given node id
- internalGetNodeState(NodeId) - Method in class org.apache.jackrabbit.core.virtual.AbstractVISProvider
-
Retrieves the node state with the given node id
- internalGetPropertyState(PropertyId) - Method in class org.apache.jackrabbit.core.virtual.AbstractVISProvider
-
Retrieves the property state for the given id
- internalGetValue() - Method in class org.apache.jackrabbit.core.PropertyImpl
-
Returns the internal value of a single-valued property.
- internalGetValues() - Method in class org.apache.jackrabbit.core.PropertyImpl
-
Returns the internal values of a multi-valued property.
- internalHasNodeState(NodeId) - Method in class org.apache.jackrabbit.core.nodetype.virtual.VirtualNodeTypeStateProvider
-
Checks if this provide has the node state of the given node id
- internalHasNodeState(NodeId) - Method in class org.apache.jackrabbit.core.virtual.AbstractVISProvider
-
Checks if this provide has the node state of the given node id
- internalHasPropertyState(PropertyId) - Method in class org.apache.jackrabbit.core.virtual.AbstractVISProvider
-
Checks if this provider has the property state of the given id.
- internalRemoveActivity(InternalActivityImpl) - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
Removes the specified activity
- internalRemoveVersion(InternalVersionHistoryImpl, Name) - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
Removes the specified version from the history
- internalRestore(VersionSet, boolean) - Method in class org.apache.jackrabbit.core.version.VersionManagerImplRestore
-
- internalRestore(NodeStateEx, InternalVersion, VersionSelector, boolean) - Method in class org.apache.jackrabbit.core.version.VersionManagerImplRestore
-
Internal method to restore a version.
- internalRestoreFrozen(NodeStateEx, InternalFrozenNode, VersionSelector, Set<InternalVersion>, boolean, boolean) - Method in class org.apache.jackrabbit.core.version.VersionManagerImplRestore
-
Restores the properties and child nodes from the frozen state.
- internalSetProperty(Name, InternalValue) - Method in class org.apache.jackrabbit.core.NodeImpl
-
Sets the internal value of a property without checking any constraints.
- internalSetProperty(Name, InternalValue[]) - Method in class org.apache.jackrabbit.core.NodeImpl
-
Sets the internal value of a property without checking any constraints.
- internalSetProperty(Name, InternalValue[], int) - Method in class org.apache.jackrabbit.core.NodeImpl
-
Sets the internal value of a property without checking any constraints.
- internalSetValue(InternalValue[], int) - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- InternalValue - Class in org.apache.jackrabbit.core.value
-
InternalValue
represents the internal format of a property value.
- InternalValueFactory - Class in org.apache.jackrabbit.core.value
-
InternalValueFactory
implements a
QValueFactory
that
creates
InternalValue
instances for binary values.
- InternalVersion - Interface in org.apache.jackrabbit.core.version
-
This interface defines the internal version.
- InternalVersionHistory - Interface in org.apache.jackrabbit.core.version
-
This interface defines the internal version history.
- InternalVersionItem - Interface in org.apache.jackrabbit.core.version
-
This interface defines the base for all internal versioning items.
- InternalVersionManager - Interface in org.apache.jackrabbit.core.version
-
This interface defines the version manager.
- InternalVersionManagerImpl - Class in org.apache.jackrabbit.core.version
-
This Class implements a VersionManager.
- InternalVersionManagerImpl(PersistenceManager, FileSystem, NodeTypeRegistry, DelegatingObservationDispatcher, NodeId, NodeId, NodeId, ItemStateCacheFactory, ISMLocking, NodeIdFactory) - Constructor for class org.apache.jackrabbit.core.version.InternalVersionManagerImpl
-
Creates a new internal version manager
- InternalVersionManagerImpl.DynamicESCFactory - Class in org.apache.jackrabbit.core.version
-
- InternalXAVersionManager - Class in org.apache.jackrabbit.core.version
-
- InternalXAVersionManager(InternalVersionManagerImpl, NodeTypeRegistry, SessionImpl, ItemStateCacheFactory) - Constructor for class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
Creates a new instance of this class.
- invalidate(Name) - Method in class org.apache.jackrabbit.core.nodetype.BitSetENTCacheImpl
-
Removes all effective node types that are aggregated with the node type
of the given name.
- invalidate(Name) - Method in interface org.apache.jackrabbit.core.nodetype.EffectiveNodeTypeCache
-
Removes all effective node types that are aggregated with the node type
of the given name.
- invalidate(Name) - Method in class org.apache.jackrabbit.core.nodetype.EffectiveNodeTypeCacheImpl
-
Removes all effective node types that are aggregated with the node type
of the given name.
- invalidateItem(ItemId, boolean) - Method in class org.apache.jackrabbit.core.virtual.AbstractVISProvider
-
invalidates the item
- InvalidNodeTypeDefException - Exception in org.apache.jackrabbit.core.nodetype
-
The NodeTypeConflictException
...
- InvalidNodeTypeDefException(String) - Constructor for exception org.apache.jackrabbit.core.nodetype.InvalidNodeTypeDefException
-
Constructs a new instance of this class with the specified detail
message.
- InvalidNodeTypeDefException(String, Throwable) - Constructor for exception org.apache.jackrabbit.core.nodetype.InvalidNodeTypeDefException
-
Constructs a new instance of this class with the specified detail
message and root cause.
- IOCounters - Class in org.apache.jackrabbit.core.query.lucene
-
IOCounters
provides a basic mechanism to track I/O during query
execution.
- IOCounters() - Constructor for class org.apache.jackrabbit.core.query.lucene.IOCounters
-
- isAbstract() - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeDefinitionImpl
-
Returns true
if this is an abstract node type; returns
false
otherwise.
- ISABSTRACT_ATTRIBUTE - Static variable in interface org.apache.jackrabbit.core.nodetype.xml.Constants
-
Name of the isAbstract
attribute.
- isAccessControllable() - Method in class org.apache.jackrabbit.core.NodeImpl
-
Test if this node is access controlled.
- isAccessGranted(ScoreNode[]) - Method in class org.apache.jackrabbit.core.query.lucene.QueryResultImpl
-
Checks if access is granted to all nodes
.
- isAcItem(Path) - Method in class org.apache.jackrabbit.core.security.authorization.AbstractAccessControlProvider
-
- isAcItem(ItemImpl) - Method in class org.apache.jackrabbit.core.security.authorization.AbstractAccessControlProvider
-
Test if the given node is itself a rep:ACL or a rep:ACE node.
- isAcItem(Path) - Method in interface org.apache.jackrabbit.core.security.authorization.AccessControlUtils
-
Test if the specified path points to an item that defines AC
information.
- isAcItem(ItemImpl) - Method in interface org.apache.jackrabbit.core.security.authorization.AccessControlUtils
-
Test if the specified path points to an item that defines AC
information and consequently should be considered protected.
- isAcItem(Path) - Method in class org.apache.jackrabbit.core.security.authorization.combined.CombinedProvider
-
- isAcItem(ItemImpl) - Method in class org.apache.jackrabbit.core.security.authorization.combined.CombinedProvider
-
- isAcItem(Path) - Method in class org.apache.jackrabbit.core.security.user.UserAccessControlProvider
-
Always returns false, since this ac provider does not use content stored
in items to evaluate AC information.
- isAcItem(ItemImpl) - Method in class org.apache.jackrabbit.core.security.user.UserAccessControlProvider
-
Always returns false, since this ac provider does not use content stored
in items to evaluate AC information.
- isActive() - Method in class org.apache.jackrabbit.core.RepositoryImpl.WorkspaceInfo
-
- isAdded(ItemId) - Method in class org.apache.jackrabbit.core.state.ChangeLog
-
Return a flag indicating whether a given item state is marked as
added in this log.
- isAdmin() - Method in class org.apache.jackrabbit.core.security.user.UserImpl
-
- isAdmin() - Method in class org.apache.jackrabbit.core.SessionImpl
-
Returns true
if this session has been created for the
administrator.
- isAdminOrSystem(Set<Principal>) - Method in class org.apache.jackrabbit.core.security.authorization.AbstractAccessControlProvider
-
- isAdminOrSystem(Set<Principal>) - Method in interface org.apache.jackrabbit.core.security.authorization.AccessControlUtils
-
Test if the specified set of principals contains an admin or system
principal.
- isAlive() - Method in class org.apache.jackrabbit.core.session.SessionState
-
Checks whether this session is alive.
- isAllow() - Method in class org.apache.jackrabbit.core.security.authorization.AccessControlEntryImpl
-
- isAncestor(NodeId, ItemId) - Method in class org.apache.jackrabbit.core.CachingHierarchyManager
-
Determines whether the node with the specified nodeId
is an ancestor of the item denoted by the given itemId
.
- isAncestor(NodeId, ItemId) - Method in interface org.apache.jackrabbit.core.HierarchyManager
-
Determines whether the node with the specified nodeId
is an ancestor of the item denoted by the given itemId
.
- isAncestor(NodeId, ItemId) - Method in class org.apache.jackrabbit.core.HierarchyManagerImpl
-
Determines whether the node with the specified nodeId
is an ancestor of the item denoted by the given itemId
.
- isAnonymous(Credentials) - Method in class org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
-
Indicate if the given Credentials are considered to be anonymous.
- isAtLeast(IndexFormatVersion) - Method in class org.apache.jackrabbit.core.query.lucene.IndexFormatVersion
-
Returns true
if this version is at least as high as the
given version
.
- isAutoSave() - Method in class org.apache.jackrabbit.core.security.user.UserManagerImpl
-
- isAutoSave() - Method in class org.apache.jackrabbit.core.security.user.UserPerWorkspaceUserManager
-
- isBoost() - Method in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Returns whether to boost terms in query based on "score" or not.
- isBuiltIn(Name) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeRegistry
-
- isCached(ItemId) - Method in interface org.apache.jackrabbit.core.state.ItemStateCache
-
Returns true
if this cache contains an ItemState
object with the specified id
.
- isCached(ItemId) - Method in class org.apache.jackrabbit.core.state.ItemStateReferenceCache
-
Returns true
if this cache contains an ItemState
object with the specified id
.
- isCached(ItemId) - Method in class org.apache.jackrabbit.core.state.MLRUItemStateCache
-
Returns true
if this cache contains an ItemState
object with the specified id
.
- isCheckedOut() - Method in class org.apache.jackrabbit.core.NodeImpl
- isCheckedOut(NodeStateEx) - Method in class org.apache.jackrabbit.core.version.VersionManagerImplBase
-
Determines the checked-out status of the given node state.
- isCheckedOut(String) - Method in class org.apache.jackrabbit.core.VersionManagerImpl
-
- isClustered() - Method in class org.apache.jackrabbit.core.config.WorkspaceConfig
-
Returns a flag indicating whether this workspace participates in a cluster.
- isConnected() - Method in class org.apache.jackrabbit.core.state.ItemState
-
Return a flag indicating whether this state is connected to some other state.
- isDeclaredMembersOnly() - Method in class org.apache.jackrabbit.core.security.user.XPathQueryBuilder
-
- isDeep() - Method in class org.apache.jackrabbit.core.cluster.LockRecord
-
Return a flag indicating whether the lock is deep.
- isDeep() - Method in class org.apache.jackrabbit.core.lock.LockInfo
-
Return a flag indicating whether the lock is deep.
- isDerivedFrom(Name) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeImpl
-
Checks if this node type is directly or indirectly derived from the
specified node type.
- isDisabled() - Method in class org.apache.jackrabbit.core.security.user.UserImpl
-
- isDisableTokenAuth() - Method in class org.apache.jackrabbit.core.security.authentication.DefaultLoginModule
-
Return a flag indicating if token based authentication is disabled.
- isDocumentReady(Document) - Static method in class org.apache.jackrabbit.core.query.lucene.Util
-
Returns true
if the document is ready to be added to the
index.
- isEmpty() - Method in class org.apache.jackrabbit.core.cache.ConcurrentCache
-
Checks if the cache size is zero.
- isEmpty() - Method in class org.apache.jackrabbit.core.security.authorization.AbstractACLTemplate
-
- isEmpty() - Method in class org.apache.jackrabbit.core.security.authorization.PrivilegeBits
-
Returns true
if this privilege bits includes no privileges
at all.
- isEmpty() - Method in class org.apache.jackrabbit.core.security.authorization.UnmodifiableAccessControlList
-
- isEmpty() - Method in interface org.apache.jackrabbit.core.state.ItemStateCache
-
Returns true
if this cache contains no entries.
- isEmpty() - Method in class org.apache.jackrabbit.core.state.ItemStateReferenceCache
-
Returns true
if this cache contains no entries.
- isEmpty() - Method in class org.apache.jackrabbit.core.state.MLRUItemStateCache
-
Returns true
if this cache contains no entries.
- isExpired() - Method in class org.apache.jackrabbit.core.lock.LockInfo
-
- isExternal() - Method in class org.apache.jackrabbit.core.observation.EventImpl
-
Return a flag indicating whether this is an externally generated event.
- isExternalBLOBs() - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
- isExternalBLOBs() - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Returns if uses external (filesystem) blob store.
- isExtractorFinished() - Method in class org.apache.jackrabbit.core.query.lucene.LazyTextExtractorField
-
Checks whether the text extraction task has finished.
- isFile(String) - Method in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
- isFile(String) - Method in class org.apache.jackrabbit.core.fs.mem.MemoryFileSystem
-
- isFolder(String) - Method in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
- isFolder() - Method in class org.apache.jackrabbit.core.fs.mem.MemoryFile
-
- isFolder(String) - Method in class org.apache.jackrabbit.core.fs.mem.MemoryFileSystem
-
- isFolder() - Method in class org.apache.jackrabbit.core.fs.mem.MemoryFileSystemEntry
-
- isFolder() - Method in class org.apache.jackrabbit.core.fs.mem.MemoryFolder
-
- isFulltextField(String) - Static method in class org.apache.jackrabbit.core.query.lucene.FieldNames
-
- ISFULLTEXTSEARCHABLE_ATTRIBUTE - Static variable in interface org.apache.jackrabbit.core.nodetype.xml.Constants
-
Name of the isFullTextSearchable
attribute.
- isGcRunning() - Method in class org.apache.jackrabbit.core.RepositoryContext
-
- isGranted(ItemId, int) - Method in interface org.apache.jackrabbit.core.security.AccessManager
-
Deprecated.
- isGranted(Path, int) - Method in interface org.apache.jackrabbit.core.security.AccessManager
-
Determines whether the specified permissions
are granted
on the item with the specified absPath
(i.e.
- isGranted(Path, Name, int) - Method in interface org.apache.jackrabbit.core.security.AccessManager
-
Determines whether the specified permissions
are granted
on an item represented by the combination of the given
parentPath
and childName
(i.e.
- isGranted(ItemId, int) - Method in class org.apache.jackrabbit.core.security.DefaultAccessManager
-
- isGranted(Path, int) - Method in class org.apache.jackrabbit.core.security.DefaultAccessManager
-
- isGranted(Path, Name, int) - Method in class org.apache.jackrabbit.core.security.DefaultAccessManager
-
- isGranted(ItemId, int) - Method in class org.apache.jackrabbit.core.security.simple.SimpleAccessManager
-
Determines whether the specified permissions
are granted
on the item with the specified id
(i.e.
- isGranted(Path, int) - Method in class org.apache.jackrabbit.core.security.simple.SimpleAccessManager
-
- isGranted(Path, Name, int) - Method in class org.apache.jackrabbit.core.security.simple.SimpleAccessManager
-
- isGranted(ItemId, int) - Method in class org.apache.jackrabbit.core.security.SimpleJBossAccessManager
-
- isGranted(Path, int) - Method in class org.apache.jackrabbit.core.security.SimpleJBossAccessManager
-
- isGranted(Path, Name, int) - Method in class org.apache.jackrabbit.core.security.SimpleJBossAccessManager
-
- isGroup() - Method in class org.apache.jackrabbit.core.security.user.UserImpl
-
- isImpersonation(Credentials) - Method in class org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
-
Test if the current request is an Impersonation attempt.
- isIncludedInNodeIndex(Name) - Method in class org.apache.jackrabbit.core.query.lucene.NodeIndexer
-
Returns true
if the property with the given name should also
be added to the node scope index.
- isIncludedInNodeScopeIndex(NodeState, Name) - Method in interface org.apache.jackrabbit.core.query.lucene.IndexingConfiguration
-
Returns true
if the property with the given name should be
included in the node scope fulltext index.
- isIncludedInNodeScopeIndex(NodeState, Name) - Method in class org.apache.jackrabbit.core.query.lucene.IndexingConfigurationImpl
-
Returns true
if the property with the given name should be
included in the node scope fulltext index.
- isInDataStore() - Method in class org.apache.jackrabbit.core.value.InternalValue
-
- isIndexed(NodeState, Name) - Method in interface org.apache.jackrabbit.core.query.lucene.IndexingConfiguration
-
Returns true
if the property with the given name is indexed
according to this configuration.
- isIndexed(NodeState, Name) - Method in class org.apache.jackrabbit.core.query.lucene.IndexingConfigurationImpl
-
Returns true
if the property with the given name is fulltext
indexed according to this configuration.
- isIndexed(Name) - Method in class org.apache.jackrabbit.core.query.lucene.NodeIndexer
-
Returns true
if the property with the given name should
be indexed.
- isInitialized() - Method in class org.apache.jackrabbit.core.RepositoryImpl.WorkspaceInfo
-
Returns true
if this workspace info is initialized,
otherwise returns false
.
- isInitialized() - Method in class org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
-
Returns true
if this module has been successfully initialized.
- isInitializeHierarchyCache() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- isItemStateInAttic(ItemId) - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
Return a flag indicating whether the specified item is in the transient
item state manager's attic space.
- isJAAS() - Method in class org.apache.jackrabbit.core.security.authentication.AuthContextProvider
-
- isLive() - Method in class org.apache.jackrabbit.core.lock.LockInfo
-
Return a flag indicating whether the lock is live
- isLive() - Method in class org.apache.jackrabbit.core.security.authorization.AbstractAccessControlProvider
-
- isLive() - Method in interface org.apache.jackrabbit.core.security.authorization.AccessControlProvider
-
Returns true
, if this provider is still alive and able to
evaluate permissions; false
otherwise.
- isLive() - Method in class org.apache.jackrabbit.core.SessionImpl
- isLocal() - Method in class org.apache.jackrabbit.core.security.authentication.AuthContextProvider
-
- isLock() - Method in class org.apache.jackrabbit.core.cluster.LockRecord
-
Return a flag indicating whether this is a lock or an unlock operation.
- isLocked(NodeImpl) - Method in interface org.apache.jackrabbit.core.lock.LockManager
-
Returns true
if this node is locked either as a result
of a lock held by this node or by a deep lock on a node above this
node; otherwise returns false
- isLocked(NodeImpl) - Method in class org.apache.jackrabbit.core.lock.LockManagerImpl
-
Returns true
if this node is locked either as a result
of a lock held by this node or by a deep lock on a node above this
node; otherwise returns false
- isLocked(String) - Method in class org.apache.jackrabbit.core.lock.SessionLockManager
-
- isLocked(NodeImpl) - Method in class org.apache.jackrabbit.core.lock.XALockManager
-
Returns true
if this node is locked either as a result
of a lock held by this node or by a deep lock on a node above this
node; otherwise returns false
- isLocked() - Method in class org.apache.jackrabbit.core.NodeImpl
- isLockHolder(Session) - Method in class org.apache.jackrabbit.core.lock.LockInfo
-
Return a flag indicating whether the session given is lock holder.
- ISM_LOCKING_ELEMENT - Static variable in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Name of the ism locking configuration element.
- isMandatoryAttribute(String) - Static method in class org.apache.jackrabbit.core.security.authentication.token.TokenBasedAuthentication
-
- isMember(Principal) - Method in class org.apache.jackrabbit.core.security.principal.EveryonePrincipal
-
- isMixin() - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeDefinitionImpl
- ISMIXIN_ATTRIBUTE - Static variable in interface org.apache.jackrabbit.core.nodetype.xml.Constants
-
Name of the isMixin
attribute.
- ISMLocking - Interface in org.apache.jackrabbit.core.state
-
- ISMLocking.ReadLock - Interface in org.apache.jackrabbit.core.state
-
- ISMLocking.WriteLock - Interface in org.apache.jackrabbit.core.state
-
- ISMLockingFactory - Interface in org.apache.jackrabbit.core.state
-
Factory interface for creating
ISMLocking
instances.
- isModifiable() - Method in class org.apache.jackrabbit.core.security.authorization.PrivilegeBits
-
Returns true
if this privilege bits instance can be altered.
- isModified() - Method in class org.apache.jackrabbit.core.ItemImpl
- isModified(ItemId) - Method in class org.apache.jackrabbit.core.state.ChangeLog
-
Returns a flag indicating whether a given item state is marked as
modified in this log.
- isMoreRecent(InternalVersion) - Method in interface org.apache.jackrabbit.core.version.InternalVersion
-
Checks if this version is more recent than the given version v
.
- isMoreRecent(VersionImpl) - Method in class org.apache.jackrabbit.core.version.VersionImpl
-
Checks if this version is more recent than the given version v
.
- isMultiple() - Method in class org.apache.jackrabbit.core.PropertyImpl
- isMultiValued() - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle.PropertyEntry
-
Returns the multivalued flag.
- isMultiValued - Variable in class org.apache.jackrabbit.core.query.PropertyTypeRegistry.TypeMapping
-
True if the property type is multi-valued
- isMultiValued() - Method in class org.apache.jackrabbit.core.state.PropertyState
-
Returns true if this property is multi-valued, otherwise false.
- isNew() - Method in class org.apache.jackrabbit.core.ItemImpl
- isNew() - Method in class org.apache.jackrabbit.core.journal.FileRecordLog
-
Return a flag indicating whether this record log is new.
- isNew() - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle
-
Checks if this bundle is new.
- isNode() - Method in class org.apache.jackrabbit.core.AbstractNodeData
-
Return a flag indicating whether item is a node.
- isNode() - Method in class org.apache.jackrabbit.core.ItemData
-
Return a flag indicating whether item is a node.
- isNode() - Method in class org.apache.jackrabbit.core.ItemImpl
- isNode() - Method in class org.apache.jackrabbit.core.NodeImpl
- isNode() - Method in class org.apache.jackrabbit.core.PropertyImpl
- isNode() - Method in class org.apache.jackrabbit.core.state.ItemState
-
Determines if this item state represents a node.
- isNode() - Method in class org.apache.jackrabbit.core.state.NodeState
-
Determines if this item state represents a node.
- isNode() - Method in class org.apache.jackrabbit.core.state.PropertyState
-
Determines if this item state represents a node.
- isNodeType(Name) - Method in class org.apache.jackrabbit.core.NodeImpl
-
- isNodeType(String) - Method in class org.apache.jackrabbit.core.NodeImpl
- isNodeType(Name) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeImpl
- isPersistenceManagerScan() - Method in class org.apache.jackrabbit.core.gc.GarbageCollector
-
- isPersistent() - Method in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager
-
- isPersistent() - Method in class org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
-
Deprecated.
- isPlainTextPassword(String) - Static method in class org.apache.jackrabbit.core.security.user.PasswordUtility
-
Returns true
if the specified string doesn't start with a
valid algorithm name in curly brackets.
- isPreAuthenticated(Credentials) - Method in class org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
-
- isQueryable() - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeDefinitionImpl
-
Returns true
if the node type is queryable, meaning that
the available-query-operators, full-text-searchable
and query-orderable attributes of its property definitions take effect.
- ISQUERYABLE_ATTRIBUTE - Static variable in interface org.apache.jackrabbit.core.nodetype.xml.Constants
-
Name of the isQueryable
attribute.
- ISQUERYORDERABLE_ATTRIBUTE - Static variable in interface org.apache.jackrabbit.core.nodetype.xml.Constants
-
Name of the isQueryOrderable
attribute.
- isReadOnly(Set<Principal>) - Method in class org.apache.jackrabbit.core.security.authorization.AbstractAccessControlProvider
-
- isReadOnly(Set<Principal>) - Method in interface org.apache.jackrabbit.core.security.authorization.AccessControlUtils
-
Test if if the specified set of principals will have read-only permissions
only.
- isReferenceable() - Method in class org.apache.jackrabbit.core.persistence.util.NodeInfo
-
- isReferenceable() - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle
-
Checks if this bundle is referenceable.
- isRegistered(Name) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeRegistry
-
- isRepaired() - Method in interface org.apache.jackrabbit.core.persistence.check.ReportItem
-
- isRepaired() - Method in class org.apache.jackrabbit.core.persistence.check.ReportItemImpl
-
- isReservedURI(String) - Method in class org.apache.jackrabbit.core.NamespaceRegistryImpl
-
Returns true
if the specified uri is one of the reserved
URIs defined in this registry.
- isReturnLatest() - Method in class org.apache.jackrabbit.core.version.DateVersionSelector
-
Returns the flag, if the latest version should be selected, if no
version can be found using the given hint.
- isRootVersion() - Method in interface org.apache.jackrabbit.core.version.InternalVersion
-
checks if this is the root version.
- isRootVersion() - Method in class org.apache.jackrabbit.core.version.VersionImpl
-
Checks if this is the root version.
- isSame(Item) - Method in class org.apache.jackrabbit.core.ItemImpl
- isSame(String, String) - Static method in class org.apache.jackrabbit.core.security.user.PasswordUtility
-
Returns true
if hash of the specified password
equals the
given hashed password.
- isSame(Item) - Method in class org.apache.jackrabbit.core.version.VersionHistoryImpl
-
- isSame(Item) - Method in class org.apache.jackrabbit.core.version.VersionImpl
- isSameRM(XAResource) - Method in class org.apache.jackrabbit.core.XASessionImpl
- isSchemaCheckEnabled() - Method in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- isSchemaCheckEnabled() - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
- isSchemaCheckEnabled() - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
- isSchemaCheckEnabled() - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
- isSearchEnabled() - Method in class org.apache.jackrabbit.core.config.RepositoryConfig
-
Checks whether search configuration is present.
- isSearchEnabled() - Method in class org.apache.jackrabbit.core.config.WorkspaceConfig
-
Checks whether search configuration is present.
- isSessionScoped() - Method in class org.apache.jackrabbit.core.lock.LockInfo
-
Return a flag indicating whether the lock is session-scoped
- isShareable() - Method in class org.apache.jackrabbit.core.state.NodeState
-
Return a flag indicating whether this state is shareable, i.e.
- isShareableChildNode() - Method in class org.apache.jackrabbit.core.observation.EventImpl
-
Returns a flag indicating whether the child node of this event is a
shareable node.
- isShareAncestor(NodeId, NodeId) - Method in interface org.apache.jackrabbit.core.HierarchyManager
-
Determines whether the node with the specified ancestor
is a share ancestor of the item denoted by the given descendant
.
- isShareAncestor(NodeId, NodeId) - Method in class org.apache.jackrabbit.core.HierarchyManagerImpl
-
Determines whether the node with the specified ancestor
is a share ancestor of the item denoted by the given descendant
.
- isSingleValueDescriptor(String) - Method in class org.apache.jackrabbit.core.jndi.BindableRepository
-
Delegated to the underlying repository instance.
- isSingleValueDescriptor(String) - Method in class org.apache.jackrabbit.core.RepositoryImpl
- isSingleValueDescriptor(String) - Method in class org.apache.jackrabbit.core.TransientRepository
-
- isStale() - Method in class org.apache.jackrabbit.core.state.ItemState
-
Determines whether this item state has become stale.
- isStandardDescriptor(String) - Method in class org.apache.jackrabbit.core.jndi.BindableRepository
-
Delegated to the underlying repository instance.
- isSupportedMediaType(String) - Method in class org.apache.jackrabbit.core.query.lucene.NodeIndexer
-
Returns true
if the provided type is among the types
supported by the Tika parser we are using.
- isSystem() - Method in class org.apache.jackrabbit.core.SessionImpl
-
Returns true
if the subject contains a
SystemPrincipal
; false
otherwise.
- isSystemUser() - Method in class org.apache.jackrabbit.core.security.user.UserImpl
-
- isTokenBasedLogin(Credentials) - Static method in class org.apache.jackrabbit.core.security.authentication.token.TokenBasedAuthentication
-
Returns true
if the given credentials
object
is an instance of TokenCredentials
.
- isTooBig() - Method in class org.apache.jackrabbit.core.cache.AbstractCache
-
Checks whether the current estimate of the amount of memory used
by this cache exceeds the allocated maximum amount of memory.
- isTransactionalNew() - Method in class org.apache.jackrabbit.core.ItemImpl
-
checks if this item is new.
- isTransient() - Method in class org.apache.jackrabbit.core.ItemImpl
-
- isTransient() - Method in class org.apache.jackrabbit.core.state.ItemState
-
Returns true
if this item state represents new or modified
state (i.e.
- isUseSimpleFSDirectory() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- isVirtualNode(NodeId) - Method in class org.apache.jackrabbit.core.persistence.bundle.ConsistencyCheckerImpl
-
- isVirtualRoot(ItemId) - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
Checks if the id refers to the root of a virtual tree.
- isVirtualRoot(ItemId) - Method in class org.apache.jackrabbit.core.virtual.AbstractVISProvider
-
Checks if the id refers to the root of a virtual tree.
- isVirtualRoot(ItemId) - Method in interface org.apache.jackrabbit.core.virtual.VirtualItemStateProvider
-
Checks if the id refers to the root of a virtual tree.
- isWorkspaceImport - Variable in class org.apache.jackrabbit.core.xml.DefaultProtectedItemImporter
-
- isWorkspaceImport - Variable in class org.apache.jackrabbit.core.xml.DefaultProtectedPropertyImporter
-
- isWriterPreference() - Method in class org.apache.jackrabbit.core.state.DefaultISMLocking
-
Returns the writer preference status of this locking strategy.
- itemCreated(ItemImpl) - Method in interface org.apache.jackrabbit.core.ItemLifeCycleListener
-
Called when an ItemImpl
instance has been created.
- ItemData - Class in org.apache.jackrabbit.core
-
Data object referenced by different ItemImpl
instances that
all represent the same item, i.e.
- ItemData(ItemState, ItemManager) - Constructor for class org.apache.jackrabbit.core.ItemData
-
Create a new instance of this class.
- ItemData(ItemId) - Constructor for class org.apache.jackrabbit.core.ItemData
-
Create a new instance of this class.
- itemDestroyed(ItemId, ItemImpl) - Method in interface org.apache.jackrabbit.core.ItemLifeCycleListener
-
Called when an ItemImpl
instance has been destroyed
(i.e.
- itemDestroyed(ItemId, ItemData) - Method in class org.apache.jackrabbit.core.ItemManager
- itemDiscarded(InternalVersionItem) - Method in class org.apache.jackrabbit.core.version.InternalVersionManagerImpl
-
Invoked by the internal version item itself, when it's underlying
persistence state was discarded.
- itemExists(Path) - Method in class org.apache.jackrabbit.core.ItemManager
-
- itemExists(ItemId) - Method in class org.apache.jackrabbit.core.ItemManager
-
Checks if the item with the given id exists.
- itemExists(String) - Static method in class org.apache.jackrabbit.core.session.SessionItemOperation
-
Creates a session operation for checking the existence of an item
at the given path.
- itemExists(String) - Method in class org.apache.jackrabbit.core.SessionImpl
- ItemId - Interface in org.apache.jackrabbit.core.id
-
Node or property identifier.
- ItemImpl - Class in org.apache.jackrabbit.core
-
ItemImpl
implements the Item
interface.
- itemInvalidated(ItemId, ItemImpl) - Method in interface org.apache.jackrabbit.core.ItemLifeCycleListener
-
Called when an ItemImpl
instance has been invalidated
(i.e.
- itemInvalidated(ItemId, ItemData) - Method in class org.apache.jackrabbit.core.ItemManager
- ItemLifeCycleListener - Interface in org.apache.jackrabbit.core
-
The ItemLifeCycleListener
interface allows an implementing
object to be informed about changes on an Item
instance.
- ItemManager - Class in org.apache.jackrabbit.core
-
There's one ItemManager
instance per Session
instance.
- ItemManager(SessionContext) - Constructor for class org.apache.jackrabbit.core.ItemManager
-
Creates a new per-session instance ItemManager
instance.
- itemMgr - Variable in class org.apache.jackrabbit.core.ItemImpl
-
ItemManager
that created this Item
- ItemRefreshOperation - Class in org.apache.jackrabbit.core
-
- ItemRefreshOperation(ItemState, boolean) - Constructor for class org.apache.jackrabbit.core.ItemRefreshOperation
-
- itemSanityCheck() - Method in class org.apache.jackrabbit.core.ItemImpl
-
Checks the status of this item.
- ItemState - Class in org.apache.jackrabbit.core.state
-
ItemState
represents the state of an Item
.
- ItemState(int, boolean) - Constructor for class org.apache.jackrabbit.core.state.ItemState
-
Constructs a new unconnected item state
- ItemState(ItemState, int, boolean) - Constructor for class org.apache.jackrabbit.core.state.ItemState
-
Constructs a new item state that is initially connected to an overlayed
state.
- ItemStateCache - Interface in org.apache.jackrabbit.core.state
-
An ItemStateCache
maintains a cache of ItemState
instances.
- ItemStateCacheFactory - Interface in org.apache.jackrabbit.core.state
-
An item state cache factory to construct new item state caches.
- ItemStateException - Exception in org.apache.jackrabbit.core.state
-
The ItemStateException
...
- ItemStateException(String) - Constructor for exception org.apache.jackrabbit.core.state.ItemStateException
-
Constructs a new instance of this class with the specified detail
message.
- ItemStateException(String, Throwable) - Constructor for exception org.apache.jackrabbit.core.state.ItemStateException
-
Constructs a new instance of this class with the specified detail
message and root cause.
- ItemStateListener - Interface in org.apache.jackrabbit.core.state
-
The ItemStateListener
interface allows an implementing object
to be informed about changes on an ItemState
.
- ItemStateManager - Interface in org.apache.jackrabbit.core.state
-
The ItemStateManager
interface provides methods for retrieving
ItemState
and NodeReferences
instances by id.
- ItemStateReferenceCache - Class in org.apache.jackrabbit.core.state
-
ItemStateReferenceCache
internally consists of 2 components:
an ItemStateReferenceMap
serving as the primary (or main)
cache; it holds weak references to ItemState
instances.
- ItemStateReferenceCache(ItemStateCacheFactory) - Constructor for class org.apache.jackrabbit.core.state.ItemStateReferenceCache
-
Creates a new ItemStateReferenceCache
that uses a
MLRUItemStateCache
instance as internal cache.
- ItemStateReferenceCache(ItemStateCache) - Constructor for class org.apache.jackrabbit.core.state.ItemStateReferenceCache
-
Creates a new ItemStateReferenceCache
that uses the
specified ItemStateCache
instance as internal secondary
cache.
- itemsUpdated(Collection<InternalVersionItem>) - Method in class org.apache.jackrabbit.core.version.InternalVersionManagerImpl
-
Invoked by some external source to indicate that some items in the
versions tree were updated.
- ItemValidator - Class in org.apache.jackrabbit.core
-
Utility class for validating an item against constraints
specified by its definition.
- ItemValidator(SessionContext) - Constructor for class org.apache.jackrabbit.core.ItemValidator
-
Creates a new ItemValidator
instance.
- IterablePersistenceManager - Interface in org.apache.jackrabbit.core.persistence
-
The iterable persistence manager can return the list of
NodeId
s and
NodeInfo
s that are stored.
- iterateElements(String) - Method in class org.apache.jackrabbit.core.util.DOMWalker
-
Iterates through the named child elements over multiple calls.
- N_ACCESSCONTROL - Static variable in interface org.apache.jackrabbit.core.security.authorization.AccessControlConstants
-
PrincipalBased-ACL:
Name of the root-node of all access-control-nodes that store the
privileges for individual principals.
- N_POLICY - Static variable in interface org.apache.jackrabbit.core.security.authorization.AccessControlConstants
-
Default name for a node of type rep:Policy.
- N_REPO_POLICY - Static variable in interface org.apache.jackrabbit.core.security.authorization.AccessControlConstants
-
Name name for a node of type rep:Policy storing repository level privileges.
- NAME - Static variable in class org.apache.jackrabbit.core.persistence.util.BundleDumper
-
- NAME - Static variable in class org.apache.jackrabbit.core.security.principal.EveryonePrincipal
-
- NAME_ABORT - Static variable in class org.apache.jackrabbit.core.security.user.UserImporter.ImportBehavior
-
- NAME_ATTRIBUTE - Static variable in class org.apache.jackrabbit.core.config.ConfigurationParser
-
Name of the bean parameter name configuration attribute.
- NAME_ATTRIBUTE - Static variable in interface org.apache.jackrabbit.core.nodetype.xml.Constants
-
Name of the name
attribute.
- NAME_BESTEFFORT - Static variable in class org.apache.jackrabbit.core.security.user.UserImporter.ImportBehavior
-
- NAME_IGNORE - Static variable in class org.apache.jackrabbit.core.security.user.UserImporter.ImportBehavior
-
- NamedAccessControlPolicyImpl - Class in org.apache.jackrabbit.core.security.authorization
-
NamedAccessControlPolicyImpl
...
- NamedAccessControlPolicyImpl(String) - Constructor for class org.apache.jackrabbit.core.security.authorization.NamedAccessControlPolicyImpl
-
- nameFromValue(int) - Static method in class org.apache.jackrabbit.core.security.user.UserImporter.ImportBehavior
-
- nameIndex - Variable in class org.apache.jackrabbit.core.persistence.util.BundleBinding
-
the name index
- nameInsertSQL - Variable in class org.apache.jackrabbit.core.persistence.pool.DbNameIndex
-
- nameMatches(String) - Method in class org.apache.jackrabbit.core.security.user.XPathQueryBuilder
-
- namePathResolver - Variable in class org.apache.jackrabbit.core.SessionImpl
-
Name and Path resolver
- NamePathResolverImpl - Class in org.apache.jackrabbit.core.query.lucene
-
NamePathResolverImpl
...
- NameQuery - Class in org.apache.jackrabbit.core.query.lucene
-
NameQuery
implements a query for the name of a node.
- NameQuery(Name, IndexFormatVersion, NamespaceMappings) - Constructor for class org.apache.jackrabbit.core.query.lucene.NameQuery
-
Creates a new NameQuery
.
- NameRangeQuery - Class in org.apache.jackrabbit.core.query.lucene
-
NameRangeQuery
...
- NameRangeQuery(Name, Name, boolean, IndexFormatVersion, NamespaceMappings, PerQueryCache) - Constructor for class org.apache.jackrabbit.core.query.lucene.NameRangeQuery
-
Creates a new NameRangeQuery.
- nameSelectSQL - Variable in class org.apache.jackrabbit.core.persistence.pool.DbNameIndex
-
- NAMESPACE_MNGMT - Static variable in class org.apache.jackrabbit.core.security.authorization.Permission
-
- NAMESPACE_URI - Static variable in class org.apache.jackrabbit.core.query.lucene.FieldNames
-
Name of the field that contains the namespace URI of the node name.
- NamespaceEventChannel - Interface in org.apache.jackrabbit.core.cluster
-
Event channel used to transmit namespace registry operations.
- NamespaceEventListener - Interface in org.apache.jackrabbit.core.cluster
-
Interface used to receive information about incoming, external namespace registry events.
- NamespaceMappings - Interface in org.apache.jackrabbit.core.query.lucene
-
The class NamespaceMappings
holds a namespace mapping that is
used internally in the search index.
- NamespaceRecord - Class in org.apache.jackrabbit.core.cluster
-
Cluster record representing a namespace registration, reregistration or
unregistration.
- NamespaceRecord(String, String, String, Record) - Constructor for class org.apache.jackrabbit.core.cluster.NamespaceRecord
-
Create a new instance of this class.
- NamespaceRegistryImpl - Class in org.apache.jackrabbit.core
-
A NamespaceRegistryImpl
...
- NamespaceRegistryImpl(FileSystem) - Constructor for class org.apache.jackrabbit.core.NamespaceRegistryImpl
-
Protected constructor: Constructs a new instance of this class.
- NATIVE_SORT_SYSTEM_PROPERTY - Static variable in class org.apache.jackrabbit.core.query.lucene.join.QueryEngine
-
- NE_ENTITY - Static variable in interface org.apache.jackrabbit.core.nodetype.xml.Constants
-
- needsSystemTree() - Method in class org.apache.jackrabbit.core.query.lucene.AbstractQueryImpl
-
Returns true
if this query node needs items under
/jcr:system to be queried.
- needsSystemTree() - Method in class org.apache.jackrabbit.core.query.lucene.QueryImpl
-
Returns true
if this query node needs items under
/jcr:system to be queried.
- NEGATIVE_ENTRY_KEY - Static variable in class org.apache.jackrabbit.core.security.principal.AbstractPrincipalProvider
-
Option name to enable negative cache entries (see JCR-2672)
- neq(String, Value) - Method in class org.apache.jackrabbit.core.security.user.XPathQueryBuilder
-
- newComparator(String, int, int, boolean) - Method in class org.apache.jackrabbit.core.query.lucene.LengthSortComparator
-
- newComparator(String, int, int, boolean) - Method in class org.apache.jackrabbit.core.query.lucene.LowerCaseSortComparator
-
- newComparator(String, int, int, boolean) - Method in class org.apache.jackrabbit.core.query.lucene.NormalizeSortComparator
-
- newComparator(String, int, int, boolean) - Method in class org.apache.jackrabbit.core.query.lucene.SharedFieldComparatorSource
-
Create a new FieldComparator
for an embedded propertyName
and a reader
.
- newComparator(String, int, int, boolean) - Method in class org.apache.jackrabbit.core.query.lucene.sort.DynamicOperandFieldComparatorSource
-
- newComparator(String, int, int, boolean) - Method in class org.apache.jackrabbit.core.query.lucene.UpperCaseSortComparator
-
- newInstance(Class<T>) - Method in class org.apache.jackrabbit.core.config.BeanConfig
-
Creates a new instance of the configured bean class.
- newInstance(Class<?>, BeanConfig) - Method in interface org.apache.jackrabbit.core.config.BeanFactory
-
- newInstance(Class<?>, BeanConfig) - Method in class org.apache.jackrabbit.core.config.SimpleBeanFactory
-
- newItemStateCache() - Method in interface org.apache.jackrabbit.core.state.ItemStateCacheFactory
-
Construct a new item state cache.
- newItemStateCache() - Method in class org.apache.jackrabbit.core.state.ManagedMLRUItemStateCacheFactory
-
Create a new cache instance and link it to the cache manager.
- newNodeId() - Method in class org.apache.jackrabbit.core.id.NodeIdFactory
-
- next() - Method in class org.apache.jackrabbit.core.LazyItemIterator
- next() - Method in class org.apache.jackrabbit.core.observation.EventJournalImpl
- next() - Method in class org.apache.jackrabbit.core.query.lucene.hits.AdaptingHits
-
Return the doc number of the next hit in the set.
- next() - Method in class org.apache.jackrabbit.core.query.lucene.hits.ArrayHits
-
Return the doc number of the next hit in the set.
- next() - Method in class org.apache.jackrabbit.core.query.lucene.hits.BitSetHits
-
Return the doc number of the next hit in the set.
- next() - Method in interface org.apache.jackrabbit.core.query.lucene.hits.Hits
-
Return the doc number of the next hit in the set.
- next() - Method in class org.apache.jackrabbit.core.query.lucene.hits.HitsIntersection
-
Return the doc number of the next hit in the set.
- next() - Method in class org.apache.jackrabbit.core.query.lucene.hits.ScorerHits
-
Return the doc number of the next hit in the set.
- nextDoc() - Method in class org.apache.jackrabbit.core.query.lucene.QueryHitsQuery.QueryHitsQueryScorer
-
- nextEvent() - Method in class org.apache.jackrabbit.core.observation.EventJournalImpl
- nextNode() - Method in class org.apache.jackrabbit.core.LazyItemIterator
- nextPrincipal() - Method in class org.apache.jackrabbit.core.security.principal.PrincipalIteratorAdapter
-
Returns the next policy.
- nextProperty() - Method in class org.apache.jackrabbit.core.LazyItemIterator
- nextRecord() - Method in class org.apache.jackrabbit.core.journal.FileRecordIterator
-
Return the next record.
- nextRecord() - Method in class org.apache.jackrabbit.core.journal.MemoryJournal.MemoryRecordIterator
-
Return the next record.
- nextRecord() - Method in interface org.apache.jackrabbit.core.journal.RecordIterator
-
Return the next record.
- nextScoreNode() - Method in class org.apache.jackrabbit.core.query.lucene.ChildNodesQueryHits
-
Returns the next score node in this QueryHits or null
if
there are no more score nodes.
- nextScoreNode() - Method in class org.apache.jackrabbit.core.query.lucene.DefaultQueryHits
-
Returns the next score node in this QueryHits or null
if
there are no more score nodes.
- nextScoreNode() - Method in class org.apache.jackrabbit.core.query.lucene.LuceneQueryHits
-
Returns the next score node in this QueryHits or null
if
there are no more score nodes.
- nextScoreNode() - Method in class org.apache.jackrabbit.core.query.lucene.NodeTraversingQueryHits
-
Returns the next score node in this QueryHits or null
if
there are no more score nodes.
- nextScoreNode() - Method in interface org.apache.jackrabbit.core.query.lucene.QueryHits
-
Returns the next score node in this QueryHits or null
if
there are no more score nodes.
- nextScoreNode() - Method in class org.apache.jackrabbit.core.query.lucene.SortedLuceneQueryHits
-
Returns the next score node in this QueryHits or null
if
there are no more score nodes.
- nextScoreNodes() - Method in class org.apache.jackrabbit.core.query.lucene.FilterMultiColumnQueryHits
-
Returns the next score nodes in this QueryHits or null
if
there are no more score nodes.
- nextScoreNodes() - Method in class org.apache.jackrabbit.core.query.lucene.join.Join
-
Returns the next score nodes in this QueryHits or null
if
there are no more score nodes.
- nextScoreNodes() - Method in interface org.apache.jackrabbit.core.query.lucene.MultiColumnQueryHits
-
Returns the next score nodes in this QueryHits or null
if
there are no more score nodes.
- nextScoreNodes() - Method in class org.apache.jackrabbit.core.query.lucene.QueryHitsAdapter
-
Returns the next score nodes in this QueryHits or null
if
there are no more score nodes.
- nextScoreNodes() - Method in interface org.apache.jackrabbit.core.query.lucene.ScoreNodeIterator
-
Returns the next score nodes.
- nextScoreNodes() - Method in class org.apache.jackrabbit.core.query.lucene.ScoreNodeIteratorImpl
-
Returns the next score nodes.
- nextScoreNodes() - Method in class org.apache.jackrabbit.core.query.lucene.SortedMultiColumnQueryHits
-
Returns the next score nodes in this QueryHits or null
if
there are no more score nodes.
- NGKDbNameIndex - Class in org.apache.jackrabbit.core.persistence.pool
-
- NGKDbNameIndex(ConnectionHelper, String) - Constructor for class org.apache.jackrabbit.core.persistence.pool.NGKDbNameIndex
-
Creates a new index that is stored in a db.
- NO_PERMISSION - Static variable in interface org.apache.jackrabbit.core.security.authorization.CompiledPermissions
-
Static implementation of a CompiledPermissions
that doesn't
grant any permissions at all.
- NO_PRIVILEGE - Static variable in class org.apache.jackrabbit.core.security.authorization.PrivilegeRegistry
-
No privileges
- node - Variable in class org.apache.jackrabbit.core.query.lucene.NodeIndexer
-
The NodeState
of the node to index
- node - Variable in class org.apache.jackrabbit.core.query.QueryImpl
-
The node where this query is persisted.
- NODE_ENTRY - Static variable in class org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
-
Deprecated.
- NODE_TYPE_DEF_MNGMT - Static variable in class org.apache.jackrabbit.core.security.authorization.Permission
-
- NODE_TYPE_MNGMT - Static variable in class org.apache.jackrabbit.core.security.authorization.Permission
-
- nodeAdded(NodeState, Name, int, NodeId) - Method in class org.apache.jackrabbit.core.CachingHierarchyManager
-
Called when a child node has been added
- nodeAdded(NodeState, Name, int, NodeId) - Method in class org.apache.jackrabbit.core.state.LocalItemStateManager
-
Called when a child node has been added
- nodeAdded(NodeState, Name, int, NodeId) - Method in interface org.apache.jackrabbit.core.state.NodeStateListener
-
Called when a child node has been added
- nodeAdded(NodeState, Name, int, NodeId) - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
Called when a child node has been added
- nodeExists(Path) - Method in class org.apache.jackrabbit.core.ItemManager
-
Checks whether a node exists at the specified path.
- nodeExists(String) - Static method in class org.apache.jackrabbit.core.session.SessionItemOperation
-
Creates a session operation for checking the existence of a node
at the given path.
- nodeExists(String) - Method in class org.apache.jackrabbit.core.SessionImpl
-
- NODEFILENAME - Static variable in class org.apache.jackrabbit.core.persistence.bundle.AbstractBundlePersistenceManager
-
the prefix of a node file
- NodeId - Class in org.apache.jackrabbit.core.id
-
Node identifier, i.e.
- NodeId(long, long) - Constructor for class org.apache.jackrabbit.core.id.NodeId
-
Creates a node identifier from the given 128 bits.
- NodeId(byte[]) - Constructor for class org.apache.jackrabbit.core.id.NodeId
-
Creates a node identifier from the given 16 bytes.
- NodeId(UUID) - Constructor for class org.apache.jackrabbit.core.id.NodeId
-
Creates a node identifier from the given UUID.
- NodeId(String) - Constructor for class org.apache.jackrabbit.core.id.NodeId
-
Creates a node identifier from the given UUID string.
- NodeIdFactory - Class in org.apache.jackrabbit.core.id
-
A factory for creating new node ids.
- NodeIdFactory(String) - Constructor for class org.apache.jackrabbit.core.id.NodeIdFactory
-
- nodeIdFactory - Variable in class org.apache.jackrabbit.core.RepositoryImpl
-
- NodeImpl - Class in org.apache.jackrabbit.core
-
NodeImpl
implements the Node
interface.
- NodeImpl(ItemManager, SessionContext, AbstractNodeData) - Constructor for class org.apache.jackrabbit.core.NodeImpl
-
Protected constructor.
- NodeIndexer - Class in org.apache.jackrabbit.core.query.lucene
-
Creates a lucene
Document
object from a
Node
.
- NodeIndexer(NodeState, ItemStateManager, NamespaceMappings, Executor, Parser) - Constructor for class org.apache.jackrabbit.core.query.lucene.NodeIndexer
-
Creates a new node indexer.
- NodeInfo - Class in org.apache.jackrabbit.core.persistence.util
-
Holds structural information about a node.
- NodeInfo(NodePropBundle) - Constructor for class org.apache.jackrabbit.core.persistence.util.NodeInfo
-
Create a new NodeInfo object from a bundle
- NodeInfo - Class in org.apache.jackrabbit.core.xml
-
Information about a node being imported.
- NodeInfo(Name, Name, Name[], NodeId) - Constructor for class org.apache.jackrabbit.core.xml.NodeInfo
-
Creates a node information instance.
- NodeLocalNameOperand - Class in org.apache.jackrabbit.core.query.lucene.constraint
-
NodeLocalNameOperand
implements a node local name operand.
- NodeLocalNameOperand() - Constructor for class org.apache.jackrabbit.core.query.lucene.constraint.NodeLocalNameOperand
-
- nodeModified(NodeState) - Method in class org.apache.jackrabbit.core.CachingHierarchyManager
-
Called when a node has been modified, typically as a result of removal
or addition of a child node.
- nodeModified(NodeState) - Method in class org.apache.jackrabbit.core.state.LocalItemStateManager
-
Called when a node has been modified, typically as a result of removal
or addition of a child node.
- nodeModified(NodeState) - Method in interface org.apache.jackrabbit.core.state.NodeStateListener
-
Called when a node has been modified, typically as a result of removal
or addition of a child node.
- nodeModified(NodeState) - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
Called when a node has been modified, typically as a result of removal
or addition of a child node.
- nodeMoved(NodeId, Path, NodeId, Path, Name, Set<Name>, Session, boolean) - Static method in class org.apache.jackrabbit.core.observation.EventState
-
Creates a new
Event
of type
NODE_MOVED
.
- nodeMovedWithInfo(NodeId, Path, NodeId, Path, Name, Set<Name>, Session, boolean) - Static method in class org.apache.jackrabbit.core.observation.EventState
-
Creates a new
Event
of type
NODE_MOVED
.
- NodeNameNormalizer - Class in org.apache.jackrabbit.core.session
-
Convenience class for checking/logging "weird" node names.
- NodeNameNormalizer() - Constructor for class org.apache.jackrabbit.core.session.NodeNameNormalizer
-
- NodeNameOperand - Class in org.apache.jackrabbit.core.query.lucene.constraint
-
NodeNameOperand
implements a node name operand.
- NodeNameOperand() - Constructor for class org.apache.jackrabbit.core.query.lucene.constraint.NodeNameOperand
-
- NodePropBundle - Class in org.apache.jackrabbit.core.persistence.util
-
This Class provides a simple structure to hold the nodestate and related
propertystate data.
- NodePropBundle(NodeId) - Constructor for class org.apache.jackrabbit.core.persistence.util.NodePropBundle
-
Creates a "new" bundle with the given id
- NodePropBundle(NodeState) - Constructor for class org.apache.jackrabbit.core.persistence.util.NodePropBundle
-
Creates a bundle from the given state
- NodePropBundle.ChildNodeEntry - Class in org.apache.jackrabbit.core.persistence.util
-
Helper class for a child node entry
- NodePropBundle.PropertyEntry - Class in org.apache.jackrabbit.core.persistence.util
-
Helper class for a property enrty
- nodeReferenceDeleteSQL - Variable in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
- nodeReferenceDeleteSQL - Variable in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
- nodeReferenceInsertSQL - Variable in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
- nodeReferenceInsertSQL - Variable in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
- NodeReferences - Class in org.apache.jackrabbit.core.state
-
NodeReferences
represents the references (i.e.
- NodeReferences(NodeId) - Constructor for class org.apache.jackrabbit.core.state.NodeReferences
-
- nodeReferenceSelectExistSQL - Variable in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
- nodeReferenceSelectSQL - Variable in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
- nodeReferenceSelectSQL - Variable in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
- nodeReferenceUpdateSQL - Variable in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
- nodeReferenceUpdateSQL - Variable in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
- NODEREFSFILENAME - Static variable in class org.apache.jackrabbit.core.persistence.bundle.AbstractBundlePersistenceManager
-
the prefix of a node references file
- nodeRemoved(NodeState, Name, int, NodeId) - Method in class org.apache.jackrabbit.core.CachingHierarchyManager
-
Called when a child node has been removed
- nodeRemoved(NodeState, Name, int, NodeId) - Method in class org.apache.jackrabbit.core.state.LocalItemStateManager
-
Called when a child node has been removed
- nodeRemoved(NodeState, Name, int, NodeId) - Method in interface org.apache.jackrabbit.core.state.NodeStateListener
-
Called when a child node has been removed
- nodeRemoved(NodeState, Name, int, NodeId) - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
Called when a child node has been removed
- nodeReordered(NodeId, Path, NodeId, Path, Path, Path, Name, Set<Name>, Session, boolean) - Static method in class org.apache.jackrabbit.core.observation.EventState
-
Creates a new
Event
of type
NODE_MOVED
.
- nodesReplaced(NodeState) - Method in class org.apache.jackrabbit.core.CachingHierarchyManager
-
Called when the children nodes were replaced by other nodes, typically
as result of a reorder operation.
- nodesReplaced(NodeState) - Method in class org.apache.jackrabbit.core.state.LocalItemStateManager
-
Called when the children nodes were replaced by other nodes, typically
as result of a reorder operation.
- nodesReplaced(NodeState) - Method in interface org.apache.jackrabbit.core.state.NodeStateListener
-
Called when the children nodes were replaced by other nodes, typically
as result of a reorder operation.
- nodesReplaced(NodeState) - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
Called when the children nodes were replaced by other nodes, typically
as result of a reorder operation.
- NodeState - Class in org.apache.jackrabbit.core.state
-
NodeState
represents the state of a Node
.
- NodeState(NodeState, int, boolean) - Constructor for class org.apache.jackrabbit.core.state.NodeState
-
Constructs a new node state that is initially connected to an overlayed
state.
- NodeState(NodeId, Name, NodeId, int, boolean) - Constructor for class org.apache.jackrabbit.core.state.NodeState
-
Constructs a new node state that is not connected.
- nodeStateDeleteSQL - Variable in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
- NodeStateEx - Class in org.apache.jackrabbit.core.version
-
This Class provides some basic node operations directly on the node state.
- NodeStateEx(UpdatableItemStateManager, NodeTypeRegistry, NodeState, Name) - Constructor for class org.apache.jackrabbit.core.version.NodeStateEx
-
Creates a new persistent node
- NodeStateEx(UpdatableItemStateManager, NodeTypeRegistry, NodeId) - Constructor for class org.apache.jackrabbit.core.version.NodeStateEx
-
Creates a new persistent node
- nodeStateInsertSQL - Variable in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
- NodeStateListener - Interface in org.apache.jackrabbit.core.state
-
Extends the ItemStateListener
allowing a client to be
additionally informed about changes on a NodeState
.
- nodeStateSelectExistSQL - Variable in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
- nodeStateSelectSQL - Variable in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
- nodeStateUpdateSQL - Variable in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
- NodeTraversingQueryHits - Class in org.apache.jackrabbit.core.query.lucene
-
NodeTraversingQueryHits
implements query hits that traverse
a node hierarchy.
- NodeTraversingQueryHits(Node, boolean) - Constructor for class org.apache.jackrabbit.core.query.lucene.NodeTraversingQueryHits
-
Creates query hits that consist of the nodes that are traversed from a
given start
node.
- NodeTraversingQueryHits(Node, boolean, int) - Constructor for class org.apache.jackrabbit.core.query.lucene.NodeTraversingQueryHits
-
Creates query hits that consist of the nodes that are traversed from a
given start
node.
- NODETYPE_ELEMENT - Static variable in interface org.apache.jackrabbit.core.nodetype.xml.Constants
-
Name of the node type definition element.
- NodeTypeConflictException - Exception in org.apache.jackrabbit.core.nodetype
-
The NodeTypeConflictException
...
- NodeTypeConflictException(String) - Constructor for exception org.apache.jackrabbit.core.nodetype.NodeTypeConflictException
-
Constructs a new instance of this class with the specified detail
message.
- NodeTypeConflictException(String, Throwable) - Constructor for exception org.apache.jackrabbit.core.nodetype.NodeTypeConflictException
-
Constructs a new instance of this class with the specified detail
message and root cause.
- NodeTypeDefinitionImpl - Class in org.apache.jackrabbit.core.nodetype
-
This class implements the NodeTypeDefinition
interface.
- NodeTypeDefinitionImpl(QNodeTypeDefinition, NamePathResolver, ValueFactory) - Constructor for class org.apache.jackrabbit.core.nodetype.NodeTypeDefinitionImpl
-
- NodeTypeDefStore - Class in org.apache.jackrabbit.core.nodetype
-
NodeTypeDefStore
...
- NodeTypeDefStore() - Constructor for class org.apache.jackrabbit.core.nodetype.NodeTypeDefStore
-
Empty default constructor.
- NodeTypeEventChannel - Interface in org.apache.jackrabbit.core.cluster
-
Event channel used to transmit nodetype registry operations.
- NodeTypeEventListener - Interface in org.apache.jackrabbit.core.cluster
-
Interface used to receive information about incoming, external node type registry events.
- NodeTypeImpl - Class in org.apache.jackrabbit.core.nodetype
-
A NodeTypeImpl
...
- NodeTypeInstanceHandler - Class in org.apache.jackrabbit.core
-
The NodeTypeInstanceHandler
is used to provide or initialize
system protected properties (or child nodes).
- NodeTypeInstanceHandler(String) - Constructor for class org.apache.jackrabbit.core.NodeTypeInstanceHandler
-
Creates a new node type instance handler.
- NodeTypeManagerImpl - Class in org.apache.jackrabbit.core.nodetype
-
A NodeTypeManagerImpl
implements a session dependant
NodeTypeManager.
- NodeTypeManagerImpl(SessionContext) - Constructor for class org.apache.jackrabbit.core.nodetype.NodeTypeManagerImpl
-
Creates a new NodeTypeManagerImpl
instance.
- NodeTypeReader - Class in org.apache.jackrabbit.core.nodetype.xml
-
Node type definition reader.
- NodeTypeReader(InputStream) - Constructor for class org.apache.jackrabbit.core.nodetype.xml.NodeTypeReader
-
Creates a node type definition file reader.
- NodeTypeRecord - Class in org.apache.jackrabbit.core.cluster
-
Cluster record representing a node type registration, re-registration or
unregistration.
- NodeTypeRecord(Collection, boolean, Record) - Constructor for class org.apache.jackrabbit.core.cluster.NodeTypeRecord
-
Create a new instance of this class.
- NodeTypeRecord(QNodeTypeDefinition, Record) - Constructor for class org.apache.jackrabbit.core.cluster.NodeTypeRecord
-
Create a new instance of this class.
- nodeTypeRegistered(Name) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeManagerImpl
-
Called when a node type has been registered.
- nodeTypeRegistered(Name) - Method in interface org.apache.jackrabbit.core.nodetype.NodeTypeRegistryListener
-
Called when a node type has been registered.
- nodeTypeRegistered(Name) - Method in class org.apache.jackrabbit.core.nodetype.virtual.VirtualNodeTypeStateManager
-
Called when a node type has been registered.
- nodeTypeRegistered(Name) - Method in class org.apache.jackrabbit.core.query.lucene.IndexingConfigurationImpl
-
- nodeTypeRegistered(Name) - Method in class org.apache.jackrabbit.core.query.PropertyTypeRegistry
-
- NodeTypeRegistry - Class in org.apache.jackrabbit.core.nodetype
-
A NodeTypeRegistry
...
- NodeTypeRegistry(NamespaceRegistry, FileSystem) - Constructor for class org.apache.jackrabbit.core.nodetype.NodeTypeRegistry
-
Constructor
- NodeTypeRegistryListener - Interface in org.apache.jackrabbit.core.nodetype
-
The NodeTypeRegistryListener
interface allows an implementing
object to be informed about node type (un)registration.
- nodeTypeReRegistered(Name) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeManagerImpl
-
Called when a node type has been re-registered.
- nodeTypeReRegistered(Name) - Method in interface org.apache.jackrabbit.core.nodetype.NodeTypeRegistryListener
-
Called when a node type has been re-registered.
- nodeTypeReRegistered(Name) - Method in class org.apache.jackrabbit.core.nodetype.virtual.VirtualNodeTypeStateManager
-
Called when a node type has been re-registered.
- nodeTypeReRegistered(Name) - Method in class org.apache.jackrabbit.core.query.lucene.IndexingConfigurationImpl
-
- nodeTypeReRegistered(Name) - Method in class org.apache.jackrabbit.core.query.PropertyTypeRegistry
-
- NODETYPES_ELEMENT - Static variable in interface org.apache.jackrabbit.core.nodetype.xml.Constants
-
Name of the node type definition root element.
- NODETYPES_NODE_ID - Static variable in class org.apache.jackrabbit.core.RepositoryImpl
-
hardcoded id of the "/jcr:system/jcr:nodeTypes" node
- nodeTypesUnregistered(Collection<Name>) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeManagerImpl
-
Called when a set of node types has been unregistered.
- nodeTypesUnregistered(Collection<Name>) - Method in interface org.apache.jackrabbit.core.nodetype.NodeTypeRegistryListener
-
Called when a set of node types has been unregistered.
- nodeTypesUnregistered(Collection<Name>) - Method in class org.apache.jackrabbit.core.nodetype.virtual.VirtualNodeTypeStateManager
-
Called when a set of node types has been unregistered.
- nodeTypesUnregistered(Collection<Name>) - Method in class org.apache.jackrabbit.core.query.lucene.IndexingConfigurationImpl
-
- nodeTypesUnregistered(Collection<Name>) - Method in class org.apache.jackrabbit.core.query.PropertyTypeRegistry
-
- NodeTypeWriter - Class in org.apache.jackrabbit.core.nodetype.xml
-
Node type definition writer.
- NONE - Static variable in class org.apache.jackrabbit.core.security.authorization.Permission
-
- NoOpConfigVisitor - Class in org.apache.jackrabbit.core.config
-
- NoOpConfigVisitor() - Constructor for class org.apache.jackrabbit.core.config.NoOpConfigVisitor
-
- normalize(float) - Method in class org.apache.jackrabbit.core.query.lucene.JackrabbitTermQuery.JackrabbitTermWeight
- normalize(float) - Method in class org.apache.jackrabbit.core.query.lucene.QueryHitsQuery.QueryHitsQueryWeight
- NormalizeSortComparator - Class in org.apache.jackrabbit.core.query.lucene
-
NormalizeSortComparator
implements a FieldComparator
which
compares the lower-cased and normalized string values of a base sort comparator.
- NormalizeSortComparator(FieldComparatorSource) - Constructor for class org.apache.jackrabbit.core.query.lucene.NormalizeSortComparator
-
Creates a new upper case sort comparator.
- NoSuchItemStateException - Exception in org.apache.jackrabbit.core.state
-
The NoSuchItemStateException
...
- NoSuchItemStateException(String) - Constructor for exception org.apache.jackrabbit.core.state.NoSuchItemStateException
-
Constructs a new instance of this class with the specified detail
message.
- NoSuchItemStateException(String, Throwable) - Constructor for exception org.apache.jackrabbit.core.state.NoSuchItemStateException
-
Constructs a new instance of this class with the specified detail
message and root cause.
- not(XPathQueryBuilder.Condition) - Method in class org.apache.jackrabbit.core.security.user.XPathQueryBuilder
-
- NotConstraint - Class in org.apache.jackrabbit.core.query.lucene.constraint
-
NotConstraint
implements a NOT constraint.
- NotConstraint(Constraint) - Constructor for class org.apache.jackrabbit.core.query.lucene.constraint.NotConstraint
-
Creates a new NOT constraint with the given constraint
as
its operand.
- notifyListeners(AccessControlModifications) - Method in class org.apache.jackrabbit.core.security.authorization.AccessControlObserver
-
Notifies the listeners about AC modifications.
- notifyLoggedOut() - Method in class org.apache.jackrabbit.core.SessionImpl
-
Notify the listeners that this session has been closed.
- notifyLoggingOut() - Method in class org.apache.jackrabbit.core.SessionImpl
-
Notify the listeners that this session is about to be closed.
- notifyNodeAdded(ChildNodeEntry) - Method in class org.apache.jackrabbit.core.state.NodeState
-
Notify the listeners that a child node entry has been added
- notifyNodeAdded(NodeState, Name, int, NodeId) - Method in class org.apache.jackrabbit.core.state.StateChangeDispatcher
-
Notify listeners about changes to some state.
- notifyNodeModified(NodeState) - Method in class org.apache.jackrabbit.core.state.StateChangeDispatcher
-
Notify listeners about changes to some state.
- notifyNodeRemoved(ChildNodeEntry) - Method in class org.apache.jackrabbit.core.state.NodeState
-
Notify the listeners that a child node entry has been removed
- notifyNodeRemoved(NodeState, Name, int, NodeId) - Method in class org.apache.jackrabbit.core.state.StateChangeDispatcher
-
Notify listeners about changes to some state.
- notifyNodesReplaced() - Method in class org.apache.jackrabbit.core.state.NodeState
-
Notify the listeners that the child node entries have been replaced
- notifyNodesReplaced(NodeState) - Method in class org.apache.jackrabbit.core.state.StateChangeDispatcher
-
Notify listeners about changes to some state.
- notifyStateCreated() - Method in class org.apache.jackrabbit.core.state.ItemState
-
Notify the parent container about changes to this state.
- notifyStateCreated(ItemState) - Method in class org.apache.jackrabbit.core.state.StateChangeDispatcher
-
Notify listeners about changes to some state.
- notifyStateDestroyed() - Method in class org.apache.jackrabbit.core.state.ItemState
-
Notify the parent container about changes to this state.
- notifyStateDestroyed(ItemState) - Method in class org.apache.jackrabbit.core.state.StateChangeDispatcher
-
Notify listeners about changes to some state.
- notifyStateDiscarded() - Method in class org.apache.jackrabbit.core.state.ItemState
-
Notify the parent container about changes to this state.
- notifyStateDiscarded(ItemState) - Method in class org.apache.jackrabbit.core.state.StateChangeDispatcher
-
Notify listeners about changes to some state.
- notifyStateModified(ItemState) - Method in class org.apache.jackrabbit.core.state.StateChangeDispatcher
-
Notify listeners about changes to some state.
- notifyStateUpdated() - Method in class org.apache.jackrabbit.core.state.ItemState
-
Notify the parent container about changes to this state.
- npResolver - Variable in class org.apache.jackrabbit.core.query.lucene.LuceneQueryFactory
-
NamePathResolver to map namespace mappings to internal prefixes
- NS_FN_OLD_URI - Static variable in class org.apache.jackrabbit.core.SearchManager
-
- NS_FN_URI - Static variable in class org.apache.jackrabbit.core.SearchManager
-
- NS_XS_URI - Static variable in class org.apache.jackrabbit.core.SearchManager
-
- nsIndex - Variable in class org.apache.jackrabbit.core.persistence.util.BundleBinding
-
the namespace index
- nsMappings - Variable in class org.apache.jackrabbit.core.query.lucene.LuceneQueryFactory
-
Namespace mappings to internal prefixes
- NSRegistryBasedNamespaceMappings - Class in org.apache.jackrabbit.core.query.lucene
-
NSRegistryBasedNamespaceMappings
implements a namespace mapping
based on the stable index prefix provided by the namespace registry.
- nsResolver - Variable in class org.apache.jackrabbit.core.journal.AbstractRecord
-
Namespace resolver.
- NT_REP_ACCESS_CONTROL - Static variable in interface org.apache.jackrabbit.core.security.authorization.AccessControlConstants
-
rep:AccessControl nodetype
- NT_REP_ACCESS_CONTROLLABLE - Static variable in interface org.apache.jackrabbit.core.security.authorization.AccessControlConstants
-
rep:AccessControllable nodetype
- NT_REP_ACE - Static variable in interface org.apache.jackrabbit.core.security.authorization.AccessControlConstants
-
rep:ACE nodetype
- NT_REP_ACL - Static variable in interface org.apache.jackrabbit.core.security.authorization.AccessControlConstants
-
rep:ACL nodetype
- NT_REP_DENY_ACE - Static variable in interface org.apache.jackrabbit.core.security.authorization.AccessControlConstants
-
rep:DenyACE nodetype
- NT_REP_GRANT_ACE - Static variable in interface org.apache.jackrabbit.core.security.authorization.AccessControlConstants
-
rep:GrantACE nodetype
- NT_REP_PRINCIPAL_ACCESS_CONTROL - Static variable in interface org.apache.jackrabbit.core.security.authorization.AccessControlConstants
-
rep:PrincipalAccessControl nodetype
- NT_REP_REPO_ACCESS_CONTROLLABLE - Static variable in interface org.apache.jackrabbit.core.security.authorization.AccessControlConstants
-
rep:RepoAccessControllable nodetype
- ntManager - Variable in class org.apache.jackrabbit.core.query.lucene.LuceneQueryFactory
-
Node type manager
- ntReg - Variable in class org.apache.jackrabbit.core.version.VersionManagerImplBase
-
node type registry
- ntReg - Variable in class org.apache.jackrabbit.core.virtual.AbstractVISProvider
-
the node type registry
- raf - Variable in class org.apache.jackrabbit.core.journal.FileRevision
-
Underlying random access file.
- RAMDirectoryManager - Class in org.apache.jackrabbit.core.query.lucene.directory
-
RAMDirectoryManager
implements a directory manager for
RAMDirectory
instances.
- RAMDirectoryManager() - Constructor for class org.apache.jackrabbit.core.query.lucene.directory.RAMDirectoryManager
-
- randomId() - Static method in class org.apache.jackrabbit.core.id.NodeId
-
Creates a random node identifier using a secure random number generator.
- RangeQuery - Class in org.apache.jackrabbit.core.query.lucene
-
Implements a variant of the lucene class org.apache.lucene.search.RangeQuery
.
- RangeQuery(Term, Term, boolean, PerQueryCache) - Constructor for class org.apache.jackrabbit.core.query.lucene.RangeQuery
-
Creates a new RangeQuery.
- RangeQuery(Term, Term, boolean, int, PerQueryCache) - Constructor for class org.apache.jackrabbit.core.query.lucene.RangeQuery
-
Creates a new RangeQuery.
- read() - Method in class org.apache.jackrabbit.core.cluster.ClusterRecord
-
Deserialize this record.
- read(NamespaceResolver, NamePathResolver) - Method in class org.apache.jackrabbit.core.journal.FileRecordLog
-
Read the file record at the current seek position.
- read(InputStream) - Static method in class org.apache.jackrabbit.core.nodetype.xml.NodeTypeReader
-
Reads a node type definition file.
- read() - Method in class org.apache.jackrabbit.core.query.lucene.directory.IndexInputStream
- read(byte[], int, int) - Method in class org.apache.jackrabbit.core.query.lucene.directory.IndexInputStream
- READ - Static variable in interface org.apache.jackrabbit.core.security.AccessManager
-
Deprecated.
- READ - Static variable in class org.apache.jackrabbit.core.security.authorization.Permission
-
- READ_AC - Static variable in class org.apache.jackrabbit.core.security.authorization.Permission
-
- readBoolean() - Method in class org.apache.jackrabbit.core.journal.AppendRecord
-
- readBoolean() - Method in class org.apache.jackrabbit.core.journal.ReadRecord
-
Read a boolean from the underlying stream.
- readBoolean() - Method in interface org.apache.jackrabbit.core.journal.Record
-
Read a boolean from the underlying stream.
- readBundle(InputStream, NodeId) - Method in class org.apache.jackrabbit.core.persistence.util.BundleBinding
-
Deserializes a NodePropBundle
from a data input stream.
- readByte() - Method in class org.apache.jackrabbit.core.journal.AppendRecord
-
Unsupported methods when appending.
- readByte() - Method in class org.apache.jackrabbit.core.journal.ReadRecord
-
Read a byte from the underlying stream.
- readByte() - Method in interface org.apache.jackrabbit.core.journal.Record
-
Read a byte from the underlying stream.
- readChar() - Method in class org.apache.jackrabbit.core.journal.AppendRecord
-
- readChar() - Method in class org.apache.jackrabbit.core.journal.ReadRecord
-
Read a character from the underlying stream.
- readChar() - Method in interface org.apache.jackrabbit.core.journal.Record
-
Read a character from the underlying stream.
- readEndMarker() - Method in class org.apache.jackrabbit.core.cluster.ChangeLogRecord
-
Read end marker.
- readEndMarker() - Method in class org.apache.jackrabbit.core.cluster.ClusterRecord
-
Read end marker.
- readerIndex(int) - Method in class org.apache.jackrabbit.core.query.lucene.sort.AbstractFieldComparator
-
Returns the reader index for document n
.
- readers - Variable in class org.apache.jackrabbit.core.query.lucene.sort.AbstractFieldComparator
-
The index readers.
- readerValue() - Method in class org.apache.jackrabbit.core.query.lucene.IDField
-
- readerValue() - Method in class org.apache.jackrabbit.core.query.lucene.LazyTextExtractorField
-
- readFully(byte[]) - Method in class org.apache.jackrabbit.core.journal.AppendRecord
-
- readFully(byte[]) - Method in class org.apache.jackrabbit.core.journal.ReadRecord
-
Fully read an array of bytes from the underlying stream.
- readFully(byte[]) - Method in interface org.apache.jackrabbit.core.journal.Record
-
Fully read an array of bytes from the underlying stream.
- readInt() - Method in class org.apache.jackrabbit.core.journal.AppendRecord
-
- readInt() - Method in class org.apache.jackrabbit.core.journal.ReadRecord
-
Read an integer from the underlying stream.
- readInt() - Method in interface org.apache.jackrabbit.core.journal.Record
-
Read an integer from the underlying stream.
- readLong() - Method in class org.apache.jackrabbit.core.journal.AppendRecord
-
- readLong() - Method in class org.apache.jackrabbit.core.journal.ReadRecord
-
Read a long from the underlying stream.
- readLong() - Method in interface org.apache.jackrabbit.core.journal.Record
-
Read a long from the underlying stream.
- readNodeId() - Method in class org.apache.jackrabbit.core.journal.AbstractRecord
-
Read a NodeId
from the underlying stream.
- readNodeId() - Method in interface org.apache.jackrabbit.core.journal.Record
-
Read a NodeId
from the underlying stream.
- readNodeTypeDef() - Method in class org.apache.jackrabbit.core.journal.AbstractRecord
-
Read a NodeTypeDef
from the underlying stream.
- readNodeTypeDef() - Method in interface org.apache.jackrabbit.core.journal.Record
-
Read a NodeTypeDef
from the underlying stream.
- readPath() - Method in class org.apache.jackrabbit.core.journal.AbstractRecord
-
Read a Path
from the underlying stream.
- readPath() - Method in interface org.apache.jackrabbit.core.journal.Record
-
Read a Path
from the underlying stream.
- readPathElement() - Method in class org.apache.jackrabbit.core.journal.AbstractRecord
-
Read a named path element from the underlying stream.
- readPathElement() - Method in interface org.apache.jackrabbit.core.journal.Record
-
Read a named path element from the underlying stream.
- readPrivilegeDef() - Method in class org.apache.jackrabbit.core.journal.AbstractRecord
-
Read a PrivilegeDefinition
from the underlying stream.
- readPrivilegeDef() - Method in interface org.apache.jackrabbit.core.journal.Record
-
Read a PrivilegeDefinition
from the underlying stream.
- readPropertyId() - Method in class org.apache.jackrabbit.core.journal.AbstractRecord
-
Read a PropertyId
from the underlying stream.
- readPropertyId() - Method in interface org.apache.jackrabbit.core.journal.Record
-
Read a PropertyId
from the underlying stream.
- readQName() - Method in class org.apache.jackrabbit.core.journal.AbstractRecord
-
Read a Name
frmo the underlying stream.
- readQName() - Method in interface org.apache.jackrabbit.core.journal.Record
-
Read a Name
frmo the underlying stream.
- ReadRecord - Class in org.apache.jackrabbit.core.journal
-
Record used for reading.
- ReadRecord(String, String, long, DataInputStream, int, NamespaceResolver, NamePathResolver) - Constructor for class org.apache.jackrabbit.core.journal.ReadRecord
-
Create a new instance of this class.
- readString() - Method in class org.apache.jackrabbit.core.journal.AppendRecord
-
- readString() - Method in class org.apache.jackrabbit.core.journal.ReadRecord
-
Read a string from the underlying stream.
- readString() - Method in interface org.apache.jackrabbit.core.journal.Record
-
Read a string from the underlying stream.
- reconnect() - Method in class org.apache.jackrabbit.core.state.ItemState
-
Reconnect this state to the overlayed state that it has been
disconnected from earlier.
- record - Variable in class org.apache.jackrabbit.core.cluster.ClusterRecord
-
Journal record.
- Record - Interface in org.apache.jackrabbit.core.journal
-
Record interface.
- recordCacheAccess() - Method in class org.apache.jackrabbit.core.cache.AbstractCache
-
Records a single cache access and calls the configured
CacheAccessListener
(if any) whenever the constant access
interval has passed since the previous listener call.
- recordCacheMiss() - Method in class org.apache.jackrabbit.core.cache.AbstractCache
-
- RecordConsumer - Interface in org.apache.jackrabbit.core.journal
-
Listener interface on a journal that gets called back for records that should be consumed.
- RecordIterator - Interface in org.apache.jackrabbit.core.journal
-
RecordIterator interface.
- RecordProducer - Interface in org.apache.jackrabbit.core.journal
-
Produces new records that can be appended to the journal.
- recordSizeChange(long) - Method in class org.apache.jackrabbit.core.cache.AbstractCache
-
Updates the current memory use estimate of this cache.
- recover(int) - Method in class org.apache.jackrabbit.core.XASessionImpl
- RedoLog - Interface in org.apache.jackrabbit.core.query.lucene
-
Defines a redo log for changes that have not been committed to disk.
- RedoLogFactory - Interface in org.apache.jackrabbit.core.query.lucene
-
RedoLogFactory
a factory for
RedoLog
s.
- reestablishConnection() - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
Re-establishes the database connection.
- RefCountingBLOBFileValue - Class in org.apache.jackrabbit.core.value
-
RefCountingBLOBFileValue
implements a reference counting BLOB
file value on top of an existing BLOBFileValue
.
- RefCountingBLOBFileValue(BLOBFileValue) - Constructor for class org.apache.jackrabbit.core.value.RefCountingBLOBFileValue
-
Creates a new reference counting blob file value based on the given
value
.
- RefCountingIndexReader - Class in org.apache.jackrabbit.core.query.lucene
-
RefCountingIndexReader
...
- RefCountingIndexReader(IndexReader) - Constructor for class org.apache.jackrabbit.core.query.lucene.RefCountingIndexReader
-
- REFERENCE - Static variable in class org.apache.jackrabbit.core.persistence.util.BundleDumper
-
- ReferenceChangeTracker - Class in org.apache.jackrabbit.core.util
-
Simple helper class that can be used to keep track of node id mappings
(e.g.
- ReferenceChangeTracker() - Constructor for class org.apache.jackrabbit.core.util.ReferenceChangeTracker
-
- references - Variable in class org.apache.jackrabbit.core.state.NodeReferences
-
list of PropertyId's (i.e.
- referenceTracker - Variable in class org.apache.jackrabbit.core.xml.DefaultProtectedItemImporter
-
- refresh(boolean) - Method in class org.apache.jackrabbit.core.ItemImpl
- refresh(boolean) - Method in class org.apache.jackrabbit.core.SessionImpl
- REFS_FILE_PATH - Static variable in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager
-
Path where references are stored on shutdown.
- REFS_FILE_PATH - Static variable in class org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
-
Deprecated.
- refsStore - Variable in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager
-
References memory store.
- refsStore - Variable in class org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
-
Deprecated.
- REGISTER - Static variable in class org.apache.jackrabbit.core.cluster.NodeTypeRecord
-
Operation type: registration.
- register(RecordConsumer) - Method in class org.apache.jackrabbit.core.journal.AbstractJournal
-
Register a record consumer.
- register(RecordConsumer) - Method in interface org.apache.jackrabbit.core.journal.Journal
-
Register a record consumer.
- registered(Collection) - Method in class org.apache.jackrabbit.core.cluster.ClusterNode
-
Called when one or more node types have been registered.
- registered(Collection<QNodeTypeDefinition>) - Method in interface org.apache.jackrabbit.core.cluster.NodeTypeEventChannel
-
Called when one or more node types have been registered.
- registeredPrivileges(Collection<PrivilegeDefinition>) - Method in class org.apache.jackrabbit.core.cluster.ClusterNode
- registeredPrivileges(Collection<PrivilegeDefinition>) - Method in interface org.apache.jackrabbit.core.cluster.PrivilegeEventChannel
-
- registerNamespace(String, String) - Method in class org.apache.jackrabbit.core.NamespaceRegistryImpl
- registerNodeType(QNodeTypeDefinition) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeRegistry
-
Validates the NodeTypeDef
and returns
an EffectiveNodeType
object representing the newly
registered node type.
- registerNodeTypes(InputStream, String, boolean) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeManagerImpl
-
Registers the node types defined in the given input stream depending
on the content type specified for the stream.
- registerNodeTypes(InputSource) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeManagerImpl
-
Registers the node types defined in the given XML stream.
- registerNodeTypes(InputStream, String) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeManagerImpl
-
Registers the node types defined in the given input stream depending
on the content type specified for the stream.
- registerNodeTypes(NodeTypeDefinition[], boolean) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeManagerImpl
-
Registers or updates the specified Collection
of
NodeTypeDefinition
objects.
- registerNodeTypes(Collection<QNodeTypeDefinition>) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeRegistry
-
- registerPrivilege(String, boolean, String[]) - Method in class org.apache.jackrabbit.core.security.authorization.PrivilegeManagerImpl
-
Register a new custom privilege with the specified characteristics.
- registerProvider(Properties) - Method in interface org.apache.jackrabbit.core.security.principal.PrincipalProviderRegistry
-
Registers a new provider by means of a configuration.
- registerProvider(Properties) - Method in class org.apache.jackrabbit.core.security.principal.ProviderRegistryImpl
-
- registerRepository(Context, String, String, String, boolean) - Static method in class org.apache.jackrabbit.core.jndi.RegistryHelper
-
Binds a configured repository to the given JNDI context.
- RegistryHelper - Class in org.apache.jackrabbit.core.jndi
-
JNDI helper functionality.
- REINDEXING_REQUIRED - Static variable in class org.apache.jackrabbit.core.query.lucene.FieldNames
-
Name of the field that marks nodes that require reindexing because the
text extraction process timed out.
- release() - Method in class org.apache.jackrabbit.core.query.lucene.CachingMultiIndexReader
-
Releases this index reader and potentially frees resources.
- release() - Method in class org.apache.jackrabbit.core.query.lucene.JackrabbitIndexReader
-
Releases this index reader and potentially frees resources.
- release() - Method in class org.apache.jackrabbit.core.query.lucene.RefCountingIndexReader
-
Releases this index reader and potentially frees resources.
- release() - Method in interface org.apache.jackrabbit.core.query.lucene.ReleaseableIndexReader
-
Releases this index reader and potentially frees resources.
- release() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex.CombinedIndexReader
-
Releases this index reader and potentially frees resources.
- release() - Method in interface org.apache.jackrabbit.core.state.ISMLocking.ReadLock
-
Releases this lock.
- release() - Method in interface org.apache.jackrabbit.core.state.ISMLocking.WriteLock
-
Releases this lock.
- release() - Method in class org.apache.jackrabbit.core.util.CooperativeFileLock
-
Unlock the directory.
- release() - Method in class org.apache.jackrabbit.core.util.RepositoryLock
-
Releases repository lock.
- release() - Method in interface org.apache.jackrabbit.core.util.RepositoryLockMechanism
-
Releases repository lock.
- release() - Method in class org.apache.jackrabbit.core.util.XAReentrantLock
- release() - Method in class org.apache.jackrabbit.core.version.VersioningLock.ReadLock
-
- release() - Method in class org.apache.jackrabbit.core.version.VersioningLock.WriteLock
-
- ReleaseableIndexReader - Interface in org.apache.jackrabbit.core.query.lucene
-
ReleaseableIndexReader
...
- reload() - Method in class org.apache.jackrabbit.core.version.NodeStateEx
-
reloads the persistent state recursively
- remapped(String, String, String) - Method in class org.apache.jackrabbit.core.cluster.ClusterNode
-
Called when a namespace has been remapped.
- remapped(String, String, String) - Method in interface org.apache.jackrabbit.core.cluster.NamespaceEventChannel
-
Called when a namespace has been remapped.
- remove(Cache) - Method in class org.apache.jackrabbit.core.cache.CacheManager
-
Remove a cache.
- remove(K) - Method in class org.apache.jackrabbit.core.cache.ConcurrentCache
-
Removes the identified entry from the cache.
- remove() - Method in class org.apache.jackrabbit.core.ItemImpl
- remove() - Method in class org.apache.jackrabbit.core.LazyItemIterator
- remove(Name) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeDefStore
-
- remove() - Method in class org.apache.jackrabbit.core.observation.EventJournalImpl
-
- remove(String) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager.InMemBLOBStore
-
Removes the BLOB data with the specified id.
- remove(String) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager.DbBlobStore
-
Removes the BLOB data with the specified id.
- remove(String) - Method in interface org.apache.jackrabbit.core.persistence.util.BLOBStore
-
Removes the BLOB data with the specified id.
- remove(String) - Method in class org.apache.jackrabbit.core.persistence.util.FileSystemBLOBStore
-
Removes the BLOB data with the specified id.
- REMOVE - Static variable in interface org.apache.jackrabbit.core.security.AccessManager
-
Deprecated.
- remove(String) - Static method in class org.apache.jackrabbit.core.session.SessionItemOperation
-
Creates a session operation for removing the item at the given path.
- remove(int) - Method in class org.apache.jackrabbit.core.util.EmptyLinkedMap
-
- remove(Object) - Method in class org.apache.jackrabbit.core.util.EmptyLinkedMap
-
- REMOVE_NODE - Static variable in class org.apache.jackrabbit.core.security.authorization.Permission
-
- REMOVE_PROPERTY - Static variable in class org.apache.jackrabbit.core.security.authorization.Permission
-
- removeAccessControlEntry(AccessControlEntry) - Method in class org.apache.jackrabbit.core.security.authorization.UnmodifiableAccessControlList
-
- removeActivity(Session, NodeId) - Method in interface org.apache.jackrabbit.core.version.InternalVersionManager
-
Removes an activity and all
- removeActivity(Session, NodeId) - Method in class org.apache.jackrabbit.core.version.InternalVersionManagerImpl
-
Removes an activity and all
- removeActivity(Session, NodeId) - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
Removes an activity and all
- removeActivity(Node) - Method in class org.apache.jackrabbit.core.VersionManagerImpl
- removeAll() - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeDefStore
-
- removeAllChildNodeEntries() - Method in class org.apache.jackrabbit.core.state.NodeState
-
Removes all ChildNodeEntry
s.
- removeAllProperties(BLOBStore) - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle
-
Removes all property entries
- removeAllPropertyNames() - Method in class org.apache.jackrabbit.core.state.NodeState
-
Removes all property name entries.
- removeChildNode(NodeId) - Method in class org.apache.jackrabbit.core.NodeImpl
-
- removeChildNodeEntry(Name, int) - Method in class org.apache.jackrabbit.core.state.NodeState
-
Removes a ChildNodeEntry
.
- removeChildNodeEntry(NodeId) - Method in class org.apache.jackrabbit.core.state.NodeState
-
Removes a ChildNodeEntry
.
- removeChildProperty(Name) - Method in class org.apache.jackrabbit.core.NodeImpl
-
- removeDispatcher(ObservationDispatcher) - Method in class org.apache.jackrabbit.core.observation.DelegatingObservationDispatcher
-
Removes a observation dispatcher from the set of dispatchers
- removeEventListener(EventListener) - Method in class org.apache.jackrabbit.core.observation.ObservationManagerImpl
- removeHold(String, Hold) - Method in class org.apache.jackrabbit.core.retention.RetentionManagerImpl
-
- removeItem(ItemImpl) - Method in class org.apache.jackrabbit.core.ProtectedItemModifier
-
- removeItem(String) - Method in class org.apache.jackrabbit.core.SessionImpl
-
- removeListener(NodeTypeRegistryListener) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeRegistry
-
Remove a NodeTypeRegistryListener
- removeListener(AccessControlListener) - Method in class org.apache.jackrabbit.core.security.authorization.AccessControlObserver
-
Remove a listener added before.
- removeListener(PrivilegeRegistry.Listener) - Method in class org.apache.jackrabbit.core.security.authorization.PrivilegeRegistry
-
Removes a privilege registration listener.
- removeListener(SessionListener) - Method in class org.apache.jackrabbit.core.SessionImpl
-
Remove a SessionListener
- removeListener(ItemStateListener) - Method in class org.apache.jackrabbit.core.state.LocalItemStateManager
-
Remove an ItemStateListener
- removeListener(ItemStateListener) - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
Remove an ItemStateListener
- removeListener(ItemStateListener) - Method in class org.apache.jackrabbit.core.state.SharedItemStateManager
-
Remove an ItemStateListener
- removeListener(ItemStateListener) - Method in class org.apache.jackrabbit.core.state.StateChangeDispatcher
-
Remove an ItemStateListener
- removeListener(ItemStateListener) - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
Remove an ItemStateListener
- removeListener(ItemStateListener) - Method in class org.apache.jackrabbit.core.virtual.AbstractVISProvider
-
Remove an ItemStateListener
- removeListener(ItemStateListener) - Method in interface org.apache.jackrabbit.core.virtual.VirtualItemStateProvider
-
Remove an ItemStateListener
- removeLockProperties(NodeImpl) - Method in class org.apache.jackrabbit.core.lock.LockManagerImpl
-
- removeLockToken(SessionImpl, String) - Method in interface org.apache.jackrabbit.core.lock.LockManager
-
Invoked by a session to inform that a lock token has been removed.
- removeLockToken(SessionImpl, String) - Method in class org.apache.jackrabbit.core.lock.LockManagerImpl
-
Invoked by a session to inform that a lock token has been removed.
- removeLockToken(String) - Method in class org.apache.jackrabbit.core.lock.SessionLockManager
-
- removeLockToken(SessionImpl, String) - Method in class org.apache.jackrabbit.core.lock.XALockManager
-
Invoked by a session to inform that a lock token has been removed.
- removeLockToken(String) - Method in class org.apache.jackrabbit.core.SessionImpl
- removeLRU(AbstractLinkedMap.LinkEntry) - Method in class org.apache.jackrabbit.core.cache.GrowingLRUMap
-
- removeMember(Principal) - Method in class org.apache.jackrabbit.core.security.principal.EveryonePrincipal
-
- removeMixin(Name) - Method in class org.apache.jackrabbit.core.NodeImpl
-
- removeMixin(String) - Method in class org.apache.jackrabbit.core.NodeImpl
-
- removeNode(Path) - Method in class org.apache.jackrabbit.core.BatchedItemOperations
-
Removes the specified node, recursively removing its properties and
child nodes.
- removeNode(Name) - Method in class org.apache.jackrabbit.core.version.NodeStateEx
-
removes the (first) child node with the given name.
- removeNode(NodeStateEx) - Method in class org.apache.jackrabbit.core.version.NodeStateEx
-
removes the given child node
- removeNode(Name, int) - Method in class org.apache.jackrabbit.core.version.NodeStateEx
-
removes the child node with the given name and 1-based index
- removeNode(ChildNodeEntry) - Method in class org.apache.jackrabbit.core.version.NodeStateEx
-
removes the child node with the given child node entry
- removeNodeState(NodeState) - Method in class org.apache.jackrabbit.core.BatchedItemOperations
-
Unlinks the specified node state from its parent and recursively
removes it including its properties and child nodes.
- removePolicy(String, AccessControlPolicy) - Method in class org.apache.jackrabbit.core.security.AbstractAccessControlManager
-
Always throws AccessControlException
- removePolicy(String, AccessControlPolicy) - Method in interface org.apache.jackrabbit.core.security.authorization.AccessControlEditor
-
Removes the specified policy from the node at nodePath
.
- removePolicy(String, AccessControlPolicy) - Method in class org.apache.jackrabbit.core.security.authorization.acl.ACLEditor
-
- removePolicy(String, AccessControlPolicy) - Method in class org.apache.jackrabbit.core.security.authorization.principalbased.ACLEditor
-
- removePolicy(String, AccessControlPolicy) - Method in class org.apache.jackrabbit.core.security.DefaultAccessManager
-
- removeProperty(Name, BLOBStore) - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle
-
Removes the proprty with the given name from this bundle.
- removeProperty(Name) - Method in class org.apache.jackrabbit.core.version.NodeStateEx
-
removes the property with the given name
- removePropertyName(Name) - Method in class org.apache.jackrabbit.core.state.NodeState
-
Removes a property name entry.
- removeReference(PropertyId) - Method in class org.apache.jackrabbit.core.state.NodeReferences
-
- removeReferences(List<Object>) - Method in class org.apache.jackrabbit.core.util.ReferenceChangeTracker
-
Remove the given references that have already been processed from the
references list.
- removeReferencesEntry(NodeId) - Method in class org.apache.jackrabbit.core.state.ChangeLog
-
Removes the references entry with the given target node id.
- removeRetentionPolicy(String) - Method in class org.apache.jackrabbit.core.retention.RetentionManagerImpl
-
- removeShare() - Method in class org.apache.jackrabbit.core.NodeImpl
-
A special kind of remove()
that removes this node, but does
not remove any other node in the shared set of this node.
- removeShare(NodeId) - Method in class org.apache.jackrabbit.core.state.NodeState
-
Remove a parent from the shared set.
- removeSharedSet() - Method in class org.apache.jackrabbit.core.NodeImpl
-
A special kind of remove()
that removes this node and every
other node in the shared set of this node.
- removeVersion(Session, InternalVersionHistory, Name) - Method in interface org.apache.jackrabbit.core.version.InternalVersionManager
-
Removes the specified version from the given version history.
- removeVersion(Session, InternalVersionHistory, Name) - Method in class org.apache.jackrabbit.core.version.InternalVersionManagerImpl
-
Removes the specified version from the given version history.
- removeVersion(Session, InternalVersionHistory, Name) - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
Removes the specified version from the given version history.
- removeVersion(String) - Method in class org.apache.jackrabbit.core.version.VersionHistoryImpl
-
- removeVersionHistory(Session, InternalVersionHistory) - Method in interface org.apache.jackrabbit.core.version.InternalVersionManager
-
Removes the specified version history from storage.
- removeVersionHistory(Session, InternalVersionHistory) - Method in class org.apache.jackrabbit.core.version.InternalVersionManagerImpl
-
Removes the specified version history from storage.
- removeVersionHistory(Session, InternalVersionHistory) - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
Removes the specified version history from storage.
- removeVersionHistory() - Method in class org.apache.jackrabbit.core.version.VersionHistoryImpl
-
Removes this VersionHistory from storage.
- removeVersionLabel(String) - Method in class org.apache.jackrabbit.core.version.VersionHistoryImpl
-
- rename(String) - Method in class org.apache.jackrabbit.core.NodeImpl
- rename(String, String) - Method in interface org.apache.jackrabbit.core.query.lucene.directory.DirectoryManager
-
Renames a directory.
- rename(String, String) - Method in class org.apache.jackrabbit.core.query.lucene.directory.FSDirectoryManager
-
Renames a directory.
- rename(String, String) - Method in class org.apache.jackrabbit.core.query.lucene.directory.RAMDirectoryManager
-
Renames a directory.
- renameChildNode(Name, int, NodeId, Name) - Method in class org.apache.jackrabbit.core.NodeImpl
-
- renameChildNode(NodeId, Name, boolean) - Method in class org.apache.jackrabbit.core.NodeImpl
-
- renameChildNodeEntry(Name, int, Name) - Method in class org.apache.jackrabbit.core.state.NodeState
-
Renames a ChildNodeEntry
by removing the old entry and
appending the new entry to the end of the list.
- renameChildNodeEntry(NodeId, Name) - Method in class org.apache.jackrabbit.core.state.NodeState
-
Renames a ChildNodeEntry
by removing the old entry and
appending the new entry to the end of the list.
- REP_EXCERPT - Static variable in interface org.apache.jackrabbit.core.query.lucene.ExcerptProvider
-
Name of the rep:excerpt function.
- REP_PRIVILEGE_MANAGEMENT - Static variable in class org.apache.jackrabbit.core.security.authorization.PrivilegeRegistry
-
Jackrabbit specific privilege for privilege management.
- REP_PRIVILEGE_MANAGEMENT_NAME - Static variable in class org.apache.jackrabbit.core.security.authorization.PrivilegeRegistry
-
- REP_WRITE - Static variable in class org.apache.jackrabbit.core.security.authorization.PrivilegeRegistry
-
- REP_WRITE_NAME - Static variable in class org.apache.jackrabbit.core.security.authorization.PrivilegeRegistry
-
- repair() - Method in class org.apache.jackrabbit.core.persistence.bundle.ConsistencyCheckerImpl
-
- repair(boolean) - Method in class org.apache.jackrabbit.core.query.lucene.ConsistencyCheck
-
Repairs detected errors during the consistency check.
- repairable() - Method in class org.apache.jackrabbit.core.query.lucene.ConsistencyCheckError
-
Returns true
if this error can be repaired.
- repConfig - Variable in class org.apache.jackrabbit.core.RepositoryImpl
-
- REPHOMEDIR_ADDRTYPE - Static variable in class org.apache.jackrabbit.core.jndi.BindableRepository
-
type of repHomeDir
reference address
- replaceChildNode(NodeId, Name, Name, Name[]) - Method in class org.apache.jackrabbit.core.NodeImpl
-
Replaces the child node with the specified id
by a new child node with the same id and specified nodeName
,
nodeTypeName
and mixinNames
.
- replaceChildNodeEntry(NodeId, Name, NodeId) - Method in class org.apache.jackrabbit.core.state.NodeState
-
Replaces the ChildNodeEntry
identified by oldId
with a new entry.
- replaceVariables(String) - Method in class org.apache.jackrabbit.core.config.ConfigurationParser
-
Performs variable replacement on the given string value.
- report(ReportItem) - Method in interface org.apache.jackrabbit.core.persistence.check.ConsistencyCheckListener
-
Called when there's a consistency problem to be reported
- ReportItem - Interface in org.apache.jackrabbit.core.persistence.check
-
- ReportItem.Type - Enum in org.apache.jackrabbit.core.persistence.check
-
- ReportItemImpl - Class in org.apache.jackrabbit.core.persistence.check
-
- ReportItemImpl(String, String, ReportItem.Type, boolean) - Constructor for class org.apache.jackrabbit.core.persistence.check.ReportItemImpl
-
- REPOSITORY_CONF - Static variable in class org.apache.jackrabbit.core.RepositoryFactoryImpl
-
Name of the repository configuration parameter.
- REPOSITORY_CONF_VARIABLE - Static variable in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Name of the repository configuration file parser variable.
- REPOSITORY_HOME - Static variable in class org.apache.jackrabbit.core.RepositoryFactoryImpl
-
Name of the repository home parameter.
- REPOSITORY_HOME_VARIABLE - Static variable in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Name of the repository home directory parser variable.
- REPOSITORY_LOCK_MECHANISM_ELEMENT - Static variable in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Name of the repository lock mechanism configuration element.
- RepositoryCallback - Class in org.apache.jackrabbit.core.security.authentication
-
- RepositoryCallback() - Constructor for class org.apache.jackrabbit.core.security.authentication.RepositoryCallback
-
- RepositoryConfig - Class in org.apache.jackrabbit.core.config
-
Repository configuration.
- RepositoryConfig(String, SecurityConfig, FileSystemFactory, String, String, String, int, Element, VersioningConfig, QueryHandlerFactory, ClusterConfig, DataStoreFactory, RepositoryLockMechanismFactory, DataSourceConfig, ConnectionFactory, RepositoryConfigurationParser) - Constructor for class org.apache.jackrabbit.core.config.RepositoryConfig
-
Creates a repository configuration object.
- RepositoryConfigurationParser - Class in org.apache.jackrabbit.core.config
-
Configuration parser.
- RepositoryConfigurationParser(Properties, ConnectionFactory) - Constructor for class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Creates a new configuration parser with the given parser variables
and connection factory.
- RepositoryConfigurationParser(Properties) - Constructor for class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Creates a new configuration parser with the given parser variables.
- RepositoryContext - Class in org.apache.jackrabbit.core
-
Internal component context of a Jackrabbit content repository.
- repositoryContext - Variable in class org.apache.jackrabbit.core.SessionImpl
-
The component context of the repository that issued this session.
- RepositoryCopier - Class in org.apache.jackrabbit.core
-
Tool for backing up or migrating the entire contents (workspaces,
version histories, namespaces, node types, etc.) of a repository to
a new repository.
- RepositoryCopier(RepositoryImpl, RepositoryImpl) - Constructor for class org.apache.jackrabbit.core.RepositoryCopier
-
Creates a tool for copying the full contents of the source repository
to the given target repository.
- RepositoryFactoryImpl - Class in org.apache.jackrabbit.core
-
- RepositoryFactoryImpl() - Constructor for class org.apache.jackrabbit.core.RepositoryFactoryImpl
-
- RepositoryImpl - Class in org.apache.jackrabbit.core
-
A RepositoryImpl
...
- RepositoryImpl(RepositoryConfig) - Constructor for class org.apache.jackrabbit.core.RepositoryImpl
-
Protected constructor.
- RepositoryImpl.DescriptorValue - Class in org.apache.jackrabbit.core
-
Represents a Repository Descriptor Value (either Value or Value[])
- RepositoryImpl.WorkspaceInfo - Class in org.apache.jackrabbit.core
-
WorkspaceInfo
holds the objects that are shared
among multiple per-session WorkspaceImpl
instances
representing the same named workspace, i.e.
- RepositoryLock - Class in org.apache.jackrabbit.core.util
-
Exclusive lock on a repository home directory.
- RepositoryLock() - Constructor for class org.apache.jackrabbit.core.util.RepositoryLock
-
- RepositoryLock(String) - Constructor for class org.apache.jackrabbit.core.util.RepositoryLock
-
- RepositoryLockMechanism - Interface in org.apache.jackrabbit.core.util
-
Exclusive lock on a repository home directory.
- RepositoryLockMechanismFactory - Interface in org.apache.jackrabbit.core.util
-
- RepositoryManagerImpl - Class in org.apache.jackrabbit.core
-
The repository manager implementation.
- REQUIREDPRIMARYTYPE_ELEMENT - Static variable in interface org.apache.jackrabbit.core.nodetype.xml.Constants
-
Name of the required primary type element.
- REQUIREDPRIMARYTYPES_ELEMENT - Static variable in interface org.apache.jackrabbit.core.nodetype.xml.Constants
-
Name of the required primary types element.
- REQUIREDTYPE_ATTRIBUTE - Static variable in interface org.apache.jackrabbit.core.nodetype.xml.Constants
-
Name of the required type attribute.
- REREGISTER - Static variable in class org.apache.jackrabbit.core.cluster.NodeTypeRecord
-
Operation type: re-registration.
- reregistered(QNodeTypeDefinition) - Method in class org.apache.jackrabbit.core.cluster.ClusterNode
-
Called when a node types has been re-registered.
- reregistered(QNodeTypeDefinition) - Method in interface org.apache.jackrabbit.core.cluster.NodeTypeEventChannel
-
Called when a node types has been re-registered.
- reregisterNodeType(QNodeTypeDefinition) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeRegistry
-
Reregister a node type.
- RES_NAME_INDEX - Static variable in class org.apache.jackrabbit.core.persistence.bundle.AbstractBundlePersistenceManager
-
the name of the names-index resource
- RES_NS_INDEX - Static variable in class org.apache.jackrabbit.core.persistence.bundle.AbstractBundlePersistenceManager
-
the name of the namespace-index resource
- reset() - Method in class org.apache.jackrabbit.core.query.lucene.SingletonTokenStream
- reset() - Method in class org.apache.jackrabbit.core.state.ChangeLog
-
Reset this change log, removing all members inside the
maps we built.
- resetAccessCount() - Method in class org.apache.jackrabbit.core.cache.AbstractCache
-
- resetAccessCount() - Method in interface org.apache.jackrabbit.core.cache.Cache
-
Reset the access counter.
- resetMissCount() - Method in class org.apache.jackrabbit.core.cache.AbstractCache
-
- resetMissCount() - Method in interface org.apache.jackrabbit.core.cache.Cache
-
Reset the cache miss counter.
- resetStatement(PreparedStatement) - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
Resets the given PreparedStatement
by clearing the parameters
and warnings contained.
- resolveEntity(String, String) - Method in class org.apache.jackrabbit.core.config.ConfigurationEntityResolver
-
Resolves an entity to the corresponding input source.
- resolveEntity(String, String) - Method in class org.apache.jackrabbit.core.query.lucene.IndexingConfigurationEntityResolver
- resolveNodePath(Path) - Method in interface org.apache.jackrabbit.core.HierarchyManager
-
Resolves a path into a node id.
- resolveNodePath(Path) - Method in class org.apache.jackrabbit.core.HierarchyManagerImpl
-
Resolves a path into a node id.
- resolvePath(Path, int) - Method in class org.apache.jackrabbit.core.CachingHierarchyManager
-
- resolvePath(Path) - Method in interface org.apache.jackrabbit.core.HierarchyManager
-
- resolvePath(Path.Element[], int, ItemId, int) - Method in class org.apache.jackrabbit.core.HierarchyManagerImpl
-
Internal implementation that iteratively resolves a path into an item.
- resolvePath(Path, int) - Method in class org.apache.jackrabbit.core.HierarchyManagerImpl
-
- resolvePath(Path) - Method in class org.apache.jackrabbit.core.HierarchyManagerImpl
-
Resolves a path into an item id.
- resolvePropertyPath(Path) - Method in interface org.apache.jackrabbit.core.HierarchyManager
-
Resolves a path into a property id.
- resolvePropertyPath(Path) - Method in class org.apache.jackrabbit.core.HierarchyManagerImpl
-
Resolves a path into a property id.
- resolver - Variable in class org.apache.jackrabbit.core.journal.AbstractRecord
-
Name and Path resolver.
- resolver - Variable in class org.apache.jackrabbit.core.query.lucene.NodeIndexer
-
Name and Path resolver.
- resolver - Variable in class org.apache.jackrabbit.core.xml.DefaultProtectedItemImporter
-
- resolveRelativeNodePath(String) - Method in class org.apache.jackrabbit.core.NodeImpl
-
Returns the id of the node at relPath
or null
if no node exists at relPath
.
- resolveRelativePropertyPath(String) - Method in class org.apache.jackrabbit.core.NodeImpl
-
Returns the id of the property at relPath
or null
if no property exists at relPath
.
- resolveUUIDConflict(NodeImpl, NodeId, NodeInfo) - Method in class org.apache.jackrabbit.core.xml.SessionImporter
-
- resolveUUIDConflict(NodeState, NodeState, NodeInfo) - Method in class org.apache.jackrabbit.core.xml.WorkspaceImporter
-
- ResourceBasedBLOBStore - Interface in org.apache.jackrabbit.core.persistence.util
-
- restore(String, boolean) - Method in class org.apache.jackrabbit.core.NodeImpl
-
Deprecated.
- restore(Version, boolean) - Method in class org.apache.jackrabbit.core.NodeImpl
-
Deprecated.
- restore(Version, String, boolean) - Method in class org.apache.jackrabbit.core.NodeImpl
-
Deprecated.
- restore(NodeStateEx, Name, InternalBaseline) - Method in class org.apache.jackrabbit.core.version.VersionManagerImplConfig
-
Restores the versions recorded in the given baseline below the specified
path.
- restore(NodeStateEx, InternalVersion, boolean) - Method in class org.apache.jackrabbit.core.version.VersionManagerImplRestore
-
- restore(NodeStateEx, Name, boolean) - Method in class org.apache.jackrabbit.core.version.VersionManagerImplRestore
-
- restore(NodeStateEx, Name, InternalVersion, boolean) - Method in class org.apache.jackrabbit.core.version.VersionManagerImplRestore
-
Restores the version
below the parent
node
using the indicated name
- restore(Version, boolean) - Method in class org.apache.jackrabbit.core.VersionManagerImpl
-
- restore(Version[], boolean) - Method in class org.apache.jackrabbit.core.VersionManagerImpl
- restore(String, String, boolean) - Method in class org.apache.jackrabbit.core.VersionManagerImpl
- restore(String, Version, boolean) - Method in class org.apache.jackrabbit.core.VersionManagerImpl
- restore(NodeImpl, Version, boolean) - Method in class org.apache.jackrabbit.core.VersionManagerImpl
-
- restore(Version[], boolean) - Method in class org.apache.jackrabbit.core.WorkspaceImpl
-
Deprecated.
- restoreByLabel(String, boolean) - Method in class org.apache.jackrabbit.core.NodeImpl
-
Deprecated.
- restoreByLabel(NodeStateEx, Name, boolean) - Method in class org.apache.jackrabbit.core.version.VersionManagerImplRestore
-
- restoreByLabel(String, String, boolean) - Method in class org.apache.jackrabbit.core.VersionManagerImpl
- restoreTransient(NodeState) - Method in class org.apache.jackrabbit.core.NodeImpl
-
- restoreTransient(PropertyState) - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- Result(int, int, int, int) - Constructor for class org.apache.jackrabbit.core.security.authorization.AbstractCompiledPermissions.Result
-
Deprecated.
- Result(int, int, PrivilegeBits, PrivilegeBits) - Constructor for class org.apache.jackrabbit.core.security.authorization.AbstractCompiledPermissions.Result
-
- RETENTION_MNGMT - Static variable in class org.apache.jackrabbit.core.security.authorization.Permission
-
- RetentionManagerImpl - Class in org.apache.jackrabbit.core.retention
-
RetentionManagerImpl
...
- RetentionManagerImpl(SessionImpl) - Constructor for class org.apache.jackrabbit.core.retention.RetentionManagerImpl
-
- RetentionPolicyImpl - Class in org.apache.jackrabbit.core.retention
-
Basic implementation of the RetentionPolicy
interface.
- RetentionRegistry - Interface in org.apache.jackrabbit.core.retention
-
RetentionEvaluator
...
- RetentionRegistryImpl - Class in org.apache.jackrabbit.core.retention
-
RetentionEvaluatorImpl
...
- RetentionRegistryImpl(SessionImpl, FileSystem) - Constructor for class org.apache.jackrabbit.core.retention.RetentionRegistryImpl
-
- retrieve(ItemId) - Method in interface org.apache.jackrabbit.core.state.ItemStateCache
-
Returns the ItemState
object with the specified
id
if it is present or null
if no entry exists
with that id
.
- retrieve(ItemId) - Method in class org.apache.jackrabbit.core.state.ItemStateReferenceCache
-
Returns the ItemState
object with the specified
id
if it is present or null
if no entry exists
with that id
.
- retrieve(ItemId) - Method in class org.apache.jackrabbit.core.state.MLRUItemStateCache
-
Returns the ItemState
object with the specified
id
if it is present or null
if no entry exists
with that id
.
- retrieveAggregateRoot(NodeState, Map<NodeId, NodeState>) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Retrieves the root of the indexing aggregate for state
and
puts it into aggregates
map.
- retrieveAggregateRoot(Set<NodeId>, Map<NodeId, NodeState>) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Retrieves the root of the indexing aggregate for removedIds
and puts it into map
.
- retrieveAll() - Method in interface org.apache.jackrabbit.core.state.ItemStateCache
-
Returns all the cached item states.
- retrieveAll() - Method in class org.apache.jackrabbit.core.state.ItemStateReferenceCache
-
Returns all the cached item states.
- retrieveAll() - Method in class org.apache.jackrabbit.core.state.MLRUItemStateCache
-
Returns all the cached item states.
- retrieveInterestingTerms(int) - Method in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
- retrieveInterestingTerms(Reader) - Method in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Convenience routine to make it easy to return the most interesting words in a document.
- retrieveTerms(int) - Method in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Find words for a more-like-this query former.
- retrieveTerms(Reader) - Method in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Find words for a more-like-this query former.
- retrieveUserId(Subject, String) - Method in class org.apache.jackrabbit.core.SessionImpl
-
Retrieve the userID from the specified subject.
- reusableTokenStream(String, Reader) - Method in class org.apache.jackrabbit.core.query.lucene.JackrabbitAnalyzer
-
- RevisionTableJanitor() - Constructor for class org.apache.jackrabbit.core.journal.DatabaseJournal.RevisionTableJanitor
-
- rewrite(IndexReader) - Method in class org.apache.jackrabbit.core.query.lucene.LocalNameQuery
- rewrite(IndexReader) - Method in class org.apache.jackrabbit.core.query.lucene.NameQuery
- rewrite(IndexReader) - Method in class org.apache.jackrabbit.core.query.lucene.NameRangeQuery
- rewrite(IndexReader) - Method in class org.apache.jackrabbit.core.query.lucene.PredicateDerefQuery
- rewrite(IndexReader) - Method in class org.apache.jackrabbit.core.query.lucene.RangeQuery
-
Tries to rewrite this query into a standard lucene RangeQuery.
- rewrite(IndexReader) - Method in class org.apache.jackrabbit.core.query.lucene.SimilarityQuery
- rewrite(IndexReader) - Method in class org.apache.jackrabbit.core.query.lucene.WildcardQuery
-
Either rewrites this query to a lucene MultiTermQuery or in case of
a TooManyClauses exception to a custom jackrabbit query implementation
that uses a BitSet to collect all hits.
- rollback(TransactionContext) - Method in class org.apache.jackrabbit.core.lock.XALockManager
- rollback(TransactionContext) - Method in class org.apache.jackrabbit.core.state.XAItemStateManager
- rollback(TransactionContext) - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
- rollback(Xid) - Method in class org.apache.jackrabbit.core.XASessionImpl
- root - Variable in class org.apache.jackrabbit.core.query.lucene.QueryImpl
-
The root node of the query tree
- ROOT_NODE_ID - Static variable in class org.apache.jackrabbit.core.RepositoryImpl
-
hardcoded id of the repository root node
- ROOT_PATH - Static variable in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
The path of the root node.
- ROOT_PATH_ATTRIBUTE - Static variable in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Name of the root path configuration attribute.
- rootID - Variable in class org.apache.jackrabbit.core.security.authorization.acl.EntryCollector
-
The root id.
- rootNodeId - Variable in class org.apache.jackrabbit.core.HierarchyManagerImpl
-
- rootNodeId - Variable in class org.apache.jackrabbit.core.virtual.AbstractVISProvider
-
the root node id
- rotate() - Method in class org.apache.jackrabbit.core.journal.RotatingLogFile
-
Rotate this file.
- RotatingLogFile - Class in org.apache.jackrabbit.core.journal
-
Represents a log file that can be rotated.
- RowComparator - Class in org.apache.jackrabbit.core.query.lucene.sort
-
Row comparator.
- RowComparator(Ordering[], OperandEvaluator) - Constructor for class org.apache.jackrabbit.core.query.lucene.sort.RowComparator
-
- RowPathComparator - Class in org.apache.jackrabbit.core.query.lucene.join
-
Comparator for
Row
instances that looks only at the node paths.
- RowPathComparator(Collection<String>) - Constructor for class org.apache.jackrabbit.core.query.lucene.join.RowPathComparator
-
- RowPathComparator() - Constructor for class org.apache.jackrabbit.core.query.lucene.join.RowPathComparator
-
- run() - Method in class org.apache.jackrabbit.core.cluster.ClusterNode
-
Run loop that will sync this node after some delay.
- run() - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal.RevisionTableJanitor
- run() - Method in class org.apache.jackrabbit.core.observation.ObservationDispatcher
-
Implements the run method of the background notification
thread.
- runConsistencyCheck() - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Runs a consistency check on this search index.
- safeGetJCRPath() - Method in class org.apache.jackrabbit.core.ItemImpl
-
Failsafe mapping of internal id
to JCR path for use in
diagnostic output, error messages etc.
- safeGetJCRPath(Path) - Method in class org.apache.jackrabbit.core.ItemValidator
-
Failsafe conversion of internal Path
to JCR path for use in
error messages etc.
- safeGetJCRPath(ItemId) - Method in class org.apache.jackrabbit.core.ItemValidator
-
Failsafe translation of internal ItemId
to JCR path for use
in error messages etc.
- safeGetJCRPath(NodeStateEx) - Method in class org.apache.jackrabbit.core.version.VersionManagerImplBase
-
Returns the JCR path for the given node state without throwing an exception.
- SAMENAMESIBLINGS_ATTRIBUTE - Static variable in interface org.apache.jackrabbit.core.nodetype.xml.Constants
-
Name of the sameNameSiblings
attribute.
- SameNodeConstraint - Class in org.apache.jackrabbit.core.query.lucene.constraint
-
SameNodeConstraint
implements a same node constraint.
- SameNodeConstraint(SameNodeImpl, SelectorImpl) - Constructor for class org.apache.jackrabbit.core.query.lucene.constraint.SameNodeConstraint
-
Creates a same node constraint.
- SameNodeJoin - Class in org.apache.jackrabbit.core.query.lucene.join
-
SameNodeJoin
implements a same node join condition.
- SameNodeJoin(MultiColumnQueryHits, Name, IndexReader) - Constructor for class org.apache.jackrabbit.core.query.lucene.join.SameNodeJoin
-
Creates a new same node join.
- sanityCheck() - Method in class org.apache.jackrabbit.core.ItemImpl
-
Performs a sanity check on this item and the associated session.
- sanityCheck() - Method in class org.apache.jackrabbit.core.RepositoryImpl
-
Performs a sanity check on this repository instance.
- sanityCheck() - Method in class org.apache.jackrabbit.core.WorkspaceImpl
-
Performs a sanity check on this workspace and the associated session.
- save() - Method in class org.apache.jackrabbit.core.ItemImpl
- save() - Method in class org.apache.jackrabbit.core.persistence.util.FileBasedIndex
-
Saves the lookup table to the filesystem resource.
- save() - Method in class org.apache.jackrabbit.core.persistence.util.HashMapIndex
-
Saves the lookup table.
- save() - Method in class org.apache.jackrabbit.core.SessionImpl
- save() - Method in class org.apache.jackrabbit.core.version.VersionManagerImplBase.WriteOperation
-
- schema - Variable in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- schema - Variable in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
- SCHEMA_OBJECT_PREFIX_VARIABLE - Static variable in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
- schemaObjectPrefix - Variable in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- schemaObjectPrefix - Variable in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
Schema object prefix, bean property.
- schemaObjectPrefix - Variable in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
- schemaObjectPrefix - Variable in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
the prefix for the database objects
- score() - Method in class org.apache.jackrabbit.core.query.lucene.QueryHitsQuery.QueryHitsQueryScorer
-
- ScoreNode - Class in org.apache.jackrabbit.core.query.lucene
-
ScoreNode
implements a simple container which holds a mapping
of
NodeId
to a score value.
- ScoreNode(NodeId, float) - Constructor for class org.apache.jackrabbit.core.query.lucene.ScoreNode
-
Creates a new ScoreNode
.
- ScoreNode(NodeId, float, int) - Constructor for class org.apache.jackrabbit.core.query.lucene.ScoreNode
-
Creates a new ScoreNode
.
- ScoreNodeIterator - Interface in org.apache.jackrabbit.core.query.lucene
-
- ScoreNodeIteratorImpl - Class in org.apache.jackrabbit.core.query.lucene
-
- ScoreNodeIteratorImpl(ScoreNode[][]) - Constructor for class org.apache.jackrabbit.core.query.lucene.ScoreNodeIteratorImpl
-
- ScoreNodeMap - Class in org.apache.jackrabbit.core.query.lucene.join
-
ScoreNodeMap
implements a simple mapping of an arbitrary key
to an array of ScoreNode[]
.
- ScoreNodeMap() - Constructor for class org.apache.jackrabbit.core.query.lucene.join.ScoreNodeMap
-
- scorer - Variable in class org.apache.jackrabbit.core.query.lucene.hits.AbstractHitCollector
-
- scorer(IndexReader, boolean, boolean) - Method in class org.apache.jackrabbit.core.query.lucene.QueryHitsQuery.QueryHitsQueryWeight
- ScorerHits - Class in org.apache.jackrabbit.core.query.lucene.hits
-
Wraps a
Scorer
in a
Hits
instance.
- ScorerHits(Scorer) - Constructor for class org.apache.jackrabbit.core.query.lucene.hits.ScorerHits
-
- SEARCH_INDEX_ELEMENT - Static variable in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Name of the search index configuration element.
- SearchConfig - Class in org.apache.jackrabbit.core.config
-
Search index configuration.
- SearchConfig(String, Properties, FileSystemFactory) - Constructor for class org.apache.jackrabbit.core.config.SearchConfig
-
Creates a search index configuration object.
- SearchIndex - Class in org.apache.jackrabbit.core.query.lucene
-
- SearchIndex() - Constructor for class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- SearchIndex.CombinedIndexReader - Class in org.apache.jackrabbit.core.query.lucene
-
- SearchManager - Class in org.apache.jackrabbit.core
-
Acts as a global entry point to execute queries and index nodes.
- SearchManager(String, RepositoryContext, QueryHandlerFactory, SharedItemStateManager, PersistenceManager, NodeId, SearchManager, NodeId) - Constructor for class org.apache.jackrabbit.core.SearchManager
-
Creates a new SearchManager
.
- SECURITY_ELEMENT - Static variable in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Name of the security configuration element.
- SECURITY_MANAGER_ELEMENT - Static variable in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Name of the security manager configuration element.
- SecurityConfig - Class in org.apache.jackrabbit.core.config
-
Security configuration.
- SecurityConfig(String, SecurityManagerConfig, AccessManagerConfig, LoginModuleConfig) - Constructor for class org.apache.jackrabbit.core.config.SecurityConfig
-
Creates a new security configuration.
- SecurityConstants - Interface in org.apache.jackrabbit.core.security
-
This interface defines miscellaneous security related constants.
- SecurityManagerConfig - Class in org.apache.jackrabbit.core.config
-
Security manager configuration.
- SecurityManagerConfig(BeanConfig, String, BeanConfig) - Constructor for class org.apache.jackrabbit.core.config.SecurityManagerConfig
-
Creates an security manager configuration object from the
given bean configuration.
- SecurityManagerConfig(BeanConfig, String, BeanConfig, UserManagerConfig, BeanConfig) - Constructor for class org.apache.jackrabbit.core.config.SecurityManagerConfig
-
Creates an security manager configuration object from the
given bean configuration.
- seek(long) - Method in class org.apache.jackrabbit.core.journal.FileRecordLog
-
Seek an entry.
- select(InternalVersionHistory) - Method in class org.apache.jackrabbit.core.version.DateVersionSelector
-
Selects a version of the given version history.
- select(InternalVersionHistory) - Method in class org.apache.jackrabbit.core.version.LabelVersionSelector
-
Selects a version of the given version history.
- select(InternalVersionHistory) - Method in interface org.apache.jackrabbit.core.version.VersionSelector
-
Selects a version of the given version history.
- select(InternalVersionHistory) - Method in class org.apache.jackrabbit.core.version.VersionSet
-
Selects a version of the given version history.
- selectByDate(InternalVersionHistory, Calendar) - Static method in class org.apache.jackrabbit.core.version.DateVersionSelector
-
Selects a version by date.
- selectByLabel(InternalVersionHistory, Name) - Static method in class org.apache.jackrabbit.core.version.LabelVersionSelector
-
Selects a version by label
- selectChildCountSQL - Variable in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- selectDataSQL - Variable in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- selectExistSQL - Variable in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- selectFileAndFolderNamesSQL - Variable in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- selectFileExistSQL - Variable in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- selectFileNamesSQL - Variable in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- selectFolderExistSQL - Variable in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- selectFolderNamesSQL - Variable in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- selectGlobalStmtSQL - Variable in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
SQL statement returning the global revision.
- selectLastModifiedSQL - Variable in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- selectLengthSQL - Variable in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- selectMinLocalRevisionStmtSQL - Variable in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
SQL statement returning the minimum of the local revisions.
- SelectorBasedConstraint - Class in org.apache.jackrabbit.core.query.lucene.constraint
-
SelectorBasedConstraint
implements a constraint that is based
on a named selector.
- SelectorBasedConstraint(SelectorImpl) - Constructor for class org.apache.jackrabbit.core.query.lucene.constraint.SelectorBasedConstraint
-
Creates a new constraint based on the given selector
.
- selectorNames - Variable in class org.apache.jackrabbit.core.query.lucene.join.Join
-
The selector names.
- SelectorRow - Class in org.apache.jackrabbit.core.query.lucene.join
-
A row implementation for a query with just a single selector.
- SelectorRow(Map<String, PropertyValue>, OperandEvaluator, String, Node, double) - Constructor for class org.apache.jackrabbit.core.query.lucene.join.SelectorRow
-
- selectRevisionsStmtSQL - Variable in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
SQL statement returning all revisions within a range.
- SEQUENTIAL_NODE_ID - Static variable in class org.apache.jackrabbit.core.id.NodeIdFactory
-
- serialize(NodeState, OutputStream) - Static method in class org.apache.jackrabbit.core.persistence.util.Serializer
-
Serializes the specified NodeState
object to the given
binary stream
.
- serialize(PropertyState, OutputStream, BLOBStore) - Static method in class org.apache.jackrabbit.core.persistence.util.Serializer
-
Serializes the specified PropertyState
object to the given
binary stream
.
- serialize(NodeReferences, OutputStream) - Static method in class org.apache.jackrabbit.core.persistence.util.Serializer
-
Serializes the specified NodeReferences
object to the given
binary stream
.
- Serializer - Class in org.apache.jackrabbit.core.persistence.util
-
Serializer
is a utility class that provides static methods
for serializing & deserializing ItemState
and
NodeReferences
objects using a simple binary serialization
format.
- Serializer() - Constructor for class org.apache.jackrabbit.core.persistence.util.Serializer
-
- session - Variable in class org.apache.jackrabbit.core.BatchedItemOperations
-
current session used for checking access rights
- session - Variable in class org.apache.jackrabbit.core.ItemManager
-
- session - Variable in class org.apache.jackrabbit.core.query.lucene.LuceneQueryFactory
-
Session of the user executing this query
- session - Variable in class org.apache.jackrabbit.core.security.authorization.AbstractAccessControlProvider
-
the system session this provider has been created for.
- session - Variable in class org.apache.jackrabbit.core.version.VersionManagerImplBase
-
workspace session
- session - Variable in class org.apache.jackrabbit.core.WorkspaceImpl
-
the session that was used to acquire this Workspace
- session - Variable in class org.apache.jackrabbit.core.xml.DefaultProtectedItemImporter
-
- sessionContext - Variable in class org.apache.jackrabbit.core.ItemImpl
-
The component context of the session to which this item is associated.
- sessionContext - Variable in class org.apache.jackrabbit.core.ItemManager
-
Component context of the associated session.
- sessionContext - Variable in class org.apache.jackrabbit.core.query.lucene.AbstractQueryImpl
-
Component context of the current session
- sessionContext - Variable in class org.apache.jackrabbit.core.query.lucene.QueryResultImpl
-
Component context of the current session
- sessionContext - Variable in class org.apache.jackrabbit.core.query.QueryImpl
-
Component context of the current session
- SessionContext - Class in org.apache.jackrabbit.core.session
-
Component context of a session.
- SessionContext(RepositoryContext, SessionImpl, WorkspaceConfig) - Constructor for class org.apache.jackrabbit.core.session.SessionContext
-
Creates a component context for the given session.
- SessionFactory - Class in org.apache.jackrabbit.core
-
- SessionFactory(RepositoryContext) - Constructor for class org.apache.jackrabbit.core.SessionFactory
-
- SessionImpl - Class in org.apache.jackrabbit.core
-
A SessionImpl
...
- SessionImpl(RepositoryContext, AuthContext, WorkspaceConfig) - Constructor for class org.apache.jackrabbit.core.SessionImpl
-
Protected constructor.
- SessionImpl(RepositoryContext, Subject, WorkspaceConfig) - Constructor for class org.apache.jackrabbit.core.SessionImpl
-
Protected constructor.
- SessionImporter - Class in org.apache.jackrabbit.core.xml
-
SessionImporter
...
- SessionImporter(NodeImpl, SessionImpl, int) - Constructor for class org.apache.jackrabbit.core.xml.SessionImporter
-
Creates a new SessionImporter
instance.
- SessionImporter(NodeImpl, SessionImpl, int, ImportConfig) - Constructor for class org.apache.jackrabbit.core.xml.SessionImporter
-
Creates a new SessionImporter
instance.
- SessionItemOperation<T> - Class in org.apache.jackrabbit.core.session
-
Session operation for accessing an item at a given path.
- SessionItemStateManager - Class in org.apache.jackrabbit.core.state
-
Item state manager that handles both transient and persistent items.
- SessionItemStateManager(NodeId, LocalItemStateManager) - Constructor for class org.apache.jackrabbit.core.state.SessionItemStateManager
-
Creates a new SessionItemStateManager
instance.
- SessionListener - Interface in org.apache.jackrabbit.core
-
The SessionListener
interface allows an implementing
object to be informed about changes on a Session
.
- SessionLockManager - Class in org.apache.jackrabbit.core.lock
-
- SessionLockManager(SessionContext, LockManager) - Constructor for class org.apache.jackrabbit.core.lock.SessionLockManager
-
Creates a lock manager.
- SessionMoveOperation - Class in org.apache.jackrabbit.core
-
- SessionMoveOperation(PathResolver, String, String) - Constructor for class org.apache.jackrabbit.core.SessionMoveOperation
-
- SessionOperation<T> - Interface in org.apache.jackrabbit.core.session
-
Session operation.
- SessionRefreshOperation - Class in org.apache.jackrabbit.core.session
-
Operation to refresh the state of a session.
- SessionRefreshOperation(boolean, boolean) - Constructor for class org.apache.jackrabbit.core.session.SessionRefreshOperation
-
Creates a session refresh operation.
- SessionSaveOperation - Class in org.apache.jackrabbit.core.session
-
Operation to persist transient changes in a session.
- SessionSaveOperation() - Constructor for class org.apache.jackrabbit.core.session.SessionSaveOperation
-
- SessionState - Class in org.apache.jackrabbit.core.session
-
Internal session state.
- SessionState(SessionContext) - Constructor for class org.apache.jackrabbit.core.session.SessionState
-
Creates a state instance for a session.
- SessionWriteOperation<T> - Interface in org.apache.jackrabbit.core.session
-
Marker interface that marks a
SessionOperation
that modifies
the state of the session or the repository.
- set(long) - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal.DatabaseRevision
-
- set(long) - Method in class org.apache.jackrabbit.core.journal.FileRevision
-
Set current counter value.
- set(long) - Method in interface org.apache.jackrabbit.core.journal.InstanceRevision
-
Set current instance revision.
- set(long) - Method in class org.apache.jackrabbit.core.journal.MemoryRevision
-
Set current instance revision.
- set(int) - Method in class org.apache.jackrabbit.core.query.lucene.hits.AdaptingHits
-
Marks the document with doc number doc
as a hit.
- set(int) - Method in class org.apache.jackrabbit.core.query.lucene.hits.ArrayHits
-
Marks the document with doc number doc
as a hit.
- set(int) - Method in class org.apache.jackrabbit.core.query.lucene.hits.BitSetHits
-
Marks the document with doc number doc
as a hit.
- set(int) - Method in interface org.apache.jackrabbit.core.query.lucene.hits.Hits
-
Marks the document with doc number doc
as a hit.
- set(int) - Method in class org.apache.jackrabbit.core.query.lucene.hits.HitsIntersection
-
Marks the document with doc number doc
as a hit.
- set(int) - Method in class org.apache.jackrabbit.core.query.lucene.hits.ScorerHits
-
Marks the document with doc number doc
as a hit.
- SET_PROPERTY - Static variable in class org.apache.jackrabbit.core.security.authorization.Permission
-
- setAccessListener(CacheAccessListener) - Method in class org.apache.jackrabbit.core.cache.AbstractCache
-
Set the cache access listener.
- setAccessListener(CacheAccessListener) - Method in interface org.apache.jackrabbit.core.cache.Cache
-
Add a listener to this cache that is informed after a number of accesses.
- setAccessManager(AccessManager) - Method in class org.apache.jackrabbit.core.session.SessionContext
-
- setActive(boolean) - Method in class org.apache.jackrabbit.core.RepositoryImpl.WorkspaceInfo
-
- setActivity(Node) - Method in class org.apache.jackrabbit.core.VersionManagerImpl
- setAdminId(String) - Method in class org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
-
Sets the administrator's user id.
- setAdminId(String) - Method in class org.apache.jackrabbit.core.security.authentication.RepositoryCallback
-
- setAnalyzer(Analyzer) - Method in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Sets the analyzer to use.
- setAnalyzer(String) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Sets the default analyzer in use for indexing.
- setAnonymousId(String) - Method in class org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
-
Sets the anonymous user id.
- setAnonymousId(String) - Method in class org.apache.jackrabbit.core.security.authentication.RepositoryCallback
-
- setAttribute(String, Object) - Method in interface org.apache.jackrabbit.core.cluster.Update
-
Set an attribute of this update operation.
- setAttribute(String, Object) - Method in class org.apache.jackrabbit.core.SessionImpl
-
Sets the named attribute.
- setAttribute(String, String) - Method in class org.apache.jackrabbit.core.util.DOMBuilder
-
Sets the named attribute of the current element.
- setAttribute(String, boolean) - Method in class org.apache.jackrabbit.core.util.DOMBuilder
-
Sets the named boolean attribute of the current element.
- setAuthorizableActions(AuthorizableAction[]) - Method in class org.apache.jackrabbit.core.security.user.UserManagerImpl
-
Set the authorizable actions that will be invoked upon authorizable
creation and removal.
- setAutoRepair(boolean) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- setBasename(String) - Method in class org.apache.jackrabbit.core.journal.FileJournal
-
- setBeanFactory(BeanFactory) - Method in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
- setBlobFSBlockSize(String) - Method in class org.apache.jackrabbit.core.persistence.bundle.BundleFsPersistenceManager
-
Sets the block size of the blob fs and controls how blobs are handled.
- setBlobId(String, int) - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle.PropertyEntry
-
Sets the nth blobid
- setBlobIds(String[]) - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle.PropertyEntry
-
Sets the blob ids
- setBlockOnConnectionLoss(String) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
- setBoost(boolean) - Method in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Sets whether to boost terms in query based on "score" or not.
- setBottom(int) - Method in class org.apache.jackrabbit.core.query.lucene.FieldComparatorBase
-
- setBufferSize(int) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- setBundleCacheSize(String) - Method in class org.apache.jackrabbit.core.persistence.bundle.AbstractBundlePersistenceManager
-
Sets the size of the bundle cache in megabytes.
- setCacheSize(int) - Method in class org.apache.jackrabbit.core.id.NodeIdFactory
-
- setCacheSize(int) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- setCheckReferences(boolean) - Method in class org.apache.jackrabbit.core.state.SharedItemStateManager
-
Enables or disables the referential integrity checking, this
should be used very carefully by experienced developers only.
- setChildNodeEntries(List<ChildNodeEntry>) - Method in class org.apache.jackrabbit.core.state.NodeState
-
Sets the list of ChildNodeEntry
objects denoting the
child nodes of this node.
- setClassLoader(ClassLoader) - Method in class org.apache.jackrabbit.core.config.BeanConfig
-
- setConcurrentThreadSize(int) - Method in class org.apache.jackrabbit.core.gc.GarbageCollector
-
- setCondition(XPathQueryBuilder.Condition) - Method in class org.apache.jackrabbit.core.security.user.XPathQueryBuilder
-
- setConfigVisitor(BeanConfigVisitor) - Method in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
- setConnectionFactory(ConnectionFactory) - Method in class org.apache.jackrabbit.core.config.BeanConfig
-
- setConnectionFactory(ConnectionFactory) - Method in class org.apache.jackrabbit.core.fs.db.DbFileSystem
- setConnectionFactory(ConnectionFactory) - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
- setConnectionFactory(ConnectionFactory) - Method in class org.apache.jackrabbit.core.persistence.db.SimpleDbPersistenceManager
-
Deprecated.
- setConnectionFactory(ConnectionFactory) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
- setConsistencyCheck(String) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Defines if a consistency check is to be performed on initialization.
- setConsistencyFix(String) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Defines if the consistency check should attempt to fix issues that
it finds.
- setConstraint(String) - Method in class org.apache.jackrabbit.core.security.user.action.PasswordValidationAction
-
Set the password constraint.
- setContainer(ItemStateListener) - Method in class org.apache.jackrabbit.core.state.ItemState
-
Set the parent container that will receive notifications about changes to this state.
- setContainer(ItemStateListener) - Method in class org.apache.jackrabbit.core.state.NodeState
-
Set the parent container that will receive notifications about changes to this state.
- setCredentials(Credentials) - Method in class org.apache.jackrabbit.core.security.authentication.CredentialsCallback
-
Set the retrieved credentials.
- setData(byte[]) - Method in class org.apache.jackrabbit.core.fs.mem.MemoryFile
-
- setDatabaseType(String) - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
Set the database type.
- setDatabaseType(String) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Sets the database type.
- setDataSourceLocation(String) - Method in class org.apache.jackrabbit.core.fs.db.JNDIDatabaseFileSystem
-
Deprecated.
Sets the JNDI location of the data source.
- setDataSourceLocation(String) - Method in class org.apache.jackrabbit.core.journal.JNDIDatabaseJournal
-
Deprecated.
Sets the JNDI location of the data source.
- setDataSourceLocation(String) - Method in class org.apache.jackrabbit.core.persistence.db.JNDIDatabasePersistenceManager
-
Deprecated.
Sets the JNDI location of the data source.
- setDataSourceName(String) - Method in class org.apache.jackrabbit.core.fs.db.DbFileSystem
-
- setDataSourceName(String) - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
- setDataSourceName(String) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
- setDate(Calendar) - Method in class org.apache.jackrabbit.core.version.DateVersionSelector
-
Sets the date hint
- setDefaultAnalyzer(Analyzer) - Method in class org.apache.jackrabbit.core.query.lucene.JackrabbitAnalyzer
-
- setDefaultClassLoader(ClassLoader) - Static method in class org.apache.jackrabbit.core.config.BeanConfig
-
- setDefaultValues(PropertyState, NodeState, QPropertyDefinition) - Method in class org.apache.jackrabbit.core.NodeTypeInstanceHandler
-
Sets the system-generated or node type -specified default values
of the given property.
- setDefinition(ItemDefinition) - Method in class org.apache.jackrabbit.core.ItemData
-
Set the associated item definition.
- setDerbyStorageInitialPages(String) - Method in class org.apache.jackrabbit.core.persistence.pool.DerbyPersistenceManager
-
The on-disk size of a Derby table grows by one page at a time until eight
pages of user data (or nine pages of total disk use, one is used for
overhead) have been allocated.
- setDerbyStorageMinimumRecordSize(String) - Method in class org.apache.jackrabbit.core.persistence.pool.DerbyPersistenceManager
-
Indicates the minimum user row size in bytes for on-disk database pages
for tables when you are creating a table.
- setDerbyStoragePageCacheSize(String) - Method in class org.apache.jackrabbit.core.persistence.pool.DerbyPersistenceManager
-
Defines the size, in number of pages, of the database's data page cache
(data pages kept in memory).
- setDerbyStoragePageReservedSpace(String) - Method in class org.apache.jackrabbit.core.persistence.pool.DerbyPersistenceManager
-
Defines the percentage of space reserved for updates on an on-disk
database page for tables only (not indexes); indicates the percentage of
space to keep free on a page when inserting.
- setDerbyStoragePageSize(String) - Method in class org.apache.jackrabbit.core.persistence.pool.DerbyPersistenceManager
-
Defines the page size, in bytes, for on-disk database pages for tables or
indexes used during table or index creation.
- setDescriptor(String, String) - Method in class org.apache.jackrabbit.core.RepositoryImpl
-
- setDescriptor(String, Value) - Method in class org.apache.jackrabbit.core.RepositoryImpl
-
- setDescriptor(String, Value[]) - Method in class org.apache.jackrabbit.core.RepositoryImpl
-
- setDirectory(String) - Method in class org.apache.jackrabbit.core.journal.FileJournal
-
Bean setters
- setDirectoryManagerClass(String) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Sets name of the directory manager class.
- setDisableTokenAuth(boolean) - Method in class org.apache.jackrabbit.core.security.authentication.DefaultLoginModule
-
Set a flag indicating if token based authentication is disabled.
- setDocumentLocator(Locator) - Method in class org.apache.jackrabbit.core.xml.ImportHandler
- setDriver(String) - Method in class org.apache.jackrabbit.core.fs.db.DbFileSystem
-
- setDriver(String) - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
Bean setters
- setDriver(String) - Method in class org.apache.jackrabbit.core.persistence.db.SimpleDbPersistenceManager
-
Deprecated.
- setDriver(String) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Sets the class name of the JDBC driver.
- setEnableConsistencyCheck(boolean) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Enables or disables the consistency check on startup.
- setErrorHandling(String) - Method in class org.apache.jackrabbit.core.persistence.bundle.BundleFsPersistenceManager
-
Sets the error handling behaviour of this manager.
- setErrorHandling(String) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Sets the error handling behaviour of this manager.
- setEventChannel(LockEventChannel) - Method in class org.apache.jackrabbit.core.lock.LockManagerImpl
-
Set a lock event channel
- setEventChannel(NamespaceEventChannel) - Method in class org.apache.jackrabbit.core.NamespaceRegistryImpl
-
Set an event channel to inform about changes.
- setEventChannel(NodeTypeEventChannel) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeRegistry
-
Set an event channel to inform about changes.
- setEventChannel(UpdateEventChannel) - Method in class org.apache.jackrabbit.core.persistence.bundle.AbstractBundlePersistenceManager
-
- setEventChannel(UpdateEventChannel) - Method in interface org.apache.jackrabbit.core.persistence.check.ConsistencyChecker
-
Set the update event channel.
- setEventChannel(PrivilegeEventChannel) - Method in class org.apache.jackrabbit.core.security.authorization.PrivilegeRegistry
-
Set a clustering event channel to inform about changes.
- setEventChannel(UpdateEventChannel) - Method in class org.apache.jackrabbit.core.state.SharedItemStateManager
-
Set an update event channel
- setEventChannel(UpdateEventChannel) - Method in class org.apache.jackrabbit.core.version.InternalVersionManagerImpl
-
Set an event channel to inform about updates.
- setExcerptProviderClass(String) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Sets the class name for the
ExcerptProvider
that should be used
for the rep:excerpt pseudo property in a query.
- setExternalBLOBs(boolean) - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
- setExternalBLOBs(String) - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
- setExternalBLOBs(boolean) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Sets the flag for external (filesystem) blob store usage.
- setExtractorBackLogSize(int) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
The number of extractor jobs that are queued until a new job is executed
with the current thread instead of using the thread pool.
- setExtractorPoolSize(int) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
The number of background threads for the extractor pool.
- setExtractorTimeout(long) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
The timeout in milliseconds which is granted to the text extraction
process until fulltext indexing is deferred to a background thread.
- setFieldNames(String[]) - Method in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Sets the field names that will be used when generating the 'More Like This' query.
- setForceConsistencyCheck(boolean) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- setForkJavaCommand(String) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Sets the java command used to fork external parser processes.
- setGcRunning(boolean) - Method in class org.apache.jackrabbit.core.RepositoryContext
-
set gcRunnign status
- setGroupPrivilegeNames(String) - Method in class org.apache.jackrabbit.core.security.user.action.AccessControlAction
-
Sets the privileges a new group will be granted on the group's home directory.
- setIdleTime(String) - Method in class org.apache.jackrabbit.core.query.AbstractQueryHandler
-
- setImpersonator(Object) - Method in class org.apache.jackrabbit.core.security.authentication.ImpersonationCallback
-
Sets the impersonator in this callback.
- setImportBehavior(String) - Method in class org.apache.jackrabbit.core.security.user.UserImporter
-
- setImportBehavior(String) - Method in class org.apache.jackrabbit.core.xml.AccessControlImporter
-
- setIndexFormatVersion(IndexFormatVersion) - Method in class org.apache.jackrabbit.core.query.lucene.NodeIndexer
-
Sets the index format version
- setIndexingConfig(IndexingConfiguration) - Method in class org.apache.jackrabbit.core.query.lucene.JackrabbitAnalyzer
-
A param indexingConfig the indexing configuration.
- setIndexingConfiguration(IndexingConfiguration) - Method in class org.apache.jackrabbit.core.query.lucene.NodeIndexer
-
Sets the indexing configuration for this node indexer.
- setIndexingConfiguration(String) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Sets the path to the indexing configuration file.
- setIndexingConfigurationClass(String) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- setIndexTablespace(String) - Method in class org.apache.jackrabbit.core.fs.db.OracleFileSystem
-
Sets the Oracle tablespace for indexes.
- setIndexTablespace(String) - Method in class org.apache.jackrabbit.core.journal.OracleDatabaseJournal
-
Sets the Oracle tablespace for indexes.
- setIndexTablespace(String) - Method in class org.apache.jackrabbit.core.persistence.pool.OraclePersistenceManager
-
Sets the Oracle tablespace for indexes.
- setInfo(Map<String, InternalValue>) - Method in class org.apache.jackrabbit.core.observation.EventState
-
Sets a new info map for this event.
- setInitialCapacity(int) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager
-
- setInitialCapacity(String) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager
-
- setInitialCapacity(int) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
-
Deprecated.
- setInitialCapacity(String) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
-
Deprecated.
- setInitialized() - Method in class org.apache.jackrabbit.core.query.QueryImpl
-
Sets the initialized flag.
- setInitializeHierarchyCache(boolean) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Whether the hierarchy cache should be initialized immediately on
startup.
- setInstanceFactory(BeanFactory) - Method in class org.apache.jackrabbit.core.config.BeanConfig
-
- setInternalVersionManager(InternalVersionManagerImpl) - Method in class org.apache.jackrabbit.core.journal.AbstractJournal
-
Set the version manager.
- setISMLocking(ISMLocking) - Method in class org.apache.jackrabbit.core.state.SharedItemStateManager
-
Sets a new locking strategy.
- setItemManager(ItemManager) - Method in class org.apache.jackrabbit.core.session.SessionContext
-
- setItemStateManager(SessionItemStateManager) - Method in class org.apache.jackrabbit.core.session.SessionContext
-
- setJanitorEnabled(boolean) - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
- setJanitorFirstRunHourOfDay(int) - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
- setJanitorSleep(int) - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
- setLabel(Name) - Method in class org.apache.jackrabbit.core.version.LabelVersionSelector
-
Sets the label hint
- setLimit(long) - Method in class org.apache.jackrabbit.core.query.QueryImpl
-
Sets the maximum size of the result set.
- setLimit(Value, long) - Method in class org.apache.jackrabbit.core.security.user.XPathQueryBuilder
-
- setLimit(long, long) - Method in class org.apache.jackrabbit.core.security.user.XPathQueryBuilder
-
- setListener(NamespaceEventListener) - Method in class org.apache.jackrabbit.core.cluster.ClusterNode
-
- setListener(NodeTypeEventListener) - Method in class org.apache.jackrabbit.core.cluster.ClusterNode
-
Set listener that will receive information about incoming, external node type events.
- setListener(PrivilegeEventListener) - Method in class org.apache.jackrabbit.core.cluster.ClusterNode
-
- setListener(WorkspaceListener) - Method in class org.apache.jackrabbit.core.cluster.ClusterNode
-
- setListener(LockEventListener) - Method in interface org.apache.jackrabbit.core.cluster.LockEventChannel
-
Set listener that will receive information about incoming, external lock events.
- setListener(NamespaceEventListener) - Method in interface org.apache.jackrabbit.core.cluster.NamespaceEventChannel
-
Set listener that will receive information about incoming, external namespace events.
- setListener(NodeTypeEventListener) - Method in interface org.apache.jackrabbit.core.cluster.NodeTypeEventChannel
-
Set listener that will receive information about incoming, external node type events.
- setListener(PrivilegeEventListener) - Method in interface org.apache.jackrabbit.core.cluster.PrivilegeEventChannel
-
- setListener(UpdateEventListener) - Method in interface org.apache.jackrabbit.core.cluster.UpdateEventChannel
-
Set listener that will receive information about incoming, external update events.
- setListener(WorkspaceListener) - Method in interface org.apache.jackrabbit.core.cluster.WorkspaceEventChannel
-
- setListener(UpdateEventListener) - Method in class org.apache.jackrabbit.core.state.DummyUpdateEventChannel
-
- setLive(boolean) - Method in class org.apache.jackrabbit.core.lock.LockInfo
-
Set the live flag
- setLoadFactor(float) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager
-
- setLoadFactor(String) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager
-
- setLoadFactor(float) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
-
Deprecated.
- setLoadFactor(String) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
-
Deprecated.
- setLockHolder(SessionImpl) - Method in class org.apache.jackrabbit.core.lock.LockInfo
-
Set the session currently holding the lock
- setLockTimeout(String) - Method in class org.apache.jackrabbit.core.persistence.pool.H2PersistenceManager
-
Sets the lock timeout in milliseconds.
- setMarkEventListener(MarkEventListener) - Method in class org.apache.jackrabbit.core.gc.GarbageCollector
-
- setMaxExtractLength(int) - Method in class org.apache.jackrabbit.core.query.lucene.NodeIndexer
-
Sets the maximum number of characters to extract from binaries.
- setMaxExtractLength(int) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- setMaxFieldLength(int) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- setMaxHistoryAge(long) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Sets a new value for the maximum age in seconds for outdated generations
of IndexInfos
.
- setMaximumSize(int) - Method in class org.apache.jackrabbit.core.journal.FileJournal
-
- setMaxMemory(long) - Method in class org.apache.jackrabbit.core.cache.CacheManager
-
- setMaxMemoryPerCache(long) - Method in class org.apache.jackrabbit.core.cache.CacheManager
-
- setMaxMemorySize(long) - Method in class org.apache.jackrabbit.core.cache.AbstractCache
-
- setMaxMemorySize(long) - Method in interface org.apache.jackrabbit.core.cache.Cache
-
Set the new memory limit.
- setMaxMemorySize(long) - Method in class org.apache.jackrabbit.core.cache.ConcurrentCache
-
Sets the maximum size of the cache and evicts any excess items until
the current size falls within the given limit.
- setMaxMergeDocs(int) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
The lucene index writer property: maxMergeDocs
- setMaxNumTokensParsed(int) - Method in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
- setMaxQueryTerms(int) - Method in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Sets the maximum number of query terms that will be included in any generated query.
- setMaxVolatileIndexSize(long) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Sets a new maxVolatileIndexSize value.
- setMaxWordLen(int) - Method in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Sets the maximum word length above which words will be ignored.
- setMergeFactor(int) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
The lucene index writer property: mergeFactor
- setMinBlobSize(String) - Method in class org.apache.jackrabbit.core.persistence.bundle.BundleFsPersistenceManager
-
Sets the minimum blob size.
- setMinBlobSize(String) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager
-
- setMinBlobSize(String) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Sets the minimum blob size.
- setMinBlobSize(long) - Method in class org.apache.jackrabbit.core.persistence.util.BundleBinding
-
Sets the minimum blob size.
- setMinDocFreq(int) - Method in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Sets the frequency at which words will be ignored which do not occur in at least this
many docs.
- setMinMemoryPerCache(long) - Method in class org.apache.jackrabbit.core.cache.CacheManager
-
- setMinMergeDocs(int) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
The lucene index writer property: minMergeDocs
- setMinResizeInterval(long) - Method in class org.apache.jackrabbit.core.cache.CacheManager
-
- setMinSplitSize(long) - Method in class org.apache.jackrabbit.core.gc.GarbageCollector
-
- setMinTermFreq(int) - Method in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Sets the frequency below which terms will be ignored in the source doc.
- setMinWordLen(int) - Method in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Sets the minimum word length below which words will be ignored.
- setMixinNodeTypes(Name[]) - Method in class org.apache.jackrabbit.core.virtual.VirtualNodeState
-
sets the mixing node type and adds the respective property
- setMixins(String[]) - Method in class org.apache.jackrabbit.core.NodeImpl
- setMixins(Set<Name>) - Method in class org.apache.jackrabbit.core.version.NodeStateEx
-
Sets the given mixin types
- setMixinTypeNames(Set<Name>) - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle
-
Sets the mixin type names
- setMixinTypeNames(Set<Name>) - Method in class org.apache.jackrabbit.core.state.NodeState
-
Sets the names of this node's mixin types.
- setModCount(short) - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle.PropertyEntry
-
Sets the mod count
- setModCount(short) - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle
-
Sets the mod count
- setModCount(short) - Method in class org.apache.jackrabbit.core.state.ItemState
-
Sets the modification count.
- setMultiValued(boolean) - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle.PropertyEntry
-
Sets the multivalued flag.
- setMultiValued(boolean) - Method in class org.apache.jackrabbit.core.state.PropertyState
-
Sets the flag indicating whether this property is multi-valued.
- setNamespacePrefix(String, String) - Method in class org.apache.jackrabbit.core.SessionImpl
- setNextReader(IndexReader, int) - Method in class org.apache.jackrabbit.core.query.lucene.hits.AbstractHitCollector
-
- setNextReader(IndexReader, int) - Method in class org.apache.jackrabbit.core.query.lucene.sort.AbstractFieldComparator
-
- setNodeDefinition(NodeDefinition) - Method in class org.apache.jackrabbit.core.AbstractNodeData
-
Sets the associated node definition.
- setNodeIdFactory(NodeIdFactory) - Method in class org.apache.jackrabbit.core.RepositoryContext
-
- setNodePathTemplate(String) - Method in class org.apache.jackrabbit.core.persistence.xml.XMLPersistenceManager
-
Deprecated.
Sets the node path template.
- setNodeReferences(ChangeLog) - Method in class org.apache.jackrabbit.core.nodetype.virtual.VirtualNodeTypeStateProvider
-
Informs this provider that the node references to some of its states
have changed.
- setNodeReferences(ChangeLog) - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
Informs this provider that the node references to some of its states
have changed.
- setNodeReferences(ChangeLog) - Method in class org.apache.jackrabbit.core.version.VersionItemStateManager
-
Sets the
- setNodeReferences(ChangeLog) - Method in interface org.apache.jackrabbit.core.virtual.VirtualItemStateProvider
-
Informs this provider that the node references to some of its states
have changed.
- setNodeTypeName(Name) - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle
-
Sets the node type name
- setNodeTypeName(Name) - Method in class org.apache.jackrabbit.core.state.NodeState
-
Set the node type name.
- setObservationManager(ObservationManagerImpl) - Method in class org.apache.jackrabbit.core.session.SessionContext
-
- setOffset(long) - Method in class org.apache.jackrabbit.core.query.QueryImpl
-
Sets the start offset of the result set.
- setOnWorkspaceInconsistency(String) - Method in class org.apache.jackrabbit.core.query.AbstractQueryHandler
-
- setParentId(NodeId) - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle
-
Sets the parent id
- setParentId(NodeId) - Method in class org.apache.jackrabbit.core.state.NodeState
-
Sets the id of this node's parent.
- setPassword(String) - Method in class org.apache.jackrabbit.core.fs.db.DbFileSystem
-
- setPassword(String) - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
- setPassword(String) - Method in class org.apache.jackrabbit.core.persistence.db.SimpleDbPersistenceManager
-
Deprecated.
- setPassword(String) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Sets the password that will be used to establish JDBC connections.
- setPath(String) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Sets the location of the search index.
- setPersistenceManagerScan(boolean) - Method in class org.apache.jackrabbit.core.gc.GarbageCollector
-
- setPersistent(boolean) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager
-
- setPersistent(String) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager
-
- setPersistent(boolean) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
-
Deprecated.
- setPersistent(String) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
-
Deprecated.
- setPolicy(String, AccessControlPolicy) - Method in class org.apache.jackrabbit.core.security.AbstractAccessControlManager
-
Always throws AccessControlException
- setPolicy(String, AccessControlPolicy) - Method in interface org.apache.jackrabbit.core.security.authorization.AccessControlEditor
-
Stores the policy template to the respective node.
- setPolicy(String, AccessControlPolicy) - Method in class org.apache.jackrabbit.core.security.authorization.acl.ACLEditor
-
- setPolicy(String, AccessControlPolicy) - Method in class org.apache.jackrabbit.core.security.authorization.principalbased.ACLEditor
-
- setPolicy(String, AccessControlPolicy) - Method in class org.apache.jackrabbit.core.security.DefaultAccessManager
-
- setPrimaryParentId(NodeId) - Method in class org.apache.jackrabbit.core.AbstractNodeData
-
Set the primary parent id of this node.
- setPrimaryType(String) - Method in class org.apache.jackrabbit.core.NodeImpl
- setPrincipalProvider(String) - Method in class org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
-
Sets the configured name of the principal provider class
- setPrincipalProviderRegistry(PrincipalProviderRegistry) - Method in class org.apache.jackrabbit.core.security.authentication.RepositoryCallback
-
- setProperty(Name, Value[], int) - Method in class org.apache.jackrabbit.core.NodeImpl
-
- setProperty(Name, Value) - Method in class org.apache.jackrabbit.core.NodeImpl
-
- setProperty(String, Value[]) - Method in class org.apache.jackrabbit.core.NodeImpl
-
- setProperty(String, Value[], int) - Method in class org.apache.jackrabbit.core.NodeImpl
-
- setProperty(String, String[]) - Method in class org.apache.jackrabbit.core.NodeImpl
-
- setProperty(String, String[], int) - Method in class org.apache.jackrabbit.core.NodeImpl
-
- setProperty(String, String) - Method in class org.apache.jackrabbit.core.NodeImpl
-
- setProperty(String, String, int) - Method in class org.apache.jackrabbit.core.NodeImpl
-
- setProperty(String, Value, int) - Method in class org.apache.jackrabbit.core.NodeImpl
-
Wrapper around SetPropertyOperation
- setProperty(String, Value) - Method in class org.apache.jackrabbit.core.NodeImpl
-
Wrapper around SetPropertyOperation
- setProperty(String, InputStream) - Method in class org.apache.jackrabbit.core.NodeImpl
-
- setProperty(String, boolean) - Method in class org.apache.jackrabbit.core.NodeImpl
-
- setProperty(String, double) - Method in class org.apache.jackrabbit.core.NodeImpl
-
- setProperty(String, long) - Method in class org.apache.jackrabbit.core.NodeImpl
-
- setProperty(String, Calendar) - Method in class org.apache.jackrabbit.core.NodeImpl
-
- setProperty(String, Node) - Method in class org.apache.jackrabbit.core.NodeImpl
-
- setProperty(Name, Value[], int, boolean) - Method in class org.apache.jackrabbit.core.NodeImpl
-
Implementation for
setProperty()
using a
Value
array.
- setProperty(String, BigDecimal) - Method in class org.apache.jackrabbit.core.NodeImpl
- setProperty(String, Binary) - Method in class org.apache.jackrabbit.core.NodeImpl
- setProperty(NodeImpl, Name, Value) - Method in class org.apache.jackrabbit.core.ProtectedItemModifier
-
- setProperty(NodeImpl, Name, Value, boolean) - Method in class org.apache.jackrabbit.core.ProtectedItemModifier
-
- setProperty(NodeImpl, Name, Value[]) - Method in class org.apache.jackrabbit.core.ProtectedItemModifier
-
- setProperty(NodeImpl, Name, Value[], int) - Method in class org.apache.jackrabbit.core.ProtectedItemModifier
-
- setPropertyNames(Set<Name>) - Method in class org.apache.jackrabbit.core.state.NodeState
-
Sets the set of Name
objects denoting the
properties of this node.
- setPropertyValue(Name, InternalValue) - Method in class org.apache.jackrabbit.core.version.NodeStateEx
-
Sets the property value
- setPropertyValue(Name, InternalValue) - Method in class org.apache.jackrabbit.core.virtual.VirtualNodeState
-
Sets the property value
- setPropertyValues(Name, int, InternalValue[]) - Method in class org.apache.jackrabbit.core.version.NodeStateEx
-
Sets the property values
- setPropertyValues(Name, int, InternalValue[], boolean) - Method in class org.apache.jackrabbit.core.version.NodeStateEx
-
Sets the property values
- setPropertyValues(Name, int, InternalValue[]) - Method in class org.apache.jackrabbit.core.virtual.VirtualNodeState
-
Sets the property values
- setPropertyValues(Name, int, InternalValue[], boolean) - Method in class org.apache.jackrabbit.core.virtual.VirtualNodeState
-
Sets the property values
- setQueryClass(String) - Method in class org.apache.jackrabbit.core.query.AbstractQueryHandler
-
Sets the name of the query class to use.
- setReadDelay(long) - Method in class org.apache.jackrabbit.core.journal.MemoryJournal
-
Set the read delay in milliseconds.
- setRecords(List<MemoryJournal.MemoryRecord>) - Method in class org.apache.jackrabbit.core.journal.MemoryJournal
-
Set records.
- setRedoLogFactoryClass(String) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Sets the name of the redo log factory class.
- setReferenceable(boolean) - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle
-
Sets the is referenceable flag on this bundle
- setReferentialIntegrityChecking(String, boolean) - Method in class org.apache.jackrabbit.core.RepositoryImpl
-
Enables or disables referential integrity checking for given workspace.
- setRemoved() - Method in class org.apache.jackrabbit.core.ItemImpl
-
Marks this instance as 'removed' and notifies its listeners.
- setRepositoryHome(File) - Method in class org.apache.jackrabbit.core.journal.AbstractJournal
-
Set the repository home.
- setRespectDocumentOrder(boolean) - Method in class org.apache.jackrabbit.core.query.lucene.AbstractQueryImpl
-
Sets a new value for this property.
- setRespectDocumentOrder(boolean) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- setResultFetchSize(int) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Tells the query handler how many result should be fetched initially when
a query is executed.
- setRetentionPolicy(String, RetentionPolicy) - Method in class org.apache.jackrabbit.core.retention.RetentionManagerImpl
-
- setReturnLatest(boolean) - Method in class org.apache.jackrabbit.core.version.DateVersionSelector
-
Sets the flag, if the latest version should be selected, if no
version can be found using the given hint.
- setRevision(long) - Method in class org.apache.jackrabbit.core.cluster.ClusterNode
-
Set the revision this consumer has last seen.
- setRevision(String) - Method in class org.apache.jackrabbit.core.journal.AbstractJournal
-
- setRevision(long) - Method in class org.apache.jackrabbit.core.journal.AppendRecord
-
Set the revision this record represents.
- setRevision(long) - Method in interface org.apache.jackrabbit.core.journal.RecordConsumer
-
Set the revision this consumer has last seen.
- setSchema(String) - Method in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- setSchema(String) - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
- setSchema(String) - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
- setSchema(String) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
- setSchemaCheckEnabled(boolean) - Method in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- setSchemaCheckEnabled(boolean) - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
- setSchemaCheckEnabled(boolean) - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
- setSchemaCheckEnabled(boolean) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
- setSchemaObjectPrefix(String) - Method in class org.apache.jackrabbit.core.fs.db.DatabaseFileSystem
-
- setSchemaObjectPrefix(String) - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
- setSchemaObjectPrefix(String) - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
- setSchemaObjectPrefix(String) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Sets the schema object prefix.
- setScope(String, boolean) - Method in class org.apache.jackrabbit.core.security.user.XPathQueryBuilder
-
- setScore(float) - Method in class org.apache.jackrabbit.core.query.lucene.ScoreNode
-
Sets a new score value.
- setScorer(Scorer) - Method in class org.apache.jackrabbit.core.query.lucene.hits.AbstractHitCollector
-
- setSelector(Class<? extends Authorizable>) - Method in class org.apache.jackrabbit.core.security.user.XPathQueryBuilder
-
- setSession(SessionImpl) - Method in class org.apache.jackrabbit.core.nodetype.virtual.VirtualNodeTypeStateManager
-
Sets the system session.
- setSession(Session) - Method in class org.apache.jackrabbit.core.security.authentication.RepositoryCallback
-
- setSharedSet(Set<NodeId>) - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle
-
Sets the shared set.
- setSharedSet(Set<NodeId>) - Method in class org.apache.jackrabbit.core.state.NodeState
-
Set the shared set of this state to the shared set of another state.
- setShutdownOnClose(boolean) - Method in class org.apache.jackrabbit.core.fs.db.DerbyFileSystem
-
- setShutdownOnClose(boolean) - Method in class org.apache.jackrabbit.core.persistence.db.DerbyPersistenceManager
-
Deprecated.
- setSimilarity(Similarity) - Method in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
- setSimilarityClass(String) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Sets the similarity implementation, which will be used for indexing and
searching.
- setSize(long) - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle
-
Sets the data size of this bundle
- setSizeEstimate(boolean) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
If enabled, NodeIterator.getSize() may report a larger value than the
actual result.
- setSleepBetweenNodes(long) - Method in class org.apache.jackrabbit.core.gc.GarbageCollector
-
- setSortOrder(String, QueryBuilder.Direction, boolean) - Method in class org.apache.jackrabbit.core.security.user.XPathQueryBuilder
-
- setSortOrder(String, QueryBuilder.Direction) - Method in class org.apache.jackrabbit.core.security.user.XPathQueryBuilder
-
- setSpellCheckerClass(String) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- setState(ItemState) - Method in class org.apache.jackrabbit.core.ItemData
-
Set the associated item state.
- setStatus(int) - Method in class org.apache.jackrabbit.core.ItemData
-
Set the status.
- setStatus(int) - Method in class org.apache.jackrabbit.core.state.ItemState
-
Sets the new status of this item.
- setStopDelay(long) - Method in class org.apache.jackrabbit.core.cluster.ClusterNode
-
Set the stop delay, i.e.
- setStopWords(Set<String>) - Method in class org.apache.jackrabbit.core.query.lucene.MoreLikeThis
-
Set the set of stopwords.
- setSupportHighlighting(boolean) - Method in class org.apache.jackrabbit.core.query.lucene.NodeIndexer
-
If set to true
additional information is stored in the index
to support highlighting using the rep:excerpt pseudo property.
- setSupportHighlighting(boolean) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
If set to true
additional information is stored in the index
to support highlighting using the rep:excerpt pseudo property.
- setSynonymProviderClass(String) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- setSynonymProviderConfigPath(String) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Sets the configuration path for the synonym provider.
- setTableSpace(String) - Method in class org.apache.jackrabbit.core.fs.db.MSSqlFileSystem
-
Sets the MS SQL table space.
- setTablespace(String) - Method in class org.apache.jackrabbit.core.fs.db.OracleFileSystem
-
Sets the Oracle tablespace for tables.
- setTableSpace(String) - Method in class org.apache.jackrabbit.core.journal.MSSqlDatabaseJournal
-
Sets the MS SQL table space.
- setTablespace(String) - Method in class org.apache.jackrabbit.core.journal.OracleDatabaseJournal
-
Sets the Oracle tablespace for tables.
- setTableSpace(String) - Method in class org.apache.jackrabbit.core.persistence.db.MSSqlPersistenceManager
-
Deprecated.
Sets the MSSql table space.
- setTableSpace(String) - Method in class org.apache.jackrabbit.core.persistence.db.OraclePersistenceManager
-
Deprecated.
Sets the Oracle table space.
- setTableSpace(String) - Method in class org.apache.jackrabbit.core.persistence.pool.MSSqlPersistenceManager
-
Sets the MS SQL table space.
- setTablespace(String) - Method in class org.apache.jackrabbit.core.persistence.pool.OraclePersistenceManager
-
Sets the Oracle tablespace for tables.
- setTermInfosIndexDivisor(int) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Sets a new value for termInfosIndexDivisor.
- setTestDelay(int) - Method in class org.apache.jackrabbit.core.gc.GarbageCollector
-
When testing the garbage collection, a delay is used instead of simulating concurrent access.
- setTextFilterClasses(String) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Deprecated.
- setTikaConfigPath(String) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Sets the path of the Tika configuration used for text extraction.
- setTimestamp(long) - Method in class org.apache.jackrabbit.core.observation.EventStateCollection
-
Sets a new timestamp for this collection.
- setTokenExpiration(long) - Method in class org.apache.jackrabbit.core.security.authentication.DefaultLoginModule
-
- setTransactionTimeout(int) - Method in class org.apache.jackrabbit.core.XASessionImpl
- setTransformation(int) - Method in class org.apache.jackrabbit.core.query.lucene.RangeQuery
-
Sets the transformation.
- setTransformation(int) - Method in interface org.apache.jackrabbit.core.query.lucene.Transformable
-
Sets the transformation.
- setTransformation(int) - Method in class org.apache.jackrabbit.core.query.lucene.WildcardQuery
-
Sets the transformation.
- setType(int) - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle.PropertyEntry
-
Sets the type
- setType(int) - Method in class org.apache.jackrabbit.core.state.PropertyState
-
Sets the type of this property.
- setUpdateSize(long) - Method in class org.apache.jackrabbit.core.state.ChangeLog
-
Sets the update size of the change log.
- setUrl(String) - Method in class org.apache.jackrabbit.core.fs.db.DbFileSystem
-
- setUrl(String) - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
- setUrl(String) - Method in class org.apache.jackrabbit.core.persistence.db.SimpleDbPersistenceManager
-
Deprecated.
- setUrl(String) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Sets the JDBC connection URL.
- setUseCompoundFile(boolean) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
The lucene index writer property: useCompoundFile
- setUseFileBlobStore(boolean) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager
-
- setUseFileBlobStore(String) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager
-
- setUser(String) - Method in class org.apache.jackrabbit.core.fs.db.DbFileSystem
-
- setUser(String) - Method in class org.apache.jackrabbit.core.journal.DatabaseJournal
-
- setUser(String) - Method in class org.apache.jackrabbit.core.persistence.db.SimpleDbPersistenceManager
-
Deprecated.
- setUser(String) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Sets the user name that will be used to establish JDBC connections.
- setUserData(String) - Method in class org.apache.jackrabbit.core.observation.EventStateCollection
-
Sets the user data for this event state collection.
- setUserData(String) - Method in class org.apache.jackrabbit.core.observation.ObservationManagerImpl
- setUserPrivilegeNames(String) - Method in class org.apache.jackrabbit.core.security.user.action.AccessControlAction
-
Sets the privileges a new user will be granted on the user's home directory.
- setUseSimpleFSDirectory(boolean) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
- setValidate(boolean) - Method in class org.apache.jackrabbit.core.config.BeanConfig
-
Allows subclasses to control whether the configured bean property
names should be validated.
- setValue(Name) - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- setValue(Name[]) - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- setValue(BigDecimal) - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- setValue(Binary) - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- setValue(Calendar) - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- setValue(double) - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- setValue(InputStream) - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- setValue(String) - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- setValue(String[]) - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- setValue(boolean) - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- setValue(Node) - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- setValue(long) - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- setValue(Value) - Method in class org.apache.jackrabbit.core.PropertyImpl
-
- setValue(Value[]) - Method in class org.apache.jackrabbit.core.PropertyImpl
- setValue(Value[], int) - Method in class org.apache.jackrabbit.core.PropertyImpl
-
Sets the values of this property.
- setValue(int, Comparable<?>) - Method in class org.apache.jackrabbit.core.query.lucene.FieldComparatorBase
-
Puts a value into a given slot
- setValue(int, Comparable<?>) - Method in class org.apache.jackrabbit.core.query.lucene.sort.AbstractFieldComparator
-
Add the given value to the values array
- setValueProvider(VirtualValueProvider) - Method in class org.apache.jackrabbit.core.virtual.VirtualPropertyState
-
Sets a virtual value provider for this property
- setValues(InternalValue[]) - Method in class org.apache.jackrabbit.core.persistence.util.NodePropBundle.PropertyEntry
-
Sets the internal values.
- setValues(InternalValue[]) - Method in class org.apache.jackrabbit.core.state.PropertyState
-
Sets the value(s) of this property.
- setVersionLabel(Session, InternalVersionHistory, Name, Name, boolean) - Method in interface org.apache.jackrabbit.core.version.InternalVersionManager
-
Sets the version label
to the given version
.
- setVersionLabel(Session, InternalVersionHistory, Name, Name, boolean) - Method in class org.apache.jackrabbit.core.version.InternalVersionManagerImpl
-
Sets the version label
to the given version
.
- setVersionLabel(Session, InternalVersionHistory, Name, Name, boolean) - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
Sets the version label
to the given version
.
- setVersionLabel(InternalVersionHistoryImpl, Name, Name, boolean) - Method in class org.apache.jackrabbit.core.version.InternalXAVersionManager
-
Set version label on the specified version.
- setVirtualProvider(VirtualItemStateProvider) - Method in class org.apache.jackrabbit.core.state.XAItemStateManager
-
Set optional virtual item state provider.
- setVolatileIdleTime(int) - Method in class org.apache.jackrabbit.core.query.lucene.SearchIndex
-
Sets the property: volatileIdleTime
- setWriteDelay(long) - Method in class org.apache.jackrabbit.core.journal.MemoryJournal
-
Set the write delay in milliseconds.
- setWriterPreference(boolean) - Method in class org.apache.jackrabbit.core.state.DefaultISMLocking
-
Sets the writer preference status of this locking strategy.
- SHAREABLE_NODE - Static variable in class org.apache.jackrabbit.core.query.lucene.FieldNames
-
Name of the field that marks shareable nodes.
- SharedFieldCache - Class in org.apache.jackrabbit.core.query.lucene
-
Implements a variant of the lucene class org.apache.lucene.search.FieldCacheImpl
.
- SharedFieldCache.ValueIndex - Class in org.apache.jackrabbit.core.query.lucene
-
Expert: Stores term text values and document ordering data.
- SharedFieldComparatorSource - Class in org.apache.jackrabbit.core.query.lucene
-
Implements a FieldComparatorSource
for FieldComparator
s which
know how to sort on a lucene field that contains values for multiple properties.
- SharedFieldComparatorSource(String, ItemStateManager, HierarchyManager, NamespaceMappings) - Constructor for class org.apache.jackrabbit.core.query.lucene.SharedFieldComparatorSource
-
Create a new SharedFieldComparatorSource
for a given shared field.
- SharedItemStateManager - Class in org.apache.jackrabbit.core.state
-
Shared ItemStateManager
(SISM).
- SharedItemStateManager(PersistenceManager, NodeId, NodeTypeRegistry, boolean, ItemStateCacheFactory, ISMLocking, NodeIdFactory) - Constructor for class org.apache.jackrabbit.core.state.SharedItemStateManager
-
Creates a new SharedItemStateManager
instance.
- sharedState - Variable in class org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
-
- sharedStateMgr - Variable in class org.apache.jackrabbit.core.state.LocalItemStateManager
-
Shared item state manager
- shutdown() - Method in class org.apache.jackrabbit.core.jndi.BindableRepository
-
Delegated to the underlying repository instance.
- shutdown() - Method in class org.apache.jackrabbit.core.RepositoryImpl
-
Shuts down this repository.
- shutdown() - Method in class org.apache.jackrabbit.core.TransientRepository
-
Forces all active sessions to logout.
- shutdownOnClose - Variable in class org.apache.jackrabbit.core.fs.db.DerbyFileSystem
-
Flag indicating whether this derby database should be shutdown on close.
- shutdownOnClose - Variable in class org.apache.jackrabbit.core.persistence.db.DerbyPersistenceManager
-
Deprecated.
Flag indicating whether this derby database should be shutdown on close.
- SimilarityQuery - Class in org.apache.jackrabbit.core.query.lucene
-
SimilarityQuery
implements a query that returns similar nodes
for a given node UUID.
- SimilarityQuery(String, Analyzer) - Constructor for class org.apache.jackrabbit.core.query.lucene.SimilarityQuery
-
- SimpleAccessManager - Class in org.apache.jackrabbit.core.security.simple
-
SimpleAccessManager
...
- SimpleAccessManager() - Constructor for class org.apache.jackrabbit.core.security.simple.SimpleAccessManager
-
Empty constructor
- SimpleBeanFactory - Class in org.apache.jackrabbit.core.config
-
- SimpleBeanFactory() - Constructor for class org.apache.jackrabbit.core.config.SimpleBeanFactory
-
- SimpleDbPersistenceManager - Class in org.apache.jackrabbit.core.persistence.db
-
- SimpleDbPersistenceManager() - Constructor for class org.apache.jackrabbit.core.persistence.db.SimpleDbPersistenceManager
-
Deprecated.
- SimpleExcerptProvider - Class in org.apache.jackrabbit.core.query.lucene
-
SimpleExcerptProvider
is a very simple excerpt provider.
- SimpleExcerptProvider() - Constructor for class org.apache.jackrabbit.core.query.lucene.SimpleExcerptProvider
-
- SimpleJBossAccessManager - Class in org.apache.jackrabbit.core.security
-
The simple JBoss access manager is a specialized Access Manager to
handle Authorization of individuals authenticated through JBoss
login modules.
- SimpleJBossAccessManager() - Constructor for class org.apache.jackrabbit.core.security.SimpleJBossAccessManager
-
- SimpleLoginModule - Class in org.apache.jackrabbit.core.security.simple
-
SimpleLoginModule
...
- SimpleLoginModule() - Constructor for class org.apache.jackrabbit.core.security.simple.SimpleLoginModule
-
- SimpleQueryResult - Class in org.apache.jackrabbit.core.query.lucene.join
-
Simple query result implementation.
- SimpleQueryResult(String[], String[], RowIterator) - Constructor for class org.apache.jackrabbit.core.query.lucene.join.SimpleQueryResult
-
Creates a query result with the given column and selector names and
row iterator.
- SimpleSecurityManager - Class in org.apache.jackrabbit.core.security.simple
-
SimpleSecurityManager
: simple implementation ignoring both
configuration entries for 'principalProvider' and for 'workspaceAccessManager'.
- SimpleSecurityManager() - Constructor for class org.apache.jackrabbit.core.security.simple.SimpleSecurityManager
-
- SimpleWorkspaceAccessManager - Class in org.apache.jackrabbit.core.security.simple
-
SimpleWorkspaceAccessManager
always allows any set of principals
to access any workspace.
- SimpleWorkspaceAccessManager() - Constructor for class org.apache.jackrabbit.core.security.simple.SimpleWorkspaceAccessManager
-
- SingleColumnQueryResult - Class in org.apache.jackrabbit.core.query.lucene
-
SingleColumnQueryResult
implements a query result that returns
a single column.
- SingleColumnQueryResult(SearchIndex, SessionContext, AbstractQueryImpl, Query, SpellSuggestion, ColumnImpl[], Path[], boolean[], String[], boolean, long, long) - Constructor for class org.apache.jackrabbit.core.query.lucene.SingleColumnQueryResult
-
- SingletonTokenStream - Class in org.apache.jackrabbit.core.query.lucene
-
SingletonTokenStream
implements a token stream that wraps a
single value with a given property type.
- SingletonTokenStream(String, Payload) - Constructor for class org.apache.jackrabbit.core.query.lucene.SingletonTokenStream
-
Creates a new SingleTokenStream with the given value and payload.
- SingletonTokenStream(String, int) - Constructor for class org.apache.jackrabbit.core.query.lucene.SingletonTokenStream
-
Creates a new SingleTokenStream with the given value and a property
type
.
- size() - Method in class org.apache.jackrabbit.core.observation.EventStateCollection
-
Get the number of events.
- size() - Method in class org.apache.jackrabbit.core.security.authorization.AbstractACLTemplate
-
- size() - Method in class org.apache.jackrabbit.core.security.authorization.UnmodifiableAccessControlList
-
- skip(long) - Method in class org.apache.jackrabbit.core.LazyItemIterator
- skip(long) - Method in class org.apache.jackrabbit.core.observation.EventJournalImpl
- skip(int) - Method in class org.apache.jackrabbit.core.query.lucene.AbstractQueryHits
-
Provides a default implementation:
- skip(int) - Method in interface org.apache.jackrabbit.core.query.lucene.CloseableHits
-
Skips a n
score nodes.
- skip(int) - Method in class org.apache.jackrabbit.core.query.lucene.FilterMultiColumnQueryHits
-
Skips a n
score nodes.
- skip(int) - Method in class org.apache.jackrabbit.core.query.lucene.join.Join
-
Skips a n
score nodes.
- skip(int) - Method in class org.apache.jackrabbit.core.query.lucene.LuceneQueryHits
-
Skips a n
score nodes.
- skip(int) - Method in class org.apache.jackrabbit.core.query.lucene.QueryHitsAdapter
-
Skips a n
score nodes.
- skip(int) - Method in class org.apache.jackrabbit.core.query.lucene.SortedLuceneQueryHits
-
Skips n
hits.
- skip(int) - Method in class org.apache.jackrabbit.core.query.lucene.SortedMultiColumnQueryHits
-
Skips a n
score nodes.
- skipTo(long) - Method in class org.apache.jackrabbit.core.observation.EventJournalImpl
- skipTo(int) - Method in class org.apache.jackrabbit.core.query.lucene.hits.AdaptingHits
-
Skips to the first match beyond the current whose document number is
greater than or equal to the given target.
- skipTo(int) - Method in class org.apache.jackrabbit.core.query.lucene.hits.ArrayHits
-
Skips to the first match beyond the current whose document number is
greater than or equal to the given target.
- skipTo(int) - Method in class org.apache.jackrabbit.core.query.lucene.hits.BitSetHits
-
Skips to the first match beyond the current whose document number is
greater than or equal to the given target.
- skipTo(int) - Method in interface org.apache.jackrabbit.core.query.lucene.hits.Hits
-
Skips to the first match beyond the current whose document number is
greater than or equal to the given target.
- skipTo(int) - Method in class org.apache.jackrabbit.core.query.lucene.hits.HitsIntersection
-
Skips to the first match beyond the current whose document number is
greater than or equal to the given target.
- skipTo(int) - Method in class org.apache.jackrabbit.core.query.lucene.hits.ScorerHits
-
Skips to the first match beyond the current whose document number is
greater than or equal to the given target.
- SLEEP_BEFORE_RECONNECT - Static variable in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
- SM_BINARY_KEYS - Static variable in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
storage model modifier: binary keys
- SM_LONGLONG_KEYS - Static variable in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
storage model modifier: longlong keys
- sort(QueryResult, Ordering[], OperandEvaluator, long, long) - Static method in class org.apache.jackrabbit.core.query.lucene.join.QueryEngine
-
Sorts the given query results according to the given QOM orderings.
- SortedLuceneQueryHits - Class in org.apache.jackrabbit.core.query.lucene
-
Wraps a lucene query result and adds a close method that allows to release
resources after a query has been executed and the results have been read
completely.
- SortedLuceneQueryHits(IndexSearcher, Query, Sort, long) - Constructor for class org.apache.jackrabbit.core.query.lucene.SortedLuceneQueryHits
-
Creates a new QueryHits
instance wrapping hits
.
- SortedMultiColumnQueryHits - Class in org.apache.jackrabbit.core.query.lucene
-
SortedMultiColumnQueryHits
implements sorting of query hits
based on
Ordering
s.
- SortedMultiColumnQueryHits(MultiColumnQueryHits, Ordering[], IndexReader) - Constructor for class org.apache.jackrabbit.core.query.lucene.SortedMultiColumnQueryHits
-
Creates sorted query hits.
- sortValue(int) - Method in class org.apache.jackrabbit.core.query.lucene.FieldComparatorBase
-
Value for a document
- sortValue(int) - Method in class org.apache.jackrabbit.core.query.lucene.sort.DynamicOperandFieldComparator
-
- sparse - Variable in class org.apache.jackrabbit.core.query.lucene.SharedFieldCache.ValueIndex
-
- SpellChecker - Interface in org.apache.jackrabbit.core.query.lucene
-
SpellChecker
defines an interface to run a spellchecker over
a fulltext query statement.
- spellSuggestion - Variable in class org.apache.jackrabbit.core.query.lucene.QueryResultImpl
-
The spell suggestion or null
if not available.
- StaleItemStateException - Exception in org.apache.jackrabbit.core.state
-
Signals that an item has been modified externally and that the item state
representing it has thus become stale.
- StaleItemStateException(String) - Constructor for exception org.apache.jackrabbit.core.state.StaleItemStateException
-
Constructs a new instance of this class with the specified detail
message.
- StaleItemStateException(String, Throwable) - Constructor for exception org.apache.jackrabbit.core.state.StaleItemStateException
-
Constructs a new instance of this class with the specified detail
message and root cause.
- start() - Method in class org.apache.jackrabbit.core.cluster.ClusterNode
-
Starts this cluster node.
- start(NodeImpl) - Method in class org.apache.jackrabbit.core.security.user.UserImporter
-
- start(NodeState) - Method in class org.apache.jackrabbit.core.security.user.UserImporter
-
- start(Xid, int) - Method in class org.apache.jackrabbit.core.XASessionImpl
- start(NodeImpl) - Method in class org.apache.jackrabbit.core.xml.AccessControlImporter
-
- start(NodeState) - Method in class org.apache.jackrabbit.core.xml.AccessControlImporter
-
- start(NodeImpl) - Method in class org.apache.jackrabbit.core.xml.DefaultProtectedItemImporter
-
Always returns false
.
- start(NodeState) - Method in class org.apache.jackrabbit.core.xml.DefaultProtectedItemImporter
-
Always returns false
.
- start() - Method in interface org.apache.jackrabbit.core.xml.Importer
-
Called once at the beginning of the content import.
- start(NodeImpl) - Method in interface org.apache.jackrabbit.core.xml.ProtectedNodeImporter
-
Notifies this importer about the existence of a protected node that
has either been created (NEW) or has been found to be existing.
- start(NodeState) - Method in interface org.apache.jackrabbit.core.xml.ProtectedNodeImporter
-
Notifies this importer about the existence of a protected node that
has either been created (NEW) or has been found to be existing.
- start() - Method in class org.apache.jackrabbit.core.xml.SessionImporter
-
Called once at the beginning of the content import.
- start() - Method in class org.apache.jackrabbit.core.xml.WorkspaceImporter
-
Called once at the beginning of the content import.
- START_EXCERPT - Static variable in class org.apache.jackrabbit.core.query.lucene.DefaultHighlighter
-
- START_FRAGMENT_SEPARATOR - Static variable in class org.apache.jackrabbit.core.query.lucene.DefaultHighlighter
-
- START_HIGHLIGHT - Static variable in class org.apache.jackrabbit.core.query.lucene.DefaultHighlighter
-
- startCheck(String) - Method in interface org.apache.jackrabbit.core.persistence.check.ConsistencyCheckListener
-
Called when checking of a node starts
- startChildInfo(NodeInfo, List<PropInfo>) - Method in class org.apache.jackrabbit.core.security.user.UserImporter
-
- startChildInfo(NodeInfo, List<PropInfo>) - Method in class org.apache.jackrabbit.core.xml.AccessControlImporter
-
- startChildInfo(NodeInfo, List<PropInfo>) - Method in class org.apache.jackrabbit.core.xml.DefaultProtectedItemImporter
-
Does nothing.
- startChildInfo(NodeInfo, List<PropInfo>) - Method in interface org.apache.jackrabbit.core.xml.ProtectedNodeImporter
-
Informs this importer about a new childInfo
and it's properties.
- startElement(String) - Method in class org.apache.jackrabbit.core.util.DOMBuilder
-
Creates a new element with the given name as the child of the
current element and makes the created element current.
- startElement(String, String, String, Attributes) - Method in class org.apache.jackrabbit.core.xml.ImportHandler
- startNode(NodeInfo, List<PropInfo>) - Method in interface org.apache.jackrabbit.core.xml.Importer
-
Called to start the import of a node.
- startNode(NodeInfo, List<PropInfo>) - Method in class org.apache.jackrabbit.core.xml.SessionImporter
-
Called to start the import of a node.
- startNode(NodeInfo, List<PropInfo>) - Method in class org.apache.jackrabbit.core.xml.WorkspaceImporter
-
Called to start the import of a node.
- startPrefixMapping(String, String) - Method in class org.apache.jackrabbit.core.xml.ImportHandler
-
Records the given namespace mapping to be included in the local
namespace context.
- startRead() - Method in class org.apache.jackrabbit.core.util.XAReentrantWriterPreferenceReadWriteLock
- starts - Variable in class org.apache.jackrabbit.core.query.lucene.sort.AbstractFieldComparator
-
- startWrite() - Method in class org.apache.jackrabbit.core.util.XAReentrantWriterPreferenceReadWriteLock
- startWriteOperation() - Method in class org.apache.jackrabbit.core.version.VersionManagerImplBase
-
Starts a write operation by acquiring the write lock and setting the
item state manager to the "edit" state.
- STATE_FILE_PATH - Static variable in class org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
-
Deprecated.
- StateChangeDispatcher - Class in org.apache.jackrabbit.core.state
-
Component that holds references to listeners interested in changes to item
states and dispatches notifications.
- StateChangeDispatcher() - Constructor for class org.apache.jackrabbit.core.state.StateChangeDispatcher
-
- stateCreated(ItemState) - Method in class org.apache.jackrabbit.core.CachingHierarchyManager
-
Called when an ItemState
has successfully
been created (i.e.
- stateCreated(ItemState) - Method in class org.apache.jackrabbit.core.ItemManager
-
Called when an ItemState
has successfully
been created (i.e.
- stateCreated(ItemState) - Method in interface org.apache.jackrabbit.core.state.ItemStateListener
-
Called when an ItemState
has successfully
been created (i.e.
- stateCreated(ItemState) - Method in class org.apache.jackrabbit.core.state.LocalItemStateManager
-
Called when an ItemState
has successfully
been created (i.e.
- stateCreated(ItemState) - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
Called when an ItemState
has successfully
been created (i.e.
- stateCreated(ItemState) - Method in class org.apache.jackrabbit.core.state.SharedItemStateManager
-
Called when an ItemState
has successfully
been created (i.e.
- stateCreated(ItemState) - Method in class org.apache.jackrabbit.core.version.InternalVersionManagerImpl
-
Called when an ItemState
has successfully
been created (i.e.
- stateCreated(ItemState) - Method in class org.apache.jackrabbit.core.virtual.AbstractVISProvider
-
Called when an ItemState
has successfully
been created (i.e.
- stateDestroyed(ItemState) - Method in class org.apache.jackrabbit.core.CachingHierarchyManager
-
Called when an ItemState
has successfully been
removed (i.e.
- stateDestroyed(ItemState) - Method in class org.apache.jackrabbit.core.ItemManager
-
Called when an ItemState
has successfully been
removed (i.e.
- stateDestroyed(ItemState) - Method in interface org.apache.jackrabbit.core.state.ItemStateListener
-
Called when an ItemState
has successfully been
removed (i.e.
- stateDestroyed(ItemState) - Method in class org.apache.jackrabbit.core.state.LocalItemStateManager
-
Called when an ItemState
has successfully been
removed (i.e.
- stateDestroyed(ItemState) - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
Called when an ItemState
has successfully been
removed (i.e.
- stateDestroyed(ItemState) - Method in class org.apache.jackrabbit.core.state.SharedItemStateManager
-
Called when an ItemState
has successfully been
removed (i.e.
- stateDestroyed(ItemState) - Method in class org.apache.jackrabbit.core.version.InternalVersionManagerImpl
-
Called when an ItemState
has successfully been
removed (i.e.
- stateDestroyed(ItemState) - Method in class org.apache.jackrabbit.core.virtual.AbstractVISProvider
-
Called when an ItemState
has successfully been
removed (i.e.
- stateDiscarded(ItemState) - Method in class org.apache.jackrabbit.core.CachingHierarchyManager
-
Called when an ItemState
has been discarded (i.e.
- stateDiscarded(ItemState) - Method in class org.apache.jackrabbit.core.ItemManager
-
Called when an ItemState
has been discarded (i.e.
- stateDiscarded(ItemState) - Method in interface org.apache.jackrabbit.core.state.ItemStateListener
-
Called when an ItemState
has been discarded (i.e.
- stateDiscarded(ItemState) - Method in class org.apache.jackrabbit.core.state.LocalItemStateManager
-
Called when an ItemState
has been discarded (i.e.
- stateDiscarded(ItemState) - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
Called when an ItemState
has been discarded (i.e.
- stateDiscarded(ItemState) - Method in class org.apache.jackrabbit.core.state.SharedItemStateManager
-
Called when an ItemState
has been discarded (i.e.
- stateDiscarded(ItemState) - Method in class org.apache.jackrabbit.core.version.InternalVersionManagerImpl
-
Called when an ItemState
has been discarded (i.e.
- stateDiscarded(ItemState) - Method in class org.apache.jackrabbit.core.virtual.AbstractVISProvider
-
Called when an ItemState
has been discarded (i.e.
- statement - Variable in class org.apache.jackrabbit.core.query.QueryImpl
-
The query statement
- stateMgr - Variable in class org.apache.jackrabbit.core.BatchedItemOperations
-
wrapped item state manager
- stateMgr - Variable in class org.apache.jackrabbit.core.ItemImpl
-
SessionItemStateManager
associated with this Item
- stateMgr - Variable in class org.apache.jackrabbit.core.version.VersionManagerImplBase
-
item state manager for all workspace operations
- stateMgr - Variable in class org.apache.jackrabbit.core.virtual.VirtualNodeState
-
The virtual item state provide that created this node state
- stateMgr - Variable in class org.apache.jackrabbit.core.WorkspaceImpl
-
The persistent state mgr associated with the workspace represented by this
Workspace
instance.
- stateModified(ItemState) - Method in class org.apache.jackrabbit.core.CachingHierarchyManager
-
Called when an ItemState
has successfully
been modified (i.e.
- stateModified(ItemState) - Method in class org.apache.jackrabbit.core.ItemManager
-
Called when an ItemState
has successfully
been modified (i.e.
- stateModified(ItemState) - Method in interface org.apache.jackrabbit.core.state.ItemStateListener
-
Called when an ItemState
has successfully
been modified (i.e.
- stateModified(ItemState) - Method in class org.apache.jackrabbit.core.state.LocalItemStateManager
-
Called when an ItemState
has successfully
been modified (i.e.
- stateModified(ItemState) - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
Called when an ItemState
has successfully
been modified (i.e.
- stateModified(ItemState) - Method in class org.apache.jackrabbit.core.state.SharedItemStateManager
-
Called when an ItemState
has successfully
been modified (i.e.
- stateModified(ItemState) - Method in class org.apache.jackrabbit.core.state.XAItemStateManager
-
Called when an ItemState
has successfully
been modified (i.e.
- stateModified(ItemState) - Method in class org.apache.jackrabbit.core.version.InternalVersionManagerImpl
-
Called when an ItemState
has successfully
been modified (i.e.
- stateModified(ItemState) - Method in class org.apache.jackrabbit.core.virtual.AbstractVISProvider
-
Called when an ItemState
has successfully
been modified (i.e.
- stateProvider - Variable in class org.apache.jackrabbit.core.query.lucene.NodeIndexer
-
The persistent item state provider
- stateStore - Variable in class org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
-
Deprecated.
- StatManager - Class in org.apache.jackrabbit.core.stats
-
StatManager represents a single entry point to the statistics objects
available.
- StatManager() - Constructor for class org.apache.jackrabbit.core.stats.StatManager
-
- status - Variable in class org.apache.jackrabbit.core.state.ItemState
-
the internal status of this item state
- STATUS_DESTROYED - Static variable in class org.apache.jackrabbit.core.ItemImpl
-
- STATUS_EXISTING - Static variable in class org.apache.jackrabbit.core.state.ItemState
-
'existing', i.e.
- STATUS_EXISTING_MODIFIED - Static variable in class org.apache.jackrabbit.core.state.ItemState
-
'existing', i.e.
- STATUS_EXISTING_REMOVED - Static variable in class org.apache.jackrabbit.core.state.ItemState
-
'existing', i.e.
- STATUS_INVALIDATED - Static variable in class org.apache.jackrabbit.core.ItemImpl
-
- STATUS_MODIFIED - Static variable in class org.apache.jackrabbit.core.ItemImpl
-
- STATUS_NEW - Static variable in class org.apache.jackrabbit.core.state.ItemState
-
'new' state
- STATUS_NORMAL - Static variable in class org.apache.jackrabbit.core.ItemImpl
-
- STATUS_STALE_DESTROYED - Static variable in class org.apache.jackrabbit.core.state.ItemState
-
'existing', i.e.
- STATUS_UNDEFINED - Static variable in class org.apache.jackrabbit.core.state.ItemState
-
the status is undefined
- stop() - Method in class org.apache.jackrabbit.core.cluster.ClusterNode
-
Stops this cluster node.
- stop() - Method in class org.apache.jackrabbit.core.RepositoryManagerImpl
-
- STOP_DELAY_ATTRIBUTE - Static variable in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Name of the stopDelay configuration attribute.
- stopScan() - Method in class org.apache.jackrabbit.core.gc.GarbageCollector
-
Reset modifiedDateOnAccess to 0 and stop the observation
listener if any are installed.
- store(ItemState) - Method in class org.apache.jackrabbit.core.BatchedItemOperations
-
Store an item state.
- store(OutputStream, NamespaceRegistry) - Method in class org.apache.jackrabbit.core.nodetype.NodeTypeDefStore
-
- store(ChangeLog) - Method in class org.apache.jackrabbit.core.persistence.AbstractPersistenceManager
-
Deprecated.
Right now, this iterates over all items in the changelog and
calls the individual methods that handle single item states
or node references objects.
- store(NodeState) - Method in class org.apache.jackrabbit.core.persistence.AbstractPersistenceManager
-
Deprecated.
Store a node state.
- store(PropertyState) - Method in class org.apache.jackrabbit.core.persistence.AbstractPersistenceManager
-
Deprecated.
Store a property state.
- store(NodeReferences) - Method in class org.apache.jackrabbit.core.persistence.AbstractPersistenceManager
-
Deprecated.
Store a references object.
- store(NodeReferences) - Method in class org.apache.jackrabbit.core.persistence.bundle.AbstractBundlePersistenceManager
-
Stores a node references to the underlying system.
- store(ChangeLog) - Method in class org.apache.jackrabbit.core.persistence.bundle.AbstractBundlePersistenceManager
-
Right now, this iterates over all items in the changelog and
calls the individual methods that handle single item states
or node references objects.
- store(NodeReferences) - Method in class org.apache.jackrabbit.core.persistence.bundle.BundleFsPersistenceManager
-
Stores a node references to the underlying system.
- store(ChangeLog) - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
Right now, this iterates over all items in the changelog and
calls the individual methods that handle single item states
or node references objects.
- store(NodeState) - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
Store a node state.
- store(PropertyState) - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
Store a property state.
- store(NodeReferences) - Method in class org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
-
Deprecated.
Store a references object.
- store(NodeState) - Method in class org.apache.jackrabbit.core.persistence.db.OraclePersistenceManager
-
Deprecated.
Store a node state.
- store(PropertyState) - Method in class org.apache.jackrabbit.core.persistence.db.OraclePersistenceManager
-
Deprecated.
Store a property state.
- store(NodeReferences) - Method in class org.apache.jackrabbit.core.persistence.db.OraclePersistenceManager
-
Deprecated.
Store a references object.
- store(NodeReferences) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager
-
Stores a node references to the underlying system.
- store(NodeState) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
-
Deprecated.
Store a node state.
- store(PropertyState) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
-
Deprecated.
Store a property state.
- store(NodeReferences) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
-
Deprecated.
Store a references object.
- store(NodeState) - Method in class org.apache.jackrabbit.core.persistence.obj.ObjectPersistenceManager
-
Deprecated.
Store a node state.
- store(PropertyState) - Method in class org.apache.jackrabbit.core.persistence.obj.ObjectPersistenceManager
-
Deprecated.
Store a property state.
- store(NodeReferences) - Method in class org.apache.jackrabbit.core.persistence.obj.ObjectPersistenceManager
-
Deprecated.
Store a references object.
- store(ChangeLog) - Method in interface org.apache.jackrabbit.core.persistence.PersistenceManager
-
Atomically saves the given set of changes.
- store(ChangeLog) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Right now, this iterates over all items in the changelog and
calls the individual methods that handle single item states
or node references objects.
- store(NodeReferences) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Stores a node references to the underlying system.
- store(NodeState) - Method in class org.apache.jackrabbit.core.persistence.xml.XMLPersistenceManager
-
Deprecated.
Store a node state.
- store(PropertyState) - Method in class org.apache.jackrabbit.core.persistence.xml.XMLPersistenceManager
-
Deprecated.
Store a property state.
- store(NodeReferences) - Method in class org.apache.jackrabbit.core.persistence.xml.XMLPersistenceManager
-
Deprecated.
Store a references object.
- store(ItemState) - Method in class org.apache.jackrabbit.core.state.LocalItemStateManager
-
Store an item state.
- store(ItemState) - Method in class org.apache.jackrabbit.core.state.SessionItemStateManager
-
Store an item state.
- store(ItemState) - Method in interface org.apache.jackrabbit.core.state.UpdatableItemStateManager
-
Store an item state.
- store() - Method in class org.apache.jackrabbit.core.version.NodeStateEx
-
stores the persistent state recursively
- store(boolean) - Method in class org.apache.jackrabbit.core.version.NodeStateEx
-
Stores the persistent state and depending on the recursively
flag also stores the modified child nodes recursively.
- storeAsNode(String) - Method in class org.apache.jackrabbit.core.query.QueryImpl
- storeBundle(NodePropBundle) - Method in class org.apache.jackrabbit.core.persistence.bundle.AbstractBundlePersistenceManager
-
Stores a bundle to the underlying system.
- storeBundle(NodePropBundle) - Method in class org.apache.jackrabbit.core.persistence.bundle.BundleFsPersistenceManager
-
Stores a bundle to the underlying system.
- storeBundle(NodePropBundle) - Method in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager
-
Stores a bundle to the underlying system.
- storeBundle(NodePropBundle) - Method in class org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager
-
Stores a bundle to the underlying system.
- storeContents() - Method in class org.apache.jackrabbit.core.persistence.mem.InMemBundlePersistenceManager
-
Writes the content of the hash maps stores to the file system.
- storeContents() - Method in class org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
-
Deprecated.
Writes the content of the hash maps to the file system
- STRING - Static variable in class org.apache.jackrabbit.core.persistence.util.BundleDumper
-
- StringIndex - Interface in org.apache.jackrabbit.core.util
-
A persistent two-way mapping between strings and index integers.
- stringToDate(String) - Static method in class org.apache.jackrabbit.core.query.lucene.DateField
-
Converts a string-encoded date into a Date object.
- stringToDecimal(String) - Static method in class org.apache.jackrabbit.core.query.lucene.DecimalField
-
Convert a String to a BigDecimal.
- stringToDouble(String) - Static method in class org.apache.jackrabbit.core.query.lucene.DoubleField
-
- stringToIndex(String) - Method in class org.apache.jackrabbit.core.NamespaceRegistryImpl
-
Returns the index (i.e.
- stringToIndex(String) - Method in class org.apache.jackrabbit.core.persistence.pool.DbNameIndex
-
Returns the index for a given string.
- stringToIndex - Variable in class org.apache.jackrabbit.core.persistence.util.HashMapIndex
-
holds the string-to-index lookups.
- stringToIndex(String) - Method in class org.apache.jackrabbit.core.persistence.util.HashMapIndex
-
Returns the index for a given string.
- stringToIndex(String) - Method in interface org.apache.jackrabbit.core.util.StringIndex
-
Returns the index for a given string.
- stringToLong(String) - Static method in class org.apache.jackrabbit.core.query.lucene.LongField
-
- stringToTime(String) - Static method in class org.apache.jackrabbit.core.query.lucene.DateField
-
Converts a string-encoded date into a millisecond time.
- stringValue() - Method in class org.apache.jackrabbit.core.query.lucene.IDField
-
- stringValue() - Method in class org.apache.jackrabbit.core.query.lucene.LazyTextExtractorField
-
Returns the extracted text.
- subject - Variable in class org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
-
- subject - Variable in class org.apache.jackrabbit.core.SessionImpl
-
the Subject of this session
- subtract(EffectiveNodeTypeCache.Key) - Method in interface org.apache.jackrabbit.core.nodetype.EffectiveNodeTypeCache.Key
-
Creates a new key as a result of a subtract operation.
- sumOfSquaredWeights() - Method in class org.apache.jackrabbit.core.query.lucene.JackrabbitTermQuery.JackrabbitTermWeight
- sumOfSquaredWeights() - Method in class org.apache.jackrabbit.core.query.lucene.QueryHitsQuery.QueryHitsQueryWeight
- SUPERTYPE_ELEMENT - Static variable in interface org.apache.jackrabbit.core.nodetype.xml.Constants
-
Name of the supertype element.
- SUPERTYPES_ELEMENT - Static variable in interface org.apache.jackrabbit.core.nodetype.xml.Constants
-
Name of the supertypes element.
- supportHighlighting - Variable in class org.apache.jackrabbit.core.query.lucene.NodeIndexer
-
If set to true
the fulltext field is stored and and a term
vector is created with offset information.
- supportsCredentials(Credentials) - Method in class org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
-
Return a flag indicating whether the credentials are supported by
this login module.
- supportsCredentials(Credentials) - Method in class org.apache.jackrabbit.core.security.authentication.DefaultLoginModule
-
- sweep() - Method in class org.apache.jackrabbit.core.gc.GarbageCollector
-
- sync() - Method in class org.apache.jackrabbit.core.cluster.ClusterNode
-
Synchronize contents from journal.
- sync(boolean) - Method in class org.apache.jackrabbit.core.journal.AbstractJournal
-
Synchronize contents from journal.
- sync - Variable in class org.apache.jackrabbit.core.journal.FileRevision
-
Flag indicating whether to sync the file on every write.
- sync(boolean) - Method in interface org.apache.jackrabbit.core.journal.Journal
-
Synchronize contents from journal.
- SYNC_DELAY_ATTRIBUTE - Static variable in class org.apache.jackrabbit.core.config.RepositoryConfigurationParser
-
Name of the syncDelay configuration attribute.
- syncAgainOnNewRecords() - Method in class org.apache.jackrabbit.core.journal.AbstractJournal
-
Return a flag indicating whether synchronization should continue
in a loop until no more new records are found.
- SynchronousEventListener - Interface in org.apache.jackrabbit.core.observation
-
Defines a marker interface for
EventListener
implementations that wish a synchronous notification of changes to the
workspace.
- syncOnStartup() - Method in class org.apache.jackrabbit.core.cluster.ClusterNode
-
Synchronize contents from journal when a
ClusterNode
starts up.
- SynonymProvider - Interface in org.apache.jackrabbit.core.query.lucene
-
SynonymProvider
defines an interface for a component that
returns synonyms for a given term.
- system - Variable in class org.apache.jackrabbit.core.security.SimpleJBossAccessManager
-
- SYSTEM_PROPERTY_DEFAULT_TRANSACTION_TIMEOUT - Static variable in class org.apache.jackrabbit.core.XASessionImpl
-
System property specifying the default Transaction Timeout
- SYSTEM_PROPERTY_NODE_ID - Static variable in class org.apache.jackrabbit.core.cluster.ClusterNode
-
System property specifying a node id to use.
- SYSTEM_ROOT_NODE_ID - Static variable in class org.apache.jackrabbit.core.RepositoryImpl
-
hardcoded id of the "/jcr:system" node
- SystemPrincipal - Class in org.apache.jackrabbit.core.security
-
A SystemPrincipal
...
- SystemPrincipal() - Constructor for class org.apache.jackrabbit.core.security.SystemPrincipal
-
Creates a SystemPrincipal
.
- systemSession - Variable in class org.apache.jackrabbit.core.security.authorization.acl.EntryCollector
-
The system session used to register an event listener and process the
events as well as collect AC entries.