A B C D E F G H I J K L M N O P Q R S T U V W X 

A

abort() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
 
abort() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.GuestLoginModule
 
ABORT - Static variable in class org.apache.jackrabbit.oak.spi.xml.ImportBehavior
Aborts the import as soon as invalid values are detected throwing a ConstraintViolationException.
AbstractAccessControlList - Class in org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol
Abstract base implementation of the JackrabbitAccessControlList interface.
AbstractAccessControlList(String, NamePathMapper) - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlList
 
AbstractAccessControlManager - Class in org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol
Default implementation of the JackrabbitAccessControlManager interface.
AbstractAccessControlManager(Root, NamePathMapper, SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlManager
 
AbstractAuthorizableAction - Class in org.apache.jackrabbit.oak.spi.security.user.action
Abstract implementation of the AuthorizableAction interface that doesn't perform any action.
AbstractAuthorizableAction() - Constructor for class org.apache.jackrabbit.oak.spi.security.user.action.AbstractAuthorizableAction
 
AbstractBlob - Class in org.apache.jackrabbit.oak.plugins.memory
Abstract base class for Blob implementations.
AbstractBlob(HashCode) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.AbstractBlob
 
AbstractBlob() - Constructor for class org.apache.jackrabbit.oak.plugins.memory.AbstractBlob
 
AbstractChildNodeEntry - Class in org.apache.jackrabbit.oak.spi.state
Abstract base class for ChildNodeEntry implementations.
AbstractChildNodeEntry() - Constructor for class org.apache.jackrabbit.oak.spi.state.AbstractChildNodeEntry
 
AbstractLoginModule - Class in org.apache.jackrabbit.oak.spi.security.authentication
Abstract implementation of the LoginModule interface that can act as base class for login modules that aim to authenticate subjects against information stored in the content repository.
AbstractLoginModule() - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
 
AbstractNodeState - Class in org.apache.jackrabbit.oak.spi.state
Abstract base class for NodeState implementations.
AbstractNodeState() - Constructor for class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
 
AbstractNodeStoreBranch<S extends NodeStore,N extends NodeState> - Class in org.apache.jackrabbit.oak.spi.state
A base implementation of a node store branch, which supports partially persisted branches.
AbstractNodeStoreBranch(S, ChangeDispatcher, Lock, N) - Constructor for class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
 
AbstractNodeStoreBranch(S, ChangeDispatcher, Lock, N, long) - Constructor for class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
 
AbstractPropertyState - Class in org.apache.jackrabbit.oak.plugins.memory
Abstract base class for PropertyState implementations.
AbstractPropertyState() - Constructor for class org.apache.jackrabbit.oak.plugins.memory.AbstractPropertyState
 
AbstractRebaseDiff - Class in org.apache.jackrabbit.oak.spi.state
AbstractRebaseDiff serves as base for rebase implementations.
AbstractRebaseDiff(NodeBuilder) - Constructor for class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
 
AbstractRestrictionProvider - Class in org.apache.jackrabbit.oak.spi.security.authorization.restriction
 
AbstractRestrictionProvider(Map<String, ? extends RestrictionDefinition>) - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.restriction.AbstractRestrictionProvider
 
AbstractServiceTracker<T> - Class in org.apache.jackrabbit.oak.spi.whiteboard
AbstractServiceTracker is a base class for composite components that dynamically look up the available component services from the whiteboard.
AbstractServiceTracker(Class<T>) - Constructor for class org.apache.jackrabbit.oak.spi.whiteboard.AbstractServiceTracker
 
AbstractStore - Class in org.apache.jackrabbit.oak.plugins.segment
 
AbstractStore(int) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.AbstractStore
 
AbstractTree - Class in org.apache.jackrabbit.oak.plugins.tree
AbstractTree provides default implementations for most read methods of Tree.
AbstractTree(String, NodeBuilder) - Constructor for class org.apache.jackrabbit.oak.plugins.tree.AbstractTree
Create a new AbstractTree instance
AC_NODETYPE_NAMES - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
 
accept(FullTextVisitor) - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextAnd
 
accept(FullTextVisitor) - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextExpression
Let the expression call the applicable visit method of the visitor.
accept(FullTextVisitor) - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextOr
 
accept(FullTextVisitor) - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextTerm
 
ACCESS - Static variable in exception org.apache.jackrabbit.oak.api.CommitFailedException
Type name for access violation (i.e.
ACCESS_CONTROL - Static variable in exception org.apache.jackrabbit.oak.api.CommitFailedException
Type name for access control violation errors.
accessControl(PermissionProvider) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.FilterBuilder
A condition that hold for accessible items as determined by the passed permission provider.
AccessControlAction - Class in org.apache.jackrabbit.oak.spi.security.user.action
The AccessControlAction allows to setup permissions upon creation of a new authorizable; namely the privileges the new authorizable should be granted on it's own 'home directory' being represented by the new node associated with that new authorizable.
AccessControlAction() - Constructor for class org.apache.jackrabbit.oak.spi.security.user.action.AccessControlAction
 
AccessControlConstants - Interface in org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol
Constants for the default access control management implementation and and for built-in access control related node types.
AccessControlImporter - Class in org.apache.jackrabbit.oak.security.authorization.accesscontrol
ProtectedNodeImporter implementation that handles access control lists, entries and restrictions.
AccessControlImporter() - Constructor for class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlImporter
 
AccessControlManagerImpl - Class in org.apache.jackrabbit.oak.security.authorization.accesscontrol
Default implementation of the JackrabbitAccessControlManager interface.
AccessControlManagerImpl(Root, NamePathMapper, SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlManagerImpl
 
AccessControlValidatorProvider - Class in org.apache.jackrabbit.oak.security.authorization.accesscontrol
AccessControlValidatorProvider aimed to provide a root validator that makes sure access control related content modifications (adding, modifying and removing access control policies) are valid according to the constraints defined by this access control implementation.
AccessControlValidatorProvider(SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlValidatorProvider
 
ACE - Class in org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol
Default implementation of the JackrabbitAccessControlEntry interface.
ACE(Principal, PrivilegeBits, boolean, Set<Restriction>, NamePathMapper) - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ACE
 
ACE_PROPERTY_NAMES - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
 
ACFilter - Class in org.apache.jackrabbit.oak.plugins.observation.filter
EventTypeFilter filters based on the access rights of the observing session.
ACFilter(NodeState, NodeState, PermissionProvider, String) - Constructor for class org.apache.jackrabbit.oak.plugins.observation.filter.ACFilter
Create a new Filter instance that includes an event when the observing session has sufficient permissions to read the associated item.
activate(BundleContext, Map<String, ?>) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService
 
activate(ComponentContext) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService
 
activate(ComponentContext) - Method in class org.apache.jackrabbit.oak.security.SecurityProviderImpl
 
activate(ComponentContext) - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationBase
 
activate(ComponentContext) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider
 
Activator - Class in org.apache.jackrabbit.oak.osgi
 
Activator() - Constructor for class org.apache.jackrabbit.oak.osgi.Activator
 
ACTIVITIES_PATH - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
Quote from JSR 283 Section "15.12.3 Activity Storage"

Activities are persisted as nodes of type nt:activity under system-generated node names in activity storage below /jcr:system/jcr:activities.
Similar to the /jcr:system/jcr:versionStorage subgraph, the activity storage is a single repository wide store, but is reflected into each workspace.

add(Revision, Revision) - Method in class org.apache.jackrabbit.oak.plugins.document.Revision.RevisionComparator
Add the revision to the top of the queue for the given cluster node.
add(PrivilegeBits) - Method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
Adds the other privilege bits to this instance.
ADD_NODE - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
ADD_PROPERTY - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
addAccessControlEntry(Principal, Privilege[]) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlList
 
addChild(String) - Method in interface org.apache.jackrabbit.oak.api.Tree
Add a child with the given name.
addChild(String) - Method in class org.apache.jackrabbit.oak.core.HiddenTree
 
addChild(String) - Method in class org.apache.jackrabbit.oak.plugins.tree.ImmutableTree
 
addChild(String, String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
Adds a new child tree with the given name and primary type name.
addChild(Tree, String, String, Tree, String) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
 
addConfiguration(T) - Method in class org.apache.jackrabbit.oak.spi.security.CompositeConfiguration
 
addCustomMapping(NodeBuilder, String, String) - Static method in class org.apache.jackrabbit.oak.plugins.name.Namespaces
 
addDifference(PrivilegeBits, PrivilegeBits) - Method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
Subtracts the b from a and adds the result (diff) to this instance.
addEntry(Principal, Privilege[], boolean) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlList
 
addEntry(Principal, Privilege[], boolean, Map<String, Value>) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlList
 
addEntry(Principal, Privilege[], boolean, Map<String, Value>) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ImmutableACL
 
addEntry(Principal, Privilege[], boolean, Map<String, Value>, Map<String, Value[]>) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ImmutableACL
 
addExistingNode(NodeBuilder, String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.AnnotatingConflictHandler
 
addExistingNode(NodeBuilder, String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictHandlerWrapper
 
addExistingNode(NodeBuilder, String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.DefaultConflictHandler
 
addExistingNode(NodeBuilder, String, NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.ConflictHandler
The node ours has been added to parent which conflicts with node theirs which has been added in the persistence store.
addExistingNode(NodeBuilder, String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
Called when the node after was added on the branch but the node exists already in the trunk.
addExistingNode(NodeBuilder, String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
 
addExistingProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.AnnotatingConflictHandler
 
addExistingProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ChildOrderConflictHandler
 
addExistingProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictHandlerWrapper
 
addExistingProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.DefaultConflictHandler
 
addExistingProperty(NodeBuilder, PropertyState, PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.ConflictHandler
The property ours has been added to parent which conflicts with property theirs which has been added in the persistence store.
addExistingProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
Called when the property after was added on the branch but the property exists already in the trunk.
addExistingProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
 
addingService(ServiceReference) - Method in class org.apache.jackrabbit.oak.osgi.Activator
 
addingService(ServiceReference) - Method in class org.apache.jackrabbit.oak.osgi.ObserverTracker
 
addJoinCondition(JoinConditionImpl, boolean) - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
 
addJoinCondition(JoinConditionImpl, boolean) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
addJoinCondition(JoinConditionImpl, boolean) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
Add the join condition (the ON ...
addMember(Principal) - Method in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
 
addMixin(Tree, String, Tree, String) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
 
addMove(String, String) - Method in class org.apache.jackrabbit.oak.spi.commit.MoveTracker
 
addObserver(Observer) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
 
addObserver(Observer) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
 
addObserver(Observer) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStore
 
addObserver(Observer) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService
 
addObserver(Observer) - Method in class org.apache.jackrabbit.oak.spi.commit.ChangeDispatcher
Register a new Observer for receiving notifications about changes reported to this change dispatcher.
addObserver(Observer) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeObserver
 
addObserver(Observer) - Method in interface org.apache.jackrabbit.oak.spi.commit.Observable
Register a new Observer.
addOrderBy(Order) - Method in class org.apache.jackrabbit.oak.query.xpath.Statement
 
addProperty(String, String) - Method in class org.apache.jackrabbit.oak.plugins.blob.BlobStoreConfiguration
 
addSelectColumn(Expression.Property) - Method in class org.apache.jackrabbit.oak.query.xpath.Statement
 
addValue(T) - Method in class org.apache.jackrabbit.oak.plugins.memory.PropertyBuilder
 
AdminPrincipal - Interface in org.apache.jackrabbit.oak.spi.security.principal
Principal used to mark an administrator.
AggregateIndex - Class in org.apache.jackrabbit.oak.plugins.index.aggregate
A virtual full-text that can aggregate nodes based on aggregate definitions.
AggregateIndex(QueryIndex.FulltextQueryIndex) - Constructor for class org.apache.jackrabbit.oak.plugins.index.aggregate.AggregateIndex
 
AggregateIndexProvider - Class in org.apache.jackrabbit.oak.plugins.index.aggregate
A provider for aggregate indexes.
all(FilterBuilder.Condition...) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.FilterBuilder
A compound condition that holds when all of its constituents hold.
all(EventFilter...) - Static method in class org.apache.jackrabbit.oak.plugins.observation.filter.Filters
A filter that matches if and only if all of the filters passed to this method matches.
all(List<EventFilter>) - Static method in class org.apache.jackrabbit.oak.plugins.observation.filter.Filters
A filter that matches if and only if all of the filters passed to this method matches.
ALL - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
ALL - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.RepositoryPermission
 
ALL - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.TreePermission
 
AllPermissions - Class in org.apache.jackrabbit.oak.security.authorization.permission
Implementation of the CompiledPermissions interface that grants full permission everywhere.
and(ConstraintImpl, ConstraintImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
AndImpl - Class in org.apache.jackrabbit.oak.query.ast
An AND condition.
AndImpl(ConstraintImpl, ConstraintImpl) - Constructor for class org.apache.jackrabbit.oak.query.ast.AndImpl
 
annotateSourcePath() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
Annotate this builder with its source path if this builder has not been transiently added.
AnnotatingConflictHandler - Class in org.apache.jackrabbit.oak.plugins.commit
This ConflictHandler implementation resolves conflicts to Resolution#THEIRS and in addition marks nodes where a conflict occurred with the mixin rep:MergeConflict:
AnnotatingConflictHandler() - Constructor for class org.apache.jackrabbit.oak.plugins.commit.AnnotatingConflictHandler
 
any(FilterBuilder.Condition...) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.FilterBuilder
A compound condition that holds when any of its constituents hold.
any(EventFilter...) - Static method in class org.apache.jackrabbit.oak.plugins.observation.filter.Filters
A filter that matches if and only if any of the filters passed to this method matches.
any(List<EventFilter>) - Static method in class org.apache.jackrabbit.oak.plugins.observation.filter.Filters
A filter that matches if and only if any of the filters passed to this method matches.
append(JsopWriter, boolean) - Method in class org.apache.jackrabbit.oak.plugins.document.Node
 
apply(K) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
 
apply(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.BooleanConstraint
 
apply(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.NameConstraint
 
apply(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.NumericConstraint
 
apply(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.PathConstraint
 
apply(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.ReferenceConstraint
 
apply(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.StringConstraint
 
apply(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.TypePredicate
 
apply(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.PropertyPredicate
 
apply(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.UuidPredicate
 
apply(NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.ApplyDiff
 
applyChanges(Revision, Revision, String, boolean, boolean, boolean, boolean, List<String>, List<String>, List<String>) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
Apply the changes of a node to the cache.
applyChanges(Document, UpdateOp, Comparator<Revision>) - Static method in class org.apache.jackrabbit.oak.plugins.document.UpdateUtils
Apply the changes to the in-memory document.
ApplyDiff - Class in org.apache.jackrabbit.oak.spi.state
A node state diff handler that applies all reported changes as-is to the given node builder.
ApplyDiff(NodeBuilder) - Constructor for class org.apache.jackrabbit.oak.spi.state.ApplyDiff
 
applyToCache(Revision, boolean) - Method in class org.apache.jackrabbit.oak.plugins.document.Commit
Apply the changes to the DocumentNodeStore (to update the cache).
ARCHIVE_DATA_STORE - Static variable in class org.apache.jackrabbit.oak.plugins.blob.BlobStoreConfiguration
 
array(Type<T>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.PropertyBuilder
Create a new instance for building array PropertyState instances of the given type.
array(Type<T>, String) - Static method in class org.apache.jackrabbit.oak.plugins.memory.PropertyBuilder
Create a new instance for building array PropertyState instances of the given type.
ArrayBasedBlob - Class in org.apache.jackrabbit.oak.plugins.memory
This Blob implementations is based on an array of bytes.
ArrayBasedBlob(byte[]) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.ArrayBasedBlob
 
asBranchRevision() - Method in class org.apache.jackrabbit.oak.plugins.document.Revision
Returns a revision with the same timestamp, counter and clusterId as this revision and the branch flag set to true.
ascending(DynamicOperandImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
asMap() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
 
asPropertyState(String) - Method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
 
asRepositoryException() - Method in exception org.apache.jackrabbit.oak.api.CommitFailedException
Wraps the given CommitFailedException instance using the appropriate RepositoryException subclass based on the type of the given exception.
asRepositoryException(String) - Method in exception org.apache.jackrabbit.oak.api.CommitFailedException
Wraps the given CommitFailedException instance using the appropriate RepositoryException subclass based on the type of the given exception.
assignFrom(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.memory.PropertyBuilder
 
AstElementFactory - Class in org.apache.jackrabbit.oak.query.ast
A factory for syntax tree elements.
AstElementFactory() - Constructor for class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
asTrunkRevision() - Method in class org.apache.jackrabbit.oak.plugins.document.Revision
Returns a revision with the same timestamp, counter and clusterId as this revision and the branch flag set to false.
AstVisitor - Interface in org.apache.jackrabbit.oak.query.ast
A visitor to access all elements.
AstVisitorBase - Class in org.apache.jackrabbit.oak.query.ast
The base class to visit all elements.
AstVisitorBase() - Constructor for class org.apache.jackrabbit.oak.query.ast.AstVisitorBase
 
ASYNC_PROPERTY_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.index.IndexConstants
 
asyncDelay - Variable in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
The delay for asynchronous operations (delayed commit propagation and cache update).
AsyncIndexUpdate - Class in org.apache.jackrabbit.oak.plugins.index
 
AsyncIndexUpdate(String, NodeStore, IndexEditorProvider) - Constructor for class org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate
 
authenticate(Credentials) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.Authentication
Validates the specified Credentials and returns true if the validation was successful.
Authentication - Interface in org.apache.jackrabbit.oak.spi.security.authentication
The Authentication interface defines methods to validate Credentials during the login step of the authentication process.
AuthenticationConfiguration - Interface in org.apache.jackrabbit.oak.spi.security.authentication
Interface for the authentication setup.
AuthenticationConfigurationImpl - Class in org.apache.jackrabbit.oak.security.authentication
Default implementation of the AuthenticationConfiguration with the following characteristics: LoginContextProvider: Returns the default implementation of LoginContextProvider that handles standard JAAS based logins and deals with pre-authenticated subjects.
AuthenticationConfigurationImpl() - Constructor for class org.apache.jackrabbit.oak.security.authentication.AuthenticationConfigurationImpl
Constructor for OSGi
AuthenticationConfigurationImpl(SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.security.authentication.AuthenticationConfigurationImpl
Constructor for non-OSGi
AuthInfo - Interface in org.apache.jackrabbit.oak.api
AuthInfo instances provide access to information related to authentication and authorization of a given content session.
AuthInfoImpl - Class in org.apache.jackrabbit.oak.spi.security.authentication
Default implementation of the AuthInfo interface.
AuthInfoImpl(String, Map<String, ?>, Set<? extends Principal>) - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.AuthInfoImpl
 
AuthorizableAction - Interface in org.apache.jackrabbit.oak.spi.security.user.action
The AuthorizableAction interface provide an implementation specific way to execute additional validation or write tasks upon User creation, Group creation, Authorizable removal and User password modification. Note, that in contrast to Validator the authorizable actions will only be enforced when user related content modifications are generated by using the user management API.
AuthorizableActionProvider - Interface in org.apache.jackrabbit.oak.spi.security.user.action
AuthorizableActionProvider is used to provide AuthorizableActions for each instance of UserManager.
AuthorizableNodeName - Interface in org.apache.jackrabbit.oak.spi.security.user
The AuthorizableNodeName is in charge of generating a valid node name from a given authorizable ID.
AuthorizableNodeName.Default - Class in org.apache.jackrabbit.oak.spi.security.user
Default implementation of the AuthorizableNodeName interface that uses the specified authorizable identifier as node name escaping any illegal JCR chars.
AuthorizableNodeName.Default() - Constructor for class org.apache.jackrabbit.oak.spi.security.user.AuthorizableNodeName.Default
 
AuthorizableType - Enum in org.apache.jackrabbit.oak.spi.security.user
The different authorizable types.
AuthorizationConfiguration - Interface in org.apache.jackrabbit.oak.spi.security.authorization
Configuration for access control management and permission evaluation.
AuthorizationConfigurationImpl - Class in org.apache.jackrabbit.oak.security.authorization
Default implementation of the AccessControlConfiguration.
AuthorizationConfigurationImpl() - Constructor for class org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl
 
AuthorizationConfigurationImpl(SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl
 
autoCreateItems(Tree, Tree, Tree, String) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
 
autoCreateProperty(String, Tree, String) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
 
autoSave(boolean) - Method in class org.apache.jackrabbit.oak.security.user.autosave.AutoSaveEnabledManager
 
autoSave(boolean) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
Changing the auto-save behavior is not supported by this implementation and this method always throws UnsupportedRepositoryOperationException
AutoSaveEnabledManager - Class in org.apache.jackrabbit.oak.security.user.autosave
Implementation of the user management that allows to set the autosave flag.
AutoSaveEnabledManager(UserManager, Root) - Constructor for class org.apache.jackrabbit.oak.security.user.autosave.AutoSaveEnabledManager
 
available() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
 
averageWeight(int) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS.Builder
 

B

BackgroundObserver - Class in org.apache.jackrabbit.oak.spi.commit
An observer that uses a change queue and a background thread to forward content changes to another observer.
BackgroundObserver(Observer, Executor, int, Thread.UncaughtExceptionHandler) - Constructor for class org.apache.jackrabbit.oak.spi.commit.BackgroundObserver
 
BackgroundObserver(Observer, Executor, int) - Constructor for class org.apache.jackrabbit.oak.spi.commit.BackgroundObserver
 
BackgroundObserver(Observer, Executor) - Constructor for class org.apache.jackrabbit.oak.spi.commit.BackgroundObserver
 
backup(NodeStore, File) - Static method in class org.apache.jackrabbit.oak.plugins.backup.FileStoreBackup
 
BaseCommand<T> - Class in org.apache.jackrabbit.oak.plugins.document.mongo.gridfs
Base Command implementation.
BaseCommand() - Constructor for class org.apache.jackrabbit.oak.plugins.document.mongo.gridfs.BaseCommand
Constructs a base command.
BaseDiffCollector - Class in org.apache.jackrabbit.oak.plugins.index.diffindex
 
BaseDiffCollector(NodeState, NodeState) - Constructor for class org.apache.jackrabbit.oak.plugins.index.diffindex.BaseDiffCollector
 
basePath(String) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.FilterBuilder
The base determines a subtree which contains all filter results.
batchCommitQueue - Variable in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
Commit queue for batch updates.
BESTEFFORT - Static variable in class org.apache.jackrabbit.oak.spi.xml.ImportBehavior
Same as ImportBehavior.IGNORE but in addition tries to circumvent the problem.
BINARIES - Static variable in class org.apache.jackrabbit.oak.api.Type
Map Iterable<Blob> to array of PropertyType.BINARY
BINARY - Static variable in class org.apache.jackrabbit.oak.api.Type
Map Blob to PropertyType.BINARY
BinaryConstraint - Class in org.apache.jackrabbit.oak.plugins.nodetype.constraint
 
BinaryConstraint(String) - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.constraint.BinaryConstraint
 
binaryProperty(String, byte[]) - Static method in class org.apache.jackrabbit.oak.plugins.memory.BinaryPropertyState
Create a PropertyState from an array of bytes.
binaryProperty(String, String) - Static method in class org.apache.jackrabbit.oak.plugins.memory.BinaryPropertyState
Create a PropertyState from an array of bytes.
binaryProperty(String, Blob) - Static method in class org.apache.jackrabbit.oak.plugins.memory.BinaryPropertyState
Create a PropertyState from a Blob.
binaryProperty(String, Value) - Static method in class org.apache.jackrabbit.oak.plugins.memory.BinaryPropertyState
Create a PropertyState from a Value.
binaryPropertyFromArray(String, Iterable<byte[]>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MultiBinaryPropertyState
Create a multi valued PropertyState from a list of byte arrays.
binaryPropertyFromBlob(String, Iterable<Blob>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MultiBinaryPropertyState
Create a multi valued PropertyState from a list of Blob.
BinaryPropertyState - Class in org.apache.jackrabbit.oak.plugins.memory
 
BinaryPropertyState(String, Blob) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.BinaryPropertyState
 
bindAuthenticationConfiguration(ServiceReference) - Method in class org.apache.jackrabbit.oak.security.SecurityProviderImpl
 
bindAuthorizableNodeName(ServiceReference) - Method in class org.apache.jackrabbit.oak.security.SecurityProviderImpl
 
bindAuthorizationConfiguration(ServiceReference) - Method in class org.apache.jackrabbit.oak.security.SecurityProviderImpl
 
bindPrincipalConfiguration(ServiceReference) - Method in class org.apache.jackrabbit.oak.security.SecurityProviderImpl
 
bindPrivilegeConfiguration(ServiceReference) - Method in class org.apache.jackrabbit.oak.security.SecurityProviderImpl
 
bindSelector(SourceImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ChildNodeImpl
 
bindSelector(SourceImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ChildNodeJoinConditionImpl
 
bindSelector(SourceImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ColumnImpl
 
bindSelector(SourceImpl) - Method in class org.apache.jackrabbit.oak.query.ast.DescendantNodeImpl
 
bindSelector(SourceImpl) - Method in class org.apache.jackrabbit.oak.query.ast.DescendantNodeJoinConditionImpl
 
bindSelector(SourceImpl) - Method in class org.apache.jackrabbit.oak.query.ast.EquiJoinConditionImpl
 
bindSelector(SourceImpl) - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl
 
bindSelector(SourceImpl) - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchScoreImpl
 
bindSelector(SourceImpl) - Method in class org.apache.jackrabbit.oak.query.ast.NodeLocalNameImpl
 
bindSelector(SourceImpl) - Method in class org.apache.jackrabbit.oak.query.ast.NodeNameImpl
 
bindSelector(SourceImpl) - Method in class org.apache.jackrabbit.oak.query.ast.PropertyExistenceImpl
 
bindSelector(SourceImpl) - Method in class org.apache.jackrabbit.oak.query.ast.PropertyInexistenceImpl
 
bindSelector(SourceImpl) - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
 
bindSelector(SourceImpl) - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeImpl
 
bindSelector(SourceImpl) - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeJoinConditionImpl
 
bindTokenConfiguration(ServiceReference) - Method in class org.apache.jackrabbit.oak.security.SecurityProviderImpl
 
bindUserConfiguration(ServiceReference) - Method in class org.apache.jackrabbit.oak.security.SecurityProviderImpl
 
bindValue(String, PropertyValue) - Method in interface org.apache.jackrabbit.oak.query.Query
 
bindValue(String, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
bindValue(String, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
 
bindVariable(String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
BindVariableValueImpl - Class in org.apache.jackrabbit.oak.query.ast
A bind variable.
BindVariableValueImpl(String) - Constructor for class org.apache.jackrabbit.oak.query.ast.BindVariableValueImpl
 
Blob - Interface in org.apache.jackrabbit.oak.api
Immutable representation of a binary value of finite length.
BlobGarbageCollector - Interface in org.apache.jackrabbit.oak.plugins.blob
Interface for blob garbage collector
BlobReferenceIterator - Class in org.apache.jackrabbit.oak.plugins.document
An iterator over all referenced binaries.
BlobReferenceIterator(DocumentNodeStore) - Constructor for class org.apache.jackrabbit.oak.plugins.document.BlobReferenceIterator
 
BlobSerializer - Class in org.apache.jackrabbit.oak.kernel
Customizable mechanism for mapping Blob instances to corresponding serialization identifiers.
BlobSerializer() - Constructor for class org.apache.jackrabbit.oak.kernel.BlobSerializer
 
BlobStoreBuilder - Interface in org.apache.jackrabbit.oak.plugins.blob
Interface for building blob stores.
BlobStoreConfiguration - Class in org.apache.jackrabbit.oak.plugins.blob
Defines the configuration needed by a BlobStore.
BlobStoreHelper - Class in org.apache.jackrabbit.oak.plugins.blob
A factory helper for creating BlobStore objects.
BlobStoreHelper() - Constructor for class org.apache.jackrabbit.oak.plugins.blob.BlobStoreHelper
 
BLOCK_SIZE_LIMIT - Static variable in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore
 
BOOLEAN - Static variable in class org.apache.jackrabbit.oak.api.Type
Map Boolean to PropertyType.BOOLEAN
BooleanConstraint - Class in org.apache.jackrabbit.oak.plugins.nodetype.constraint
 
BooleanConstraint(String) - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.constraint.BooleanConstraint
 
booleanProperty(String, boolean) - Static method in class org.apache.jackrabbit.oak.plugins.memory.BooleanPropertyState
Create a PropertyState from a boolean.
booleanProperty(String, Iterable<Boolean>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MultiBooleanPropertyState
Create a multi valued PropertyState from a list of booleans.
BooleanPropertyState - Class in org.apache.jackrabbit.oak.plugins.memory
 
BooleanPropertyState(String, boolean) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.BooleanPropertyState
 
BOOLEANS - Static variable in class org.apache.jackrabbit.oak.api.Type
Map Iterable<Boolean> to array of PropertyType.BOOLEAN
branch(String) - Method in class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
 
branch(String) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK
 
branch(String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.LogWrapper
 
branch(String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingWrapper
 
build() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS.Builder
 
build(CacheLoader<K, V>) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS.Builder
 
build(BlobStoreConfiguration) - Method in interface org.apache.jackrabbit.oak.plugins.blob.BlobStoreBuilder
Builds the appropriate BlobStore.
build(BlobStoreConfiguration) - Method in class org.apache.jackrabbit.oak.plugins.blob.cloud.CloudBlobStoreBuilder
Creates the CloudBlobStore instance.
build(BlobStoreConfiguration) - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreBuilder
Creates the wrapper BlobStore instance for Jackrabbit DataStore.
build() - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.FilterBuilder
Create a FilterProvider reflecting the current state of this builder.
buildCache(long) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
 
builder() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
This implementation returns a KernelNodeBuilder unless this is not a root node or isBranch is true in which case a MemoryNodeBuilder is returned.
builder() - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
 
builder() - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
 
builder() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
 
builder() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
Returns a builder for constructing a new node state based on this state, i.e.
buildIndexNode(NodeBuilder) - Static method in class org.apache.jackrabbit.oak.plugins.name.Namespaces
 
buildPasswordHash(String) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.PasswordUtil
Generates a hash of the specified password with the default values for algorithm, salt-size and number of iterations.
buildPasswordHash(String, String, int, int) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.PasswordUtil
Generates a hash of the specified password using the specified algorithm, salt size and number of iterations into account.
buildPasswordHash(String, ConfigurationParameters) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.PasswordUtil
Same as PasswordUtil.buildPasswordHash(String, String, int, int) but retrieving the parameters for hash generation from the specified configuration.
buildPath(String) - Method in class org.apache.jackrabbit.oak.kernel.JsopDiff
 
BUILT_IN - Static variable in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
 

C

CACHE - Static variable in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService
 
CachedNodeDocument - Interface in org.apache.jackrabbit.oak.plugins.document
Interface defining the minimum required properties of NodeDocument which should be accessible without requiring the complete NodeDocument to be deserialized
cacheInfoAsString() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
Gathers the stats of the cache for logging.
cacheInfoAsString() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
 
CacheLIRS<K,V> - Class in org.apache.jackrabbit.oak.cache
A scan resistant cache.
CacheLIRS(int) - Constructor for class org.apache.jackrabbit.oak.cache.CacheLIRS
Create a new cache with the given number of entries, and the default settings (an average size of 1 per entry, 16 segments, and stack move distance equals to the maximum number of entries divided by 100).
CacheLIRS.Builder - Class in org.apache.jackrabbit.oak.cache
A builder for the cache.
CacheLIRS.Builder() - Constructor for class org.apache.jackrabbit.oak.cache.CacheLIRS.Builder
 
CacheStats - Class in org.apache.jackrabbit.oak.cache
Cache statistics.
CacheStats(Cache<?, ?>, String, Weigher<?, ?>, long) - Constructor for class org.apache.jackrabbit.oak.cache.CacheStats
 
CacheStatsMBean - Interface in org.apache.jackrabbit.oak.api.jmx
 
CacheValue - Interface in org.apache.jackrabbit.oak.cache
A cache value.
calculatePermissions(PrivilegeBits, PrivilegeBits, boolean) - Static method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
Calculate the granted permissions by evaluating the given privileges.
calculateSha256(Blob) - Static method in class org.apache.jackrabbit.oak.plugins.memory.AbstractBlob
 
call(Callable<T>) - Method in class org.apache.jackrabbit.oak.util.TODO
 
callbackHandler - Variable in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
 
canConvert(int, int) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
 
canEvaluate(Set<SourceImpl>) - Method in class org.apache.jackrabbit.oak.query.ast.ChildNodeJoinConditionImpl
 
canEvaluate(Set<SourceImpl>) - Method in class org.apache.jackrabbit.oak.query.ast.DescendantNodeJoinConditionImpl
 
canEvaluate(Set<SourceImpl>) - Method in class org.apache.jackrabbit.oak.query.ast.EquiJoinConditionImpl
 
canEvaluate(Set<SourceImpl>) - Method in class org.apache.jackrabbit.oak.query.ast.JoinConditionImpl
Whether the join condition can be evaluated if the given selectors are able to retrieve data.
canEvaluate(Set<SourceImpl>) - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeJoinConditionImpl
 
canRead() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.TreePermission
 
canRead(PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.TreePermission
 
canReadAll() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.TreePermission
 
canReadProperties() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.TreePermission
 
canRestrictSelector(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.DynamicOperandImpl
Check whether the condition can be applied to a selector (to restrict the selector).
canRestrictSelector(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchScoreImpl
 
canRestrictSelector(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.LengthImpl
 
canRestrictSelector(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.LowerCaseImpl
 
canRestrictSelector(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.NodeLocalNameImpl
 
canRestrictSelector(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.NodeNameImpl
 
canRestrictSelector(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
 
canRestrictSelector(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.UpperCaseImpl
 
changeChangedProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.AnnotatingConflictHandler
 
changeChangedProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ChildOrderConflictHandler
 
changeChangedProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictHandlerWrapper
 
changeChangedProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.DefaultConflictHandler
 
changeChangedProperty(NodeBuilder, PropertyState, PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.ConflictHandler
The property ours has been changed in parent while it was also changed to a different value (theirs) in the persistence store.
changeChangedProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
Called when the property after was changed on the branch but was already changed to before in the trunk.
changeChangedProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
 
changeDeletedNode(NodeBuilder, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.AnnotatingConflictHandler
 
changeDeletedNode(NodeBuilder, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictHandlerWrapper
 
changeDeletedNode(NodeBuilder, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.DefaultConflictHandler
 
changeDeletedNode(NodeBuilder, String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.ConflictHandler
The node ours has been changed in parent while it was removed in the persistence store.
changeDeletedNode(NodeBuilder, String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
Called when the node after was changed on the branch but was deleted already in the trunk.
changeDeletedNode(NodeBuilder, String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
 
changeDeletedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.AnnotatingConflictHandler
 
changeDeletedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ChildOrderConflictHandler
 
changeDeletedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictHandlerWrapper
 
changeDeletedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.DefaultConflictHandler
 
changeDeletedProperty(NodeBuilder, PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.ConflictHandler
The property ours has been changed in parent while it was removed in the persistence store.
changeDeletedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
Called when the property after was changed on the branch but was deleted already in the trunk.
changeDeletedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
 
ChangeDispatcher - Class in org.apache.jackrabbit.oak.spi.commit
A ChangeDispatcher instance dispatches content changes to registered Observers.
ChangeDispatcher(NodeState) - Constructor for class org.apache.jackrabbit.oak.spi.commit.ChangeDispatcher
Create a new instance for dispatching content changes
checkACLPath(NodeBuilder, String) - Static method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionUtil
 
checkACLPath(Tree, String) - Static method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionUtil
 
checkConditions(Document, UpdateOp) - Static method in class org.apache.jackrabbit.oak.plugins.document.UpdateUtils
 
checkMandatoryItems(Tree) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
 
checkMemoryLimit(long) - Static method in class org.apache.jackrabbit.oak.query.FilterIterators
Verify the number of in-memory nodes is below the limit.
checkName(String, boolean) - Static method in class org.apache.jackrabbit.oak.namepath.JcrNameParser
 
checkOrderableChildNodes() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
 
checkpoint(long) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
 
checkpoint(long) - Method in class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
 
checkpoint(long) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK
 
checkpoint(long) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
 
checkpoint(long) - Method in class org.apache.jackrabbit.oak.plugins.document.util.LogWrapper
 
checkpoint(long) - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingWrapper
 
checkpoint(long) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeStore
 
checkpoint(long) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStore
 
checkpoint(long) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStore
Creates a new checkpoint of the latest root of the tree.
checkpoint(long) - Method in class org.apache.jackrabbit.oak.spi.state.ProxyNodeStore
 
checkReadLimit(long) - Static method in class org.apache.jackrabbit.oak.query.FilterIterators
Verify the number of node read operations is below the limit.
checkRemoveProperty(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
 
checkSetProperty(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
 
checkValidName(String) - Static method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
 
checkVersionable(Tree) - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
Checks if the given tree is versionable and throws a UnsupportedRepositoryOperationException if it is not.
child(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
child(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Returns a builder for constructing changes to the named child node.
child(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
childNode(String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.kernel.JsopDiff
 
childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictValidator
 
childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.MergingNodeStateDiff
 
childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.segment.MergeDiff
 
childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.MoveAwarePermissionValidator
 
childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
 
childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultEditor
 
childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultMoveValidator
 
childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
 
childNodeAdded(String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Editor
Processes an added child node.
childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.EditorDiff
 
childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.FailingValidator
 
childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeEditor
 
childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeExcludingValidator
 
childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeValidator
 
childNodeAdded(String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Validator
Validate an added node
childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleEditor
 
childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleValidator
 
childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
 
childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.ApplyDiff
 
childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.DefaultNodeStateDiff
 
childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.EqualsDiff
 
childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.MoveDetector
 
childNodeAdded(String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.state.MoveValidator
 
childNodeAdded(String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStateDiff
Called for all added child nodes.
childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.kernel.JsopDiff
 
childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictValidator
 
childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.MergingNodeStateDiff
 
childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.segment.MergeDiff
 
childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
 
childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultEditor
 
childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultMoveValidator
 
childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
 
childNodeChanged(String, NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Editor
Processes a changed child node.
childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.EditorDiff
 
childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.FailingValidator
 
childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeEditor
 
childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeExcludingValidator
 
childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeValidator
 
childNodeChanged(String, NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Validator
Validate a changed node
childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleEditor
 
childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleValidator
 
childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
 
childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.ApplyDiff
 
childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.DefaultNodeStateDiff
 
childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.EqualsDiff
 
childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.MoveDetector
 
childNodeChanged(String, NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.state.MoveValidator
 
childNodeChanged(String, NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStateDiff
Called for all child nodes that may contain changes between the before and after states.
childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.kernel.JsopDiff
 
childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictValidator
 
childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.segment.MergeDiff
 
childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.MoveAwarePermissionValidator
 
childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
 
childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultEditor
 
childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultMoveValidator
 
childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
 
childNodeDeleted(String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Editor
Processes a deleted child node.
childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.EditorDiff
 
childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.FailingValidator
 
childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeEditor
 
childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeExcludingValidator
 
childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeValidator
 
childNodeDeleted(String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Validator
Validate a deleted node
childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleEditor
 
childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleValidator
 
childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
 
childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.ApplyDiff
 
childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.DefaultNodeStateDiff
 
childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.EqualsDiff
 
childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.MoveDetector
 
childNodeDeleted(String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.state.MoveValidator
 
childNodeDeleted(String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStateDiff
Called for all deleted child nodes.
ChildNodeEntry - Interface in org.apache.jackrabbit.oak.spi.state
A ChildNodeEntry instance represents the child node states of a NodeState.
ChildNodeImpl - Class in org.apache.jackrabbit.oak.query.ast
The "ischildnode(...)" condition.
ChildNodeImpl(String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.ChildNodeImpl
 
childNodeJoinCondition(String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
ChildNodeJoinConditionImpl - Class in org.apache.jackrabbit.oak.query.ast
The "ischildnode(...)" join condition.
ChildNodeJoinConditionImpl(String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.ChildNodeJoinConditionImpl
 
ChildOrderConflictHandler - Class in org.apache.jackrabbit.oak.plugins.commit
This conflict handler instance takes care of properly merging conflicts occurring by concurrent reorder operations.
ChildOrderConflictHandler(ConflictHandler) - Constructor for class org.apache.jackrabbit.oak.plugins.commit.ChildOrderConflictHandler
 
ChildOrderDiff - Class in org.apache.jackrabbit.oak.plugins.tree
Helper class to handle modifications to the hidden TreeConstants.OAK_CHILD_ORDER property.
cleanUp() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
 
clear() - Method in class org.apache.jackrabbit.oak.spi.commit.MoveTracker
 
clear() - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
clear() - Method in class org.apache.jackrabbit.oak.spi.xml.ReferenceChangeTracker
Resets all internal state.
clearCache() - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore
 
clearInUse() - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore
 
ClearMembershipAction - Class in org.apache.jackrabbit.oak.spi.security.user.action
Authorizable action attempting to clear all group membership before removing the specified authorizable.
ClearMembershipAction() - Constructor for class org.apache.jackrabbit.oak.spi.security.user.action.ClearMembershipAction
 
clearState() - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenLoginModule
 
clearState() - Method in class org.apache.jackrabbit.oak.security.authentication.user.LoginModuleImpl
 
clearState() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
Clear state information that has been created during LoginModule.login().
clone(String) - Method in class org.apache.jackrabbit.oak.plugins.document.UpdateOp
Creates an update operation for the document with the given id.
close() - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreWrapperBackend
 
close() - Method in class org.apache.jackrabbit.oak.plugins.document.cache.KryoSerializer
Closes the pool releasing any associated Kryo instance with it
close() - Method in class org.apache.jackrabbit.oak.plugins.document.cache.KryoSerializer.KryoPool
 
close() - Method in class org.apache.jackrabbit.oak.plugins.document.cache.NodeDocOffHeapCache
 
close() - Method in class org.apache.jackrabbit.oak.plugins.document.rdb.RDBBlobStore
 
close() - Method in class org.apache.jackrabbit.oak.plugins.document.util.MongoConnection
Closes the underlying Mongo instance
close() - Method in class org.apache.jackrabbit.oak.plugins.segment.AbstractStore
 
close() - Method in class org.apache.jackrabbit.oak.plugins.segment.file.FileStore
 
close() - Method in class org.apache.jackrabbit.oak.plugins.segment.memory.MemoryStore
 
close() - Method in class org.apache.jackrabbit.oak.plugins.segment.mongo.MongoStore
 
close() - Method in interface org.apache.jackrabbit.oak.plugins.segment.SegmentStore
 
close() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
 
close() - Method in class org.apache.jackrabbit.oak.spi.commit.BackgroundObserver
Clears the change queue and signals the background thread to stop without making any further BackgroundObserver.contentChanged(NodeState, CommitInfo) calls to the background observer.
CloudBlobStore - Class in org.apache.jackrabbit.oak.plugins.blob.cloud
Implementation of the BlobStore to store blobs in a cloud blob store.
CloudBlobStore() - Constructor for class org.apache.jackrabbit.oak.plugins.blob.cloud.CloudBlobStore
 
CloudBlobStoreBuilder - Class in org.apache.jackrabbit.oak.plugins.blob.cloud
A factory helper for creating CloudBlobStore instance.
CloudBlobStoreBuilder() - Constructor for class org.apache.jackrabbit.oak.plugins.blob.cloud.CloudBlobStoreBuilder
 
CLUSTER_NODES - Static variable in class org.apache.jackrabbit.oak.plugins.document.Collection
The 'clusterNodes' collection contains the list of currently running cluster nodes.
ClusterNodeInfo - Class in org.apache.jackrabbit.oak.plugins.document
Information about a cluster node.
ClusterNodeInfoDocument - Class in org.apache.jackrabbit.oak.plugins.document
A document storing cluster node info.
ClusterNodeInfoDocument() - Constructor for class org.apache.jackrabbit.oak.plugins.document.ClusterNodeInfoDocument
 
collect(Filter) - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.BaseDiffCollector
 
collect(Filter) - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.UUIDDiffCollector
 
collectGarbage() - Method in interface org.apache.jackrabbit.oak.plugins.blob.BlobGarbageCollector
Collect garbage blobs from the passed node store instance.
collectGarbage() - Method in class org.apache.jackrabbit.oak.plugins.blob.MarkSweepGarbageCollector
 
Collection<T extends Document> - Class in org.apache.jackrabbit.oak.plugins.document
The collection types.
Collection(String) - Constructor for class org.apache.jackrabbit.oak.plugins.document.Collection
 
COLLECTION_BLOBS - Static variable in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoBlobStore
 
column(String, String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
ColumnImpl - Class in org.apache.jackrabbit.oak.query.ast
A result column expression.
ColumnImpl(String, String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.ColumnImpl
 
Command<T> - Interface in org.apache.jackrabbit.oak.plugins.document.mongo.gridfs
The Command framework provides an way to encapsulate specific actions of the {code MicroKernel}.
CommandExecutor - Interface in org.apache.jackrabbit.oak.plugins.document.mongo.gridfs
The executor part of the Command Pattern.
commit(Map<String, Object>) - Method in interface org.apache.jackrabbit.oak.api.Root
Atomically persists all changes made to the tree attached to this root.
commit(String) - Method in interface org.apache.jackrabbit.oak.api.Root
Atomically persists all changes made to the tree attached to this root at the given path.
commit() - Method in interface org.apache.jackrabbit.oak.api.Root
Atomically persists all changes made to the tree attached to this root.
commit(Map<String, Object>) - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
 
commit(String) - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
 
commit() - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
 
commit(String, String, String, String) - Method in class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
 
Commit - Class in org.apache.jackrabbit.oak.plugins.document
A higher level object representing a commit.
commit(String, String, String, String) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK
 
commit(String, String, String, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.LogWrapper
 
commit(String, String, String, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingWrapper
 
commit() - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenLoginModule
 
commit() - Method in class org.apache.jackrabbit.oak.security.authentication.user.LoginModuleImpl
 
commit() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.GuestLoginModule
 
COMMIT_PATH - Static variable in interface org.apache.jackrabbit.oak.api.Root
Name of the entry of the commit path in the info map in Root.commit(java.util.Map)
CommitFailedException - Exception in org.apache.jackrabbit.oak.api
Main exception thrown by methods defined on the ContentSession interface indicating that committing a given set of changes failed.
CommitFailedException(String, String, int, String, Throwable) - Constructor for exception org.apache.jackrabbit.oak.api.CommitFailedException
 
CommitFailedException(String, int, String, Throwable) - Constructor for exception org.apache.jackrabbit.oak.api.CommitFailedException
 
CommitFailedException(String, int, String) - Constructor for exception org.apache.jackrabbit.oak.api.CommitFailedException
 
CommitHook - Interface in org.apache.jackrabbit.oak.spi.commit
Extension point for validating and modifying content changes.
CommitInfo - Class in org.apache.jackrabbit.oak.spi.commit
Commit info instances associate some meta data with a commit.
CommitInfo(String, String) - Constructor for class org.apache.jackrabbit.oak.spi.commit.CommitInfo
Creates a commit info for the given session and user.
CommitInfo(String, String, Map<String, Object>) - Constructor for class org.apache.jackrabbit.oak.spi.commit.CommitInfo
Creates a commit info for the given session and user and info map.
commitQueue - Variable in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
The commit queue to coordinate the commits.
compare(Revision, Revision) - Method in class org.apache.jackrabbit.oak.plugins.document.Revision.RevisionComparator
 
compare(Revision, Revision) - Method in class org.apache.jackrabbit.oak.plugins.document.StableRevisionComparator
 
compare(Segment, RecordId, Segment, RecordId) - Method in class org.apache.jackrabbit.oak.plugins.segment.Template
 
compareAgainstBaseState(NodeState, NodeStateDiff) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
Optimised comparison method that can avoid traversing all properties and child nodes if both this and the given base node state come from the same MicroKernel and either have the same content hash (when available) or are located at the same path in different revisions.
compareAgainstBaseState(NodeState, NodeStateDiff) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
 
compareAgainstBaseState(NodeState, NodeStateDiff) - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
Since we keep track of an explicit base node state for a ModifiedNodeState instance, we can do this in two steps: first compare all the modified properties and child nodes to those of the given base state, and then compare the base states to each other, ignoring all changed properties and child nodes that were already covered earlier.
compareAgainstBaseState(NodeState, NodeStateDiff) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
 
compareAgainstBaseState(NodeState, NodeState, NodeStateDiff) - Static method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
Generic default comparison algorithm that simply walks through the property and child node lists of the given base state and compares the entries one by one with corresponding ones (if any) in this state.
compareAgainstBaseState(NodeState, NodeStateDiff) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
Generic default comparison algorithm that simply walks through the property and child node lists of the given base state and compares the entries one by one with corresponding ones (if any) in this state.
compareAgainstBaseState(NodeState, NodeStateDiff) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
Compares this node state against the given base state.
compareAgainstEmptyState(NodeState, NodeStateDiff) - Static method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
 
comparePropertiesAgainstBaseState(NodeState, NodeState, NodeStateDiff) - Static method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
Compares the properties of base state with this state.
compareTo(Type<?>) - Method in class org.apache.jackrabbit.oak.api.Type
 
compareTo(RecordId) - Method in class org.apache.jackrabbit.oak.plugins.segment.RecordId
 
compareTo(PropertyValue) - Method in class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
 
comparison(DynamicOperandImpl, Operator, StaticOperandImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
ComparisonImpl - Class in org.apache.jackrabbit.oak.query.ast
A comparison operation (including "like").
ComparisonImpl(DynamicOperandImpl, Operator, StaticOperandImpl) - Constructor for class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
 
CompiledPermissions - Interface in org.apache.jackrabbit.oak.security.authorization.permission
CompiledPermissions...
complete() - Method in class org.apache.jackrabbit.oak.plugins.blob.GarbageCollectorFileState
Completes the process by deleting the files.
compose(Collection<IndexEditorProvider>) - Static method in class org.apache.jackrabbit.oak.plugins.index.CompositeIndexEditorProvider
 
compose(Collection<? extends Editor>) - Static method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
 
compose(Collection<? extends EditorProvider>) - Static method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditorProvider
 
compose(Collection<CommitHook>) - Static method in class org.apache.jackrabbit.oak.spi.commit.CompositeHook
 
compose(Collection<QueryIndexProvider>) - Static method in class org.apache.jackrabbit.oak.spi.query.CompositeQueryIndexProvider
 
CompositeActionProvider - Class in org.apache.jackrabbit.oak.spi.security.user.action
Aggregates a collection of AuthorizableActionProviders into a single provider.
CompositeActionProvider(Collection<? extends AuthorizableActionProvider>) - Constructor for class org.apache.jackrabbit.oak.spi.security.user.action.CompositeActionProvider
 
CompositeActionProvider(AuthorizableActionProvider...) - Constructor for class org.apache.jackrabbit.oak.spi.security.user.action.CompositeActionProvider
 
CompositeAuthorizationConfiguration - Class in org.apache.jackrabbit.oak.spi.security.authorization
CompositeAuthorizationConfiguration that combines different authorization models.
CompositeAuthorizationConfiguration(SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.CompositeAuthorizationConfiguration
 
CompositeConfiguration<T extends SecurityConfiguration> - Class in org.apache.jackrabbit.oak.spi.security
Abstract base implementation for SecurityConfigurations that can combine different implementations.
CompositeConfiguration(String, SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.spi.security.CompositeConfiguration
 
CompositeEditor - Class in org.apache.jackrabbit.oak.spi.commit
Aggregation of a list of editors into a single editor.
CompositeEditor(Collection<? extends Editor>) - Constructor for class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
 
CompositeEditor(Editor...) - Constructor for class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
 
CompositeEditorProvider - Class in org.apache.jackrabbit.oak.spi.commit
Aggregation of a list of editor providers into a single provider.
CompositeEditorProvider(EditorProvider...) - Constructor for class org.apache.jackrabbit.oak.spi.commit.CompositeEditorProvider
 
CompositeHook - Class in org.apache.jackrabbit.oak.spi.commit
Composite commit hook.
CompositeHook(CommitHook...) - Constructor for class org.apache.jackrabbit.oak.spi.commit.CompositeHook
 
CompositeIndexEditorProvider - Class in org.apache.jackrabbit.oak.plugins.index
Aggregation of a list of editor providers into a single provider.
CompositeIndexEditorProvider(IndexEditorProvider...) - Constructor for class org.apache.jackrabbit.oak.plugins.index.CompositeIndexEditorProvider
 
CompositeInitializer - Class in org.apache.jackrabbit.oak.spi.lifecycle
Composite repository initializer that delegates the #initialize(NodeState) call in sequence to all the component initializers.
CompositeInitializer(Collection<RepositoryInitializer>) - Constructor for class org.apache.jackrabbit.oak.spi.lifecycle.CompositeInitializer
 
CompositeInitializer(RepositoryInitializer...) - Constructor for class org.apache.jackrabbit.oak.spi.lifecycle.CompositeInitializer
 
CompositeObserver - Class in org.apache.jackrabbit.oak.spi.commit
Composite observer that delegates all content changes to the set of currently registered component observers.
CompositeObserver() - Constructor for class org.apache.jackrabbit.oak.spi.commit.CompositeObserver
 
CompositePattern - Class in org.apache.jackrabbit.oak.spi.security.authorization.restriction
Aggregates of a list of RestrictionPatterns into a single pattern.
CompositePattern(List<RestrictionPattern>) - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.restriction.CompositePattern
 
CompositePrincipalConfiguration - Class in org.apache.jackrabbit.oak.spi.security.principal
PrincipalConfiguration that combines different principal provider implementations that share a common principal manager implementation.
CompositePrincipalConfiguration(SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.spi.security.principal.CompositePrincipalConfiguration
 
CompositePrincipalProvider - Class in org.apache.jackrabbit.oak.spi.security.principal
PrincipalProvider implementation that aggregates a list of principal providers into a single.
CompositePrincipalProvider(List<PrincipalProvider>) - Constructor for class org.apache.jackrabbit.oak.spi.security.principal.CompositePrincipalProvider
 
CompositeQueryIndexProvider - Class in org.apache.jackrabbit.oak.spi.query
This QueryIndexProvider aggregates a list of query index providers into a single query index provider.
CompositeQueryIndexProvider(QueryIndexProvider...) - Constructor for class org.apache.jackrabbit.oak.spi.query.CompositeQueryIndexProvider
 
CompositeRegistration - Class in org.apache.jackrabbit.oak.spi.whiteboard
A composite of registrations that unregisters all its constituents upon CompositeRegistration.unregister().
CompositeRegistration(Registration...) - Constructor for class org.apache.jackrabbit.oak.spi.whiteboard.CompositeRegistration
 
CompositeRestrictionProvider - Class in org.apache.jackrabbit.oak.spi.security.authorization.restriction
Aggregates of a collection of RestrictionProvider implementations into a single provider.
CompositeTokenConfiguration - Class in org.apache.jackrabbit.oak.spi.security.authentication.token
TokenConfiguration that combines different token provider implementations.
CompositeTokenConfiguration(SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.token.CompositeTokenConfiguration
 
CompositeTokenProvider - Class in org.apache.jackrabbit.oak.spi.security.authentication.token
Aggregates a collection of TokenProviders into a single provider.
CompositeWorkspaceInitializer - Class in org.apache.jackrabbit.oak.spi.lifecycle
CompositeWorkspaceInitializer(Collection<WorkspaceInitializer>) - Constructor for class org.apache.jackrabbit.oak.spi.lifecycle.CompositeWorkspaceInitializer
 
CompositeWorkspaceInitializer(WorkspaceInitializer...) - Constructor for class org.apache.jackrabbit.oak.spi.lifecycle.CompositeWorkspaceInitializer
 
condition(FilterBuilder.Condition) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.FilterBuilder
Set the condition of this filter.
ConfigurationBase - Class in org.apache.jackrabbit.oak.spi.security
Abstract base implementation for the various security configurations.
ConfigurationBase() - Constructor for class org.apache.jackrabbit.oak.spi.security.ConfigurationBase
 
ConfigurationBase(SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.spi.security.ConfigurationBase
 
ConfigurationParameters - Class in org.apache.jackrabbit.oak.spi.security
ConfigurationParameters is a convenience class that allows typed access to configuration properties.
CONFIGURATIONS_PATH - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
Quote from JSR 283 Section "15.13.2 Configuration Proxy Nodes"

Each configuration in a given workspace is represented by a distinct proxy node of type nt:configuration located in configuration storage within the same workspace under /jcr:system/jcr:configurations/.

ConfigurationUtil - Class in org.apache.jackrabbit.oak.spi.security.authentication
Utility to create Configurations for built-in LoginModule implementations.
CONFLICT - Static variable in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
 
ConflictAnnotatingRebaseDiff - Class in org.apache.jackrabbit.oak.spi.state
This implementation of AbstractRebaseDiff implements a NodeStateDiff, which performs the conflict handling as defined in MicroKernel.rebase(String, String) on the Oak SPI state level by annotating conflicting items with conflict markers.
ConflictAnnotatingRebaseDiff(NodeBuilder) - Constructor for class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
 
ConflictHandler - Interface in org.apache.jackrabbit.oak.spi.commit
A ConflictHandler is responsible for handling conflicts which happen on Root.rebase() and on the implicit rebase operation which takes part on Root.commit().
ConflictHandler.Resolution - Enum in org.apache.jackrabbit.oak.spi.commit
Resolutions for conflicts
ConflictHandlerWrapper - Class in org.apache.jackrabbit.oak.plugins.commit
This ConflictHandler implementation wraps another conflict handler and forwards all calls to the wrapped handler.
ConflictHandlerWrapper(ConflictHandler) - Constructor for class org.apache.jackrabbit.oak.plugins.commit.ConflictHandlerWrapper
 
ConflictHook - Class in org.apache.jackrabbit.oak.plugins.commit
This commit hook implementation is responsible for resolving conflicts.
ConflictHook(ConflictHandler) - Constructor for class org.apache.jackrabbit.oak.plugins.commit.ConflictHook
Create a new instance of the conflict hook using the passed conflict handler for resolving conflicts.
ConflictType - Enum in org.apache.jackrabbit.oak.spi.state
Enum to define various types of conflicts.
ConflictValidator - Class in org.apache.jackrabbit.oak.plugins.commit
Validator which checks the presence of conflict markers in the tree in fails the commit if any are found.
ConflictValidator(Tree) - Constructor for class org.apache.jackrabbit.oak.plugins.commit.ConflictValidator
 
ConflictValidatorProvider - Class in org.apache.jackrabbit.oak.plugins.commit
TODO document
ConflictValidatorProvider() - Constructor for class org.apache.jackrabbit.oak.plugins.commit.ConflictValidatorProvider
 
ConstantFilter - Class in org.apache.jackrabbit.oak.plugins.observation.filter
TODO document
ConstantFilter(boolean) - Constructor for class org.apache.jackrabbit.oak.plugins.observation.filter.ConstantFilter
 
CONSTRAINT - Static variable in exception org.apache.jackrabbit.oak.api.CommitFailedException
Type name for constraint violation errors.
CONSTRAINT - Static variable in class org.apache.jackrabbit.oak.spi.security.user.action.PasswordValidationAction
 
ConstraintImpl - Class in org.apache.jackrabbit.oak.query.ast
The base class for constraints.
ConstraintImpl() - Constructor for class org.apache.jackrabbit.oak.query.ast.ConstraintImpl
 
Constraints - Class in org.apache.jackrabbit.oak.plugins.nodetype.constraint
 
contains(String) - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
Returns true if this instance contains a configuration entry with the specified key irrespective of the defined value; false otherwise.
containsField(String) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.RevisionEntry
 
containsKey(Object) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
Check whether there is a resident entry for the given key.
containsKey(String) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.RevisionEntry
 
containsKey(Object) - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
containsMove(String) - Method in class org.apache.jackrabbit.oak.spi.commit.MoveTracker
 
containsRevision(Revision) - Method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
Returns true if this document contains an entry for the given revision in the NodeDocument.REVISIONS map.
containsValue(Object) - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
contentChanged(NodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.spi.commit.BackgroundObserver
 
contentChanged(NodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.spi.commit.ChangeDispatcher
 
contentChanged(NodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeObserver
 
contentChanged(NodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.spi.commit.DiffObserver
 
contentChanged(NodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.spi.commit.EmptyObserver
 
contentChanged(NodeState, CommitInfo) - Method in interface org.apache.jackrabbit.oak.spi.commit.Observer
Observes a content change.
ContentMirrorStoreStrategy - Class in org.apache.jackrabbit.oak.plugins.index.property.strategy
An IndexStoreStrategy implementation that saves the nodes under a hierarchy that mirrors the repository tree.
ContentMirrorStoreStrategy() - Constructor for class org.apache.jackrabbit.oak.plugins.index.property.strategy.ContentMirrorStoreStrategy
 
ContentRepository - Interface in org.apache.jackrabbit.oak.api
Oak content repository.
ContentRepositoryImpl - Class in org.apache.jackrabbit.oak.core
MicroKernel-based implementation of the ContentRepository interface.
ContentRepositoryImpl(NodeStore, CommitHook, String, QueryIndexProvider, SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.core.ContentRepositoryImpl
Creates an content repository instance based on the given, already initialized components.
ContentSession - Interface in org.apache.jackrabbit.oak.api
Authentication session for accessing (TODO: a workspace inside) a content repository.
Context - Interface in org.apache.jackrabbit.oak.spi.security
Context represents item related information in relation to a dedicated SecurityConfiguration.
Context.Default - Class in org.apache.jackrabbit.oak.spi.security
Default implementation of the Context interface that always returns false.
Context.Default() - Constructor for class org.apache.jackrabbit.oak.spi.security.Context.Default
 
Conversions - Class in org.apache.jackrabbit.oak.plugins.value
Utility class defining the conversion that take place between PropertyStates of different types.
Conversions.Converter - Class in org.apache.jackrabbit.oak.plugins.value
A converter converts a value to its representation as a specific target type.
Conversions.Converter() - Constructor for class org.apache.jackrabbit.oak.plugins.value.Conversions.Converter
 
convert(PropertyState, Type<?>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.PropertyStates
 
convert(String) - Static method in class org.apache.jackrabbit.oak.plugins.value.Conversions
Create a converter for a string.
convert(Blob) - Static method in class org.apache.jackrabbit.oak.plugins.value.Conversions
Create a converter for a binary.
convert(long) - Static method in class org.apache.jackrabbit.oak.plugins.value.Conversions
Create a converter for a long.
convert(double) - Static method in class org.apache.jackrabbit.oak.plugins.value.Conversions
Create a converter for a double.
convert(String, Type<?>) - Static method in class org.apache.jackrabbit.oak.plugins.value.Conversions
Create a converter for a date.
convert(boolean) - Static method in class org.apache.jackrabbit.oak.plugins.value.Conversions
Create a converter for a boolean.
convert(BigDecimal) - Static method in class org.apache.jackrabbit.oak.plugins.value.Conversions
Create a converter for a decimal.
convert(String) - Method in class org.apache.jackrabbit.oak.query.xpath.XPathToSQL2Converter
Convert the query to SQL2.
convert(PropertyValue, int, NamePathMapper) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
Converts the given value to a value of the specified target type.
copy(String, String, KernelNodeState) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStoreBranch
 
copy(String, String, DocumentNodeState) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBranch
 
copy(Type<T>, PropertyState) - Static method in class org.apache.jackrabbit.oak.plugins.memory.PropertyBuilder
Create a new instance for building PropertyState instances of the given type.
copy(String, String, N) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
Perform a potentially optimized copy operation directly on the underlying store.
copy(String, String) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
Copies a node in this private branch.
copyNode(String, String) - Method in class org.apache.jackrabbit.oak.plugins.document.Commit
 
copyTo(Node) - Method in class org.apache.jackrabbit.oak.plugins.document.Node
 
count() - Method in interface org.apache.jackrabbit.oak.api.PropertyState
The number of values of this property.
count() - Method in interface org.apache.jackrabbit.oak.api.PropertyValue
The number of values of this object.
count(NodeState, Set<String>, int) - Method in class org.apache.jackrabbit.oak.plugins.index.property.strategy.ContentMirrorStoreStrategy
 
count(NodeState, String, Set<String>, int) - Method in class org.apache.jackrabbit.oak.plugins.index.property.strategy.ContentMirrorStoreStrategy
 
count(NodeState, Set<String>, int) - Method in interface org.apache.jackrabbit.oak.plugins.index.property.strategy.IndexStoreStrategy
Count the occurrence of a given set of values.
count(NodeState, Set<String>, int) - Method in class org.apache.jackrabbit.oak.plugins.index.property.strategy.UniqueEntryStoreStrategy
 
count() - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyPropertyState
 
count() - Method in class org.apache.jackrabbit.oak.plugins.memory.PropertyBuilder
 
count() - Method in class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
 
count(Iterable<?>) - Static method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
 
create(BlobStoreConfiguration) - Static method in class org.apache.jackrabbit.oak.plugins.blob.BlobStoreHelper
Creates the appropriate BlobStore instance based on the blobType and the configuration.
create(Collection<T>, List<UpdateOp>) - Method in interface org.apache.jackrabbit.oak.plugins.document.DocumentStore
Try to create a list of documents.
create(Collection<T>, List<UpdateOp>) - Method in class org.apache.jackrabbit.oak.plugins.document.memory.MemoryDocumentStore
 
create(Collection<T>, List<UpdateOp>) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoDocumentStore
 
create(Collection<T>, List<UpdateOp>) - Method in class org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore
 
create(Collection<T>, List<UpdateOp>) - Method in class org.apache.jackrabbit.oak.plugins.document.util.LoggingDocumentStoreWrapper
 
create(Collection<T>, List<UpdateOp>) - Method in class org.apache.jackrabbit.oak.plugins.document.util.SynchronizingDocumentStoreWrapper
 
create(Collection<T>, List<UpdateOp>) - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingDocumentStoreWrapper
 
create(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ACFilter
 
create(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ConstantFilter
 
create(String, NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.filter.EventFilter
Factory for creating a filter instance for the given child node
create(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.EventTypeFilter
 
create(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.GlobbingPathFilter
 
create(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.UniversalFilter
 
create(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.VisibleFilter
 
create(Tree) - Static method in class org.apache.jackrabbit.oak.plugins.tree.TreeLocation
Create a new TreeLocation instance for a tree
create(Root, String) - Static method in class org.apache.jackrabbit.oak.plugins.tree.TreeLocation
Create a new TreeLocation instance for the item at the given path in root.
create(Root) - Static method in class org.apache.jackrabbit.oak.plugins.tree.TreeLocation
Equivalent to create(root, "/")
create(T[], T[]) - Static method in class org.apache.jackrabbit.oak.query.plan.Permutations
Create a new permutations object.
create(T[], T[], int) - Static method in class org.apache.jackrabbit.oak.query.plan.Permutations
Create a new permutations object.
create(long, long, Iterator<T>) - Static method in class org.apache.jackrabbit.oak.security.user.query.ResultIterator
Returns an iterator respecting the specified offset and max.
create(PropertyState) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
 
create(PropertyValue) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
 
createBinary(InputStream) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
 
createBlob(InputStream) - Method in interface org.apache.jackrabbit.oak.api.Root
Reads (and closes) the given stream and returns a Blob that contains that binary.
createBlob(InputStream) - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
 
createBlob(InputStream) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
 
createBlob(InputStream) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
 
createBlob(InputStream) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
createBlob(InputStream) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeStore
 
createBlob(InputStream) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStore
 
createBlob(InputStream) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
 
createBlob(InputStream) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStore
Create a Blob from the given input stream.
createBlob(InputStream) - Method in class org.apache.jackrabbit.oak.spi.state.ProxyNodeStore
 
createBlob(InputStream) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
createBranch(KernelNodeState) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStoreBranch
 
createBranch(DocumentNodeState) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBranch
 
createBranch(N) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
Create a new branch state from the given state.
createChild(String) - Method in class org.apache.jackrabbit.oak.plugins.tree.AbstractTree
Factory method for creating child trees
createChild(String) - Method in class org.apache.jackrabbit.oak.plugins.tree.ImmutableTree
 
createChildBuilder(String) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeBuilder
 
createChildBuilder(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
Factory method for creating new child state builders.
createContentRepository() - Method in class org.apache.jackrabbit.oak.Oak
 
createContentSession() - Method in class org.apache.jackrabbit.oak.Oak
Creates a content repository with the given configuration and logs in to the default workspace with no credentials, returning the resulting content session.
createCopy() - Method in class org.apache.jackrabbit.oak.query.ast.DynamicOperandImpl
 
createCopy() - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchScoreImpl
 
createCopy() - Method in class org.apache.jackrabbit.oak.query.ast.LengthImpl
 
createCopy() - Method in class org.apache.jackrabbit.oak.query.ast.LowerCaseImpl
 
createCopy() - Method in class org.apache.jackrabbit.oak.query.ast.NodeLocalNameImpl
 
createCopy() - Method in class org.apache.jackrabbit.oak.query.ast.NodeNameImpl
 
createCopy() - Method in class org.apache.jackrabbit.oak.query.ast.OrderingImpl
 
createCopy() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
 
createCopy() - Method in class org.apache.jackrabbit.oak.query.ast.UpperCaseImpl
 
createDescriptors() - Method in class org.apache.jackrabbit.oak.core.ContentRepositoryImpl
 
createDiff(NodeBuilder, String) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
Factory method for creating a rebase handler for the named child of the passed parent builder.
createDiff(NodeBuilder, String) - Method in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
 
createFactory(BlobStoreConfiguration) - Static method in class org.apache.jackrabbit.oak.plugins.blob.BlobStoreHelper
Creates the appropriate BlobStoreBuilder instance based on the blobType.
createFilter(NodeState, NodeState, String) - Method in interface org.apache.jackrabbit.oak.plugins.observation.filter.FilterBuilder.Condition
 
createFilter(boolean) - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
 
createFilter(boolean) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
Create the filter condition for planning or execution.
createFilter(boolean) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
!Test purpose only! this creates a filter for the given query
createGroup(String) - Method in class org.apache.jackrabbit.oak.security.user.autosave.AutoSaveEnabledManager
 
createGroup(Principal) - Method in class org.apache.jackrabbit.oak.security.user.autosave.AutoSaveEnabledManager
 
createGroup(Principal, String) - Method in class org.apache.jackrabbit.oak.security.user.autosave.AutoSaveEnabledManager
 
createGroup(String, Principal, String) - Method in class org.apache.jackrabbit.oak.security.user.autosave.AutoSaveEnabledManager
 
createGroup(String) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
 
createGroup(Principal) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
 
createGroup(Principal, String) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
 
createGroup(String, Principal, String) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
 
createIndexDefinition(NodeBuilder, String, boolean, boolean, Collection<String>, Collection<String>) - Static method in class org.apache.jackrabbit.oak.plugins.index.IndexUtils
Create a new property index definition below the given indexNode.
createIndexDefinition(NodeUtil, String, boolean, String[], String[]) - Static method in class org.apache.jackrabbit.oak.plugins.index.IndexUtils
Create a new property2 index definition below the given indexNode.
createInstance(DocumentStore) - Static method in class org.apache.jackrabbit.oak.plugins.document.cache.KryoFactory
 
createInstance() - Method in class org.apache.jackrabbit.oak.plugins.document.cache.KryoSerializer.KryoPool
Sub classes can customize the Kryo instance by overriding this method
createLocalCache() - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionEntryCache
 
createLongProperty(String, long) - Static method in class org.apache.jackrabbit.oak.plugins.memory.LongPropertyState
Create a PropertyState from a long.
createLongProperty(String, Iterable<Long>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MultiLongPropertyState
Create a multi valued PropertyState from a list of longs.
createNodeDefinitionTemplate() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
 
createNodeDefinitionTemplate() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
 
createNodeTypeTemplate() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
 
createNodeTypeTemplate(NodeTypeDefinition) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
 
createNodeTypeTemplate() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
 
createNodeTypeTemplate(NodeTypeDefinition) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
 
createOrUpdate(Collection<T>, UpdateOp) - Method in interface org.apache.jackrabbit.oak.plugins.document.DocumentStore
Create or update a document.
createOrUpdate(Collection<T>, UpdateOp) - Method in class org.apache.jackrabbit.oak.plugins.document.memory.MemoryDocumentStore
 
createOrUpdate(Collection<T>, UpdateOp) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoDocumentStore
 
createOrUpdate(Collection<T>, UpdateOp) - Method in class org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore
 
createOrUpdate(Collection<T>, UpdateOp) - Method in class org.apache.jackrabbit.oak.plugins.document.util.LoggingDocumentStoreWrapper
 
createOrUpdate(Collection<T>, UpdateOp) - Method in class org.apache.jackrabbit.oak.plugins.document.util.SynchronizingDocumentStoreWrapper
 
createOrUpdate(Collection<T>, UpdateOp) - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingDocumentStoreWrapper
 
createProperty(String, Value) - Static method in class org.apache.jackrabbit.oak.plugins.memory.PropertyStates
Create a PropertyState based on a Value.
createProperty(String, Iterable<Value>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.PropertyStates
Create a multi valued PropertyState based on a list of Value instances.
createProperty(String, Iterable<Value>, int) - Static method in class org.apache.jackrabbit.oak.plugins.memory.PropertyStates
 
createProperty(String, String, int) - Static method in class org.apache.jackrabbit.oak.plugins.memory.PropertyStates
Create a PropertyState from a string.
createProperty(String, Object, Type<?>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.PropertyStates
Create a PropertyState.
createProperty(String, T) - Static method in class org.apache.jackrabbit.oak.plugins.memory.PropertyStates
Create a PropertyState where the Type of the property state is inferred from the runtime type of T according to the mapping established through Type.
createPropertyDefinitionTemplate() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
 
createPropertyDefinitionTemplate() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
 
createReferenceIndex(NodeBuilder) - Static method in class org.apache.jackrabbit.oak.plugins.index.IndexUtils
 
createRestriction(String, String, Value) - Method in class org.apache.jackrabbit.oak.security.authorization.restriction.PrincipalRestrictionProvider
 
createRestriction(String, String, Value...) - Method in class org.apache.jackrabbit.oak.security.authorization.restriction.PrincipalRestrictionProvider
 
createRestriction(String, String, Value) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.AbstractRestrictionProvider
 
createRestriction(String, String, Value...) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.AbstractRestrictionProvider
 
createRestriction(String, String, Value) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.CompositeRestrictionProvider
 
createRestriction(String, String, Value...) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.CompositeRestrictionProvider
 
createRestriction(String, String, Value) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionProvider
Creates a new single valued restriction for the specified parameters.
createRestriction(String, String, Value...) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionProvider
Creates a new multi valued restriction for the specified parameters.
createRestriction(String, String, Value) - Method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardRestrictionProvider
 
createRestriction(String, String, Value...) - Method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardRestrictionProvider
 
createRoot() - Method in class org.apache.jackrabbit.oak.Oak
Creates a content repository with the given configuration and returns a Root instance after logging in to the default workspace with no credentials.
createSegment(UUID, ByteBuffer) - Method in class org.apache.jackrabbit.oak.plugins.segment.AbstractStore
 
createStandardMappings(NodeBuilder) - Static method in class org.apache.jackrabbit.oak.plugins.name.Namespaces
 
createTempFile() - Method in class org.apache.jackrabbit.oak.plugins.blob.GarbageCollectorFileState
Creates a temp file.
createToken(Credentials) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.token.CompositeTokenProvider
 
createToken(String, Map<String, ?>) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.token.CompositeTokenProvider
 
createToken(Credentials) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenProvider
Issues a new login token for the user with the specified credentials and returns the associated TokenInfo.
createToken(String, Map<String, ?>) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenProvider
Issues a new login token for the user with the given userId and the specified attributes.
createUser(String, String) - Method in class org.apache.jackrabbit.oak.security.user.autosave.AutoSaveEnabledManager
 
createUser(String, String, Principal, String) - Method in class org.apache.jackrabbit.oak.security.user.autosave.AutoSaveEnabledManager
 
createUser(String, String) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
 
createUser(String, String, Principal, String) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
 
createValidator(Validator, List<String>) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeExcludingValidator
 
createValue(PropertyState, NamePathMapper) - Static method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
Utility method for creating a Value based on a PropertyState.
createValue(PropertyValue, NamePathMapper) - Static method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
Utility method for creating a Value based on a PropertyValue.
createValue(String) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
 
createValue(InputStream) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
 
createValue(Binary) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
 
createValue(long) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
 
createValue(double) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
 
createValue(Calendar) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
 
createValue(boolean) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
 
createValue(Node) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
 
createValue(Node, boolean) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
 
createValue(BigDecimal) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
 
createValue(String, int) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
 
createValues(PropertyState, NamePathMapper) - Static method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
Utility method for creating Values based on a PropertyState.
createValues(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
Utility method for creating Values based on a PropertyState.
CredentialsCallback - Class in org.apache.jackrabbit.oak.spi.security.authentication.callback
Callback implementation to retrieve Credentials.
CredentialsCallback() - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.callback.CredentialsCallback
 
CredentialsImpl - Class in org.apache.jackrabbit.oak.security.user
Credentials implementation to cover User.getCredentials()
currentOakProperty(String) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
Get the property value.
currentPath() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
Get the current absolute Oak path (normalized).
currentProperty() - Method in class org.apache.jackrabbit.oak.query.ast.ColumnImpl
 
currentProperty() - Method in class org.apache.jackrabbit.oak.query.ast.DynamicOperandImpl
 
currentProperty() - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchScoreImpl
 
currentProperty() - Method in class org.apache.jackrabbit.oak.query.ast.LengthImpl
 
currentProperty() - Method in class org.apache.jackrabbit.oak.query.ast.LowerCaseImpl
 
currentProperty() - Method in class org.apache.jackrabbit.oak.query.ast.NodeLocalNameImpl
 
currentProperty() - Method in class org.apache.jackrabbit.oak.query.ast.NodeNameImpl
 
currentProperty() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
 
currentProperty(String) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
The value for the given selector for the current node.
currentProperty(String, int) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
The value for the given selector for the current node, filtered by property type.
currentProperty() - Method in class org.apache.jackrabbit.oak.query.ast.UpperCaseImpl
 
currentTree() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
Get the tree at the current path.
Cursor - Interface in org.apache.jackrabbit.oak.spi.query
A cursor to read a number of nodes sequentially.
Cursors - Class in org.apache.jackrabbit.oak.spi.query
This utility class provides factory methods to create commonly used types of Cursors.
Cursors.AbstractCursor - Class in org.apache.jackrabbit.oak.spi.query
A Cursor implementation where the remove method throws an UnsupportedOperationException.
Cursors.AbstractCursor() - Constructor for class org.apache.jackrabbit.oak.spi.query.Cursors.AbstractCursor
 

D

data - Variable in class org.apache.jackrabbit.oak.plugins.document.Document
The data of this document.
DataStoreBlobStore - Class in org.apache.jackrabbit.oak.plugins.blob.datastore
A BlobStore implementation which is a compatibility wrapper for Jackrabbit DataStore.
DataStoreBlobStore() - Constructor for class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore
 
DataStoreBlobStore.Data - Class in org.apache.jackrabbit.oak.plugins.blob.datastore
The data for a block.
DataStoreBlobStore.LogicalBlockId - Class in org.apache.jackrabbit.oak.plugins.blob.datastore
A file is divided into logical chunks.
DataStoreBlobStoreBuilder - Class in org.apache.jackrabbit.oak.plugins.blob.datastore
Helper class to create DataStoreBlobStore instance and inject the appropriate Jackrabbit DataStore instance based on the configuration.
DataStoreBlobStoreBuilder() - Constructor for class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreBuilder
 
DataStoreWrapperBackend - Class in org.apache.jackrabbit.oak.plugins.blob.datastore
Backend wrapper over Jackrabbit DataStore which enables using a CachingDataStore for local file caching.
DataStoreWrapperBackend(DataStore) - Constructor for class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreWrapperBackend
Instantiates a new data store wrapper backend.
DATE - Static variable in class org.apache.jackrabbit.oak.api.Type
Map String to PropertyType.DATE
DateConstraint - Class in org.apache.jackrabbit.oak.plugins.nodetype.constraint
 
DateConstraint(String) - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.constraint.DateConstraint
 
dateProperty(String, String) - Static method in class org.apache.jackrabbit.oak.plugins.memory.GenericPropertyState
Create a PropertyState from a date.
dateProperty(String, Iterable<String>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MultiGenericPropertyState
Create a multi valued PropertyState from a list of dates.
DATES - Static variable in class org.apache.jackrabbit.oak.api.Type
Map Iterable<String> to array of PropertyType.DATE
DateVersionSelector - Class in org.apache.jackrabbit.oak.plugins.version
Inspired by Jackrabbit 2.x

This Class implements a version selector that selects a version by creation date.

DateVersionSelector(String) - Constructor for class org.apache.jackrabbit.oak.plugins.version.DateVersionSelector
Creates a DateVersionSelector that will select the latest version of all those that are older than the given timestamp.
DbBlobStore - Class in org.apache.jackrabbit.oak.plugins.blob.db
A database blob store.
DbBlobStore() - Constructor for class org.apache.jackrabbit.oak.plugins.blob.db.DbBlobStore
 
deactivate() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService
 
deactivate() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService
 
deactivate() - Method in class org.apache.jackrabbit.oak.security.SecurityProviderImpl
 
DECIMAL - Static variable in class org.apache.jackrabbit.oak.api.Type
Map BigDecimal to PropertyType.DECIMAL
DecimalConstraint - Class in org.apache.jackrabbit.oak.plugins.nodetype.constraint
 
DecimalConstraint(String) - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.constraint.DecimalConstraint
 
decimalProperty(String, BigDecimal) - Static method in class org.apache.jackrabbit.oak.plugins.memory.DecimalPropertyState
Create a PropertyState from a decimal.
decimalProperty(String, Iterable<BigDecimal>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MultiDecimalPropertyState
Create a multi valued PropertyState from a list of decimals.
DecimalPropertyState - Class in org.apache.jackrabbit.oak.plugins.memory
 
DecimalPropertyState(String, BigDecimal) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.DecimalPropertyState
 
DECIMALS - Static variable in class org.apache.jackrabbit.oak.api.Type
Map Iterable<BigDecimal> to array of PropertyType.DECIMAL
DECLARING_NODE_TYPES - Static variable in interface org.apache.jackrabbit.oak.plugins.index.IndexConstants
Defines the property name of the "declaringNodeTypes" property with allows to restrict a given index definition to specific node types.
decodeName(int, String) - Static method in class org.apache.jackrabbit.oak.kernel.TypeCodes
Decode the property name encoded into a jsonString given its split.
decodeType(int, String) - Static method in class org.apache.jackrabbit.oak.kernel.TypeCodes
Decode the type encoded into jsonString given its split.
deepCopy(Document) - Method in class org.apache.jackrabbit.oak.plugins.document.Document
Performs a deep copy of the data within this document to the given target.
deepCopyMap(Map<K, Object>, Map<K, Object>) - Static method in class org.apache.jackrabbit.oak.plugins.document.util.Utils
Deep copy of a map that may contain map values.
DEFAULT - Static variable in interface org.apache.jackrabbit.oak.namepath.NamePathMapper
 
DEFAULT - Static variable in interface org.apache.jackrabbit.oak.spi.lifecycle.RepositoryInitializer
Default implementation makes no changes to the repository.
DEFAULT - Static variable in interface org.apache.jackrabbit.oak.spi.lifecycle.WorkspaceInitializer
 
DEFAULT - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.AuthorizableNodeName
Default AuthorizableNodeName instance.
DEFAULT_ADMIN_ID - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
DEFAULT_ALGORITHM - Static variable in class org.apache.jackrabbit.oak.spi.security.user.util.PasswordUtil
 
DEFAULT_ANONYMOUS_ID - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
DEFAULT_APP_NAME - Static variable in interface org.apache.jackrabbit.oak.spi.security.authentication.AuthenticationConfiguration
 
DEFAULT_BATCH_COUNT - Static variable in class org.apache.jackrabbit.oak.plugins.blob.MarkSweepGarbageCollector
 
DEFAULT_BLOB_STORE_PROVIDER - Static variable in class org.apache.jackrabbit.oak.plugins.blob.BlobStoreConfiguration
 
DEFAULT_CACHE_SIZE - Static variable in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
 
DEFAULT_DEPTH - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
DEFAULT_GROUP_PATH - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
DEFAULT_ITERATIONS - Static variable in class org.apache.jackrabbit.oak.spi.security.user.util.PasswordUtil
 
DEFAULT_READ_PATHS - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
Default value for the PermissionConstants.PARAM_READ_PATHS configuration parameter.
DEFAULT_SALT_SIZE - Static variable in class org.apache.jackrabbit.oak.spi.security.user.util.PasswordUtil
 
DEFAULT_USER_PATH - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
DEFAULT_WORKSPACE_NAME - Static variable in class org.apache.jackrabbit.oak.Oak
Constant for the default workspace name
DefaultAuthorizableActionProvider - Class in org.apache.jackrabbit.oak.spi.security.user.action
Default implementation of the AuthorizableActionProvider interface that allows to config all actions provided by the OAK.
DefaultAuthorizableActionProvider() - Constructor for class org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider
 
DefaultAuthorizableActionProvider(ConfigurationParameters) - Constructor for class org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider
 
DefaultCommandExecutor - Class in org.apache.jackrabbit.oak.plugins.document.mongo.gridfs
Implementation of the CommandExecutor interface.
DefaultCommandExecutor() - Constructor for class org.apache.jackrabbit.oak.plugins.document.mongo.gridfs.DefaultCommandExecutor
 
DefaultConflictHandler - Class in org.apache.jackrabbit.oak.plugins.commit
This implementation of a ConflictHandler always returns the same resolution.
DefaultConflictHandler(ConflictHandler.Resolution) - Constructor for class org.apache.jackrabbit.oak.plugins.commit.DefaultConflictHandler
Create a new ConflictHandler which always returns resolution.
DefaultEditor - Class in org.apache.jackrabbit.oak.spi.commit
Editor that does nothing by default and doesn't recurse into subtrees.
DefaultEditor() - Constructor for class org.apache.jackrabbit.oak.spi.commit.DefaultEditor
 
defaultExecutorService() - Static method in class org.apache.jackrabbit.oak.Oak
Default ExecutorService used for scheduling concurrent tasks.
DefaultMoveValidator - Class in org.apache.jackrabbit.oak.spi.commit
MoveValidator that does nothing by default and doesn't recurse into subtrees.
DefaultMoveValidator() - Constructor for class org.apache.jackrabbit.oak.spi.commit.DefaultMoveValidator
 
DefaultNodeStateDiff - Class in org.apache.jackrabbit.oak.spi.state
Node state diff handler that by default does nothing.
DefaultNodeStateDiff() - Constructor for class org.apache.jackrabbit.oak.spi.state.DefaultNodeStateDiff
 
defaultScheduledExecutor() - Static method in class org.apache.jackrabbit.oak.Oak
Default ScheduledExecutorService used for scheduling background tasks.
DefaultValidator - Class in org.apache.jackrabbit.oak.spi.commit
Validator that does nothing by default and doesn't recurse into subtrees.
DefaultValidator() - Constructor for class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
 
DefaultWhiteboard - Class in org.apache.jackrabbit.oak.spi.whiteboard
 
DefaultWhiteboard() - Constructor for class org.apache.jackrabbit.oak.spi.whiteboard.DefaultWhiteboard
 
defines(String, AccessControlPolicy) - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlManagerImpl
 
defines(String, AccessControlPolicy) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.PolicyOwner
Determines if the implementing AccessManager defines the specified acceessControlPolicy at the given absPath.
definesContextRoot(Tree) - Method in class org.apache.jackrabbit.oak.spi.security.Context.Default
 
definesContextRoot(Tree) - Method in interface org.apache.jackrabbit.oak.spi.security.Context
Reveals if the specified Tree is the root of a subtree defined by the security module that exposes this Context instance.
definesLocation(TreeLocation) - Method in class org.apache.jackrabbit.oak.spi.security.Context.Default
 
definesLocation(TreeLocation) - Method in interface org.apache.jackrabbit.oak.spi.security.Context
Reveals if the specified TreeLocation is defined by the security module that exposes this Context instance.
definesProperty(Tree, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.security.Context.Default
 
definesProperty(Tree, PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.security.Context
Reveals if the specified PropertyState is defined by the security module that exposes this Context instance.
definesTree(Tree) - Method in class org.apache.jackrabbit.oak.spi.security.Context.Default
 
definesTree(Tree) - Method in interface org.apache.jackrabbit.oak.spi.security.Context
Reveals if the specified Tree is defined by the security module that exposes this Context instance.
DefinitionProvider - Interface in org.apache.jackrabbit.oak.plugins.nodetype
DefinitionProvider...
deleteAllOlderThan(long) - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore
Delete all blobs older than.
deleteAllOlderThan(long) - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreWrapperBackend
 
deleteBucket() - Method in class org.apache.jackrabbit.oak.plugins.blob.cloud.CloudBlobStore
Delete the cloud container and all its contents.
deleteChangedNode(NodeBuilder, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.AnnotatingConflictHandler
 
deleteChangedNode(NodeBuilder, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictHandlerWrapper
 
deleteChangedNode(NodeBuilder, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.DefaultConflictHandler
 
deleteChangedNode(NodeBuilder, String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.ConflictHandler
The node theirs changed in the persistence store while it has been deleted locally.
deleteChangedNode(NodeBuilder, String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
Called when the node before was deleted in the branch but was already changed in the trunk.
deleteChangedNode(NodeBuilder, String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
 
deleteChangedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.AnnotatingConflictHandler
 
deleteChangedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ChildOrderConflictHandler
 
deleteChangedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictHandlerWrapper
 
deleteChangedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.DefaultConflictHandler
 
deleteChangedProperty(NodeBuilder, PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.ConflictHandler
The property theirs changed in the persistence store while it has been deleted locally.
deleteChangedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
Called when the property before was deleted in the branch but was already changed in the trunk.
deleteChangedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
 
deleteChunk(String) - Method in class org.apache.jackrabbit.oak.plugins.blob.cloud.CloudBlobStore
 
deleteChunk(String) - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore
 
deleteChunk(String) - Method in class org.apache.jackrabbit.oak.plugins.blob.db.DbBlobStore
 
deleteChunk(String) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoBlobStore
 
deleteChunk(String) - Method in class org.apache.jackrabbit.oak.plugins.document.rdb.RDBBlobStore
 
deleteDeletedNode(NodeBuilder, String) - Method in class org.apache.jackrabbit.oak.plugins.commit.AnnotatingConflictHandler
 
deleteDeletedNode(NodeBuilder, String) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictHandlerWrapper
 
deleteDeletedNode(NodeBuilder, String) - Method in class org.apache.jackrabbit.oak.plugins.commit.DefaultConflictHandler
 
deleteDeletedNode(NodeBuilder, String) - Method in interface org.apache.jackrabbit.oak.spi.commit.ConflictHandler
The node name has been removed in parent while it was also removed in the persistence store.
deleteDeletedNode(NodeBuilder, String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
Called when the node before was deleted in the branch but was already deleted in the trunk.
deleteDeletedNode(NodeBuilder, String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
 
deleteDeletedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.AnnotatingConflictHandler
 
deleteDeletedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ChildOrderConflictHandler
 
deleteDeletedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictHandlerWrapper
 
deleteDeletedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.DefaultConflictHandler
 
deleteDeletedProperty(NodeBuilder, PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.ConflictHandler
The property ours has been removed in parent while it was also removed in the persistence store.
deleteDeletedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
Called when the property before was deleted in the branch but was already deleted in the trunk.
deleteDeletedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
 
deleteRecord(DataIdentifier) - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreWrapperBackend
 
deleteSegment(UUID) - Method in class org.apache.jackrabbit.oak.plugins.segment.AbstractStore
 
deleteSegment(UUID) - Method in class org.apache.jackrabbit.oak.plugins.segment.file.FileStore
 
deleteSegment(UUID) - Method in class org.apache.jackrabbit.oak.plugins.segment.memory.MemoryStore
 
deleteSegment(UUID) - Method in class org.apache.jackrabbit.oak.plugins.segment.mongo.MongoStore
 
deleteSegment(UUID) - Method in interface org.apache.jackrabbit.oak.plugins.segment.SegmentStore
 
descendantNode(String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
DescendantNodeImpl - Class in org.apache.jackrabbit.oak.query.ast
The "isdescendantnode(...)" condition.
DescendantNodeImpl(String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.DescendantNodeImpl
 
descendantNodeJoinCondition(String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
DescendantNodeJoinConditionImpl - Class in org.apache.jackrabbit.oak.query.ast
The "isdescendantnode(...)" join condition.
DescendantNodeJoinConditionImpl(String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.DescendantNodeJoinConditionImpl
 
descending(DynamicOperandImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
description() - Method in class org.apache.jackrabbit.oak.plugins.document.util.MergeSortedIterators
Provides details about this iterator
Descriptors - Interface in org.apache.jackrabbit.oak.api
Repository descriptors interface that is used to support providing the repository descriptors of Repository
deserialize(byte[], Class<T>) - Method in class org.apache.jackrabbit.oak.plugins.document.cache.KryoSerializer
 
diff(String, String, String, int) - Method in class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
 
diff(String, String, String, int) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK
 
diff(String, String, String, int) - Method in class org.apache.jackrabbit.oak.plugins.document.util.LogWrapper
 
diff(String, String, String, int) - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingWrapper
 
diff(long, long) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
Returns those bits from permissions that are not present in the otherPermissions, i.e.
diff(PrivilegeBits) - Method in class org.apache.jackrabbit.oak.spi.security.privilege.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.
DiffCollector - Interface in org.apache.jackrabbit.oak.plugins.index.diffindex
In charge of collecting the paths of nodes that match a given filter from the diff of the 2 states.
difference() - Method in class org.apache.jackrabbit.oak.plugins.blob.MarkSweepGarbageCollector
Difference phase where the GC candidates are identified.
DiffIndex - Class in org.apache.jackrabbit.oak.plugins.index.diffindex
QueryIndex that relies n a diff-ing mechanism to get query results
DiffIndex(DiffCollector) - Constructor for class org.apache.jackrabbit.oak.plugins.index.diffindex.DiffIndex
 
DiffObserver - Class in org.apache.jackrabbit.oak.spi.commit
Abstract base class for observers that use a content diff to determine what changed between two consecutive observed states of the repository.
DiffObserver() - Constructor for class org.apache.jackrabbit.oak.spi.commit.DiffObserver
 
diffToJsop(NodeState, NodeState) - Static method in class org.apache.jackrabbit.oak.kernel.JsopDiff
Create the JSOP diff between before and after for debugging purposes.
DIRECTORY - Static variable in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService
 
dispatcher - Variable in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
The change dispatcher for this node store.
dispatcher - Variable in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
The dispatcher to report changes
dispose() - Method in class org.apache.jackrabbit.oak.plugins.document.ClusterNodeInfo
 
dispose() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK
 
dispose() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
 
dispose() - Method in interface org.apache.jackrabbit.oak.plugins.document.DocumentStore
Dispose this instance.
dispose() - Method in class org.apache.jackrabbit.oak.plugins.document.memory.MemoryDocumentStore
 
dispose() - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoDocumentStore
 
dispose() - Method in class org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore
 
dispose() - Method in class org.apache.jackrabbit.oak.plugins.document.util.LoggingDocumentStoreWrapper
 
dispose() - Method in class org.apache.jackrabbit.oak.plugins.document.util.SynchronizingDocumentStoreWrapper
 
dispose() - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingDocumentStoreWrapper
 
dispose() - Method in class org.apache.jackrabbit.oak.spi.xml.PropInfo
Disposes all values contained in this property.
dispose() - Method in interface org.apache.jackrabbit.oak.spi.xml.TextValue
Dispose this value, i.e.
dispose() - Method in class org.apache.jackrabbit.oak.stats.StatisticManager
Unregister all statistics previously registered with the whiteboard passed to the constructor.
doCreateToken(Credentials) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.token.CompositeTokenProvider
 
doCreateToken(Credentials) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenProvider
Returns true if the given credentials indicate that a new token needs to be issued.
Document - Class in org.apache.jackrabbit.oak.plugins.document
A document corresponds to a node stored in the DocumentMK.
Document() - Constructor for class org.apache.jackrabbit.oak.plugins.document.Document
 
DocumentBlob - Class in org.apache.jackrabbit.oak.plugins.document
A blob implementation.
DocumentBlob(BlobStore, String) - Constructor for class org.apache.jackrabbit.oak.plugins.document.DocumentBlob
 
DocumentMK - Class in org.apache.jackrabbit.oak.plugins.document
A MicroKernel implementation that stores the data in a DocumentStore.
DocumentMK.Builder - Class in org.apache.jackrabbit.oak.plugins.document
A builder for a DocumentMK instance.
DocumentMK.Builder() - Constructor for class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
 
DocumentNodeStore - Class in org.apache.jackrabbit.oak.plugins.document
Implementation of a NodeStore on DocumentStore.
DocumentNodeStore(DocumentMK.Builder) - Constructor for class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
 
DocumentNodeStoreBranch - Class in org.apache.jackrabbit.oak.plugins.document
Implementation of a DocumentMK based node store branch.
DocumentNodeStoreBranch(DocumentNodeStore, DocumentNodeState, ReadWriteLock) - Constructor for class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBranch
 
DocumentNodeStoreService - Class in org.apache.jackrabbit.oak.plugins.document
The OSGi service to start/stop a DocumentNodeStore instance.
DocumentNodeStoreService() - Constructor for class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService
 
DocumentStore - Interface in org.apache.jackrabbit.oak.plugins.document
The interface for the backend storage for documents.
done(KryoSerializer.KryoHolder) - Method in class org.apache.jackrabbit.oak.plugins.document.cache.KryoSerializer.KryoPool
 
doNothing() - Method in class org.apache.jackrabbit.oak.util.TODO
 
DOUBLE - Static variable in class org.apache.jackrabbit.oak.api.Type
Map Double to PropertyType.DOUBLE
DoubleConstraint - Class in org.apache.jackrabbit.oak.plugins.nodetype.constraint
 
DoubleConstraint(String) - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.constraint.DoubleConstraint
 
doubleProperty(String, double) - Static method in class org.apache.jackrabbit.oak.plugins.memory.DoublePropertyState
Create a PropertyState from a double.
doubleProperty(String, Iterable<Double>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MultiDoublePropertyState
Create a multi valued PropertyState from a list of doubles.
DoublePropertyState - Class in org.apache.jackrabbit.oak.plugins.memory
 
DoublePropertyState(String, double) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.DoublePropertyState
 
DOUBLES - Static variable in class org.apache.jackrabbit.oak.api.Type
Map Iterable<Double> to array of PropertyType.DOUBLE
dropOldCacheEntries() - Method in class org.apache.jackrabbit.oak.plugins.segment.Segment
 
dummyImplementation() - Static method in class org.apache.jackrabbit.oak.util.TODO
 
DynamicOperandImpl - Class in org.apache.jackrabbit.oak.query.ast
The base class for dynamic operands (such as a function or property).
DynamicOperandImpl() - Constructor for class org.apache.jackrabbit.oak.query.ast.DynamicOperandImpl
 

E

Editor - Interface in org.apache.jackrabbit.oak.spi.commit
Content change editor.
EditorDiff - Class in org.apache.jackrabbit.oak.spi.commit
 
EditorHook - Class in org.apache.jackrabbit.oak.spi.commit
This commit hook implementation processes changes to be committed using the Editor instance provided by the EditorProvider passed to the constructor.
EditorHook(EditorProvider) - Constructor for class org.apache.jackrabbit.oak.spi.commit.EditorHook
 
EditorProvider - Interface in org.apache.jackrabbit.oak.spi.commit
Extension point for content change editors.
EffectiveNodeType - Class in org.apache.jackrabbit.oak.plugins.nodetype
EffectiveNodeType...
EffectiveNodeTypeProvider - Interface in org.apache.jackrabbit.oak.plugins.nodetype
EffectiveNodeTypeProvider...
effectsNode() - Method in enum org.apache.jackrabbit.oak.spi.state.ConflictType
 
EmpiricalWeigher - Class in org.apache.jackrabbit.oak.cache
Determines the weight of object based on the memory taken by them.
EmpiricalWeigher() - Constructor for class org.apache.jackrabbit.oak.cache.EmpiricalWeigher
 
EMPTY - Static variable in interface org.apache.jackrabbit.oak.api.AuthInfo
 
EMPTY - Static variable in class org.apache.jackrabbit.oak.spi.commit.CommitInfo
Empty commit information object.
EMPTY - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.RepositoryPermission
 
EMPTY - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.TreePermission
 
EMPTY - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionPattern
Default implementation of the RestrictionPattern that always returns true and thus matches all items or paths.
EMPTY - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionProvider
Empty restriction provider implementation that doesn't support any restrictions.
EMPTY - Static variable in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
An empty configuration parameters
EMPTY - Static variable in class org.apache.jackrabbit.oak.spi.security.principal.PrincipalIteratorAdapter
Static instance of an empty PrincipalIterator.
EMPTY - Static variable in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
 
EMPTY_ARRAY - Static variable in interface org.apache.jackrabbit.oak.api.Tree
Empty array of trees.
EMPTY_ARRAY - Static variable in class org.apache.jackrabbit.oak.kernel.TypeCodes
 
EMPTY_ARRAY - Static variable in class org.apache.jackrabbit.oak.plugins.segment.RecordId
 
EMPTY_NODE - Static variable in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
 
EmptyHook - Class in org.apache.jackrabbit.oak.spi.commit
Basic commit hook implementation that by default doesn't do anything.
EmptyHook() - Constructor for class org.apache.jackrabbit.oak.spi.commit.EmptyHook
 
EmptyNodeState - Class in org.apache.jackrabbit.oak.plugins.memory
Singleton instances of empty and non-existent node states, i.e.
EmptyObserver - Class in org.apache.jackrabbit.oak.spi.commit
Basic content change observer that doesn't do anything.
EmptyObserver() - Constructor for class org.apache.jackrabbit.oak.spi.commit.EmptyObserver
 
emptyProperty(String, Type<?>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.EmptyPropertyState
Create an empty PropertyState
EmptyPropertyState - Class in org.apache.jackrabbit.oak.plugins.memory
Abstract base class for PropertyState implementations providing default implementation which correspond to a property without any value.
EmptyPropertyState(String) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.EmptyPropertyState
Create a new property state with the given name
encode(int, String) - Static method in class org.apache.jackrabbit.oak.kernel.TypeCodes
Encodes the given propertyName of the given propertyType into a json string, which is prefixed with a type code.
encodeUri(String) - Static method in class org.apache.jackrabbit.oak.plugins.name.Namespaces
encodes the uri value to be used as a property
end(Tree) - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlImporter
 
end() - Method in interface org.apache.jackrabbit.oak.spi.xml.Importer
Called once at the end of the content import.
end(Tree) - Method in interface org.apache.jackrabbit.oak.spi.xml.ProtectedNodeImporter
Informs this importer that the tree to be imported below protectedParent has bee completed.
endChildInfo() - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlImporter
 
endChildInfo() - Method in interface org.apache.jackrabbit.oak.spi.xml.ProtectedNodeImporter
Informs this importer about the end of a child info.
endNode(NodeInfo) - Method in interface org.apache.jackrabbit.oak.spi.xml.Importer
Called to end the import of a node.
enter(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
 
enter(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultEditor
 
enter(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
 
enter(NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Editor
Called before the given before and after states are compared.
enter(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.FailingValidator
 
enter(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleEditor
 
enter(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleValidator
 
enter(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.MoveDetector
 
ENTRY_COUNT_PROPERTY_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.index.IndexConstants
 
entrySet() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
Get the entry set for all resident entries.
entrySet() - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
equal(Blob, Blob) - Static method in class org.apache.jackrabbit.oak.plugins.memory.AbstractBlob
 
equal(PropertyState, PropertyState) - Static method in class org.apache.jackrabbit.oak.plugins.memory.AbstractPropertyState
Checks whether the given two property states are equal.
equals(Object) - Method in class org.apache.jackrabbit.oak.api.Type
 
equals(Object) - Method in class org.apache.jackrabbit.oak.kernel.KernelBlob
This implementation delegates back to the underlying Microkernel if other is also of type KernelBlob.
equals(Object) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
Optimised equality check that can avoid a full tree comparison if both instances come from the same MicroKernel and have either the same revision and path or the same content hash (when available).
equals(Object) - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore.LogicalBlockId
 
equals(Object) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentBlob
 
equals(Object) - Method in class org.apache.jackrabbit.oak.plugins.document.PathRev
 
equals(Object) - Method in class org.apache.jackrabbit.oak.plugins.document.Revision
 
equals(Object) - Method in class org.apache.jackrabbit.oak.plugins.document.UpdateOp.Key
 
equals(Object) - Method in class org.apache.jackrabbit.oak.plugins.document.util.StringValue
 
equals(Object) - Method in class org.apache.jackrabbit.oak.plugins.memory.AbstractBlob
To Blob instances are considered equal iff they have the same SHA-256 hash code are equal.
equals(Object) - Method in class org.apache.jackrabbit.oak.plugins.memory.AbstractPropertyState
Checks whether the given object is equal to this one.
equals(Object) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
 
equals(Calendar, Calendar) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.DateConstraint
 
equals(BigDecimal, BigDecimal) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.DecimalConstraint
 
equals(T, T) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.NumericConstraint
 
equals(Object) - Method in class org.apache.jackrabbit.oak.plugins.segment.file.FileBlob
 
equals(Object) - Method in class org.apache.jackrabbit.oak.plugins.segment.RecordId
 
equals(Object) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
 
equals(Object) - Method in class org.apache.jackrabbit.oak.plugins.segment.Template
 
equals(Object) - Method in class org.apache.jackrabbit.oak.plugins.tree.ImmutableTree
 
equals(Object) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
 
equals(Object) - Method in class org.apache.jackrabbit.oak.query.ast.ConstraintImpl
 
equals(Object) - Method in class org.apache.jackrabbit.oak.query.ast.DynamicOperandImpl
 
equals(Object) - Method in class org.apache.jackrabbit.oak.query.ast.PropertyExistenceImpl
 
equals(Object) - Method in class org.apache.jackrabbit.oak.query.ast.PropertyInexistenceImpl
 
equals(Object) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
equals(Object) - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextExpression
 
equals(Object) - Method in class org.apache.jackrabbit.oak.query.ResultRowImpl
 
equals(Object) - Method in class org.apache.jackrabbit.oak.spi.commit.CommitInfo
 
equals(Object) - Method in class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
 
equals(Object) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ACE
 
equals(Object) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ImmutableACL
 
equals(Object) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinitionImpl
 
equals(Object) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionImpl
 
equals(Object) - Method in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
 
equals(Object) - Method in class org.apache.jackrabbit.oak.spi.security.principal.PrincipalImpl
Two principals are equal, if their names are.
equals(Object) - Method in class org.apache.jackrabbit.oak.spi.security.privilege.ImmutablePrivilegeDefinition
 
equals(Object) - Method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
 
equals(Object) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractChildNodeEntry
Checks whether the given object is equal to this one.
equals(Object) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
Checks whether the given object is equal to this one.
equals(NodeState, NodeState) - Static method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
 
equals(NodeState, NodeState) - Static method in class org.apache.jackrabbit.oak.spi.state.EqualsDiff
Diffs the given node states and returns true if there are no differences.
EqualsDiff - Class in org.apache.jackrabbit.oak.spi.state
Helper class for comparing the equality of node states based on the content diff mechanism.
EqualsDiff() - Constructor for class org.apache.jackrabbit.oak.spi.state.EqualsDiff
 
equalsIgnoreBranch(Revision) - Method in class org.apache.jackrabbit.oak.plugins.document.Revision
 
equiJoinCondition(String, String, String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
EquiJoinConditionImpl - Class in org.apache.jackrabbit.oak.query.ast
The "a.x = b.y" join condition.
EquiJoinConditionImpl(String, String, String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.EquiJoinConditionImpl
 
escapeForQuery(String) - Static method in class org.apache.jackrabbit.oak.security.user.query.QueryUtil
 
escapeNodeName(String) - Static method in class org.apache.jackrabbit.oak.security.user.query.QueryUtil
Escape string for matching in jcr escaped node names
escapePropertyName(String) - Static method in class org.apache.jackrabbit.oak.plugins.document.util.Utils
 
escapeStringLiteral(String) - Static method in class org.apache.jackrabbit.oak.query.SQL2Parser
 
estimateCurrentWeight() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
Total weight of the complete cache.
estimateCurrentWeight() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
 
estimateMemoryUsage(Map<?, Object>) - Static method in class org.apache.jackrabbit.oak.plugins.document.util.Utils
 
evaluate() - Method in class org.apache.jackrabbit.oak.query.ast.AndImpl
 
evaluate() - Method in class org.apache.jackrabbit.oak.query.ast.ChildNodeImpl
 
evaluate() - Method in class org.apache.jackrabbit.oak.query.ast.ChildNodeJoinConditionImpl
 
evaluate() - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
 
evaluate() - Method in class org.apache.jackrabbit.oak.query.ast.ConstraintImpl
Evaluate the result using the currently set values.
evaluate() - Method in class org.apache.jackrabbit.oak.query.ast.DescendantNodeImpl
 
evaluate() - Method in class org.apache.jackrabbit.oak.query.ast.DescendantNodeJoinConditionImpl
 
evaluate() - Method in class org.apache.jackrabbit.oak.query.ast.EquiJoinConditionImpl
 
evaluate() - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl
 
evaluate() - Method in class org.apache.jackrabbit.oak.query.ast.InImpl
 
evaluate() - Method in class org.apache.jackrabbit.oak.query.ast.JoinConditionImpl
Evaluate the result using the currently set values.
evaluate() - Method in class org.apache.jackrabbit.oak.query.ast.NotImpl
 
evaluate() - Method in class org.apache.jackrabbit.oak.query.ast.OrImpl
 
evaluate() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyExistenceImpl
 
evaluate() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyInexistenceImpl
 
evaluate() - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeImpl
 
evaluate() - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeJoinConditionImpl
 
evaluate(String) - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextAnd
 
evaluate(String) - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextExpression
Evaluate whether the value matches the condition.
evaluate(String) - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextOr
 
evaluate(String) - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextTerm
 
EventFilter - Interface in org.apache.jackrabbit.oak.plugins.observation.filter
Filter for determining what changes to report the the event listener.
EventGenerator - Class in org.apache.jackrabbit.oak.plugins.observation
Continuation-based content diff implementation that generates EventHandler callbacks by recursing down a content diff in a way that guarantees that only a finite number of callbacks will be made during a EventGenerator.generate() method call, regardless of how large or complex the content diff is.
EventGenerator(NodeState, NodeState, EventHandler) - Constructor for class org.apache.jackrabbit.oak.plugins.observation.EventGenerator
Creates a new generator instance for processing the given changes.
EventHandler - Interface in org.apache.jackrabbit.oak.plugins.observation
Handler of content change events.
eventType(int) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.FilterBuilder
A condition that holds for matching event types.
EventTypeFilter - Class in org.apache.jackrabbit.oak.plugins.observation.filter
EventTypeFilter filters based on event types as defined by ObservationManager.addEventListener().
EventTypeFilter(int) - Constructor for class org.apache.jackrabbit.oak.plugins.observation.filter.EventTypeFilter
Create a new Filter instance that includes all events matching the eventTypes bit mask.
EveryonePrincipal - Class in org.apache.jackrabbit.oak.spi.security.principal
Built-in principal group that has every other principal as member.
exception() - Method in class org.apache.jackrabbit.oak.util.TODO
 
EXCLUDE_ALL - Static variable in class org.apache.jackrabbit.oak.plugins.observation.filter.ConstantFilter
 
excludeAll() - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.FilterBuilder
A condition that never holds
excludeAll() - Static method in class org.apache.jackrabbit.oak.plugins.observation.filter.Filters
 
ExcludeExternal - Interface in org.apache.jackrabbit.oak.plugins.observation
The presence of this marker interface on a EventListener indicates that cluster external observation events must not be reported to that event listener.
execute() - Method in interface org.apache.jackrabbit.oak.plugins.document.mongo.gridfs.Command
Executes the Command and returns its result.
execute(Command<T>) - Method in interface org.apache.jackrabbit.oak.plugins.document.mongo.gridfs.CommandExecutor
Executes the given Command and returns the result.
execute(Command<T>) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.gridfs.DefaultCommandExecutor
 
execute() - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.gridfs.GetBlobLengthCommandGridFS
 
execute() - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.gridfs.ReadBlobCommandGridFS
 
execute() - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.gridfs.WriteBlobCommandGridFS
 
execute(NodeState) - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
 
execute(NodeState) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
execute(NodeState) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
Execute the query.
execute(Runnable) - Method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardExecutor
 
executeCommand(Command<T>) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.gridfs.DefaultCommandExecutor
 
executeQuery(String, String, long, long, Map<String, ? extends PropertyValue>, Map<String, String>) - Method in interface org.apache.jackrabbit.oak.api.QueryEngine
Execute a query and get the result.
executeQuery() - Method in interface org.apache.jackrabbit.oak.query.Query
 
executeQuery(String, String, long, long, Map<String, ? extends PropertyValue>, Map<String, String>) - Method in class org.apache.jackrabbit.oak.query.QueryEngineImpl
 
executeQuery() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
executeQuery() - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
 
ExecutionContext - Class in org.apache.jackrabbit.oak.query
An instance of this class provides the context for the execution of a query, which in essence captures a stable state of the content tree from the time the execution context was created.
ExecutionContext(NodeState, Root, QueryIndexProvider) - Constructor for class org.apache.jackrabbit.oak.query.ExecutionContext
 
ExecutionPlan - Interface in org.apache.jackrabbit.oak.query.plan
An execution plan for a join or a selector.
exists() - Method in interface org.apache.jackrabbit.oak.api.Tree
Determine whether this tree has been removed or does not exist otherwise (e.g.
exists() - Method in class org.apache.jackrabbit.oak.core.HiddenTree
 
exists() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
 
exists(DataIdentifier) - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreWrapperBackend
 
exists() - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
 
exists() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
exists() - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
 
exists() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
 
exists() - Method in class org.apache.jackrabbit.oak.plugins.tree.AbstractTree
 
exists() - Method in class org.apache.jackrabbit.oak.plugins.tree.TreeLocation
Determine whether the underlying Tree or PropertyState for this TreeLocation is available.
exists() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Checks whether this builder represents a node that exists.
EXISTS - Static variable in interface org.apache.jackrabbit.oak.spi.state.NodeState
Predicate that checks the existence of NodeState instances.
exists() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
Checks whether this node exists.
exists() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
ExternalBlob - Interface in org.apache.jackrabbit.oak.plugins.segment
Marks a blob that is external.

F

FailingValidator - Class in org.apache.jackrabbit.oak.spi.commit
Validator that rejects all changes.
FailingValidator() - Constructor for class org.apache.jackrabbit.oak.spi.commit.FailingValidator
 
FailingValidator(String, int, String) - Constructor for class org.apache.jackrabbit.oak.spi.commit.FailingValidator
 
FastMove - Interface in org.apache.jackrabbit.oak.kernel
This interface is intended to be implemented by NodeBuilder implementations to indicate support for optimised move and copy operations.
FileBlob - Class in org.apache.jackrabbit.oak.plugins.segment.file
 
FileBlob(String) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.file.FileBlob
 
FileStore - Class in org.apache.jackrabbit.oak.plugins.segment.file
 
FileStore(File, int, boolean) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.file.FileStore
 
FileStore(File, int, int, boolean) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.file.FileStore
 
FileStore(File, NodeState, int, int, boolean) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.file.FileStore
 
FileStoreBackup - Class in org.apache.jackrabbit.oak.plugins.backup
 
FileStoreBackup() - Constructor for class org.apache.jackrabbit.oak.plugins.backup.FileStoreBackup
 
FileStoreRestore - Class in org.apache.jackrabbit.oak.plugins.backup
 
FileStoreRestore() - Constructor for class org.apache.jackrabbit.oak.plugins.backup.FileStoreRestore
 
Filter - Interface in org.apache.jackrabbit.oak.spi.query
The filter for an index lookup that contains a number of restrictions that are combined with AND.
Filter.PathRestriction - Enum in org.apache.jackrabbit.oak.spi.query
The path restriction type.
Filter.PropertyRestriction - Class in org.apache.jackrabbit.oak.spi.query
A restriction for a property.
Filter.PropertyRestriction() - Constructor for class org.apache.jackrabbit.oak.spi.query.Filter.PropertyRestriction
 
FilterBuilder - Class in org.apache.jackrabbit.oak.plugins.observation.filter
Builder for FilterProvider instances.
FilterBuilder() - Constructor for class org.apache.jackrabbit.oak.plugins.observation.filter.FilterBuilder
 
FilterBuilder.Condition - Interface in org.apache.jackrabbit.oak.plugins.observation.filter
 
FilteredHandler - Class in org.apache.jackrabbit.oak.plugins.observation
Filtered event handler.
FilteredHandler(EventFilter, EventHandler) - Constructor for class org.apache.jackrabbit.oak.plugins.observation.FilteredHandler
 
FilterImpl - Class in org.apache.jackrabbit.oak.query.index
A filter or lookup condition.
FilterImpl() - Constructor for class org.apache.jackrabbit.oak.query.index.FilterImpl
 
FilterImpl(SelectorImpl, String) - Constructor for class org.apache.jackrabbit.oak.query.index.FilterImpl
Create a filter.
FilterImpl(Filter) - Constructor for class org.apache.jackrabbit.oak.query.index.FilterImpl
 
FilterIterators - Class in org.apache.jackrabbit.oak.query
Filtering iterators that are useful for queries with limit, offset, order by, or distinct.
FilterIterators() - Constructor for class org.apache.jackrabbit.oak.query.FilterIterators
 
FilterProvider - Interface in org.apache.jackrabbit.oak.plugins.observation.filter
Instance of this class provide a EventFilter for observation events and a filter for commits.
Filters - Class in org.apache.jackrabbit.oak.plugins.observation.filter
This utility class provides common EventFilter instances
finalize() - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoDocumentStore
 
finalize() - Method in class org.apache.jackrabbit.oak.plugins.document.rdb.RDBBlobStore
 
finalize() - Method in class org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore
 
find(Collection<T>, String) - Method in interface org.apache.jackrabbit.oak.plugins.document.DocumentStore
Get a document.
find(Collection<T>, String, int) - Method in interface org.apache.jackrabbit.oak.plugins.document.DocumentStore
Get a document, ignoring the cache if the cached entry is older than the specified time.
find(Collection<T>, String, int) - Method in class org.apache.jackrabbit.oak.plugins.document.memory.MemoryDocumentStore
 
find(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.document.memory.MemoryDocumentStore
 
find(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoDocumentStore
 
find(Collection<T>, String, int) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoDocumentStore
 
find(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore
 
find(Collection<T>, String, int) - Method in class org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore
 
find(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.LoggingDocumentStoreWrapper
 
find(Collection<T>, String, int) - Method in class org.apache.jackrabbit.oak.plugins.document.util.LoggingDocumentStoreWrapper
 
find(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.SynchronizingDocumentStoreWrapper
 
find(Collection<T>, String, int) - Method in class org.apache.jackrabbit.oak.plugins.document.util.SynchronizingDocumentStoreWrapper
 
find(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingDocumentStoreWrapper
 
find(Collection<T>, String, int) - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingDocumentStoreWrapper
 
findAndUpdate(Collection<T>, UpdateOp) - Method in interface org.apache.jackrabbit.oak.plugins.document.DocumentStore
Performs a conditional update (e.g.
findAndUpdate(Collection<T>, UpdateOp) - Method in class org.apache.jackrabbit.oak.plugins.document.memory.MemoryDocumentStore
 
findAndUpdate(Collection<T>, UpdateOp) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoDocumentStore
 
findAndUpdate(Collection<T>, UpdateOp) - Method in class org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore
 
findAndUpdate(Collection<T>, UpdateOp) - Method in class org.apache.jackrabbit.oak.plugins.document.util.LoggingDocumentStoreWrapper
 
findAndUpdate(Collection<T>, UpdateOp) - Method in class org.apache.jackrabbit.oak.plugins.document.util.SynchronizingDocumentStoreWrapper
 
findAndUpdate(Collection<T>, UpdateOp) - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingDocumentStoreWrapper
 
findAuthorizables(String, String) - Method in class org.apache.jackrabbit.oak.security.user.autosave.AutoSaveEnabledManager
 
findAuthorizables(String, String, int) - Method in class org.apache.jackrabbit.oak.security.user.autosave.AutoSaveEnabledManager
 
findAuthorizables(Query) - Method in class org.apache.jackrabbit.oak.security.user.autosave.AutoSaveEnabledManager
 
findAuthorizables(Query) - Method in class org.apache.jackrabbit.oak.security.user.query.UserQueryManager
Find the authorizables matching the specified user Query.
findAuthorizables(String, String, AuthorizableType) - Method in class org.apache.jackrabbit.oak.security.user.query.UserQueryManager
Find the authorizables matching the following search parameters within the sub-tree defined by an authorizable tree:
findAuthorizables(String, String, AuthorizableType, boolean) - Method in class org.apache.jackrabbit.oak.security.user.query.UserQueryManager
Find the authorizables matching the following search parameters within the sub-tree defined by an authorizable tree:
findAuthorizables(String, String) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
 
findAuthorizables(String, String, int) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
 
findAuthorizables(Query) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
 
findBinaryType(DatabaseMetaData) - Static method in class org.apache.jackrabbit.oak.plugins.document.rdb.RDBMeta
Tries to find a suitable binary type
findDefaultPrimaryType(Tree, boolean) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
 
findPrincipals(String, int) - Method in class org.apache.jackrabbit.oak.spi.security.principal.CompositePrincipalProvider
 
findPrincipals(int) - Method in class org.apache.jackrabbit.oak.spi.security.principal.CompositePrincipalProvider
 
findPrincipals(String) - Method in class org.apache.jackrabbit.oak.spi.security.principal.PrincipalManagerImpl
 
findPrincipals(String, int) - Method in class org.apache.jackrabbit.oak.spi.security.principal.PrincipalManagerImpl
 
findPrincipals(String, int) - Method in interface org.apache.jackrabbit.oak.spi.security.principal.PrincipalProvider
Find the principals that match the specified nameHint and search type.
findPrincipals(int) - Method in interface org.apache.jackrabbit.oak.spi.security.principal.PrincipalProvider
Find all principals that match the search type.
first - Variable in class org.apache.jackrabbit.oak.spi.query.Filter.PropertyRestriction
The first value to read, or null to read from the beginning.
firstIncluding - Variable in class org.apache.jackrabbit.oak.spi.query.Filter.PropertyRestriction
Whether values that match the first should be returned.
firstReordered(PropertyState, PropertyState) - Static method in class org.apache.jackrabbit.oak.plugins.tree.ChildOrderDiff
Tests if there was any user-supplied reordering involved with the modification of the TreeConstants.OAK_CHILD_ORDER property.
flush() - Method in class org.apache.jackrabbit.oak.plugins.segment.file.FileStore
 
flush() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentWriter
 
flush(Set<String>) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionEntryCache
 
flush(Set<String>) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionEntryCache.Local
 
flush(Root) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionStoreImpl
 
format() - Method in class org.apache.jackrabbit.oak.plugins.document.Document
Formats this document for use in a log message.
format(Value) - Static method in class org.apache.jackrabbit.oak.security.user.query.QueryUtil
 
ForwardingListener<K,V> - Class in org.apache.jackrabbit.oak.plugins.document.cache
Listener which forwards the notifications to a delegate.
ForwardingListener() - Constructor for class org.apache.jackrabbit.oak.plugins.document.cache.ForwardingListener
 
ForwardingListener(RemovalListener<K, V>) - Constructor for class org.apache.jackrabbit.oak.plugins.document.cache.ForwardingListener
 
fromName(String) - Static method in enum org.apache.jackrabbit.oak.spi.state.ConflictType
 
fromParent(String) - Static method in class org.apache.jackrabbit.oak.plugins.observation.filter.Selectors
A selector returning the node at relPath relative to Selectors.PARENT
fromString(String) - Static method in class org.apache.jackrabbit.oak.api.Type
Returns the Type with the given string representation.
fromString(String) - Static method in class org.apache.jackrabbit.oak.plugins.document.Revision
 
fromString(String) - Static method in class org.apache.jackrabbit.oak.plugins.segment.RecordId
 
fromTag(int, boolean) - Static method in class org.apache.jackrabbit.oak.api.Type
Corresponding Type for a given type tag and array flag.
fromThis(String) - Static method in class org.apache.jackrabbit.oak.plugins.observation.filter.Selectors
A selector returning the node at relPath relative to Selectors.THIS
FullTextAnd - Class in org.apache.jackrabbit.oak.query.fulltext
A fulltext "and" condition.
FullTextAnd(ArrayList<FullTextExpression>) - Constructor for class org.apache.jackrabbit.oak.query.fulltext.FullTextAnd
 
FullTextExpression - Class in org.apache.jackrabbit.oak.query.fulltext
The base class for fulltext condition expression.
FullTextExpression() - Constructor for class org.apache.jackrabbit.oak.query.fulltext.FullTextExpression
 
FullTextOr - Class in org.apache.jackrabbit.oak.query.fulltext
A fulltext "or" condition.
FullTextOr(ArrayList<FullTextExpression>) - Constructor for class org.apache.jackrabbit.oak.query.fulltext.FullTextOr
 
FullTextParser - Class in org.apache.jackrabbit.oak.query.fulltext
A parser for fulltext condition literals.
FullTextParser() - Constructor for class org.apache.jackrabbit.oak.query.fulltext.FullTextParser
 
fullTextSearch(String, String, StaticOperandImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
FullTextSearchImpl - Class in org.apache.jackrabbit.oak.query.ast
A fulltext "contains(...)" condition.
FullTextSearchImpl(String, String, StaticOperandImpl) - Constructor for class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl
 
fullTextSearchScore(String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
FullTextSearchScoreImpl - Class in org.apache.jackrabbit.oak.query.ast
A fulltext search score expression.
FullTextSearchScoreImpl(String) - Constructor for class org.apache.jackrabbit.oak.query.ast.FullTextSearchScoreImpl
 
FullTextTerm - Class in org.apache.jackrabbit.oak.query.fulltext
A fulltext term, or a "not" term.
FullTextTerm(String, FullTextTerm) - Constructor for class org.apache.jackrabbit.oak.query.fulltext.FullTextTerm
 
FullTextTerm(String, String, boolean, boolean, String) - Constructor for class org.apache.jackrabbit.oak.query.fulltext.FullTextTerm
 
FullTextVisitor - Interface in org.apache.jackrabbit.oak.query.fulltext
A visitor for full-text expressions.
FullTextVisitor.FullTextVisitorBase - Class in org.apache.jackrabbit.oak.query.fulltext
The base implementation of a full-text visitor.
FullTextVisitor.FullTextVisitorBase() - Constructor for class org.apache.jackrabbit.oak.query.fulltext.FullTextVisitor.FullTextVisitorBase
 

G

GarbageCollectorFileState - Class in org.apache.jackrabbit.oak.plugins.blob
Class for keeping the file system state of the garbage collection.
GarbageCollectorFileState(String) - Constructor for class org.apache.jackrabbit.oak.plugins.blob.GarbageCollectorFileState
Instantiates a new garbage collector file state.
generate() - Method in class org.apache.jackrabbit.oak.plugins.observation.EventGenerator
Generates a finite number of EventHandler callbacks based on the content changes that have yet to be processed.
generateNodeName(String) - Method in class org.apache.jackrabbit.oak.spi.security.user.AuthorizableNodeName.Default
 
generateNodeName(String) - Method in interface org.apache.jackrabbit.oak.spi.security.user.AuthorizableNodeName
Generates a node name from the specified authorizableId.
generateUUID() - Static method in class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
 
generateUUID(String) - Static method in class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
 
GenericDescriptors - Class in org.apache.jackrabbit.oak.util
Default implementation of the Descriptors interface.
GenericDescriptors() - Constructor for class org.apache.jackrabbit.oak.util.GenericDescriptors
Constructs an empty descriptors set.
GenericDescriptors(Descriptors) - Constructor for class org.apache.jackrabbit.oak.util.GenericDescriptors
Constructs a descriptors set that uses the given base descriptors as base.
GenericPropertyState - Class in org.apache.jackrabbit.oak.plugins.memory
 
GenericPropertyState(String, String, Type<?>) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.GenericPropertyState
 
get(K, Callable<? extends V>) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
 
get(K) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
Get the value, loading it if needed.
get(String) - Static method in class org.apache.jackrabbit.oak.kernel.StringCache
 
get() - Method in class org.apache.jackrabbit.oak.plugins.document.cache.KryoSerializer.KryoPool
 
get(CacheValue, Callable<? extends NodeDocument>) - Method in class org.apache.jackrabbit.oak.plugins.document.cache.NodeDocOffHeapCache
 
get(String) - Method in class org.apache.jackrabbit.oak.plugins.document.Document
Gets the data for the given key.
get(String) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.RevisionEntry
 
get(Object) - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
get(String) - Method in class org.apache.jackrabbit.oak.spi.xml.ReferenceChangeTracker
Returns the new node id to which oldUUID has been mapped or null if no such mapping exists.
GET_NAME - Static variable in interface org.apache.jackrabbit.oak.api.PropertyState
Mapping from a PropertyState instance to its name.
GET_NAME - Static variable in interface org.apache.jackrabbit.oak.api.Tree
Mapping from a Tree instance to its name.
GET_NAME - Static variable in interface org.apache.jackrabbit.oak.spi.state.ChildNodeEntry
Mapping from a ChildNodeEntry instance to its name.
getAccessControlEntries() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlList
 
getAccessControlManager(Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl
 
getAccessControlManager(Root, NamePathMapper) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.AuthorizationConfiguration
 
getAccessControlManager(Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.CompositeAuthorizationConfiguration
 
getAccessControlManager(Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.OpenAuthorizationConfiguration
 
getAccessKey() - Method in class org.apache.jackrabbit.oak.plugins.blob.cloud.CloudBlobStore
 
getAdminId(ConfigurationParameters) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.UserUtil
 
getAfterState() - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.UniversalFilter
 
getAll(Iterable<? extends K>) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
 
getAllChunkIds(long) - Method in class org.apache.jackrabbit.oak.plugins.blob.cloud.CloudBlobStore
 
getAllChunkIds(long) - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore
Ignores the maxLastModifiedTime currently.
getAllChunkIds(long) - Method in class org.apache.jackrabbit.oak.plugins.blob.db.DbBlobStore
 
getAllChunkIds(long) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoBlobStore
 
getAllChunkIds(long) - Method in class org.apache.jackrabbit.oak.plugins.document.rdb.RDBBlobStore
 
getAllIdentifiers() - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreWrapperBackend
 
getAllNodeTypes() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
 
getAllPresent(Iterable<?>) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
 
getAllPresent(Iterable<?>) - Method in class org.apache.jackrabbit.oak.plugins.document.cache.NodeDocOffHeapCache
 
getAnonymousId(ConfigurationParameters) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.UserUtil
 
getApplicablePolicies(String) - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlManagerImpl
 
getApplicablePolicies(Principal) - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlManagerImpl
 
getArrayType() - Method in class org.apache.jackrabbit.oak.api.Type
Determine the array type which has this type as base type
getAsyncDelay() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
 
getAsyncDelay() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
 
getAttribute(String) - Method in interface org.apache.jackrabbit.oak.api.AuthInfo
Returns the attribute with the given name or null if no attribute with that attributeName exists.
getAttribute(String) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AuthInfoImpl
 
getAttributeNames() - Method in interface org.apache.jackrabbit.oak.api.AuthInfo
Returns the attribute names associated with this instance.
getAttributeNames() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AuthInfoImpl
 
getAuthInfo() - Method in interface org.apache.jackrabbit.oak.api.ContentSession
This methods provides access to information related to authentication and authorization of this content session.
getAuthInfo() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
 
getAuthorizable(String) - Method in class org.apache.jackrabbit.oak.security.user.autosave.AutoSaveEnabledManager
 
getAuthorizable(Principal) - Method in class org.apache.jackrabbit.oak.security.user.autosave.AutoSaveEnabledManager
 
getAuthorizable(String) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
 
getAuthorizable(Principal) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
 
getAuthorizableActions(SecurityProvider) - Method in interface org.apache.jackrabbit.oak.spi.security.user.action.AuthorizableActionProvider
 
getAuthorizableActions(SecurityProvider) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.CompositeActionProvider
 
getAuthorizableActions(SecurityProvider) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider
 
getAuthorizableActions(SecurityProvider) - Method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardAuthorizableActionProvider
 
getAuthorizableByPath(String) - Method in class org.apache.jackrabbit.oak.security.user.autosave.AutoSaveEnabledManager
 
getAuthorizableByPath(String) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
 
getAuthorizableId(Tree) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.UserUtil
 
getAuthorizableRootPath(ConfigurationParameters, AuthorizableType) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.UserUtil
 
getAutoCreateNodeDefinitions() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
 
getAutoCreatePropertyDefinitions() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
 
getAvailableRefs() - Method in class org.apache.jackrabbit.oak.plugins.blob.GarbageCollectorFileState
Gets the file storing the available references.
getAverageLoadPenalty() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
Returns the average time spent loading new values.
getAverageLoadPenalty() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
 
getAverageMemory() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
Get the average memory used per entry.
getBase() - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
 
getBase() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStoreBranch
Returns the base state of this branch.
getBaseCredentials() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.ImpersonationCredentials
Returns the Credentials originally passed to Session.impersonate(javax.jcr.Credentials).
getBaseState() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeBuilder
 
getBaseState() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
getBaseState() - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
 
getBaseState() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeBuilder
 
getBaseState() - Method in class org.apache.jackrabbit.oak.query.ExecutionContext
Used to evaluate the query (ie.
getBaseState() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Returns the original base state that this builder is modifying.
getBaseState() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
getBaseType() - Method in class org.apache.jackrabbit.oak.api.Type
Determine the base type of array types
getBaseVersion(Tree) - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
Returns the tree representing the base version of the given versionable tree or null if none exists yet.
getBatchCount() - Method in class org.apache.jackrabbit.oak.plugins.blob.MarkSweepGarbageCollector
Gets the batch count.
getBeforeState() - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.UniversalFilter
 
getBestSelectorExecutionPlan(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
getBinary() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
 
getBinaryID() - Method in class org.apache.jackrabbit.oak.kernel.KernelBlob
The id returned from MicroKernel.write(java.io.InputStream)
getBindVariableName() - Method in class org.apache.jackrabbit.oak.query.ast.BindVariableValueImpl
 
getBindVariableNames(String, String, Map<String, String>) - Method in interface org.apache.jackrabbit.oak.api.QueryEngine
Parse the query (check if it's valid) and get the list of bind variable names.
getBindVariableNames() - Method in interface org.apache.jackrabbit.oak.query.Query
 
getBindVariableNames(String, String, Map<String, String>) - Method in class org.apache.jackrabbit.oak.query.QueryEngineImpl
Parse the query (check if it's valid) and get the list of bind variable names.
getBindVariableNames() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
getBindVariableNames() - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
 
getBindVariableValue(String) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
getBits(String...) - Method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBitsProvider
 
getBits(Iterable<String>) - Method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBitsProvider
 
getBits(Privilege[], NameMapper) - Method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBitsProvider
 
getBlob(String) - Method in interface org.apache.jackrabbit.oak.api.Root
Get a blob by its reference.
getBlob(String) - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
 
getBlob(String) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
 
getBlob(String) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
Returns the Blob with the given blobId.
getBlob(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeStore
 
getBlob(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStore
 
getBlob(Value) - Static method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
 
getBlob(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStore
Get a blob by its reference.
getBlob(String) - Method in class org.apache.jackrabbit.oak.spi.state.ProxyNodeStore
 
getBlobLength(String) - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore
Gets the length of the blob identified by the blobId.
getBlobLength(String) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.gridfs.MongoGridFSBlobStore
 
GetBlobLengthCommandGridFS - Class in org.apache.jackrabbit.oak.plugins.document.mongo.gridfs
Command for MongoMicroKernel#getLength(String)
GetBlobLengthCommandGridFS(GridFS, String) - Constructor for class org.apache.jackrabbit.oak.plugins.document.mongo.gridfs.GetBlobLengthCommandGridFS
Constructs the command.
getBlobStore() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
 
getBlobStore() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
 
getBlockSizeMin() - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore
 
getBoolean(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
 
getBoolean(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
getBoolean(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
 
getBoolean() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
 
getBoolean(NodeState, String) - Static method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
 
getBoolean(String) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
 
getBoolean(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Returns the boolean value of the named property.
getBoolean(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
Returns the boolean value of the named property.
getBoolean(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
getBoolean(Tree, String) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
Returns the boolean representation of the property with the specified propertyName.
getBoost() - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextTerm
 
getBound(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.DateConstraint
 
getBound(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.DecimalConstraint
 
getBound(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.DoubleConstraint
 
getBound(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.LongConstraint
 
getBound(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.NumericConstraint
 
getBranches() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
 
getBranches() - Method in interface org.apache.jackrabbit.oak.plugins.document.RevisionContext
 
getCachedDocument(String) - Method in class org.apache.jackrabbit.oak.plugins.document.cache.NodeDocOffHeapCache
 
getCachedDocument(String) - Method in interface org.apache.jackrabbit.oak.plugins.document.cache.OffHeapCache
 
getCacheStats() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
 
getCacheStats() - Method in class org.apache.jackrabbit.oak.plugins.document.cache.NodeDocOffHeapCache
 
getCacheStats() - Method in interface org.apache.jackrabbit.oak.plugins.document.cache.OffHeapCache
 
getCacheStats() - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoDocumentStore
 
getChanges() - Method in class org.apache.jackrabbit.oak.plugins.document.UpdateOp
 
getChild(String) - Method in interface org.apache.jackrabbit.oak.api.Tree
Get a possibly non existing child of this Tree.
getChild(String) - Method in class org.apache.jackrabbit.oak.core.HiddenTree
 
getChild(String) - Method in class org.apache.jackrabbit.oak.plugins.tree.ImmutableTree
 
getChild(String) - Method in class org.apache.jackrabbit.oak.plugins.tree.TreeLocation
Navigate to a child of the given name.
getChild(String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
getChildHandler(String, NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.EventHandler
Returns a handler of events within the given child node, or null if changes within that child are not to be processed.
getChildHandler(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.FilteredHandler
 
getChildNames() - Method in class org.apache.jackrabbit.oak.plugins.tree.AbstractTree
Returns the list of child names considering its ordering when the TreeConstants.OAK_CHILD_ORDER property is set.
getChildNode(String) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
 
getChildNode(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
 
getChildNode(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
getChildNode(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
 
getChildNode(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
 
getChildNode(String, Segment, RecordId) - Method in class org.apache.jackrabbit.oak.plugins.segment.Template
 
getChildNode(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Returns a builder for constructing changes to the named child node.
getChildNode(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
Returns the named, possibly non-existent, child node.
getChildNode(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
getChildNodeCount(long) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
 
getChildNodeCount(String, String) - Method in class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
 
getChildNodeCount(String, String) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK
 
getChildNodeCount(String, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.LogWrapper
 
getChildNodeCount(String, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingWrapper
 
getChildNodeCount(long) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
 
getChildNodeCount(long) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
getChildNodeCount(long) - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
 
getChildNodeCount(long) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
 
getChildNodeCount(long) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
 
getChildNodeCount(long) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Returns the current number of child nodes.
getChildNodeCount(long) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
Returns the number of iterable child nodes of this node.
getChildNodeCount(long) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
getChildNodeEntries() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
 
getChildNodeEntries() - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
 
getChildNodeEntries() - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
 
getChildNodeEntries() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
 
getChildNodeEntries() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
Returns the iterable child node entries of this instance.
getChildNodeNames() - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
 
getChildNodeNames() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
getChildNodeNames() - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
 
getChildNodeNames() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
 
getChildNodeNames() - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
 
getChildNodeNames() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Returns the names of current child nodes.
getChildNodeNames() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
Returns the names of all iterable child nodes.
getChildNodeNames() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
getChildPermission(String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.TreePermission
 
getChildren() - Method in interface org.apache.jackrabbit.oak.api.Tree
All accessible children of this Tree instance.
getChildren() - Method in class org.apache.jackrabbit.oak.core.HiddenTree
 
getChildren() - Method in class org.apache.jackrabbit.oak.plugins.tree.AbstractTree
 
getChildrenCacheSize() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
 
getChildrenCount(long) - Method in interface org.apache.jackrabbit.oak.api.Tree
Determine the number of children of this Tree instance taking access restrictions into account.
getChildrenCount(long) - Method in class org.apache.jackrabbit.oak.core.HiddenTree
 
getChildrenCount(long) - Method in class org.apache.jackrabbit.oak.plugins.tree.AbstractTree
 
getChildSerializer() - Method in class org.apache.jackrabbit.oak.kernel.JsonSerializer
 
getChildTracker(String) - Method in class org.apache.jackrabbit.oak.namepath.PathTracker
 
getChildTracker(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.identifier.IdentifierTracker
 
getCloudContainer() - Method in class org.apache.jackrabbit.oak.plugins.blob.cloud.CloudBlobStore
 
getCloudProvider() - Method in class org.apache.jackrabbit.oak.plugins.blob.cloud.CloudBlobStore
 
getClusterId() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
 
getClusterId() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
 
getClusterId() - Method in class org.apache.jackrabbit.oak.plugins.document.Revision
 
getClusterId() - Method in interface org.apache.jackrabbit.oak.plugins.document.RevisionContext
 
getClusterInfo() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
 
getCode() - Method in exception org.apache.jackrabbit.oak.api.CommitFailedException
Returns the type-specific error code of this exception.
getCollation(QueryBuilder.Direction) - Static method in class org.apache.jackrabbit.oak.security.user.query.QueryUtil
 
getColumnIndex(String) - Method in interface org.apache.jackrabbit.oak.query.Query
 
getColumnIndex(String) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
getColumnIndex(String) - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
 
getColumnName() - Method in class org.apache.jackrabbit.oak.query.ast.ColumnImpl
 
getColumnNames() - Method in interface org.apache.jackrabbit.oak.api.Result
Get the list of column names.
getColumnNames() - Method in class org.apache.jackrabbit.oak.query.ResultImpl
 
getColumns() - Method in interface org.apache.jackrabbit.oak.query.Query
 
getColumns() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
getColumns() - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
 
getColumnSelectorNames() - Method in interface org.apache.jackrabbit.oak.api.Result
Get the distinct selector names of all columns.
getColumnSelectorNames() - Method in class org.apache.jackrabbit.oak.query.ResultImpl
 
getCommitHooks(String) - Method in class org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl
 
getCommitHooks(String) - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeConfigurationImpl
 
getCommitHooks(String) - Method in class org.apache.jackrabbit.oak.spi.security.CompositeConfiguration
 
getCommitHooks(String) - Method in class org.apache.jackrabbit.oak.spi.security.SecurityConfiguration.Default
 
getCommitHooks(String) - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityConfiguration
Returns the list of commit hooks that need to be executed for the specified workspace name.
getCommitRootPath(Revision) - Method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
Returns the commit root path for the given revision or null if this document does not have a commit root entry for the given revision.
getComparator(OrderingImpl[]) - Static method in class org.apache.jackrabbit.oak.query.ResultRowImpl
 
getConfig() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlManager
 
getConfigMap() - Method in class org.apache.jackrabbit.oak.plugins.blob.BlobStoreConfiguration
 
getConfiguration(Class<T>) - Method in class org.apache.jackrabbit.oak.security.SecurityProviderImpl
 
getConfiguration(Class<T>) - Method in class org.apache.jackrabbit.oak.spi.security.OpenSecurityProvider
 
getConfiguration(Class<T>) - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityProvider
Returns the security configuration of the specified configClass.
getConfigurations() - Method in class org.apache.jackrabbit.oak.security.SecurityProviderImpl
 
getConfigurations() - Method in class org.apache.jackrabbit.oak.spi.security.CompositeConfiguration
 
getConfigurations() - Method in class org.apache.jackrabbit.oak.spi.security.OpenSecurityProvider
 
getConfigurations() - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityProvider
Returns all available SecurityConfigurations.
getConfigValue(String, T, Class<T>) - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
Returns the value of the configuration entry with the given key applying the following rules: If this instance doesn't contain a configuration entry with that key the specified defaultValue will be returned. If defaultValue is null the original value will be returned. If the configured value is null this method will always return null. If neither defaultValue nor the configured value is null an attempt is made to convert the configured value to match the type of the default value.
getConfigValue(String, T) - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
Returns the value of the configuration entry with the given key applying the following rules: If this instance doesn't contain a configuration entry with that key, or if the entry is null, the specified defaultValue will be returned. If the configured value is not null an attempt is made to convert the configured value to match the type of the default value.
getConstraint() - Method in class org.apache.jackrabbit.oak.query.ast.NotImpl
 
getConstraint() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
getConstraint1() - Method in class org.apache.jackrabbit.oak.query.ast.AndImpl
 
getConstraint1() - Method in class org.apache.jackrabbit.oak.query.ast.OrImpl
 
getConstraint2() - Method in class org.apache.jackrabbit.oak.query.ast.AndImpl
 
getConstraint2() - Method in class org.apache.jackrabbit.oak.query.ast.OrImpl
 
getContentRepository() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.RepositoryCallback
 
getContentSession() - Method in interface org.apache.jackrabbit.oak.api.Root
Get the ContentSession from which this root was acquired
getContentSession() - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
 
getContentSession() - Method in class org.apache.jackrabbit.oak.core.SystemRoot
 
getContext() - Method in class org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl
 
getContext() - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeConfigurationImpl
 
getContext() - Method in class org.apache.jackrabbit.oak.security.user.UserConfigurationImpl
 
getContext() - Method in class org.apache.jackrabbit.oak.spi.security.CompositeConfiguration
 
getContext() - Method in class org.apache.jackrabbit.oak.spi.security.SecurityConfiguration.Default
 
getContext() - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityConfiguration
 
getConverter() - Method in class org.apache.jackrabbit.oak.plugins.memory.BinaryPropertyState
 
getConverter() - Method in class org.apache.jackrabbit.oak.plugins.memory.BooleanPropertyState
 
getConverter() - Method in class org.apache.jackrabbit.oak.plugins.memory.DecimalPropertyState
 
getConverter() - Method in class org.apache.jackrabbit.oak.plugins.memory.DoublePropertyState
 
getConverter() - Method in class org.apache.jackrabbit.oak.plugins.memory.GenericPropertyState
 
getConverter() - Method in class org.apache.jackrabbit.oak.plugins.memory.LongPropertyState
 
getConverter(Blob) - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiBinaryPropertyState
 
getConverter(Boolean) - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiBooleanPropertyState
 
getConverter(BigDecimal) - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiDecimalPropertyState
 
getConverter(Double) - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiDoublePropertyState
 
getConverter(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiGenericPropertyState
 
getConverter(Long) - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiLongPropertyState
 
getConverter(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiStringPropertyState
 
getConverter() - Method in class org.apache.jackrabbit.oak.plugins.memory.StringPropertyState
 
getCost(Filter, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.aggregate.AggregateIndex
 
getCost(Filter) - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.BaseDiffCollector
 
getCost(Filter) - Method in interface org.apache.jackrabbit.oak.plugins.index.diffindex.DiffCollector
 
getCost(Filter, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.DiffIndex
 
getCost(Filter, String, PropertyValue) - Method in class org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexLookup
 
getCost(Filter, NodeState) - Method in class org.apache.jackrabbit.oak.query.index.TraversingIndex
 
getCost(Filter, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex
Estimate the worst-case cost to query with the given filter.
getCounter() - Method in class org.apache.jackrabbit.oak.plugins.document.Revision
 
getCounter(RepositoryStatistics.Type) - Method in class org.apache.jackrabbit.oak.stats.StatisticManager
Get the counter of the specified type.
getCreated() - Method in interface org.apache.jackrabbit.oak.plugins.document.CachedNodeDocument
 
getCreated() - Method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
 
getCredentials() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
Tries to retrieve valid (supported) Credentials: using a CredentialsCallback, looking for a AbstractLoginModule.SHARED_KEY_CREDENTIALS entry in the shared state (see also AbstractLoginModule.getSharedCredentials() and finally by searching for valid credentials in the subject.
getCredentials() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.CredentialsCallback
Returns the Credentials that have been set before using CredentialsCallback.setCredentials(javax.jcr.Credentials).
getCurrentSegment(UUID) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentWriter
 
getCurrentTimestamp() - Static method in class org.apache.jackrabbit.oak.plugins.document.Revision
Get the timestamp value of the current date and time.
getData() - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoBlob
 
getDataBaseName(DatabaseMetaData) - Static method in class org.apache.jackrabbit.oak.plugins.document.rdb.RDBMeta
 
getDataStore() - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore
Gets the data store.
getDate() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
 
getDate() - Method in class org.apache.jackrabbit.oak.spi.commit.CommitInfo
 
getDB() - Method in class org.apache.jackrabbit.oak.plugins.document.util.MongoConnection
Returns the DB.
getDecimal() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
 
getDeclaredAggregateNames() - Method in class org.apache.jackrabbit.oak.spi.security.privilege.ImmutablePrivilegeDefinition
 
getDeclaredAggregateNames() - Method in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeDefinition
Returns the internal names of the declared aggregated privileges or an empty array if the privilege defined by this definition isn't an aggregate.
getDefaultBuilder() - Static method in class org.apache.jackrabbit.oak.plugins.document.util.MongoConnection
Constructs a builder with default options set.
getDefaultChildType(Tree, Tree, String) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
Finds the default primary type for a new child node with the given name.
getDefaultConfiguration(ConfigurationParameters) - Static method in class org.apache.jackrabbit.oak.spi.security.authentication.ConfigurationUtil
Creates a new Configuration for the default OAK authentication setup which only handles login for standard JCR credentials.
getDefinition(Tree, String) - Method in interface org.apache.jackrabbit.oak.plugins.nodetype.DefinitionProvider
Returns the node definition for a child node of parent named nodeName with a default primary type.
getDefinition(Tree, Tree) - Method in interface org.apache.jackrabbit.oak.plugins.nodetype.DefinitionProvider
Calculates the applicable definition for the child node under the given parent node.
getDefinition(Tree, PropertyState, boolean) - Method in interface org.apache.jackrabbit.oak.plugins.nodetype.DefinitionProvider
Calculates the applicable definition for the property state under the given parent tree.
getDefinition(Tree, String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
 
getDefinition(Tree, Tree) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
 
getDefinition(Tree, PropertyState, boolean) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
 
getDefinition() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.Restriction
Returns the underlying restriction definition.
getDefinition() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionImpl
 
getDescription() - Method in enum org.apache.jackrabbit.oak.plugins.version.VersionExceptionCode
 
getDescriptors() - Method in interface org.apache.jackrabbit.oak.api.ContentRepository
Returns the repository descriptors which contain all or a subset of the descriptors defined in Repository.
getDescriptors() - Method in class org.apache.jackrabbit.oak.core.ContentRepositoryImpl
 
getDestPath(String) - Method in class org.apache.jackrabbit.oak.spi.commit.MoveTracker
 
getDiffCacheSize() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
 
getDiffCacheStats() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
 
getDigest() - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore.LogicalBlockId
Gets the digest.
getDocChildrenCacheSize() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
 
getDocChildrenCacheStats() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
 
getDocumentCacheSize() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
 
getDocumentStore() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
 
getDocumentStore() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK
 
getDocumentStore() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
 
getDone() - Method in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
 
getDouble() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
 
getDummySegment() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentWriter
 
getEffectiveNodeType(Node) - Method in interface org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeTypeProvider
Calculates and returns the effective node types of the given node.
getEffectiveNodeType(Tree) - Method in interface org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeTypeProvider
Calculates and returns the effective node types of the given tree.
getEffectiveNodeType(Node) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
Returns all the node types of the given node, in a breadth-first traversal order of the type hierarchy.
getEffectiveNodeType(Tree) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
 
getEffectivePolicies(String) - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlManagerImpl
 
getEffectivePolicies(Set<Principal>) - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlManagerImpl
 
getEffectiveType(Tree, Tree) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
Returns the effective node types of the given node.
getElementCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
Get the number of elements/objects in the cache.
getElementCount() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
 
getEntries(PermissionStore, String) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionEntryCache.Local
 
getEntries(String) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PrincipalPermissionEntries
 
getEntries() - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PrincipalPermissionEntries
 
getEntries() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlList
 
getEntries() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ImmutableACL
 
getEntryName(String) - Static method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionUtil
 
getEstimatedCost() - Method in interface org.apache.jackrabbit.oak.query.plan.ExecutionPlan
 
getEstimatedCost() - Method in class org.apache.jackrabbit.oak.query.plan.JoinExecutionPlan
 
getEstimatedCost() - Method in class org.apache.jackrabbit.oak.query.plan.SelectorExecutionPlan
 
getEstimatedCost() - Method in interface org.apache.jackrabbit.oak.query.Query
Get the estimated cost.
getEstimatedCost() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
getEstimatedCost() - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
 
getEveryone() - Method in class org.apache.jackrabbit.oak.spi.security.principal.PrincipalManagerImpl
 
getEvictionCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
Returns the number of times an entry has been evicted.
getEvictionCount() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
 
getExcerpt(String, String, Query, boolean) - Static method in class org.apache.jackrabbit.oak.query.fulltext.SimpleExcerptProvider
 
getExecutionContext() - Method in class org.apache.jackrabbit.oak.query.QueryEngineImpl
 
getExistingSelector(String) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
Get the selector with the given name, or fail if not found.
getFilter(NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.filter.FilterProvider
Factory method for creating a Filter for the passed before and after states.
getFulltextConditions() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
getFulltextConditions() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
Deprecated.
getFullTextConstraint(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AndImpl
 
getFullTextConstraint(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ConstraintImpl
Get the (combined) full-text constraint.
getFullTextConstraint(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl
 
getFullTextConstraint(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.OrImpl
 
getFullTextConstraint() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
getFullTextConstraint() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
Get the fulltext search condition expression, if any.
getFullTextSearchExpression() - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl
 
getGarbage() - Method in class org.apache.jackrabbit.oak.plugins.blob.GarbageCollectorFileState
Gets the storing the garbage.
getGcCandidates() - Method in class org.apache.jackrabbit.oak.plugins.blob.GarbageCollectorFileState
Gets the file storing the gc candidates.
getGroupMembership(Principal) - Method in class org.apache.jackrabbit.oak.spi.security.principal.CompositePrincipalProvider
 
getGroupMembership(Principal) - Method in class org.apache.jackrabbit.oak.spi.security.principal.PrincipalManagerImpl
 
getGroupMembership(Principal) - Method in interface org.apache.jackrabbit.oak.spi.security.principal.PrincipalProvider
Returns an iterator over all group principals for which the given principal is either direct or indirect member of.
getHead() - Method in interface org.apache.jackrabbit.oak.plugins.segment.Journal
 
getHead() - Method in class org.apache.jackrabbit.oak.plugins.segment.memory.MemoryJournal
 
getHead() - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
 
getHead() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStoreBranch
Returns the head state of this branch.
getHeadRevision() - Method in class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
 
getHeadRevision() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK
 
getHeadRevision() - Method in class org.apache.jackrabbit.oak.plugins.document.util.LogWrapper
 
getHeadRevision() - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingWrapper
 
getHitCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
Returns the number of times Cache lookup methods have returned a cached value.
getHitCount() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
 
getHitRate() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
Returns the ratio of cache requests which were hits.
getHitRate() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
 
getHome() - Method in class org.apache.jackrabbit.oak.plugins.blob.GarbageCollectorFileState
Gets the home directory.
getId() - Method in class org.apache.jackrabbit.oak.plugins.document.ClusterNodeInfo
 
getId() - Method in class org.apache.jackrabbit.oak.plugins.document.Document
 
getId() - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoBlob
 
getId() - Method in class org.apache.jackrabbit.oak.plugins.document.Node
 
getId() - Method in class org.apache.jackrabbit.oak.plugins.document.UpdateOp
 
getIdentifier(Tree) - Static method in class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
Return the identifier of a tree.
getIdentifier() - Method in class org.apache.jackrabbit.oak.plugins.identifier.IdentifierTracker
 
getIdentifierManager() - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
 
getIdFromPath(String) - Static method in class org.apache.jackrabbit.oak.plugins.document.util.Utils
 
getIfCached(Collection<T>, String) - Method in interface org.apache.jackrabbit.oak.plugins.document.DocumentStore
Fetches the cached document.
getIfCached(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.document.memory.MemoryDocumentStore
 
getIfCached(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoDocumentStore
 
getIfCached(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore
 
getIfCached(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.LoggingDocumentStoreWrapper
 
getIfCached(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.SynchronizingDocumentStoreWrapper
 
getIfCached(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingDocumentStoreWrapper
 
getIfPresent(Object) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
Get the value for the given key if the entry is cached.
getIfPresent(Object) - Method in class org.apache.jackrabbit.oak.plugins.document.cache.NodeDocOffHeapCache
 
getImpersonatorInfo() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.ImpersonationCredentials
Returns the AuthInfo present with the editing session that want to impersonate.
getIndex() - Method in class org.apache.jackrabbit.oak.query.plan.SelectorExecutionPlan
 
getIndexEditor(String, NodeBuilder, NodeState, IndexUpdateCallback) - Method in class org.apache.jackrabbit.oak.plugins.index.CompositeIndexEditorProvider
 
getIndexEditor(String, NodeBuilder, NodeState, IndexUpdateCallback) - Method in interface org.apache.jackrabbit.oak.plugins.index.IndexEditorProvider
Each provider knows how to produce a certain type of index.
getIndexEditor(String, NodeBuilder, NodeState, IndexUpdateCallback) - Method in class org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexEditorProvider
 
getIndexEditor(String, NodeBuilder, NodeState, IndexUpdateCallback) - Method in class org.apache.jackrabbit.oak.plugins.index.reference.ReferenceEditorProvider
 
getIndexEditor(String, NodeBuilder, NodeState, IndexUpdateCallback) - Method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardIndexEditorProvider
 
getIndexName() - Method in class org.apache.jackrabbit.oak.plugins.index.aggregate.AggregateIndex
 
getIndexName() - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.UUIDDiffIndex
 
getIndexName() - Method in class org.apache.jackrabbit.oak.query.index.TraversingIndex
 
getIndexName() - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex
Get the unique index name.
getIndexProvider() - Method in class org.apache.jackrabbit.oak.query.ExecutionContext
 
getIndexStats() - Method in class org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate
 
getInfo() - Method in class org.apache.jackrabbit.oak.spi.commit.CommitInfo
Return the info map
getInitStackTrace() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
 
getInMap() - Method in class org.apache.jackrabbit.oak.query.ast.AndImpl
 
getInMap() - Method in class org.apache.jackrabbit.oak.query.ast.ChildNodeImpl
 
getInMap() - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
 
getInMap() - Method in class org.apache.jackrabbit.oak.query.ast.ConstraintImpl
Get the map of "in(..)" conditions.
getInMap() - Method in class org.apache.jackrabbit.oak.query.ast.DescendantNodeImpl
 
getInMap() - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl
 
getInMap() - Method in class org.apache.jackrabbit.oak.query.ast.InImpl
 
getInMap() - Method in class org.apache.jackrabbit.oak.query.ast.NotImpl
 
getInMap() - Method in class org.apache.jackrabbit.oak.query.ast.OrImpl
 
getInMap() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyExistenceImpl
 
getInMap() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyInexistenceImpl
 
getInMap() - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeImpl
 
getInnerJoinConditions() - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
 
getInnerJoinConditions() - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
Get the list of inner join conditions.
getInnerJoinSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
 
getInnerJoinSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
getInnerJoinSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
Get all sources that are joined via inner join.
getInstance(DocumentStore) - Static method in class org.apache.jackrabbit.oak.plugins.document.ClusterNodeInfo
Create a cluster node info instance for the store, with the
getInstance(DocumentStore, String, String) - Static method in class org.apache.jackrabbit.oak.plugins.document.ClusterNodeInfo
Create a cluster node info instance for the store.
getInstance(Root, NamePathMapper) - Static method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
Return a new instance of ReadOnlyNodeTypeManager that reads node type information from the tree at NodeTypeConstants.NODE_TYPES_PATH.
getInstance() - Static method in class org.apache.jackrabbit.oak.security.authorization.permission.AllPermissions
 
getInstance() - Static method in class org.apache.jackrabbit.oak.security.authorization.permission.NoPermissions
 
getInstance() - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.OpenPermissionProvider
 
getInstance() - Static method in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
 
getInstance() - Static method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
Creates a mutable instance of privilege bits.
getInstance(PrivilegeBits...) - Static method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
Creates a mutable instance of privilege bits.
getInstance(PropertyState) - Static method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
Get or create an instance of privilege bits for a specific property that stores privileges.
getInstance(Tree) - Static method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
Get or create an instance of privilege bits for a privilege definition.
getJackrabbit2Configuration(ConfigurationParameters) - Static method in class org.apache.jackrabbit.oak.spi.security.authentication.ConfigurationUtil
Creates a new Configuration backwards compatible with the default Jackrabbit 2.x authentication setup.
getJcrName(String) - Method in class org.apache.jackrabbit.oak.namepath.GlobalNameMapper
 
getJcrName(String) - Method in class org.apache.jackrabbit.oak.namepath.LocalNameMapper
 
getJcrName(String) - Method in interface org.apache.jackrabbit.oak.namepath.NameMapper
Returns the JCR name for the given Oak name.
getJcrName(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapper.Default
 
getJcrName(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapperImpl
 
getJcrPath(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapper.Default
 
getJcrPath(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapperImpl
 
getJcrPath(String) - Method in interface org.apache.jackrabbit.oak.namepath.PathMapper
Returns the JCR path for the given Oak path.
getJoin() - Method in class org.apache.jackrabbit.oak.query.plan.JoinExecutionPlan
 
getJoinCondition() - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
 
getJournal(String, String, String) - Method in class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
 
getJournal(String, String, String) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK
 
getJournal(String, String, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.LogWrapper
 
getJournal(String, String, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingWrapper
 
getJournal(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.file.FileStore
 
getJournal(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.http.HttpStore
 
getJournal(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.memory.MemoryStore
 
getJournal(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.mongo.MongoStore
 
getJournal(String) - Method in interface org.apache.jackrabbit.oak.plugins.segment.SegmentStore
Returns the named journal.
getKeyLowerLimit(String) - Static method in class org.apache.jackrabbit.oak.plugins.document.util.Utils
Returns the lower key limit to retrieve the children of the given path.
getKeys() - Method in interface org.apache.jackrabbit.oak.api.Descriptors
Returns a string array holding all descriptor keys available for this implementation, both the standard descriptors defined by the string constants in this interface and any implementation-specific descriptors.
getKeys() - Method in class org.apache.jackrabbit.oak.util.GenericDescriptors
Returns a string array holding all descriptor keys available for this implementation, both the standard descriptors defined by the string constants in this interface and any implementation-specific descriptors.
getKeyUpperLimit(String) - Static method in class org.apache.jackrabbit.oak.plugins.document.util.Utils
Returns the upper key limit to retrieve the children of the given path.
getLastCheckTime() - Method in interface org.apache.jackrabbit.oak.plugins.document.CachedNodeDocument
 
getLastCheckTime() - Method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
Returns the last time when this object was checked for consistency.
getLastFailedSave() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
 
getLastMod() - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoBlob
 
getLastModified(DataIdentifier) - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreWrapperBackend
 
getLastReadAccess() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
 
getLastRefresh() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
 
getLastRev() - Method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
 
getLastRevision() - Method in class org.apache.jackrabbit.oak.plugins.document.Node
 
getLastSave() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
 
getLastWriteAccess() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
 
getLatestRoot() - Method in interface org.apache.jackrabbit.oak.api.ContentSession
The current head root as seen by this content session.
getLatestRoot() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlManager
 
getLeaseTime() - Method in class org.apache.jackrabbit.oak.plugins.document.ClusterNodeInfo
 
getLeft() - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
 
getLeftPlan() - Method in class org.apache.jackrabbit.oak.query.plan.JoinExecutionPlan
 
getLength(String) - Method in class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
 
getLength(DataIdentifier) - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreWrapperBackend
 
getLength(String) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK
 
getLength(String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.LogWrapper
 
getLength(String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingWrapper
 
getLength() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
 
getLevel() - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoBlob
 
getLiteralValue() - Method in class org.apache.jackrabbit.oak.query.ast.LiteralImpl
 
getLiveRevision(RevisionContext, Revision, Set<Revision>) - Method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
Get the earliest (oldest) revision where the node was alive at or before the provided revision, if the node was alive at the given revision.
getLoadCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
Returns the total number of times that Cache lookup methods attempted to load new values.
getLoadCount() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
 
getLoadExceptionCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
Returns the number of times Cache lookup methods threw an exception while loading a new value.
getLoadExceptionCount() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
 
getLoadExceptionRate() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
Returns the ratio of cache loading attempts which threw exceptions.
getLoadExceptionRate() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
 
getLoadSuccessCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
Returns the number of times Cache lookup methods have successfully loaded a new value.
getLoadSuccessCount() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
 
getLogging() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
 
getLoginContext(Credentials, String) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.LoginContextProvider
Returns a new login context instance for handling authentication.
getLoginContextProvider(ContentRepository) - Method in class org.apache.jackrabbit.oak.security.authentication.AuthenticationConfigurationImpl
Create a LoginContextProvider using standard JAAS functionality.
getLoginContextProvider(ContentRepository) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.AuthenticationConfiguration
 
getLoginContextProvider(ContentRepository) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.OpenAuthenticationConfiguration
 
getLoginTimeStamp() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
 
getLong(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
 
getLong(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
 
getLong() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
 
getLong(NodeState, String) - Static method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
 
getLong(String) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
 
getLong(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
Returns the long value of the named property.
getLong(String, long) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
getLowerBound() - Method in class org.apache.jackrabbit.oak.query.fulltext.LikePattern
Get the lower bound if any.
getMandatoryNodeDefinitions() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
 
getMandatoryPropertyDefinitions() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
 
getMarkedRefs() - Method in class org.apache.jackrabbit.oak.plugins.blob.GarbageCollectorFileState
Gets the file storing the marked references.
getMaxMemory() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
Get the maximum memory to use.
getMaxTotalWeight() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
The maximum weight of entries the cache may contain.
getMaxTotalWeight() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
 
getMembershipSizeThreshold() - Method in class org.apache.jackrabbit.oak.security.user.MembershipWriter
 
getMemory(K) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
Get the memory used for the given key.
getMemory() - Method in interface org.apache.jackrabbit.oak.cache.CacheValue
The estimated amount of memory used by this object, in bytes.
getMemory() - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore.Data
 
getMemory() - Method in class org.apache.jackrabbit.oak.plugins.document.Document
 
getMemory() - Method in class org.apache.jackrabbit.oak.plugins.document.Node
 
getMemory() - Method in class org.apache.jackrabbit.oak.plugins.document.PathRev
 
getMemory() - Method in class org.apache.jackrabbit.oak.plugins.document.util.StringValue
 
getMissCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
Returns the number of times Cache lookup methods have returned an uncached (newly loaded) value, or null.
getMissCount() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
 
getMissRate() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
Returns the ratio of cache requests which were misses.
getMissRate() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
 
getMixinNodeTypes() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
 
getMixinTypeNames() - Method in class org.apache.jackrabbit.oak.spi.xml.NodeInfo
Returns the names of the mixin types of the node being imported.
getMixinTypes() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
getMixinTypes() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
getMixinTypes() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
Returns the names of all matching mixin node types.
getModCount() - Method in interface org.apache.jackrabbit.oak.plugins.document.CachedNodeDocument
 
getModCount() - Method in class org.apache.jackrabbit.oak.plugins.document.Document
 
getModCount(String) - Method in interface org.apache.jackrabbit.oak.security.authorization.permission.PermissionStore
 
getModCount(String) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionStoreImpl
 
getModCount() - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PrincipalPermissionEntries
 
getModified(long) - Static method in class org.apache.jackrabbit.oak.plugins.document.Commit
 
getName() - Method in interface org.apache.jackrabbit.oak.api.PropertyState
 
getName() - Method in interface org.apache.jackrabbit.oak.api.Tree
 
getName() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
 
getName() - Method in class org.apache.jackrabbit.oak.core.HiddenTree
 
getName() - Method in class org.apache.jackrabbit.oak.plugins.document.UpdateOp.Key
 
getName(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
 
getName() - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyPropertyState
 
getName() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryChildNodeEntry
 
getName() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
Accessor for name
getName(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
getName() - Method in class org.apache.jackrabbit.oak.plugins.memory.PropertyBuilder
 
getName(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
 
getName() - Method in class org.apache.jackrabbit.oak.plugins.tree.AbstractTree
 
getName() - Method in enum org.apache.jackrabbit.oak.query.ast.Order
 
getName() - Method in class org.apache.jackrabbit.oak.security.authentication.AuthenticationConfigurationImpl
 
getName() - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl
 
getName() - Method in class org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl
 
getName() - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PrincipalPermissionEntries
 
getName() - Method in class org.apache.jackrabbit.oak.security.principal.PrincipalConfigurationImpl
 
getName() - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeConfigurationImpl
 
getName() - Method in class org.apache.jackrabbit.oak.security.user.UserConfigurationImpl
 
getName() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinition
The internal oak name of this restriction definition.
getName() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinitionImpl
 
getName() - Method in class org.apache.jackrabbit.oak.spi.security.CompositeConfiguration
 
getName() - Method in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
 
getName() - Method in class org.apache.jackrabbit.oak.spi.security.principal.PrincipalImpl
 
getName() - Method in class org.apache.jackrabbit.oak.spi.security.principal.SystemPrincipal
 
getName() - Method in class org.apache.jackrabbit.oak.spi.security.privilege.ImmutablePrivilegeDefinition
 
getName() - Method in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeDefinition
The internal name of this privilege.
getName() - Method in class org.apache.jackrabbit.oak.spi.security.SecurityConfiguration.Default
 
getName() - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityConfiguration
Returns the name of this security configuration.
getName(NodeState, String) - Static method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
 
getName(String) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
 
getName() - Method in interface org.apache.jackrabbit.oak.spi.state.ChildNodeEntry
The name of the child node state wrt.
getName() - Method in enum org.apache.jackrabbit.oak.spi.state.ConflictType
 
getName(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Returns the name value of the named property.
getName(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
Returns the name value of the named property.
getName(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
getName() - Method in class org.apache.jackrabbit.oak.spi.xml.NodeInfo
Returns the name of the node being imported.
getName() - Method in class org.apache.jackrabbit.oak.spi.xml.PropInfo
 
getName() - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
getName(String, String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
getName(Tree, String) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
 
getNamedNodeDefinitions(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
Return all node definitions that match the specified oak name.
getNamedPropertyDefinitions(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
Return all property definitions that match the specified oak name.
getNamePathMapper() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
Returns a NameMapper to be used by this node type manager.
getNamePathMapper() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
getNamePathMapper() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlList
 
getNamePathMapper() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlManager
 
getNames(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
 
getNames(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
getNames(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
 
getNames(long) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
Returns names of the specified permissions.
getNames(NodeState, String) - Static method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
 
getNames(String) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
 
getNames(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Returns the name values of the named property.
getNames(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
Returns the name values of the named property.
getNames(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
getNames(Tree, String) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
 
getNamespaceMap(Tree) - Static method in class org.apache.jackrabbit.oak.plugins.name.Namespaces
 
getNamespacePrefix(Tree, String) - Static method in class org.apache.jackrabbit.oak.plugins.name.Namespaces
 
getNamespaceURI(Tree, String) - Static method in class org.apache.jackrabbit.oak.plugins.name.Namespaces
 
getNewestRevision(RevisionContext, Revision, CollisionHandler) - Method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
Get the revision of the latest change made to this node.
getNewStream() - Method in interface org.apache.jackrabbit.oak.api.Blob
Returns a new stream for this blob.
getNewStream() - Method in class org.apache.jackrabbit.oak.kernel.KernelBlob
 
getNewStream() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentBlob
 
getNewStream() - Method in class org.apache.jackrabbit.oak.plugins.memory.ArrayBasedBlob
 
getNewStream() - Method in class org.apache.jackrabbit.oak.plugins.memory.StringBasedBlob
This implementation returns the bytes of the UTF-8 encoding of the underlying string.
getNewStream() - Method in class org.apache.jackrabbit.oak.plugins.segment.file.FileBlob
 
getNode(NodeState, String) - Static method in class org.apache.jackrabbit.oak.spi.state.NodeStateUtils
Get a possibly non existing child node of a node.
getNodeAggregator() - Method in class org.apache.jackrabbit.oak.plugins.index.aggregate.AggregateIndex
 
getNodeAggregator() - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex.FulltextQueryIndex
Returns the NodeAggregator responsible for providing the aggregation settings or null if aggregation is not available/desired.
getNodeAtRevision(RevisionContext, Revision, Revision) - Method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
Returns a Node as seen at the given readRevision.
getNodeCacheSize() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
 
getNodeCacheStats() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
 
getNodeChildrenCacheStats() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
 
getNodeDefinition(String, EffectiveNodeType) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
 
getNodeDefinitions() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
 
getNodes(String, String, int, long, int, String) - Method in class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
 
getNodes(String, String, int, long, int, String) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK
 
getNodes(String, String, int, long, int, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.LogWrapper
 
getNodes(String, String, int, long, int, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingWrapper
 
getNodeState() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryChildNodeEntry
 
getNodeState() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
getNodeState() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeBuilder
 
getNodeState() - Method in class org.apache.jackrabbit.oak.plugins.tree.AbstractTree
 
getNodeState() - Method in interface org.apache.jackrabbit.oak.spi.state.ChildNodeEntry
The child node state
getNodeState() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Returns an immutable node state that matches the current state of the builder.
getNodeState() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
getNodeStore() - Method in class org.apache.jackrabbit.oak.core.ContentRepositoryImpl
 
getNodeStore() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
 
getNodeStore() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK
 
getNodeStore() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService
 
getNodeStore() - Method in class org.apache.jackrabbit.oak.spi.state.ProxyNodeStore
 
getNodeType(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
 
getNodeTypeManager() - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
 
getNodeTypeName(AuthorizableType) - Static method in class org.apache.jackrabbit.oak.security.user.query.QueryUtil
Retrieve the node type name for the specified authorizable type.
getNumEntries(PermissionStore, String) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionEntryCache.Local
 
getNumEntries(String) - Method in interface org.apache.jackrabbit.oak.security.authorization.permission.PermissionStore
 
getNumEntries(String) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionStoreImpl
 
getNumOfRetries() - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.gridfs.BaseCommand
 
getNumOfRetries() - Method in interface org.apache.jackrabbit.oak.plugins.document.mongo.gridfs.Command
Returns the number of retries this Command should be retried in case of an error or false result.
getNumPermissions(NodeBuilder) - Static method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionUtil
 
getNumPermissions(Tree) - Static method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionUtil
 
getNumSweepers() - Method in class org.apache.jackrabbit.oak.plugins.blob.MarkSweepGarbageCollector
Gets the number sweepers.
getOakName(String) - Method in class org.apache.jackrabbit.oak.namepath.GlobalNameMapper
 
getOakName(String) - Method in interface org.apache.jackrabbit.oak.namepath.NameMapper
Returns the Oak name for the specified JCR name.
getOakName(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapper.Default
 
getOakName(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapperImpl
 
getOakName(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
Returns the internal name for the specified JCR name.
getOakNameFromExpanded(String) - Method in class org.apache.jackrabbit.oak.namepath.GlobalNameMapper
 
getOakNameOrNull(String) - Method in class org.apache.jackrabbit.oak.namepath.GlobalNameMapper
 
getOakNameOrNull(String) - Method in class org.apache.jackrabbit.oak.namepath.LocalNameMapper
 
getOakNameOrNull(String) - Method in interface org.apache.jackrabbit.oak.namepath.NameMapper
Returns the Oak name for the given JCR name, or null if no such mapping exists because the given JCR name contains an unknown namespace URI or prefix, or is otherwise invalid.
getOakNameOrNull(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapper.Default
 
getOakNameOrNull(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapperImpl
 
getOakPath(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapper.Default
 
getOakPath(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapperImpl
 
getOakPath(String) - Method in interface org.apache.jackrabbit.oak.namepath.PathMapper
Returns the Oak path for the given JCR path, or null if no such mapping exists because the given JCR path contains a name element with an unknown namespace URI or prefix, or is otherwise invalid.
getOakPath(String) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
Validate the path is syntactically correct, and convert it to an Oak internal path (including namespace remapping if needed).
getOakPath(String, NamePathMapper) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
 
getOakPath() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlList
 
getOakPath(String) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlManager
 
getOakPathKeepIndex(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapper.Default
 
getOakPathKeepIndex(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapperImpl
 
getOakPathKeepIndex(String) - Method in interface org.apache.jackrabbit.oak.namepath.PathMapper
As PathMapper.getOakPath(String), but preserving the index information
getOakPrefixOrNull(String) - Method in class org.apache.jackrabbit.oak.namepath.GlobalNameMapper
 
getOakString() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
Same as ValueImpl.getString() unless that names and paths are returned in their Oak representation instead of being mapped to their JCR representation.
getOakURIOrNull(String) - Method in class org.apache.jackrabbit.oak.namepath.GlobalNameMapper
 
getObservationEventAverage() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
 
getObservationEventAverage() - Method in class org.apache.jackrabbit.oak.stats.RepositoryStats
 
getObservationEventCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
 
getObservationEventCount() - Method in class org.apache.jackrabbit.oak.stats.RepositoryStats
 
getObservationEventDuration() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
 
getObservationEventDuration() - Method in class org.apache.jackrabbit.oak.stats.RepositoryStats
 
getOffHeapCacheSize() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
 
getOffset() - Method in class org.apache.jackrabbit.oak.plugins.segment.RecordId
 
getOperand() - Method in class org.apache.jackrabbit.oak.query.ast.LowerCaseImpl
 
getOperand() - Method in class org.apache.jackrabbit.oak.query.ast.OrderingImpl
 
getOperand() - Method in class org.apache.jackrabbit.oak.query.ast.UpperCaseImpl
 
getOperand1() - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
 
getOperand1() - Method in class org.apache.jackrabbit.oak.query.ast.InImpl
 
getOperand2() - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
 
getOperand2List() - Method in class org.apache.jackrabbit.oak.query.ast.InImpl
 
getOperator() - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
 
getOrAddChild(String, String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
Combination of NodeUtil.getChild(String) and NodeUtil.addChild(String, String) in case no tree exists with the specified name.
getOrAddTree(String, String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
TODO: clean up.
getOrCreateOakIndex(NodeBuilder) - Static method in class org.apache.jackrabbit.oak.plugins.index.IndexUtils
 
getOrderings() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
getParameters(String) - Method in class org.apache.jackrabbit.oak.security.SecurityProviderImpl
 
getParameters() - Method in class org.apache.jackrabbit.oak.spi.security.CompositeConfiguration
 
getParameters() - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationBase
 
getParameters(String) - Method in class org.apache.jackrabbit.oak.spi.security.OpenSecurityProvider
 
getParameters() - Method in class org.apache.jackrabbit.oak.spi.security.SecurityConfiguration.Default
 
getParameters() - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityConfiguration
Returns the configuration parameters associated with this security configuration instance.
getParameters(String) - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityProvider
Allows to retrieve the configuration parameters associated with a given SecurityConfiguration accessible by this provider.
getParent() - Method in interface org.apache.jackrabbit.oak.api.Tree
 
getParent() - Method in class org.apache.jackrabbit.oak.core.HiddenTree
 
getParent() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
Accessor for parent builder
getParent() - Method in class org.apache.jackrabbit.oak.plugins.tree.AbstractTree
 
getParent() - Method in class org.apache.jackrabbit.oak.plugins.tree.ImmutableTree.DefaultParentProvider
 
getParent() - Method in class org.apache.jackrabbit.oak.plugins.tree.ImmutableTree
 
getParent() - Method in interface org.apache.jackrabbit.oak.plugins.tree.ImmutableTree.ParentProvider
 
getParent() - Method in class org.apache.jackrabbit.oak.plugins.tree.TreeLocation
Navigate to the parent or an invalid location for the root of the hierarchy.
getParent() - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
getParentPathOrNull(String) - Static method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionUtil
 
getParents(NodeState, String) - Method in interface org.apache.jackrabbit.oak.plugins.index.aggregate.NodeAggregator
 
getParents(NodeState, String) - Method in class org.apache.jackrabbit.oak.plugins.index.aggregate.SimpleNodeAggregator
 
getPasswordHash() - Method in class org.apache.jackrabbit.oak.security.user.CredentialsImpl
 
getPath() - Method in interface org.apache.jackrabbit.oak.api.ResultRow
The path, assuming there is only one selector.
getPath(String) - Method in interface org.apache.jackrabbit.oak.api.ResultRow
The path for the given selector name.
getPath() - Method in interface org.apache.jackrabbit.oak.api.Tree
 
getPath() - Method in class org.apache.jackrabbit.oak.core.HiddenTree
 
getPath() - Method in class org.apache.jackrabbit.oak.namepath.PathTracker
 
getPath(String) - Method in class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
The path of the tree identified by the specified identifier or null.
getPath(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
Returns the path of the tree references by the specified (weak) reference PropertyState.
getPath(PropertyValue) - Method in class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
Returns the path of the tree references by the specified (weak) reference PropertyState.
getPath() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
getPath() - Method in interface org.apache.jackrabbit.oak.plugins.observation.filter.FilterProvider
Path of the subtree to which the the filter returned by FilterProvider.getFilter(NodeState, NodeState) applies.
getPath() - Method in class org.apache.jackrabbit.oak.plugins.tree.AbstractTree
 
getPath() - Method in class org.apache.jackrabbit.oak.plugins.tree.ImmutableTree
 
getPath() - Method in class org.apache.jackrabbit.oak.plugins.tree.TreeLocation
The path of this location
getPath() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
Get the path.
getPath() - Method in class org.apache.jackrabbit.oak.query.index.IndexRowImpl
 
getPath() - Method in class org.apache.jackrabbit.oak.query.ResultRowImpl
 
getPath(String) - Method in class org.apache.jackrabbit.oak.query.ResultRowImpl
 
getPath(Tree, Tree) - Static method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionUtil
 
getPath() - Method in class org.apache.jackrabbit.oak.spi.commit.CommitInfo
Returns the base path of this commit.
getPath() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
Get the path, or "/" if there is no path restriction set.
getPath() - Method in interface org.apache.jackrabbit.oak.spi.query.IndexRow
The path of the node, if available.
getPath() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlList
 
getPathFromId(String) - Static method in class org.apache.jackrabbit.oak.plugins.document.util.Utils
 
getPathPlan() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
getPathPlan() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
Get the plan for the path.
getPathRestriction() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
getPathRestriction() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
Get the path restriction type.
getPattern(String, Tree) - Method in class org.apache.jackrabbit.oak.security.authorization.restriction.PrincipalRestrictionProvider
 
getPattern(String, Tree) - Method in class org.apache.jackrabbit.oak.security.authorization.restriction.RestrictionProviderImpl
 
getPattern(String, Tree) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.CompositeRestrictionProvider
 
getPattern(String, Tree) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionProvider
Creates the RestrictionPattern for the restriction information stored with specified tree.
getPattern(String, Tree) - Method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardRestrictionProvider
 
getPendingModifications() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
 
getPendingModifications() - Method in interface org.apache.jackrabbit.oak.plugins.document.RevisionContext
 
getPendingWriteCount() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
 
getPermission(String, long) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
getPermissionProvider(Root, String, Set<Principal>) - Method in class org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl
 
getPermissionProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlManager
 
getPermissionProvider(Root, String, Set<Principal>) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.AuthorizationConfiguration
 
getPermissionProvider(Root, String, Set<Principal>) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.CompositeAuthorizationConfiguration
 
getPermissionProvider(Root, String, Set<Principal>) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.OpenAuthorizationConfiguration
 
getPermissions(String, TreeLocation, boolean) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
Returns the permissions that correspond the given jcr actions such as specified in Session.hasPermission(String, String).
getPermissions(String) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
Returns the permissions that correspond the given permission names.
getPermissionsRoot(Root, String) - Static method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionUtil
 
getPlan(Filter, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.aggregate.AggregateIndex
 
getPlan(Filter, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.DiffIndex
 
getPlan(NodeState) - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
 
getPlan(NodeState) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
getPlan(NodeState) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
Get the query plan.
getPlan(Filter, NodeState) - Method in class org.apache.jackrabbit.oak.query.index.TraversingIndex
 
getPlan() - Method in interface org.apache.jackrabbit.oak.query.Query
Get the query plan.
getPlan() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
getPlan() - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
 
getPlan(Filter, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex
Get the query plan for the given filter.
getPolicies(String) - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlManagerImpl
 
getPolicies(Principal) - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlManagerImpl
 
getPos() - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore.LogicalBlockId
Gets the starting position.
getPrecedence() - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextAnd
 
getPrecedence() - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextExpression
Get the operator precedence.
getPrecedence() - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextOr
 
getPrecedence() - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextTerm
 
getPrefix(String) - Method in class org.apache.jackrabbit.oak.plugins.name.ReadOnlyNamespaceRegistry
 
getPrefixes() - Method in class org.apache.jackrabbit.oak.plugins.name.ReadOnlyNamespaceRegistry
 
getPreviousIdFor(String, Revision) - Static method in class org.apache.jackrabbit.oak.plugins.document.util.Utils
 
getPrimaryNodeTypes() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
 
getPrimaryTypeName(NodeState) - Static method in class org.apache.jackrabbit.oak.spi.state.NodeStateUtils
 
getPrimaryTypeName() - Method in class org.apache.jackrabbit.oak.spi.xml.NodeInfo
Returns the name of the primary type of the node being imported.
getPrimaryTypeName(Tree) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
 
getPrimaryTypes() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
getPrimaryTypes() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
getPrimaryTypes() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
Returns the names of all matching primary node types.
getPrincipal() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ACE
 
getPrincipal(String) - Method in class org.apache.jackrabbit.oak.spi.security.principal.CompositePrincipalProvider
 
getPrincipal(String) - Method in class org.apache.jackrabbit.oak.spi.security.principal.PrincipalManagerImpl
 
getPrincipal(String) - Method in interface org.apache.jackrabbit.oak.spi.security.principal.PrincipalProvider
Returns the principal with the specified name or null if the principal does not exist.
getPrincipalManager(Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.security.principal.PrincipalConfigurationImpl
 
getPrincipalManager(Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.spi.security.principal.CompositePrincipalConfiguration
 
getPrincipalManager(Root, NamePathMapper) - Method in interface org.apache.jackrabbit.oak.spi.security.principal.PrincipalConfiguration
Returns an instance of PrincipalManager that can be used to query and retrieve principals such as needed for JCR access control management.
getPrincipalProvider(Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.security.principal.PrincipalConfigurationImpl
 
getPrincipalProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
Retrieves the PrincipalProvider that should be used to handle this authentication.
getPrincipalProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.PrincipalProviderCallback
getPrincipalProvider(Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.spi.security.principal.CompositePrincipalConfiguration
 
getPrincipalProvider(Root, NamePathMapper) - Method in interface org.apache.jackrabbit.oak.spi.security.principal.PrincipalConfiguration
Returns an instance of the OAK PrincipalProvider.
getPrincipalRoot(Tree, String) - Static method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionUtil
 
getPrincipals() - Method in interface org.apache.jackrabbit.oak.api.AuthInfo
Returns the set of principals associated with this AuthInfo instance.
getPrincipals(String) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
Retrieves all principals associated with the specified userId for the configured principal provider.
getPrincipals() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AuthInfoImpl
 
getPrincipals(String) - Method in class org.apache.jackrabbit.oak.spi.security.principal.CompositePrincipalProvider
 
getPrincipals(int) - Method in class org.apache.jackrabbit.oak.spi.security.principal.PrincipalManagerImpl
 
getPrincipals(String) - Method in interface org.apache.jackrabbit.oak.spi.security.principal.PrincipalProvider
Tries to resolve the specified userID to a valid principal and it's group membership.
getPrivateAttributes() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenInfo
Returns the private attributes stored with this info object.
getPrivilegeBits() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ACE
 
getPrivilegeManager(Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeConfigurationImpl
 
getPrivilegeManager() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlManager
 
getPrivilegeManager(Root, NamePathMapper) - Method in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConfiguration
Creates a new instance of PrivilegeManager.
getPrivilegeNames(PrivilegeBits) - Method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBitsProvider
Resolve the given privilege bits to a set of privilege names.
getPrivileges(ImmutableTree) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.AllPermissions
 
getPrivileges(ImmutableTree) - Method in interface org.apache.jackrabbit.oak.security.authorization.permission.CompiledPermissions
 
getPrivileges(ImmutableTree) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.NoPermissions
 
getPrivileges(Tree) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionProviderImpl
 
getPrivileges(String) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlManager
 
getPrivileges(String, Set<Principal>) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlManager
 
getPrivileges(Tree) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.OpenPermissionProvider
 
getPrivileges(Tree) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionProvider
 
getPrivilegesTree() - Method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBitsProvider
Returns the root tree for all privilege definitions stored in the content repository.
getPrivilegesTree(Root) - Static method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeUtil
Returns the root tree for all privilege definitions stored in the content repository.
getProcessedReferences() - Method in class org.apache.jackrabbit.oak.spi.xml.ReferenceChangeTracker
Returns an iterator over all processed reference properties.
getProperties() - Method in interface org.apache.jackrabbit.oak.api.Tree
All accessible property states.
getProperties() - Method in class org.apache.jackrabbit.oak.core.HiddenTree
 
getProperties() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
 
getProperties() - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
 
getProperties() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
getProperties() - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
 
getProperties() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
 
getProperties() - Method in class org.apache.jackrabbit.oak.plugins.tree.AbstractTree
 
getProperties() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Returns the current properties.
getProperties() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
Returns an iterable of the properties of this node.
getProperties() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
getProperty(String) - Method in interface org.apache.jackrabbit.oak.api.Tree
Get a property state
getProperty(String) - Method in class org.apache.jackrabbit.oak.core.HiddenTree
 
getProperty(String) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
 
getProperty(String) - Method in class org.apache.jackrabbit.oak.plugins.blob.BlobStoreConfiguration
 
getProperty(String) - Method in class org.apache.jackrabbit.oak.plugins.document.Node
 
getProperty(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
 
getProperty(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
getProperty(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
 
getProperty(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
 
getProperty(String) - Method in class org.apache.jackrabbit.oak.plugins.tree.AbstractTree
 
getProperty() - Method in class org.apache.jackrabbit.oak.plugins.tree.TreeLocation
Get the underlying PropertyState for this TreeLocation.
getProperty() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.Restriction
The OAK property state associated with this restriction.
getProperty() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionImpl
 
getProperty(String) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
 
getProperty(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Returns the current state of the named property, or null if the property is not set.
getProperty(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
Returns the named property, or null if no such property exists.
getProperty(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
getPropertyCount() - Method in interface org.apache.jackrabbit.oak.api.Tree
Determine the number of properties accessible to the current content session.
getPropertyCount() - Method in class org.apache.jackrabbit.oak.core.HiddenTree
 
getPropertyCount() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
 
getPropertyCount() - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
 
getPropertyCount() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
getPropertyCount() - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
 
getPropertyCount() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
 
getPropertyCount() - Method in class org.apache.jackrabbit.oak.plugins.tree.AbstractTree
 
getPropertyCount() - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
 
getPropertyCount() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Returns the current number of properties.
getPropertyCount() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
Returns the number of properties of this node.
getPropertyCount() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
getPropertyDef(EffectiveNodeType) - Method in class org.apache.jackrabbit.oak.spi.xml.PropInfo
 
getPropertyDefinition(String, boolean, int, boolean) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
Calculates the applicable definition for the property with the specified characteristics under a parent with this effective type.
getPropertyDefinitions() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
 
getPropertyExistence() - Method in class org.apache.jackrabbit.oak.query.ast.DynamicOperandImpl
Get the property existence condition for this operand, if this operand is used as part of a condition.
getPropertyExistence() - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchScoreImpl
 
getPropertyExistence() - Method in class org.apache.jackrabbit.oak.query.ast.LengthImpl
 
getPropertyExistence() - Method in class org.apache.jackrabbit.oak.query.ast.LowerCaseImpl
 
getPropertyExistence() - Method in class org.apache.jackrabbit.oak.query.ast.NodeLocalNameImpl
 
getPropertyExistence() - Method in class org.apache.jackrabbit.oak.query.ast.NodeNameImpl
 
getPropertyExistence() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
 
getPropertyExistence() - Method in class org.apache.jackrabbit.oak.query.ast.UpperCaseImpl
 
getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.AndImpl
 
getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.ChildNodeImpl
 
getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
 
getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.ConstraintImpl
Get the set of property existence conditions that can be derived for this condition.
getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.DescendantNodeImpl
 
getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl
 
getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.InImpl
 
getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.NotImpl
 
getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.OrImpl
 
getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyExistenceImpl
 
getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyInexistenceImpl
 
getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeImpl
 
getPropertyName() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
 
getPropertyName() - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextTerm
 
getPropertyNames() - Method in class org.apache.jackrabbit.oak.plugins.document.Node
 
getPropertyRestriction(String) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
Get the restriction for the given property, if any.
getPropertyRestriction(String) - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
Get the property restriction for the given property, if any.
getPropertyRestrictions() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
getPropertyRestrictions() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
Get the list of property restrictions, if any.
getPropertyState() - Method in class org.apache.jackrabbit.oak.plugins.memory.PropertyBuilder
 
getPropertyStatus(String) - Method in interface org.apache.jackrabbit.oak.api.Tree
Get the Status of a property state or null.
getPropertyStatus(String) - Method in class org.apache.jackrabbit.oak.core.HiddenTree
 
getPropertyStatus(String) - Method in class org.apache.jackrabbit.oak.plugins.tree.AbstractTree
 
getPropertyStatus(String) - Method in class org.apache.jackrabbit.oak.plugins.tree.ImmutableTree
 
getPropertyTypeFromName(String) - Static method in class org.apache.jackrabbit.oak.query.SQL2Parser
Get the property type from the given case insensitive name.
getPropertyValue() - Method in class org.apache.jackrabbit.oak.query.ast.LengthImpl
 
getPropKeys() - Method in class org.apache.jackrabbit.oak.plugins.blob.BlobStoreConfiguration
 
getProtectedItemImporters() - Method in class org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl
 
getProtectedItemImporters() - Method in class org.apache.jackrabbit.oak.security.user.UserConfigurationImpl
 
getProtectedItemImporters() - Method in class org.apache.jackrabbit.oak.spi.security.CompositeConfiguration
 
getProtectedItemImporters() - Method in class org.apache.jackrabbit.oak.spi.security.SecurityConfiguration.Default
 
getProtectedItemImporters() - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityConfiguration
 
getPublicAttributes() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenInfo
Returns the public attributes stored with this info object.
getQueryAverage() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
 
getQueryAverage() - Method in class org.apache.jackrabbit.oak.stats.RepositoryStats
 
getQueryCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
 
getQueryCount() - Method in class org.apache.jackrabbit.oak.stats.RepositoryStats
 
getQueryDuration() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
 
getQueryDuration() - Method in class org.apache.jackrabbit.oak.stats.RepositoryStats
 
getQueryEngine() - Method in interface org.apache.jackrabbit.oak.api.Root
Get the query engine.
getQueryEngine() - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
 
getQueryIndexes(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.aggregate.AggregateIndexProvider
 
getQueryIndexes(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.UUIDDiffIndexProviderWrapper
 
getQueryIndexes(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.nodetype.NodeTypeIndexProvider
 
getQueryIndexes(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexProvider
 
getQueryIndexes(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.reference.ReferenceIndexProvider
 
getQueryIndexes(NodeState) - Method in class org.apache.jackrabbit.oak.spi.query.CompositeQueryIndexProvider
 
getQueryIndexes(NodeState) - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndexProvider
Get the currently configured indexes.
getQueryIndexes(NodeState) - Method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardIndexProvider
 
getQueryStatement() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
getQueryStatement() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
Get the complete query statement.
getReadCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
 
getReadPreference() - Method in class org.apache.jackrabbit.oak.plugins.document.memory.MemoryDocumentStore
 
getReadRate() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
 
getRecordIdIfAvailable(InputStream, SegmentStore) - Static method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
 
getReference() - Method in interface org.apache.jackrabbit.oak.api.Blob
Returns a secure reference to this blob, or null if such a reference is not available.
getReference() - Method in class org.apache.jackrabbit.oak.kernel.KernelBlob
 
getReference() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentBlob
 
getReference() - Method in class org.apache.jackrabbit.oak.plugins.memory.AbstractBlob
 
getReference() - Method in interface org.apache.jackrabbit.oak.plugins.segment.ExternalBlob
Return a reference to this external blob.
getReference() - Method in class org.apache.jackrabbit.oak.plugins.segment.file.FileBlob
 
getReferencedBlobsIterator() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
 
getReferencedIds() - Method in class org.apache.jackrabbit.oak.plugins.segment.Segment
 
getReferencedSegmentIds() - Method in class org.apache.jackrabbit.oak.plugins.segment.AbstractStore
 
getReferences(boolean, Tree, String, String...) - Method in class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
Searches all reference properties to the specified tree that match the given name and node type constraints.
getRefreshCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
 
getRefreshRate() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
 
getRepositoryInitializer() - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeConfigurationImpl
 
getRepositoryInitializer() - Method in class org.apache.jackrabbit.oak.spi.security.CompositeConfiguration
 
getRepositoryInitializer() - Method in class org.apache.jackrabbit.oak.spi.security.SecurityConfiguration.Default
 
getRepositoryInitializer() - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityConfiguration
Returns a repository initializer for this security configuration.
getRepositoryPermission() - Method in class org.apache.jackrabbit.oak.security.authorization.permission.AllPermissions
 
getRepositoryPermission() - Method in interface org.apache.jackrabbit.oak.security.authorization.permission.CompiledPermissions
 
getRepositoryPermission() - Method in class org.apache.jackrabbit.oak.security.authorization.permission.NoPermissions
 
getRepositoryPermission() - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionProviderImpl
 
getRepositoryPermission() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.OpenPermissionProvider
 
getRepositoryPermission() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionProvider
 
getRequestCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
Returns the number of times Cache lookup methods have returned either a cached or uncached value.
getRequestCount() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
 
getRequiredType() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinition
The required type as defined by this definition.
getRequiredType() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinitionImpl
 
getResidualNodeDefinitions() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
Return all residual node definitions.
getResidualPropertyDefinitions() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
Return all residual property definitions.
getRestriction(String) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ACE
 
getRestrictionNames() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlList
 
getRestrictionNames() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ACE
 
getRestrictionProvider() - Method in class org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl
 
getRestrictionProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlList
 
getRestrictionProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ImmutableACL
 
getRestrictionProvider() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.AuthorizationConfiguration
 
getRestrictionProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.CompositeAuthorizationConfiguration
 
getRestrictionProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.OpenAuthorizationConfiguration
 
getRestrictions() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ACE
 
getRestrictions(String) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ACE
 
getRestrictionsTree(Tree) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.AbstractRestrictionProvider
Returns the tree that contains the restriction of the specified ACE tree.
getRestrictionType(String) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlList
 
getResults(Filter) - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.BaseDiffCollector
 
getResults(Filter) - Method in interface org.apache.jackrabbit.oak.plugins.index.diffindex.DiffCollector
 
getReverse() - Method in class org.apache.jackrabbit.oak.plugins.document.UpdateOp.Operation
 
getReverseOperation() - Method in class org.apache.jackrabbit.oak.plugins.document.UpdateOp
 
getRevision() - Method in class org.apache.jackrabbit.oak.plugins.document.UpdateOp.Key
 
getRevisionComparator() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
 
getRevisionComparator() - Method in interface org.apache.jackrabbit.oak.plugins.document.RevisionContext
 
getRevisionHistory(long, int, String) - Method in class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
 
getRevisionHistory(long, int, String) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK
 
getRevisionHistory(long, int, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.LogWrapper
 
getRevisionHistory(long, int, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingWrapper
 
getRight() - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
 
getRightPlan() - Method in class org.apache.jackrabbit.oak.query.plan.JoinExecutionPlan
 
getRoot() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
 
getRoot() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStoreBranch
 
getRoot() - Method in class org.apache.jackrabbit.oak.plugins.blob.MarkSweepGarbageCollector
Gets the root.
getRoot() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
 
getRoot() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBranch
 
getRoot() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeStore
 
getRoot() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStore
 
getRoot() - Method in class org.apache.jackrabbit.oak.query.ExecutionContext
Used to create the actual query results from the indexed paths, needs to be a secured version of a tree to take into account ACLs
getRoot() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
Tries to obtain a Root object from the callback handler using a new RepositoryCallback and keeps the value as private field.
getRoot() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlManager
 
getRoot() - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
 
getRoot() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStore
Returns the latest state of the tree.
getRoot() - Method in class org.apache.jackrabbit.oak.spi.state.ProxyNodeStore
 
getRootDefinition() - Method in interface org.apache.jackrabbit.oak.plugins.nodetype.DefinitionProvider
 
getRootDefinition() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
 
getRootDiff(NodeState, NodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.spi.commit.DiffObserver
Returns the diff handler to be used for the given content change.
getRootEditor(NodeState, NodeState, NodeBuilder, CommitInfo) - Method in class org.apache.jackrabbit.oak.plugins.index.IndexUpdateProvider
 
getRootEditor(NodeState, NodeState, NodeBuilder, CommitInfo) - Method in class org.apache.jackrabbit.oak.plugins.name.NamespaceEditorProvider
 
getRootEditor(NodeState, NodeState, NodeBuilder, CommitInfo) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.TypeEditorProvider
 
getRootEditor(NodeState, NodeState, NodeBuilder, CommitInfo) - Method in class org.apache.jackrabbit.oak.plugins.version.VersionEditorProvider
 
getRootEditor(NodeState, NodeState, NodeBuilder, CommitInfo) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditorProvider
 
getRootEditor(NodeState, NodeState, NodeBuilder, CommitInfo) - Method in interface org.apache.jackrabbit.oak.spi.commit.EditorProvider
Returns an editor for processing changes between the given two states.
getRootEditor(NodeState, NodeState, NodeBuilder, CommitInfo) - Method in class org.apache.jackrabbit.oak.spi.commit.ValidatorProvider
 
getRootEditor(NodeState, NodeState, NodeBuilder, CommitInfo) - Method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardEditorProvider
 
getRootValidator(NodeState, NodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictValidatorProvider
 
getRootValidator(NodeState, NodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.plugins.itemsave.ItemSaveValidatorProvider
 
getRootValidator(NodeState, NodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.plugins.name.NameValidatorProvider
 
getRootValidator(NodeState, NodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlValidatorProvider
 
getRootValidator(NodeState, NodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionStoreValidatorProvider
 
getRootValidator(NodeState, NodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionValidatorProvider
 
getRootValidator(NodeState, NodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.spi.commit.ValidatorProvider
Returns a validator for checking the changes between the given two root states.
getRows() - Method in interface org.apache.jackrabbit.oak.api.Result
Get the rows.
getRows() - Method in interface org.apache.jackrabbit.oak.query.Query
 
getRows() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
getRows() - Method in class org.apache.jackrabbit.oak.query.ResultImpl
 
getRows() - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
 
getSaveCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
 
getSaveRate() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
 
getScanCount() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
getSearchRoot(AuthorizableType, ConfigurationParameters) - Static method in class org.apache.jackrabbit.oak.security.user.query.QueryUtil
Determine the search root for the given authorizable type based on the configured root path.
getSecretKey() - Method in class org.apache.jackrabbit.oak.plugins.blob.cloud.CloudBlobStore
 
getSecurityProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
Tries to obtain the SecurityProvider object from the callback handler using a new SecurityProviderCallback and keeps the value as private field.
getSecurityProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.RepositoryCallback
 
getSecurityProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.SecurityProviderCallback
 
getSecurityProvider() - Method in class org.apache.jackrabbit.oak.spi.security.CompositeConfiguration
 
getSecurityProvider() - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationBase
 
getSegmentId() - Method in class org.apache.jackrabbit.oak.plugins.segment.RecordId
 
getSegmentId() - Method in class org.apache.jackrabbit.oak.plugins.segment.Segment
 
getSegmentIds() - Method in class org.apache.jackrabbit.oak.plugins.segment.file.FileStore
 
getSelector() - Method in class org.apache.jackrabbit.oak.query.ast.ColumnImpl
 
getSelector(String) - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
 
getSelector(String) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
getSelector(String) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
Get the selector with the given name, or null if not found.
getSelector() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
getSelector() - Method in class org.apache.jackrabbit.oak.query.plan.SelectorExecutionPlan
 
getSelectorIndex(String) - Method in interface org.apache.jackrabbit.oak.query.Query
 
getSelectorIndex(String) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
getSelectorIndex(String) - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
 
getSelectorName() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
 
getSelectorName() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
getSelectorNames() - Method in interface org.apache.jackrabbit.oak.api.Result
Get the list of selector names.
getSelectorNames() - Method in interface org.apache.jackrabbit.oak.query.Query
 
getSelectorNames() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
getSelectorNames() - Method in class org.apache.jackrabbit.oak.query.ResultImpl
 
getSelectorNames() - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
 
getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.AndImpl
 
getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.ChildNodeImpl
 
getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
 
getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.ConstraintImpl
Get the set of selectors for the given condition.
getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.DescendantNodeImpl
 
getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.DynamicOperandImpl
Get the set of selectors for this operand.
getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl
 
getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchScoreImpl
 
getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.InImpl
 
getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.LengthImpl
 
getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.LowerCaseImpl
 
getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.NodeLocalNameImpl
 
getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.NodeNameImpl
 
getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.NotImpl
 
getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.OrImpl
 
getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyExistenceImpl
 
getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyInexistenceImpl
 
getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
 
getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeImpl
 
getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.UpperCaseImpl
 
getService(Whiteboard, Class<T>) - Static method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardUtils
Returns the one of the currently available services from the whiteboard of the tracked type.
getService(Whiteboard, Class<T>, Predicate<T>) - Static method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardUtils
Returns the one of the currently available services from the whiteboard of the tracked type.
getServices() - Method in class org.apache.jackrabbit.oak.spi.whiteboard.AbstractServiceTracker
Returns all services of type T currently available.
getServices() - Method in interface org.apache.jackrabbit.oak.spi.whiteboard.Tracker
Returns the currently available services of the tracked type.
getServices(Whiteboard, Class<T>) - Static method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardUtils
Returns the currently available services from the whiteboard of the tracked type.
getServices(Whiteboard, Class<T>, Predicate<T>) - Static method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardUtils
Returns the currently available services from the whiteboard of the tracked type.
getSessionAttributes() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
 
getSessionCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
 
getSessionCount() - Method in class org.apache.jackrabbit.oak.stats.RepositoryStats
 
getSessionId() - Method in class org.apache.jackrabbit.oak.spi.commit.CommitInfo
 
getSessionLocalMappings() - Method in class org.apache.jackrabbit.oak.namepath.GlobalNameMapper
 
getSessionLocalMappings() - Method in class org.apache.jackrabbit.oak.namepath.LocalNameMapper
 
getSessionLocalMappings() - Method in interface org.apache.jackrabbit.oak.namepath.NameMapper
Returns the local namespace prefix mappings, or an empty map if there aren't any local mappings.
getSessionLocalMappings() - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapper.Default
 
getSessionLocalMappings() - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapperImpl
 
getSessionLogin() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
 
getSessionLogin() - Method in class org.apache.jackrabbit.oak.stats.RepositoryStats
 
getSessionReadAverage() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
 
getSessionReadAverage() - Method in class org.apache.jackrabbit.oak.stats.RepositoryStats
 
getSessionReadCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
 
getSessionReadCount() - Method in class org.apache.jackrabbit.oak.stats.RepositoryStats
 
getSessionReadDuration() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
 
getSessionReadDuration() - Method in class org.apache.jackrabbit.oak.stats.RepositoryStats
 
getSessionWriteAverage() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
 
getSessionWriteAverage() - Method in class org.apache.jackrabbit.oak.stats.RepositoryStats
 
getSessionWriteCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
 
getSessionWriteCount() - Method in class org.apache.jackrabbit.oak.stats.RepositoryStats
 
getSessionWriteDuration() - Method in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
 
getSessionWriteDuration() - Method in class org.apache.jackrabbit.oak.stats.RepositoryStats
 
getSharedCredentials() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
 
getSharedLoginName() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
 
getSize() - Method in interface org.apache.jackrabbit.oak.api.Result
Get the number of rows, if known.
getSize() - Method in interface org.apache.jackrabbit.oak.query.Query
 
getSize() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
getSize() - Method in class org.apache.jackrabbit.oak.query.ResultImpl
 
getSize() - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
 
getSource() - Method in exception org.apache.jackrabbit.oak.api.CommitFailedException
Returns the name of the source of this exception.
getSource() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
getSourcePath(String) - Method in class org.apache.jackrabbit.oak.spi.commit.MoveTracker
 
getSplitDocumentAgeMillis() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
 
getStart() - Method in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
 
getStatement() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
getStatus() - Method in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
Returns the current status of the indexing job
getStatus() - Method in interface org.apache.jackrabbit.oak.api.Tree
Get the Status of this tree instance.
getStatus() - Method in class org.apache.jackrabbit.oak.core.HiddenTree
 
getStatus() - Method in class org.apache.jackrabbit.oak.plugins.tree.AbstractTree
 
getStatus() - Method in class org.apache.jackrabbit.oak.plugins.tree.ImmutableTree
 
getStream() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
 
getStreamCacheSize() - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore
Gets the stream cache size.
getString(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
 
getString(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
getString(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
 
getString() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
 
getString() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
 
getString(long) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
Returns the names of the specified permissions separated by ','.
getString(NodeState, String) - Static method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
 
getString(String) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
 
getString(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Returns the name value of the named property.
getString(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
Returns the string value of the named property.
getString(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
getString() - Method in interface org.apache.jackrabbit.oak.spi.xml.TextValue
 
getString(String, String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
getString(Tree, String) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
 
getStrings(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
 
getStrings(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
 
getStrings(NodeState, String) - Static method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
 
getStrings(String) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
 
getStrings(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
Returns the string values of the named property.
getStrings(Tree, String) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
 
getSubject() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.LoginContext
 
getSubject() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.PreAuthContext
 
getSupertypes() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
getSupertypes() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
getSupertypes() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
Returns the names of the filter node type and all its supertypes.
getSupportedCredentials() - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenLoginModule
 
getSupportedCredentials() - Method in class org.apache.jackrabbit.oak.security.authentication.user.LoginModuleImpl
 
getSupportedCredentials() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
 
getSupportedLanguages() - Method in interface org.apache.jackrabbit.oak.query.QueryParser
Returns the set of query languages supported by this parser.
getSupportedPrivileges(String) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlManager
 
getSupportedQueryLanguages() - Method in interface org.apache.jackrabbit.oak.api.QueryEngine
Get the set of supported query languages.
getSupportedQueryLanguages() - Method in class org.apache.jackrabbit.oak.query.QueryEngineImpl
 
getSupportedRestrictions(String) - Method in class org.apache.jackrabbit.oak.security.authorization.restriction.PrincipalRestrictionProvider
 
getSupportedRestrictions(String) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.AbstractRestrictionProvider
 
getSupportedRestrictions(String) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.CompositeRestrictionProvider
 
getSupportedRestrictions(String) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionProvider
Returns the restriction definitions supported by this provider implementation at the specified path.
getSupportedRestrictions(String) - Method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardRestrictionProvider
 
getTargetType(PropertyDefinition) - Method in class org.apache.jackrabbit.oak.spi.xml.PropInfo
 
getText() - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextTerm
 
getTextValue() - Method in class org.apache.jackrabbit.oak.spi.xml.PropInfo
 
getTextValues() - Method in class org.apache.jackrabbit.oak.spi.xml.PropInfo
 
getTimestamp() - Method in class org.apache.jackrabbit.oak.plugins.document.Revision
Get the timestamp in milliseconds since 1970.
getTimestampDifference(Revision, Revision) - Static method in class org.apache.jackrabbit.oak.plugins.document.Revision
Get the timestamp difference between two revisions (r1 - r2) in milliseconds.
getTiming() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
 
getToken() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenInfo
Returns the login token.
getTokenInfo(String) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.token.CompositeTokenProvider
 
getTokenInfo(String) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenProvider
Retrieves the TokenInfo associated with the specified login token or null.
getTokenProvider(Root) - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl
Returns a new instance of TokenProvider.
getTokenProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.TokenProviderCallback
Returns the principal provider as set using TokenProviderCallback.setTokenProvider(TokenProvider) or null.
getTokenProvider(Root) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.token.CompositeTokenConfiguration
 
getTokenProvider(Root) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenConfiguration
 
getTotalLoadTime() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
Returns the total number of nanoseconds the cache has spent loading new values.
getTotalLoadTime() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
 
getTree(String) - Method in interface org.apache.jackrabbit.oak.api.ResultRow
The tree for the given selector name.
getTree(String) - Method in interface org.apache.jackrabbit.oak.api.Root
Retrieve the possible non existing Tree at the given absolute path.
getTree(String) - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
 
getTree(String) - Method in class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
The possibly non existing tree identified by the specified identifier or null.
getTree() - Method in class org.apache.jackrabbit.oak.plugins.tree.TreeLocation
Get the underlying Tree for this TreeLocation.
getTree(String) - Method in interface org.apache.jackrabbit.oak.query.Query
 
getTree(String) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
getTree(String) - Method in class org.apache.jackrabbit.oak.query.ResultRowImpl
 
getTree(String) - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
 
getTree(String, long, boolean) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlManager
 
getTree() - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
getTree(Tree, String) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
Return the possibly non existing tree located at the passed path from the location of the start tree or null if path results in a parent of the root.
getTreePermission(ImmutableTree, TreePermission) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.AllPermissions
 
getTreePermission(ImmutableTree, TreePermission) - Method in interface org.apache.jackrabbit.oak.security.authorization.permission.CompiledPermissions
 
getTreePermission(ImmutableTree, TreePermission) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.NoPermissions
 
getTreePermission(Tree, TreePermission) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionProviderImpl
 
getTreePermission(Tree, TreePermission) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.OpenPermissionProvider
 
getTreePermission(Tree, TreePermission) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionProvider
 
getType() - Method in exception org.apache.jackrabbit.oak.api.CommitFailedException
Return the name of the type of this exception.
getType() - Method in interface org.apache.jackrabbit.oak.api.PropertyState
Determine the type of this property
getType() - Method in interface org.apache.jackrabbit.oak.api.PropertyValue
Determine the type of this value
getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.BinaryPropertyState
 
getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.BooleanPropertyState
 
getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.DecimalPropertyState
 
getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.DoublePropertyState
 
getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.GenericPropertyState
 
getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.LongPropertyState
 
getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiBinaryPropertyState
 
getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiBooleanPropertyState
 
getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiDecimalPropertyState
 
getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiDoublePropertyState
 
getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiGenericPropertyState
 
getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiLongPropertyState
 
getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiStringPropertyState
 
getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.StringPropertyState
 
getType() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
 
getType(ImmutableTree) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.TreeTypeProvider
 
getType(ImmutableTree, int) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.TreeTypeProvider
 
getType() - Method in class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
 
getType(int) - Static method in enum org.apache.jackrabbit.oak.spi.security.user.AuthorizableType
 
getType(Tree) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.UserUtil
 
getType() - Method in class org.apache.jackrabbit.oak.spi.xml.PropInfo
 
getTypes() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
 
getUnchecked(K) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
Get the value, loading it if needed.
getUncommittedRevisions(RevisionContext) - Method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
Gets a sorted map of uncommitted revisions of this document with the local cluster node id as returned by the RevisionContext.
getUniqueClusterId() - Static method in class org.apache.jackrabbit.oak.plugins.document.util.Utils
Generate a unique cluster id, similar to the machine id field in MongoDB ObjectId objects.
getUpperBound() - Method in class org.apache.jackrabbit.oak.query.fulltext.LikePattern
Get the upper bound if any.
getURI(String) - Method in class org.apache.jackrabbit.oak.plugins.name.ReadOnlyNamespaceRegistry
 
getURIs() - Method in class org.apache.jackrabbit.oak.plugins.name.ReadOnlyNamespaceRegistry
 
getUsedMemory() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
Get the currently used memory.
getUserID() - Method in interface org.apache.jackrabbit.oak.api.AuthInfo
Return the user ID to be exposed on the JCR Session object.
getUserId() - Method in class org.apache.jackrabbit.oak.security.user.CredentialsImpl
 
getUserId() - Method in class org.apache.jackrabbit.oak.spi.commit.CommitInfo
 
getUserID() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AuthInfoImpl
 
getUserId() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenInfo
Returns the ID of the user associated with this token info object.
getUserManager(Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.security.user.UserConfigurationImpl
 
getUserManager() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
Retrieves the UserManager that should be used to handle this authentication.
getUserManager() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.UserManagerCallback
getUserManager(Root, NamePathMapper) - Method in interface org.apache.jackrabbit.oak.spi.security.user.UserConfiguration
 
getUUID() - Method in class org.apache.jackrabbit.oak.spi.xml.NodeInfo
Returns the uuid of the node being imported.
getValidators(String, Set<Principal>, MoveTracker) - Method in class org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl
 
getValidators(String, Set<Principal>, MoveTracker) - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeConfigurationImpl
 
getValidators(String, Set<Principal>, MoveTracker) - Method in class org.apache.jackrabbit.oak.security.user.UserConfigurationImpl
 
getValidators(String, Set<Principal>, MoveTracker) - Method in class org.apache.jackrabbit.oak.spi.security.CompositeConfiguration
 
getValidators(String, Set<Principal>, MoveTracker) - Method in class org.apache.jackrabbit.oak.spi.security.SecurityConfiguration.Default
 
getValidators(String, Set<Principal>, MoveTracker) - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityConfiguration
Returns the list of validators that need to be executed for the specified workspace name.
getValue(String) - Method in interface org.apache.jackrabbit.oak.api.Descriptors
The value of a single-value descriptor is found by passing the key for that descriptor to this method.
getValue(Type<T>) - Method in interface org.apache.jackrabbit.oak.api.PropertyState
Value of this property.
getValue(Type<T>, int) - Method in interface org.apache.jackrabbit.oak.api.PropertyState
Value at the given index.
getValue(Type<T>) - Method in interface org.apache.jackrabbit.oak.api.PropertyValue
Value of this object.
getValue(Type<T>, int) - Method in interface org.apache.jackrabbit.oak.api.PropertyValue
Value at the given index.
getValue(String) - Method in interface org.apache.jackrabbit.oak.api.ResultRow
The property value.
getValue() - Method in class org.apache.jackrabbit.oak.plugins.memory.BinaryPropertyState
 
getValue() - Method in class org.apache.jackrabbit.oak.plugins.memory.BooleanPropertyState
 
getValue() - Method in class org.apache.jackrabbit.oak.plugins.memory.DecimalPropertyState
 
getValue() - Method in class org.apache.jackrabbit.oak.plugins.memory.DoublePropertyState
 
getValue(Type<T>) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyPropertyState
 
getValue(Type<T>, int) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyPropertyState
 
getValue() - Method in class org.apache.jackrabbit.oak.plugins.memory.GenericPropertyState
 
getValue() - Method in class org.apache.jackrabbit.oak.plugins.memory.LongPropertyState
 
getValue() - Method in class org.apache.jackrabbit.oak.plugins.memory.PropertyBuilder
 
getValue(int) - Method in class org.apache.jackrabbit.oak.plugins.memory.PropertyBuilder
 
getValue() - Method in class org.apache.jackrabbit.oak.plugins.memory.StringPropertyState
 
getValue(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.BinaryConstraint
 
getValue(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.DateConstraint
 
getValue(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.DecimalConstraint
 
getValue(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.DoubleConstraint
 
getValue(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.LongConstraint
 
getValue(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.NumericConstraint
 
getValue(String) - Method in class org.apache.jackrabbit.oak.query.index.IndexRowImpl
 
getValue(String) - Method in class org.apache.jackrabbit.oak.query.ResultRowImpl
 
getValue(String) - Method in interface org.apache.jackrabbit.oak.spi.query.IndexRow
The value of the given property, if available.
getValue(Type<T>) - Method in class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
 
getValue(Type<T>, int) - Method in class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
 
getValue(int) - Method in class org.apache.jackrabbit.oak.spi.xml.PropInfo
 
getValue(int) - Method in interface org.apache.jackrabbit.oak.spi.xml.TextValue
 
getValue(String) - Method in class org.apache.jackrabbit.oak.util.GenericDescriptors
The value of a single-value descriptor is found by passing the key for that descriptor to this method.
getValueFactory() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
The value factory to be used by PropertyDefinitionImpl.getDefaultValues().
getValueMap(String) - Method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
Gets the value map for the given key.
getValues(String) - Method in interface org.apache.jackrabbit.oak.api.Descriptors
The value array of a multi-value descriptor is found by passing the key for that descriptor to this method.
getValues() - Method in interface org.apache.jackrabbit.oak.api.ResultRow
Get the list of values.
getValues() - Method in class org.apache.jackrabbit.oak.plugins.memory.PropertyBuilder
 
getValues() - Method in class org.apache.jackrabbit.oak.query.ResultRowImpl
 
getValues(int) - Method in class org.apache.jackrabbit.oak.spi.xml.PropInfo
 
getValues(String) - Method in class org.apache.jackrabbit.oak.util.GenericDescriptors
The value array of a multi-value descriptor is found by passing the key for that descriptor to this method.
getVersionHistory(Tree) - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
Returns the tree representing the version history of the given versionable tree or null if none exists yet.
getVersionHistoryPath(String) - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
Returns the path of the version history for the given uuid.
getVersionStorage() - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
 
getWeigher() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
 
getWhiteboard() - Method in class org.apache.jackrabbit.oak.Oak
 
getWhiteboard() - Method in class org.apache.jackrabbit.oak.security.SecurityProviderImpl
 
getWhiteboard() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
Tries to obtain the Whiteboard object from the callback handler using a new WhiteboardCallback and keeps the value as private field.
getWhiteboard() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.WhiteboardCallback
Returns the whiteboard as set using WhiteboardCallback.setWhiteboard(Whiteboard) or null.
getWhiteboard() - Method in interface org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardAware
Returns the whiteboard
getWildcardColumns() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
getWorkspaceInitializer() - Method in class org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl
 
getWorkspaceInitializer() - Method in class org.apache.jackrabbit.oak.security.user.UserConfigurationImpl
 
getWorkspaceInitializer() - Method in class org.apache.jackrabbit.oak.spi.security.CompositeConfiguration
 
getWorkspaceInitializer() - Method in class org.apache.jackrabbit.oak.spi.security.SecurityConfiguration.Default
 
getWorkspaceInitializer() - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityConfiguration
Returns a workspace initializer for this security configuration.
getWorkspaceName() - Method in interface org.apache.jackrabbit.oak.api.ContentSession
TODO clarify workspace handling The name of the workspace this ContentSession instance has been created for.
getWorkspaceName() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.RepositoryCallback
 
getWorkspaceRoot() - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
/**
getWriteConcern() - Method in class org.apache.jackrabbit.oak.plugins.document.memory.MemoryDocumentStore
 
getWriteCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
 
getWriter() - Method in class org.apache.jackrabbit.oak.plugins.segment.AbstractStore
 
getWriter() - Method in interface org.apache.jackrabbit.oak.plugins.segment.SegmentStore
 
getWriteRate() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
 
getWriteRoot() - Method in class org.apache.jackrabbit.oak.plugins.name.ReadWriteNamespaceRegistry
Called by the write methods to acquire a fresh Root instance that can be used to persist the requested namespace changes (and nothing else).
getWriteRoot() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
GlobalNameMapper - Class in org.apache.jackrabbit.oak.namepath
Name mapper with no local prefix remappings.
GlobalNameMapper(Root) - Constructor for class org.apache.jackrabbit.oak.namepath.GlobalNameMapper
 
GlobalNameMapper(Map<String, String>) - Constructor for class org.apache.jackrabbit.oak.namepath.GlobalNameMapper
 
GlobbingPathFilter - Class in org.apache.jackrabbit.oak.plugins.observation.filter
This Filter implementation supports filtering on paths using simple glob patterns.
GlobbingPathFilter(String) - Constructor for class org.apache.jackrabbit.oak.plugins.observation.filter.GlobbingPathFilter
 
greater(T, T) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.NumericConstraint
 
greaterOrEqual(T, T) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.NumericConstraint
 
GROUP_PRIVILEGE_NAMES - Static variable in class org.apache.jackrabbit.oak.spi.security.user.action.AccessControlAction
 
GROUP_PROPERTY_NAMES - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
 
GuestLoginModule - Class in org.apache.jackrabbit.oak.spi.security.authentication
The GuestLoginModule is intended to provide backwards compatibility with the login handling present in the JCR reference implementation located in jackrabbit-core.
GuestLoginModule() - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.GuestLoginModule
 

H

handlePropInfo(Tree, PropInfo, PropertyDefinition) - Method in interface org.apache.jackrabbit.oak.spi.xml.ProtectedPropertyImporter
Handles a single protected property.
handler - Variable in class org.apache.jackrabbit.oak.plugins.commit.ConflictHandlerWrapper
 
hasChild(String) - Method in interface org.apache.jackrabbit.oak.api.Tree
Determine if a child of this Tree instance exists.
hasChild(String) - Method in class org.apache.jackrabbit.oak.core.HiddenTree
 
hasChild(String) - Method in class org.apache.jackrabbit.oak.plugins.tree.AbstractTree
 
hasChild(String) - Method in class org.apache.jackrabbit.oak.plugins.tree.ImmutableTree
 
hasChild(String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
hasChildNode(String) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
 
hasChildNode(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
 
hasChildNode(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
hasChildNode(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
 
hasChildNode(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
 
hasChildNode(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Checks whether the named child node currently exists.
hasChildNode(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
Checks whether the named child node exists.
hasChildNode(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
hasChildren() - Method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
 
hasEntries(PermissionStore, String) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionEntryCache.Local
 
hashCode() - Method in class org.apache.jackrabbit.oak.api.Type
 
hashCode() - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore.LogicalBlockId
 
hashCode() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentBlob
 
hashCode() - Method in class org.apache.jackrabbit.oak.plugins.document.PathRev
 
hashCode() - Method in class org.apache.jackrabbit.oak.plugins.document.Revision
 
hashCode() - Method in class org.apache.jackrabbit.oak.plugins.document.UpdateOp.Key
 
hashCode() - Method in class org.apache.jackrabbit.oak.plugins.document.util.StringValue
 
hashCode() - Method in class org.apache.jackrabbit.oak.plugins.memory.AbstractBlob
 
hashCode(PropertyState) - Static method in class org.apache.jackrabbit.oak.plugins.memory.AbstractPropertyState
 
hashCode() - Method in class org.apache.jackrabbit.oak.plugins.memory.AbstractPropertyState
Returns a hash code that's compatible with how the AbstractPropertyState.equals(Object) method is implemented.
hashCode() - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
 
hashCode() - Method in class org.apache.jackrabbit.oak.plugins.segment.file.FileBlob
 
hashCode() - Method in class org.apache.jackrabbit.oak.plugins.segment.RecordId
 
hashCode() - Method in class org.apache.jackrabbit.oak.plugins.segment.Template
 
hashCode() - Method in class org.apache.jackrabbit.oak.plugins.tree.ImmutableTree
 
hashCode() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
 
hashCode() - Method in class org.apache.jackrabbit.oak.query.ast.ConstraintImpl
 
hashCode() - Method in class org.apache.jackrabbit.oak.query.ast.DynamicOperandImpl
 
hashCode() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyExistenceImpl
 
hashCode() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyInexistenceImpl
 
hashCode() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
hashCode() - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextExpression
 
hashCode() - Method in class org.apache.jackrabbit.oak.query.ResultRowImpl
 
hashCode() - Method in class org.apache.jackrabbit.oak.spi.commit.CommitInfo
 
hashCode() - Method in class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
 
hashCode() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ACE
 
hashCode() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ImmutableACL
 
hashCode() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinitionImpl
 
hashCode() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionImpl
 
hashCode() - Method in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
 
hashCode() - Method in class org.apache.jackrabbit.oak.spi.security.principal.PrincipalImpl
 
hashCode() - Method in class org.apache.jackrabbit.oak.spi.security.privilege.ImmutablePrivilegeDefinition
 
hashCode() - Method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
 
hashCode() - Method in class org.apache.jackrabbit.oak.spi.state.AbstractChildNodeEntry
Returns a hash code that's compatible with how the AbstractChildNodeEntry.equals(Object) method is implemented.
hashCode() - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
Returns a hash code that's compatible with how the AbstractNodeState.equals(Object) method is implemented.
hasLastRev(UpdateOp, int) - Static method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
 
hasNext() - Method in class org.apache.jackrabbit.oak.plugins.document.BlobReferenceIterator
 
hasNext() - Method in class org.apache.jackrabbit.oak.plugins.document.util.MergeSortedIterators
 
hasNext() - Method in class org.apache.jackrabbit.oak.security.user.query.ResultIterator
 
hasNoChildren() - Method in class org.apache.jackrabbit.oak.plugins.document.Node
 
hasNodeType(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
 
hasOrderableChildren() - Method in class org.apache.jackrabbit.oak.plugins.tree.AbstractTree
 
hasPendingChanges() - Method in interface org.apache.jackrabbit.oak.api.Root
Determine whether there are changes on this tree
hasPendingChanges() - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
 
hasPermissionEntries(String) - Method in interface org.apache.jackrabbit.oak.security.authorization.permission.PermissionStore
 
hasPermissionEntries(String) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionStoreImpl
 
hasPrincipal(String) - Method in class org.apache.jackrabbit.oak.spi.security.principal.PrincipalManagerImpl
 
hasPrivileges(ImmutableTree, String...) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.AllPermissions
 
hasPrivileges(ImmutableTree, String...) - Method in interface org.apache.jackrabbit.oak.security.authorization.permission.CompiledPermissions
 
hasPrivileges(ImmutableTree, String...) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.NoPermissions
 
hasPrivileges(Tree, String...) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionProviderImpl
 
hasPrivileges(String, Privilege[]) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlManager
 
hasPrivileges(String, Set<Principal>, Privilege[]) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlManager
 
hasPrivileges(Tree, String...) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.OpenPermissionProvider
 
hasPrivileges(Tree, String...) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionProvider
 
hasProperty(String) - Method in interface org.apache.jackrabbit.oak.api.Tree
Determine if a property state exists and is accessible.
hasProperty(String) - Method in class org.apache.jackrabbit.oak.core.HiddenTree
 
hasProperty(String) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
 
hasProperty(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
 
hasProperty(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
hasProperty(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
 
hasProperty(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
 
hasProperty(String) - Method in class org.apache.jackrabbit.oak.plugins.tree.AbstractTree
 
hasProperty(String) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
 
hasProperty(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Checks whether the named property exists.
hasProperty(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
Checks whether the named property exists.
hasProperty(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
hasValue(Object) - Method in class org.apache.jackrabbit.oak.plugins.memory.PropertyBuilder
 
HiddenTree - Class in org.apache.jackrabbit.oak.core
Instances of this class represent trees that are inaccessible because of the respective content would potentially be internal (hidden).
HiddenTree(Tree, String) - Constructor for class org.apache.jackrabbit.oak.core.HiddenTree
 
HttpStore - Class in org.apache.jackrabbit.oak.plugins.segment.http
 
HttpStore(URL, int) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.http.HttpStore
 

I

ID - Static variable in class org.apache.jackrabbit.oak.plugins.document.Document
The node id, which contains the depth of the path (0 for root, 1 for children of the root), and then the path.
IdentifierManager - Class in org.apache.jackrabbit.oak.plugins.identifier
TODO document
IdentifierManager(Root) - Constructor for class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
 
IdentifierTracker - Class in org.apache.jackrabbit.oak.plugins.identifier
Simple utility class for lazily tracking the current identifier during a tree traversal that recurses down a subtree.
IdentifierTracker(NodeState) - Constructor for class org.apache.jackrabbit.oak.plugins.identifier.IdentifierTracker
 
IGNORE - Static variable in class org.apache.jackrabbit.oak.spi.xml.ImportBehavior
If a value cannot be set due to constraints enforced by the API implementation, the failure is logged as warning but otherwise ignored.
ImmutableACL - Class in org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol
An implementation of the JackrabbitAccessControlList interface that only allows for reading.
ImmutableACL(String, List<? extends JackrabbitAccessControlEntry>, RestrictionProvider, NamePathMapper) - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ImmutableACL
Construct a new UnmodifiableAccessControlList
ImmutablePrivilegeDefinition - Class in org.apache.jackrabbit.oak.spi.security.privilege
Default implementation of the PrivilegeDefinition interface.
ImmutablePrivilegeDefinition(String, boolean, Iterable<String>) - Constructor for class org.apache.jackrabbit.oak.spi.security.privilege.ImmutablePrivilegeDefinition
 
ImmutableRoot - Class in org.apache.jackrabbit.oak.core
Simple implementation of the Root interface that only supports simple read operations based on the NodeState (or ImmutableTree) passed to the constructor.
ImmutableRoot(NodeState) - Constructor for class org.apache.jackrabbit.oak.core.ImmutableRoot
 
ImmutableRoot(Root) - Constructor for class org.apache.jackrabbit.oak.core.ImmutableRoot
 
ImmutableRoot(ImmutableTree) - Constructor for class org.apache.jackrabbit.oak.core.ImmutableRoot
 
ImmutableTree - Class in org.apache.jackrabbit.oak.plugins.tree
Immutable implementation of the Tree interface in order to provide the much feature rich API functionality for a given NodeState.
ImmutableTree(NodeState) - Constructor for class org.apache.jackrabbit.oak.plugins.tree.ImmutableTree
 
ImmutableTree(ImmutableTree, String, NodeState) - Constructor for class org.apache.jackrabbit.oak.plugins.tree.ImmutableTree
 
ImmutableTree(ImmutableTree.ParentProvider, String, NodeState) - Constructor for class org.apache.jackrabbit.oak.plugins.tree.ImmutableTree
 
ImmutableTree.DefaultParentProvider - Class in org.apache.jackrabbit.oak.plugins.tree
 
ImmutableTree.ParentProvider - Interface in org.apache.jackrabbit.oak.plugins.tree
 
ImpersonationCredentials - Class in org.apache.jackrabbit.oak.spi.security.authentication
Implementation of the JCR Credentials interface used to distinguish a regular login request from Session.impersonate(javax.jcr.Credentials).
ImpersonationCredentials(Credentials, AuthInfo) - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.ImpersonationCredentials
 
ImportBehavior - Class in org.apache.jackrabbit.oak.spi.xml
Utility class defining specific, configurable import behavior.
Importer - Interface in org.apache.jackrabbit.oak.spi.xml
Content importer.
in(DynamicOperandImpl, ArrayList<StaticOperandImpl>) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
INCLUDE_ALL - Static variable in class org.apache.jackrabbit.oak.plugins.index.aggregate.SimpleNodeAggregator
 
INCLUDE_ALL - Static variable in class org.apache.jackrabbit.oak.plugins.observation.filter.ConstantFilter
 
includeAdd(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ACFilter
 
includeAdd(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ACFilter
 
includeAdd(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ConstantFilter
 
includeAdd(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ConstantFilter
 
includeAdd(PropertyState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.filter.EventFilter
Include an added property
includeAdd(String, NodeState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.filter.EventFilter
Include an added node
includeAdd(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.EventTypeFilter
 
includeAdd(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.EventTypeFilter
 
includeAdd(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.GlobbingPathFilter
 
includeAdd(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.GlobbingPathFilter
 
includeAdd(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.UniversalFilter
 
includeAdd(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.UniversalFilter
 
includeAdd(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.VisibleFilter
 
includeAdd(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.VisibleFilter
 
includeAll() - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.FilterBuilder
A condition the always holds
includeAll() - Static method in class org.apache.jackrabbit.oak.plugins.observation.filter.Filters
 
includeChange(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ACFilter
 
includeChange(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ConstantFilter
 
includeChange(PropertyState, PropertyState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.filter.EventFilter
Include a changed property
includeChange(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.EventTypeFilter
 
includeChange(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.GlobbingPathFilter
 
includeChange(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.UniversalFilter
 
includeChange(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.VisibleFilter
 
includeClusterExternal(boolean) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.FilterBuilder
Whether to include cluster external changes.
includeCommit(String, CommitInfo) - Method in interface org.apache.jackrabbit.oak.plugins.observation.filter.FilterProvider
Filter whole commits.
includeDelete(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ACFilter
 
includeDelete(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ACFilter
 
includeDelete(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ConstantFilter
 
includeDelete(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ConstantFilter
 
includeDelete(PropertyState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.filter.EventFilter
Include a deleted property
includeDelete(String, NodeState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.filter.EventFilter
Include a deleted node
includeDelete(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.EventTypeFilter
 
includeDelete(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.EventTypeFilter
 
includeDelete(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.GlobbingPathFilter
 
includeDelete(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.GlobbingPathFilter
 
includeDelete(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.UniversalFilter
 
includeDelete(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.UniversalFilter
 
includeDelete(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.VisibleFilter
 
includeDelete(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.VisibleFilter
 
includeMove(String, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ACFilter
 
includeMove(String, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ConstantFilter
 
includeMove(String, String, NodeState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.filter.EventFilter
Include a moved node
includeMove(String, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.EventTypeFilter
 
includeMove(String, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.GlobbingPathFilter
 
includeMove(String, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.UniversalFilter
 
includeMove(String, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.VisibleFilter
 
includeReorder(String, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ACFilter
 
includeReorder(String, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ConstantFilter
 
includeReorder(String, String, NodeState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.filter.EventFilter
Include a reordered node
includeReorder(String, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.EventTypeFilter
 
includeReorder(String, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.GlobbingPathFilter
 
includeReorder(String, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.UniversalFilter
 
includeReorder(String, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.VisibleFilter
 
includes(long, long) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
includes(PrivilegeBits) - Method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
Returns true if all privileges defined by the specified otherBits are present in this instance.
includeSessionLocal(boolean) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.FilterBuilder
Whether to include session local changes.
includesNodeType(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
Determines whether this effective node type representation includes (either through inheritance or aggregation) the given node type.
includesNodeTypes(String[]) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
Determines whether this effective node type representation includes (either through inheritance or aggregation) all of the given node types.
increment(String, long) - Method in class org.apache.jackrabbit.oak.plugins.document.UpdateOp
Increment the value.
INDEX_CONTENT_NODE_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.index.IndexConstants
 
INDEX_DEFINITION_MANAGEMENT - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
INDEX_DEFINITIONS_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.index.IndexConstants
 
INDEX_DEFINITIONS_NODE_TYPE - Static variable in interface org.apache.jackrabbit.oak.plugins.index.IndexConstants
 
IndexConstants - Interface in org.apache.jackrabbit.oak.plugins.index
TODO document
IndexEditor - Interface in org.apache.jackrabbit.oak.plugins.index
Represents the content of a QueryIndex as well as a mechanism for keeping this content up to date.
IndexEditorProvider - Interface in org.apache.jackrabbit.oak.plugins.index
Extension point for plugging in different kinds of IndexEditor providers.
IndexRow - Interface in org.apache.jackrabbit.oak.spi.query
A row returned by the index.
IndexRowImpl - Class in org.apache.jackrabbit.oak.query.index
A simple index row implementation.
IndexRowImpl(String) - Constructor for class org.apache.jackrabbit.oak.query.index.IndexRowImpl
 
IndexStatsMBean - Interface in org.apache.jackrabbit.oak.api.jmx
 
IndexStoreStrategy - Interface in org.apache.jackrabbit.oak.plugins.index.property.strategy
Strategy that defines how the index content will be actually stored under the index node
indexUpdate() - Method in interface org.apache.jackrabbit.oak.plugins.index.IndexUpdateCallback
 
IndexUpdateCallback - Interface in org.apache.jackrabbit.oak.plugins.index
 
IndexUpdateProvider - Class in org.apache.jackrabbit.oak.plugins.index
 
IndexUpdateProvider(IndexEditorProvider) - Constructor for class org.apache.jackrabbit.oak.plugins.index.IndexUpdateProvider
 
IndexUpdateProvider(IndexEditorProvider, String) - Constructor for class org.apache.jackrabbit.oak.plugins.index.IndexUpdateProvider
 
IndexUtils - Class in org.apache.jackrabbit.oak.plugins.index
TODO document
IndexUtils() - Constructor for class org.apache.jackrabbit.oak.plugins.index.IndexUtils
 
InImpl - Class in org.apache.jackrabbit.oak.query.ast
A "in" comparison operation.
InImpl(DynamicOperandImpl, List<StaticOperandImpl>) - Constructor for class org.apache.jackrabbit.oak.query.ast.InImpl
 
init() - Method in class org.apache.jackrabbit.oak.plugins.blob.cloud.CloudBlobStore
Instantiates a connection to the cloud blob store.
init(DataStore) - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore
Initialized the blob store.
init(CachingDataStore, String, String) - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreWrapperBackend
 
init(NodeStore, String, int, boolean, int) - Method in class org.apache.jackrabbit.oak.plugins.blob.MarkSweepGarbageCollector
Instantiates a new blob garbage collector.
init(NodeStore) - Method in class org.apache.jackrabbit.oak.plugins.blob.MarkSweepGarbageCollector
Instantiates a new blob garbage collector.
init - Variable in class org.apache.jackrabbit.oak.plugins.index.diffindex.BaseDiffCollector
 
init() - Method in interface org.apache.jackrabbit.oak.query.Query
Initialize the query.
init() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
init() - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
 
init(Session, Root, NamePathMapper, boolean, int, ReferenceChangeTracker, SecurityProvider) - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlImporter
 
init(SecurityProvider, ConfigurationParameters) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.AbstractAuthorizableAction
Doesn't perform any action.
init(SecurityProvider, ConfigurationParameters) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.AccessControlAction
 
init(SecurityProvider, ConfigurationParameters) - Method in interface org.apache.jackrabbit.oak.spi.security.user.action.AuthorizableAction
Initialize this action with the specified security provider and configuration.
init(SecurityProvider, ConfigurationParameters) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.PasswordValidationAction
 
init(Session, Root, NamePathMapper, boolean, int, ReferenceChangeTracker, SecurityProvider) - Method in interface org.apache.jackrabbit.oak.spi.xml.ProtectedItemImporter
Initializes the importer.
INITIAL_CONTENT - Static variable in class org.apache.jackrabbit.oak.plugins.nodetype.write.InitialContent
 
InitialContent - Class in org.apache.jackrabbit.oak.plugins.nodetype.write
InitialContent implements a RepositoryInitializer and registers built-in node types when the micro kernel becomes available.
InitialContent() - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.write.InitialContent
 
initialize(NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.InitialContent
 
initialize(NodeBuilder) - Method in class org.apache.jackrabbit.oak.spi.lifecycle.CompositeInitializer
 
initialize(NodeBuilder, String, QueryIndexProvider, CommitHook) - Method in class org.apache.jackrabbit.oak.spi.lifecycle.CompositeWorkspaceInitializer
 
initialize(NodeStore, RepositoryInitializer, IndexEditorProvider) - Static method in class org.apache.jackrabbit.oak.spi.lifecycle.OakInitializer
 
initialize(Iterable<WorkspaceInitializer>, NodeStore, String, IndexEditorProvider, QueryIndexProvider, CommitHook) - Static method in class org.apache.jackrabbit.oak.spi.lifecycle.OakInitializer
 
initialize(NodeBuilder) - Method in interface org.apache.jackrabbit.oak.spi.lifecycle.RepositoryInitializer
Initializes repository content.
initialize(NodeBuilder, String, QueryIndexProvider, CommitHook) - Method in interface org.apache.jackrabbit.oak.spi.lifecycle.WorkspaceInitializer
Initialize the content of a new workspace.
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
 
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.GuestLoginModule
 
INSTANCE - Static variable in class org.apache.jackrabbit.oak.plugins.document.StableRevisionComparator
 
INSTANCE - Static variable in class org.apache.jackrabbit.oak.spi.commit.DefaultEditor
 
INSTANCE - Static variable in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
 
INSTANCE - Static variable in class org.apache.jackrabbit.oak.spi.commit.EmptyHook
Static instance of this class, useful as a "null object".
INSTANCE - Static variable in class org.apache.jackrabbit.oak.spi.commit.EmptyObserver
Static instance of this class, useful as a "null object".
INSTANCE - Static variable in class org.apache.jackrabbit.oak.spi.security.authentication.SystemSubject
 
INSTANCE - Static variable in class org.apache.jackrabbit.oak.spi.security.principal.SystemPrincipal
 
INTEGRITY - Static variable in exception org.apache.jackrabbit.oak.api.CommitFailedException
Type name for referential integrity violation errors.
invalidate(Object) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
Remove an entry.
invalidate(Object) - Method in class org.apache.jackrabbit.oak.plugins.document.cache.NodeDocOffHeapCache
 
invalidateAll() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
Remove all entries.
invalidateAll(Iterable<?>) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
 
invalidateAll(Iterable<?>) - Method in class org.apache.jackrabbit.oak.plugins.document.cache.NodeDocOffHeapCache
 
invalidateAll() - Method in class org.apache.jackrabbit.oak.plugins.document.cache.NodeDocOffHeapCache
 
invalidateCache() - Method in interface org.apache.jackrabbit.oak.plugins.document.DocumentStore
Invalidate the document cache.
invalidateCache(Collection<T>, String) - Method in interface org.apache.jackrabbit.oak.plugins.document.DocumentStore
Invalidate the document cache for the given key.
invalidateCache() - Method in class org.apache.jackrabbit.oak.plugins.document.memory.MemoryDocumentStore
 
invalidateCache(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.document.memory.MemoryDocumentStore
 
invalidateCache() - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoDocumentStore
 
invalidateCache(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoDocumentStore
 
invalidateCache() - Method in class org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore
 
invalidateCache(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore
 
invalidateCache() - Method in class org.apache.jackrabbit.oak.plugins.document.util.LoggingDocumentStoreWrapper
 
invalidateCache(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.LoggingDocumentStoreWrapper
 
invalidateCache() - Method in class org.apache.jackrabbit.oak.plugins.document.util.SynchronizingDocumentStoreWrapper
 
invalidateCache(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.SynchronizingDocumentStoreWrapper
 
invalidateCache() - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingDocumentStoreWrapper
 
invalidateCache(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingDocumentStoreWrapper
 
isAbstract() - Method in class org.apache.jackrabbit.oak.spi.security.privilege.ImmutablePrivilegeDefinition
 
isAbstract() - Method in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeDefinition
Returns true if the privilege described by this definition is abstract.
isAccessControlViolation() - Method in exception org.apache.jackrabbit.oak.api.CommitFailedException
Checks whether this is an access control violation exception.
isAccessViolation() - Method in exception org.apache.jackrabbit.oak.api.CommitFailedException
Checks whether this is an access violation exception.
isAllow() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ACE
 
isAlwaysFalse() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
isAlwaysFalse() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
If the filter condition can not possibly match any row, due to a contradiction in the query (for example "x=1 and x=2").
isArray() - Method in interface org.apache.jackrabbit.oak.api.PropertyState
Determine whether the value is an array of atoms
isArray() - Method in interface org.apache.jackrabbit.oak.api.PropertyValue
Determine whether the value is an array of atoms
isArray() - Method in class org.apache.jackrabbit.oak.api.Type
Determine whether this is an array type
isArray() - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyPropertyState
 
isArray() - Method in class org.apache.jackrabbit.oak.plugins.memory.PropertyBuilder
 
isArray() - Method in class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
 
isAutoSave() - Method in class org.apache.jackrabbit.oak.security.user.autosave.AutoSaveEnabledManager
 
isAutoSave() - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
Always returns false.
isBranch() - Method in class org.apache.jackrabbit.oak.plugins.document.Revision
 
isBulkSegmentId(UUID) - Static method in class org.apache.jackrabbit.oak.plugins.segment.SegmentIdFactory
Checks whether the given UUID identifies a bulk segment.
isCheckedOut(Tree) - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
Returns true if the tree is checked out; otherwise false.
isCommitted(Revision) - Method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
Returns true if the given revision is marked committed.
isCommitted(String) - Static method in class org.apache.jackrabbit.oak.plugins.document.util.Utils
Returns true if a revision tagged with the given revision should be considered committed, false otherwise.
isConflicting(UpdateOp, Revision, RevisionContext) - Method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
Returns true if the given operation is conflicting with this document.
isConstraintViolation() - Method in exception org.apache.jackrabbit.oak.api.CommitFailedException
Checks whether this is a constraint violation exception.
isDataSegmentId(UUID) - Static method in class org.apache.jackrabbit.oak.plugins.segment.SegmentIdFactory
Checks whether the given UUID identifies a data segment.
isDescending() - Method in class org.apache.jackrabbit.oak.query.ast.OrderingImpl
 
isDistinct() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
isDone() - Method in class org.apache.jackrabbit.oak.plugins.observation.EventGenerator
Checks whether there are no more content changes to be processed.
isEmpty() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
 
isEmpty() - Method in class org.apache.jackrabbit.oak.plugins.memory.PropertyBuilder
 
isEmpty() - Method in class org.apache.jackrabbit.oak.spi.commit.MoveTracker
 
isEmpty() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlList
 
isEmpty() - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
isEmpty() - Method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
Returns true if this privilege bits includes no privileges at all.
isEmptyState(NodeState) - Static method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
 
isExpandedName(String) - Static method in class org.apache.jackrabbit.oak.namepath.GlobalNameMapper
 
isExpired(long) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenInfo
Returns true if the token has already expired; false otherwise.
isFullTextCharacter(char) - Static method in class org.apache.jackrabbit.oak.query.fulltext.FullTextTerm
Whether or not the given character is part of a full-text term that should be indexed.
isGranted(ImmutableTree, PropertyState, long) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.AllPermissions
 
isGranted(String, long) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.AllPermissions
 
isGranted(ImmutableTree, PropertyState, long) - Method in interface org.apache.jackrabbit.oak.security.authorization.permission.CompiledPermissions
 
isGranted(String, long) - Method in interface org.apache.jackrabbit.oak.security.authorization.permission.CompiledPermissions
 
isGranted(ImmutableTree, PropertyState, long) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.NoPermissions
 
isGranted(String, long) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.NoPermissions
 
isGranted(Tree, PropertyState, long) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionProviderImpl
 
isGranted(String, String) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionProviderImpl
 
isGranted(Tree, PropertyState, long) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.OpenPermissionProvider
 
isGranted(String, String) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.OpenPermissionProvider
 
isGranted(Tree, PropertyState, long) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionProvider
 
isGranted(String, String) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionProvider
 
isGranted(long) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.RepositoryPermission
Returns true if the specified repository level permissions are granted; false otherwise.
isGranted(long) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.TreePermission
 
isGranted(long, PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.TreePermission
 
isHidden(String) - Static method in class org.apache.jackrabbit.oak.spi.state.NodeStateUtils
Check whether the node or property with the given name is hidden, that is, if the node name starts with a ":".
isHiddenName(String) - Static method in class org.apache.jackrabbit.oak.namepath.GlobalNameMapper
 
isIndexed(String, String, Filter) - Method in class org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexLookup
Checks whether the named property is indexed somewhere along the given path.
isIndexNodeType(NodeState) - Static method in class org.apache.jackrabbit.oak.plugins.index.IndexUtils
 
isIndexNodeType(NodeState, String) - Static method in class org.apache.jackrabbit.oak.plugins.index.IndexUtils
 
isInstance(Object, Class<? extends Record>) - Method in class org.apache.jackrabbit.oak.plugins.segment.AbstractStore
 
isInstance(Object, Class<? extends Record>) - Method in interface org.apache.jackrabbit.oak.plugins.segment.SegmentStore
Checks whether the given object is a record of the given type and is stored in this segment store.
isLike - Variable in class org.apache.jackrabbit.oak.spi.query.Filter.PropertyRestriction
Whether this is a like constraint.
isMandatory() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinition
Indicates if this restriction is mandatory.
isMandatory() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinitionImpl
 
isMarkEnabled() - Method in class org.apache.jackrabbit.oak.plugins.blob.cloud.CloudBlobStore
 
isMarkEnabled() - Method in class org.apache.jackrabbit.oak.plugins.blob.db.DbBlobStore
 
isMarkEnabled() - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoBlobStore
 
isMarkEnabled() - Method in class org.apache.jackrabbit.oak.plugins.document.rdb.RDBBlobStore
 
isMember(Principal) - Method in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
 
isModified() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
isModified() - Method in class org.apache.jackrabbit.oak.plugins.tree.AbstractTree
 
isModified() - Method in class org.apache.jackrabbit.oak.plugins.tree.ImmutableTree
 
isModified() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Check whether this builder represents a modified node, which has either modified properties or removed or added child nodes.
isModified() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
isNew() - Method in class org.apache.jackrabbit.oak.plugins.document.UpdateOp
 
isNew() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
isNew(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
isNew() - Method in class org.apache.jackrabbit.oak.plugins.tree.AbstractTree
 
isNew() - Method in class org.apache.jackrabbit.oak.plugins.tree.ImmutableTree
 
isNew() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Check whether this builder represents a new node, which is not present in the base state.
isNew(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Check whether the named property is new, i.e.
isNew() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
isNew(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
isNodeType(Tree, String) - Method in interface org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeTypeProvider
Returns true if this tree is of the specified primary node type or mixin type, or a subtype thereof respecting the effective node type of the tree.
isNodeType(String, String) - Method in interface org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeTypeProvider
Returns true if typeName is of the specified primary node type or mixin type, or a subtype thereof.
isNodeType(Tree, String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
 
isNodeType(String, String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
 
isNodeType(Tree, String, Tree) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
 
isNot() - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextTerm
 
isOfType(String) - Method in exception org.apache.jackrabbit.oak.api.CommitFailedException
Checks whether this exception is of the given type.
isOuterJoinRightHandSide() - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
 
isOuterJoinRightHandSide() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
isOuterJoinRightHandSide() - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
Whether any selector is the outer-join right hand side.
isParent(SourceImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ChildNodeJoinConditionImpl
 
isParent(SourceImpl) - Method in class org.apache.jackrabbit.oak.query.ast.DescendantNodeJoinConditionImpl
 
isParent(SourceImpl) - Method in class org.apache.jackrabbit.oak.query.ast.EquiJoinConditionImpl
 
isParent(SourceImpl) - Method in class org.apache.jackrabbit.oak.query.ast.JoinConditionImpl
Check whether the given source is the parent of the join condition, as selector "[b]" is the parent of the join condition "isdescendantnode([a], [b])".
isParent(SourceImpl) - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeJoinConditionImpl
 
isPartialObject() - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.RevisionEntry
 
isPlainTextPassword(String) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.PasswordUtil
Returns true if the specified string doesn't start with a valid algorithm name in curly brackets.
isPrepared() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
isPrepared(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
Whether the given selector is already prepared during the prepare phase of a join.
isPreparing() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
isPropertyName(String) - Static method in class org.apache.jackrabbit.oak.plugins.document.util.Utils
 
isReplaced() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
isReplaced(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
isReplaced() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Check whether this builder represents a node that used to exist but was then replaced with other content, for example as a result of a NodeBuilder.setChildNode(String) call.
isReplaced(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Check whether the named property exists in the base state but is replaced with other content, for example as a result of a NodeBuilder.setProperty(PropertyState) call.
isReplaced() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
isReplaced(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
isRepositoryPermission(long) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
isRevisionsEntry(String) - Static method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
 
isRoot() - Method in interface org.apache.jackrabbit.oak.api.Tree
 
isRoot() - Method in class org.apache.jackrabbit.oak.core.HiddenTree
 
isRoot() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
isRoot() - Method in class org.apache.jackrabbit.oak.plugins.tree.AbstractTree
 
isRunConcurrently() - Method in class org.apache.jackrabbit.oak.plugins.blob.MarkSweepGarbageCollector
Checks if run concurrently.
isSame(String, char[]) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.PasswordUtil
Returns true if hash of the specified password equals the given hashed password.
isSame(String, String) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.PasswordUtil
Returns true if hash of the specified password equals the given hashed password.
isSealed() - Method in class org.apache.jackrabbit.oak.plugins.document.Document
Determines if this document is sealed or not
isSingleValueDescriptor(String) - Method in interface org.apache.jackrabbit.oak.api.Descriptors
Returns true if key is a valid single-value descriptor; otherwise returns false
isSingleValueDescriptor(String) - Method in class org.apache.jackrabbit.oak.util.GenericDescriptors
Returns true if key is a valid single-value descriptor; otherwise returns false
isStandardDescriptor(String) - Method in interface org.apache.jackrabbit.oak.api.Descriptors
Returns true if key is a standard descriptor defined by the string constants in this interface and false if it is either a valid implementation-specific key or not a valid key.
isStandardDescriptor(String) - Method in class org.apache.jackrabbit.oak.util.GenericDescriptors
Returns true if key is a standard descriptor defined by the string constants in this interface and false if it is either a valid implementation-specific key or not a valid key.
isType(Authorizable) - Method in enum org.apache.jackrabbit.oak.spi.security.user.AuthorizableType
 
isType(Tree, AuthorizableType) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.UserUtil
 
isUnique() - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.BaseDiffCollector
 
isUnique() - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.UUIDDiffCollector
 
isUnsupportedPath(String) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.AbstractRestrictionProvider
Returns true if the specified path is null.
isUpToDate(long) - Method in interface org.apache.jackrabbit.oak.plugins.document.CachedNodeDocument
 
isUpToDate(long) - Method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
Returns true if the document has already been checked for consistency in current cycle.
isUseSimpleRevision() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
 
isValidLocalName(String) - Static method in class org.apache.jackrabbit.oak.plugins.name.Namespaces
 
isValidName(String) - Static method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
 
isValidPrefix(String) - Static method in class org.apache.jackrabbit.oak.plugins.name.Namespaces
 
isValidUUID(String) - Static method in class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
 
isVersionable(Tree) - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
Returns true if the given tree is of type mix:versionable; false otherwise.
ITEM_NAMES - Static variable in class org.apache.jackrabbit.oak.stats.RepositoryStats
 
ItemSaveValidatorProvider - Class in org.apache.jackrabbit.oak.plugins.itemsave
This validator checks that all changes are contained within the subtree rooted at a given path.
ItemSaveValidatorProvider() - Constructor for class org.apache.jackrabbit.oak.plugins.itemsave.ItemSaveValidatorProvider
 
iterable(Iterable<E>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MemoryChildNodeEntry
 

J

JaasLoginContext - Class in org.apache.jackrabbit.oak.spi.security.authentication
Bridge class that connects the JAAS LoginContext class with the LoginContext interface used by Oak.
JaasLoginContext(String) - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.JaasLoginContext
 
JaasLoginContext(String, Subject) - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.JaasLoginContext
 
JaasLoginContext(String, CallbackHandler) - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.JaasLoginContext
 
JaasLoginContext(String, Subject, CallbackHandler) - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.JaasLoginContext
 
JaasLoginContext(String, Subject, CallbackHandler, Configuration) - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.JaasLoginContext
 
JACKRABBIT_2_SINGLE_QUOTED_PHRASE - Static variable in class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl
Compatibility for Jackrabbit 2.0 single quoted phrase queries.
JCR_ACTIVITIES - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
 
JCR_ACTIVITY - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
 
JCR_ACTIVITY_TITLE - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
 
JCR_ADD_CHILD_NODES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Internal (oak) name of the Privilege.JCR_ADD_CHILD_NODES privilege
JCR_ALL - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Internal (oak) name of the Privilege.JCR_ALL privilege
JCR_AVAILABLE_QUERY_OPERATORS - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
JCR_CHILD_VERSION_HISTORY - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
 
JCR_CONFIGURATION - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
 
JCR_CONFIGURATIONS - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
 
JCR_CONFLICT_HANDLER - Static variable in class org.apache.jackrabbit.oak.plugins.commit.JcrConflictHandler
The conflict handler is a composite of ChildOrderConflictHandler and AnnotatingConflictHandler.
JCR_COPIED_FROM - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
 
JCR_CREATEDBY - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
Additional name constants not present in JcrConstants
JCR_IS_ABSTRACT - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
JCR_IS_FULLTEXT_SEARCHABLE - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
JCR_IS_QUERY_ORDERABLE - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
JCR_IS_QUERYABLE - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
JCR_LASTMODIFIEDBY - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
JCR_LIFECYCLE_MANAGEMENT - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Internal (oak) name of the Privilege.JCR_LIFECYCLE_MANAGEMENT privilege
JCR_LOCK_MANAGEMENT - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Internal (oak) name of the Privilege.JCR_LOCK_MANAGEMENT privilege
JCR_MODIFY_ACCESS_CONTROL - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Internal (oak) name of the Privilege.JCR_MODIFY_ACCESS_CONTROL privilege
JCR_MODIFY_PROPERTIES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Internal (oak) name of the Privilege.JCR_MODIFY_PROPERTIES privilege
JCR_NAMESPACE_MANAGEMENT - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Internal (oak) name of the jcr:namespaceManagement privilege
JCR_NODE_TYPE_DEFINITION_MANAGEMENT - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Internal (oak) name of the jcr:nodeTypeDefinitionManagement privilege
JCR_NODE_TYPE_MANAGEMENT - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Internal (oak) name of the Privilege.JCR_NODE_TYPE_MANAGEMENT privilege
JCR_NODE_TYPES - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
JCR_PATH - Static variable in class org.apache.jackrabbit.oak.query.QueryImpl
The "jcr:path" pseudo-property.
JCR_READ - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Internal (oak) name of the Privilege.JCR_READ privilege
JCR_READ_ACCESS_CONTROL - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Internal (oak) name of the Privilege.JCR_READ_ACCESS_CONTROL privilege
JCR_REMOVE_CHILD_NODES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Internal (oak) name of the Privilege.JCR_REMOVE_CHILD_NODES privilege
JCR_REMOVE_NODE - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Internal (oak) name of the Privilege.JCR_REMOVE_NODE privilege
JCR_RETENTION_MANAGEMENT - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Internal (oak) name of the Privilege.JCR_RETENTION_MANAGEMENT privilege
JCR_ROOT - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
 
JCR_SCORE - Static variable in class org.apache.jackrabbit.oak.query.QueryImpl
The "jcr:score" pseudo-property.
JCR_VERSION_MANAGEMENT - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Internal (oak) name of the Privilege.JCR_VERSION_MANAGEMENT privilege
JCR_WORKSPACE_MANAGEMENT - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Internal (oak) name of the jcr:workspaceManagement privilege
JCR_WRITE - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Internal (oak) name of the Privilege.JCR_WRITE privilege
JcrConflictHandler - Class in org.apache.jackrabbit.oak.plugins.commit
Utility class providing conflict handlers used for JCR.
JcrNameParser - Class in org.apache.jackrabbit.oak.namepath
Parses and validates JCR names.
JcrPathParser - Class in org.apache.jackrabbit.oak.namepath
TODO document
join(SourceImpl, SourceImpl, JoinType, JoinConditionImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
JoinConditionImpl - Class in org.apache.jackrabbit.oak.query.ast
The base class for join conditions.
JoinConditionImpl() - Constructor for class org.apache.jackrabbit.oak.query.ast.JoinConditionImpl
 
JoinExecutionPlan - Class in org.apache.jackrabbit.oak.query.plan
An execution plan for a join.
JoinExecutionPlan(JoinImpl, ExecutionPlan, ExecutionPlan, double) - Constructor for class org.apache.jackrabbit.oak.query.plan.JoinExecutionPlan
 
JoinImpl - Class in org.apache.jackrabbit.oak.query.ast
A join.
JoinImpl(SourceImpl, SourceImpl, JoinType, JoinConditionImpl) - Constructor for class org.apache.jackrabbit.oak.query.ast.JoinImpl
 
JoinType - Enum in org.apache.jackrabbit.oak.query.ast
The enumeration of all join types.
Journal - Interface in org.apache.jackrabbit.oak.plugins.segment
 
JsonSerializer - Class in org.apache.jackrabbit.oak.kernel
Utility class for serializing node and property states to JSON.
JsonSerializer(JsopBuilder, BlobSerializer) - Constructor for class org.apache.jackrabbit.oak.kernel.JsonSerializer
 
JsopDiff - Class in org.apache.jackrabbit.oak.kernel
TODO document

K

KernelBlob - Class in org.apache.jackrabbit.oak.kernel
This Blob implementation is backed by a binary stored in a MicroKernel.
KernelBlob(String, MicroKernel) - Constructor for class org.apache.jackrabbit.oak.kernel.KernelBlob
Create a new instance for a binary id and a Microkernel.
KernelNodeBuilder - Class in org.apache.jackrabbit.oak.kernel
This class refines move and copy operations by delegating them to the underlying store if possible.
KernelNodeState - Class in org.apache.jackrabbit.oak.kernel
Basic NodeState implementation based on the MicroKernel interface.
KernelNodeState(KernelNodeStore, String, String, LoadingCache<String, KernelNodeState>) - Constructor for class org.apache.jackrabbit.oak.kernel.KernelNodeState
Create a new instance of this class representing the node at the given path and revision.
KernelNodeStore - Class in org.apache.jackrabbit.oak.kernel
NodeStore implementations against MicroKernel.
KernelNodeStore(MicroKernel, long) - Constructor for class org.apache.jackrabbit.oak.kernel.KernelNodeStore
 
KernelNodeStore(MicroKernel) - Constructor for class org.apache.jackrabbit.oak.kernel.KernelNodeStore
 
KernelNodeStoreBranch - Class in org.apache.jackrabbit.oak.kernel
NodeStoreBranch based on MicroKernel branching and merging.
KernelNodeStoreBranch(KernelNodeStore, ChangeDispatcher, Lock, KernelNodeState) - Constructor for class org.apache.jackrabbit.oak.kernel.KernelNodeStoreBranch
 
KEY_DATA - Static variable in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoBlob
 
KEY_ID - Static variable in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoBlob
 
KEY_LAST_MOD - Static variable in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoBlob
 
KEY_LEVEL - Static variable in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoBlob
 
keys(boolean, boolean) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
Get the list of keys.
keySet() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
Get the set of keys for resident entries.
keySet() - Method in class org.apache.jackrabbit.oak.plugins.document.Document
 
keySet() - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.RevisionEntry
 
keySet() - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
KNOWN_PARENT_PATH - Static variable in class org.apache.jackrabbit.oak.query.ast.JoinConditionImpl
The parent path of the joined selector
KNOWN_PATH - Static variable in class org.apache.jackrabbit.oak.query.ast.JoinConditionImpl
A path for a join.
KNOWN_VALUE - Static variable in class org.apache.jackrabbit.oak.query.ast.JoinConditionImpl
 
KryoFactory - Class in org.apache.jackrabbit.oak.plugins.document.cache
Factory to create Kryo instances customized for managing NodeDocument
KryoFactory() - Constructor for class org.apache.jackrabbit.oak.plugins.document.cache.KryoFactory
 
KryoSerializer - Class in org.apache.jackrabbit.oak.plugins.document.cache
 
KryoSerializer(KryoSerializer.KryoPool) - Constructor for class org.apache.jackrabbit.oak.plugins.document.cache.KryoSerializer
 
KryoSerializer.KryoPool - Class in org.apache.jackrabbit.oak.plugins.document.cache
 
KryoSerializer.KryoPool() - Constructor for class org.apache.jackrabbit.oak.plugins.document.cache.KryoSerializer.KryoPool
 

L

LABEL_EXISTS - Static variable in exception org.apache.jackrabbit.oak.api.CommitFailedException
Type name for label exists version errors.
last - Variable in class org.apache.jackrabbit.oak.spi.query.Filter.PropertyRestriction
The last value to read, or null to read until the end.
lastIncluding - Variable in class org.apache.jackrabbit.oak.spi.query.Filter.PropertyRestriction
Whether values that match the last should be returned.
leave(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
 
leave(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultEditor
 
leave(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
 
leave(NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Editor
Called after the given before and after states are compared.
leave(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.FailingValidator
 
leave(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleEditor
 
leave(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleValidator
 
leave(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.MoveDetector
 
length() - Method in interface org.apache.jackrabbit.oak.api.Blob
Returns the length of this blob or -1 if unknown.
length() - Method in class org.apache.jackrabbit.oak.kernel.KernelBlob
This implementation delegates the calculation of the length back to the underlying MicroKernel.
length() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentBlob
 
length() - Method in class org.apache.jackrabbit.oak.plugins.memory.ArrayBasedBlob
 
length() - Method in class org.apache.jackrabbit.oak.plugins.memory.StringBasedBlob
This implementation returns the number of bytes in the UTF-8 encoding of the underlying string.
length() - Method in class org.apache.jackrabbit.oak.plugins.segment.file.FileBlob
 
length(PropertyValueImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
LengthImpl - Class in org.apache.jackrabbit.oak.query.ast
The function "length(..)".
LengthImpl(PropertyValueImpl) - Constructor for class org.apache.jackrabbit.oak.query.ast.LengthImpl
 
less(Calendar, Calendar) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.DateConstraint
 
less(BigDecimal, BigDecimal) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.DecimalConstraint
 
less(Double, Double) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.DoubleConstraint
 
less(Long, Long) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.LongConstraint
 
less(T, T) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.NumericConstraint
 
lessOrEqual(T, T) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.NumericConstraint
 
LIFECYCLE_MANAGEMENT - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
LikePattern - Class in org.apache.jackrabbit.oak.query.fulltext
A pattern matcher.
LikePattern(String) - Constructor for class org.apache.jackrabbit.oak.query.fulltext.LikePattern
 
list - Variable in class org.apache.jackrabbit.oak.query.fulltext.FullTextAnd
 
list - Variable in class org.apache.jackrabbit.oak.query.fulltext.FullTextOr
 
list - Variable in class org.apache.jackrabbit.oak.spi.query.Filter.PropertyRestriction
A list of possible values, for conditions of the type "x=1 or x=2 or x=3".
literal(PropertyValue) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
LiteralImpl - Class in org.apache.jackrabbit.oak.query.ast
A literal of a certain data type, possibly "cast(..)" of a literal.
LiteralImpl(PropertyValue) - Constructor for class org.apache.jackrabbit.oak.query.ast.LiteralImpl
 
load(DataStoreBlobStore.LogicalBlockId) - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore
Load the block to the cache.
load(PermissionStore, Map<String, Collection<PermissionEntry>>, String) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionEntryCache.Local
 
load(PermissionStore, Collection<PermissionEntry>, String, String) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionEntryCache.Local
 
load(Collection<PermissionEntry>, String, String) - Method in interface org.apache.jackrabbit.oak.security.authorization.permission.PermissionStore
 
load(Map<String, Collection<PermissionEntry>>, String) - Method in interface org.apache.jackrabbit.oak.security.authorization.permission.PermissionStore
 
load(String) - Method in interface org.apache.jackrabbit.oak.security.authorization.permission.PermissionStore
 
load(Collection<PermissionEntry>, String, String) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionStoreImpl
 
load(Map<String, Collection<PermissionEntry>>, String) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionStoreImpl
 
load(String) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionStoreImpl
 
loadFromContextOrMap(Map<String, ?>, BundleContext) - Method in class org.apache.jackrabbit.oak.plugins.blob.BlobStoreConfiguration
Load configuration from a BundleContext or the map provided.
loadFromMap(Map<String, ?>) - Method in class org.apache.jackrabbit.oak.plugins.blob.BlobStoreConfiguration
Load configuration from a map.
loadFromSystemProps() - Method in class org.apache.jackrabbit.oak.plugins.blob.BlobStoreConfiguration
Load configuration from the system props.
loadSegment(UUID) - Method in class org.apache.jackrabbit.oak.plugins.segment.AbstractStore
 
loadSegment(UUID) - Method in class org.apache.jackrabbit.oak.plugins.segment.file.FileStore
 
loadSegment(UUID) - Method in class org.apache.jackrabbit.oak.plugins.segment.http.HttpStore
 
loadSegment(UUID) - Method in class org.apache.jackrabbit.oak.plugins.segment.memory.MemoryStore
 
loadSegment(UUID) - Method in class org.apache.jackrabbit.oak.plugins.segment.mongo.MongoStore
 
local - Variable in class org.apache.jackrabbit.oak.namepath.LocalNameMapper
 
LOCAL_DIFF_THRESHOLD - Static variable in class org.apache.jackrabbit.oak.kernel.KernelNodeState
Number of child nodes beyond which MicroKernel.diff(String, String, String, int) is used for diffing.
LocalNameMapper - Class in org.apache.jackrabbit.oak.namepath
Name mapper with local namespace mappings.
LocalNameMapper(Root, Map<String, String>) - Constructor for class org.apache.jackrabbit.oak.namepath.LocalNameMapper
 
LocalNameMapper(Map<String, String>, Map<String, String>) - Constructor for class org.apache.jackrabbit.oak.namepath.LocalNameMapper
 
LOCK - Static variable in exception org.apache.jackrabbit.oak.api.CommitFailedException
Type name for lock violation errors.
LOCK_MANAGEMENT - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
LOCK_PROPERTY_NAMES - Static variable in interface org.apache.jackrabbit.oak.plugins.lock.LockConstants
 
LockConstants - Interface in org.apache.jackrabbit.oak.plugins.lock
 
LOG - Static variable in class org.apache.jackrabbit.oak.plugins.blob.MarkSweepGarbageCollector
 
LoggingDocumentStoreWrapper - Class in org.apache.jackrabbit.oak.plugins.document.util
Implements a DocumentStore wrapper and logs all calls.
LoggingDocumentStoreWrapper(DocumentStore) - Constructor for class org.apache.jackrabbit.oak.plugins.document.util.LoggingDocumentStoreWrapper
 
login(Credentials, String) - Method in interface org.apache.jackrabbit.oak.api.ContentRepository
Authenticates a user based on the given credentials or available out-of-band information and, if successful, returns a ContentSession instance for accessing repository content inside the specified workspace as the authenticated user.
login(Credentials, String) - Method in class org.apache.jackrabbit.oak.core.ContentRepositoryImpl
 
login() - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenLoginModule
 
login() - Method in class org.apache.jackrabbit.oak.security.authentication.user.LoginModuleImpl
 
login() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.GuestLoginModule
 
login() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.LoginContext
 
login() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.PreAuthContext
 
LoginContext - Interface in org.apache.jackrabbit.oak.spi.security.authentication
Interface version of the JAAS LoginContext class.
LoginContextProvider - Interface in org.apache.jackrabbit.oak.spi.security.authentication
Configurable provider taking care of building login contexts for the desired authentication mechanism.
LoginModuleImpl - Class in org.apache.jackrabbit.oak.security.authentication.user
Default login module implementation that authenticates JCR Credentials against the repository.
LoginModuleImpl() - Constructor for class org.apache.jackrabbit.oak.security.authentication.user.LoginModuleImpl
 
logout() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
 
logout() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.GuestLoginModule
 
logout() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.LoginContext
 
logout() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.PreAuthContext
 
logQueryEvaluationTime(String, String, long) - Method in class org.apache.jackrabbit.oak.stats.StatisticManager
Logs the call of each query ran on the repository.
LogWrapper<T extends org.apache.jackrabbit.mk.api.MicroKernel> - Class in org.apache.jackrabbit.oak.plugins.document.util
A logging microkernel implementation.
LogWrapper(T) - Constructor for class org.apache.jackrabbit.oak.plugins.document.util.LogWrapper
 
LONG - Static variable in class org.apache.jackrabbit.oak.api.Type
Map Long to PropertyType.LONG
LongConstraint - Class in org.apache.jackrabbit.oak.plugins.nodetype.constraint
 
LongConstraint(String) - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.constraint.LongConstraint
 
LongPropertyState - Class in org.apache.jackrabbit.oak.plugins.memory
 
LongPropertyState(String, long) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.LongPropertyState
 
LONGS - Static variable in class org.apache.jackrabbit.oak.api.Type
Map Iterable<Long> to array of PropertyType.LONG
lowerCase(DynamicOperandImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
LowerCaseImpl - Class in org.apache.jackrabbit.oak.query.ast
The function "lower(..)".
LowerCaseImpl(DynamicOperandImpl) - Constructor for class org.apache.jackrabbit.oak.query.ast.LowerCaseImpl
 

M

mark(AbstractBlobStore.BlockId) - Method in class org.apache.jackrabbit.oak.plugins.blob.cloud.CloudBlobStore
 
mark(AbstractBlobStore.BlockId) - Method in class org.apache.jackrabbit.oak.plugins.blob.db.DbBlobStore
 
mark() - Method in class org.apache.jackrabbit.oak.plugins.blob.MarkSweepGarbageCollector
Mark phase of the GC.
mark(AbstractBlobStore.BlockId) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoBlobStore
 
mark(AbstractBlobStore.BlockId) - Method in class org.apache.jackrabbit.oak.plugins.document.rdb.RDBBlobStore
 
mark(int) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
 
markAndSweep() - Method in class org.apache.jackrabbit.oak.plugins.blob.MarkSweepGarbageCollector
Mark and sweep.
markAsPartialObject() - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.RevisionEntry
 
markSupported() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
 
MarkSweepGarbageCollector - Class in org.apache.jackrabbit.oak.plugins.blob
Mark and sweep garbage collector.
MarkSweepGarbageCollector() - Constructor for class org.apache.jackrabbit.oak.plugins.blob.MarkSweepGarbageCollector
 
markUpToDate(long) - Method in interface org.apache.jackrabbit.oak.plugins.document.CachedNodeDocument
 
markUpToDate(long) - Method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
Mark this instance as up-to-date (matches the state in persistence store).
match(NodeState, Filter) - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.UUIDDiffCollector
 
match(PropertyValue, PropertyState) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
 
match(PropertyState, PropertyValue) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
 
match(PropertyValue, PropertyValue) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
 
matches(String) - Method in class org.apache.jackrabbit.oak.query.fulltext.LikePattern
 
matches(TokenCredentials) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenInfo
Returns true if the specified credentials can be successfully validated against the information stored in this instance.
matches(Tree, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.CompositePattern
 
matches(String) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.CompositePattern
 
matches() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.CompositePattern
 
matches(Tree, PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionPattern
Returns true if the underlying restriction matches the specified tree or property state.
matches(String) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionPattern
Returns true if the underlying restriction matches the specified path.
matches() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionPattern
Returns true if the underlying restriction matches for repository level permissions.
matchesAllTypes() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
matchesAllTypes() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
matchesAllTypes() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
Checks whether nodes of all types can match this filter.
MAX_ALL - Static variable in class org.apache.jackrabbit.oak.security.user.query.ResultIterator
 
MAX_CHILD_NAMES - Static variable in class org.apache.jackrabbit.oak.kernel.KernelNodeState
Maximum number of child nodes kept in memory.
MAX_SEGMENT_SIZE - Static variable in class org.apache.jackrabbit.oak.plugins.segment.Segment
Maximum segment size.
maximumBackoff - Variable in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
 
maximumSize(int) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS.Builder
 
maximumWeight(long) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS.Builder
 
MB - Static variable in class org.apache.jackrabbit.oak.plugins.segment.AbstractStore
 
members() - Method in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
 
MembershipWriter - Class in org.apache.jackrabbit.oak.security.user
 
MembershipWriter() - Constructor for class org.apache.jackrabbit.oak.security.user.MembershipWriter
 
memoryCacheSize(long) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
 
MemoryChildNodeEntry - Class in org.apache.jackrabbit.oak.plugins.memory
Basic JavaBean implementation of a child node entry.
MemoryChildNodeEntry(String, NodeState) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.MemoryChildNodeEntry
Creates a child node entry with the given name and referenced child node state.
MemoryDocumentStore - Class in org.apache.jackrabbit.oak.plugins.document.memory
Emulates a MongoDB store (possibly consisting of multiple shards and replicas).
MemoryDocumentStore() - Constructor for class org.apache.jackrabbit.oak.plugins.document.memory.MemoryDocumentStore
 
MemoryJournal - Class in org.apache.jackrabbit.oak.plugins.segment.memory
 
MemoryJournal(SegmentStore, NodeState) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.memory.MemoryJournal
 
MemoryJournal(SegmentStore, String) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.memory.MemoryJournal
 
MemoryNodeBuilder - Class in org.apache.jackrabbit.oak.plugins.memory
In-memory node state builder.
MemoryNodeBuilder(MemoryNodeBuilder, String) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
Creates a new in-memory child builder.
MemoryNodeBuilder(NodeState) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
Creates a new in-memory node state builder rooted at and based on the passed base state.
MemoryNodeStore - Class in org.apache.jackrabbit.oak.plugins.memory
Basic in-memory node store implementation.
MemoryNodeStore(NodeState) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeStore
 
MemoryNodeStore() - Constructor for class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeStore
 
MemoryStore - Class in org.apache.jackrabbit.oak.plugins.segment.memory
 
MemoryStore(NodeState) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.memory.MemoryStore
 
MemoryStore() - Constructor for class org.apache.jackrabbit.oak.plugins.segment.memory.MemoryStore
 
MERGE - Static variable in exception org.apache.jackrabbit.oak.api.CommitFailedException
Type name for merge errors.
merge(NodeBuilder, CommitHook, CommitInfo) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
This implementation delegates to KernelRootBuilder.merge(CommitHook, CommitInfo) if builder is a KernelNodeBuilder instance.
merge(KernelNodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStoreBranch
 
merge(CommitHook, CommitInfo) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStoreBranch
 
merge(String, String) - Method in class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
 
merge(String, String) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK
 
merge(NodeBuilder, CommitHook, CommitInfo) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
 
merge(DocumentNodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBranch
 
merge(CommitHook, CommitInfo) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBranch
 
merge(String, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.LogWrapper
 
merge(String, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingWrapper
 
merge(NodeBuilder, CommitHook, CommitInfo) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeStore
This implementation is equal to first rebasing the builder and then applying it to a new branch and immediately merging it back.
merge() - Method in interface org.apache.jackrabbit.oak.plugins.segment.Journal
 
merge() - Method in class org.apache.jackrabbit.oak.plugins.segment.memory.MemoryJournal
 
merge(NodeBuilder, CommitHook, CommitInfo) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStore
 
merge(N, CommitInfo) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
Merges the branch head and returns the result state of the merge.
merge(CommitHook, CommitInfo) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
 
merge(NodeBuilder, CommitHook, CommitInfo) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStore
Merges the changes from the passed builder into the store.
merge(CommitHook, CommitInfo) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStoreBranch
Merges the changes in this branch to the main content tree.
merge(NodeBuilder, CommitHook, CommitInfo) - Method in class org.apache.jackrabbit.oak.spi.state.ProxyNodeStore
 
MergeDiff - Class in org.apache.jackrabbit.oak.plugins.segment
 
MergeDiff(NodeBuilder) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.MergeDiff
 
MergeSortedIterators<T> - Class in org.apache.jackrabbit.oak.plugins.document.util
MergeSortedIterators is a specialized implementation of a merge sort of already sorted iterators of some type of comparable elements.
MergeSortedIterators(Comparator<T>) - Constructor for class org.apache.jackrabbit.oak.plugins.document.util.MergeSortedIterators
 
MergingNodeStateDiff - Class in org.apache.jackrabbit.oak.plugins.commit
MergingNodeStateDiff...
MISSING_NODE - Static variable in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
 
MIX_CREATED - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
MIX_LASTMODIFIED - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
MIX_REP_ACCESS_CONTROLLABLE - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
 
MIX_REP_IMPERSONATABLE - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
 
MIX_REP_MERGE_CONFLICT - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
Merge conflict handling
MIX_REP_REPO_ACCESS_CONTROLLABLE - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
 
MIX_REP_VERSIONABLE_PATHS - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
 
MOD_COUNT - Static variable in class org.apache.jackrabbit.oak.plugins.document.Document
The modification count on the document.
MODE - Static variable in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService
 
MODIFIED - Static variable in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
The modified time (5 second resolution).
modified(NodeState, NodeState) - Static method in class org.apache.jackrabbit.oak.spi.state.EqualsDiff
Diffs the given node states and returns true if there are differences within the properties or direct child nodes.
ModifiedNodeState - Class in org.apache.jackrabbit.oak.plugins.memory
Immutable snapshot of a mutable node state.
modifiedService(ServiceReference, Object) - Method in class org.apache.jackrabbit.oak.osgi.Activator
 
modifiedService(ServiceReference, Object) - Method in class org.apache.jackrabbit.oak.osgi.ObserverTracker
 
MODIFY_ACCESS_CONTROL - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
MODIFY_CHILD_NODE_COLLECTION - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
MODIFY_PROPERTY - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
MongoBlob - Class in org.apache.jackrabbit.oak.plugins.document.mongo
The MongoDB representation of a blob.
MongoBlob() - Constructor for class org.apache.jackrabbit.oak.plugins.document.mongo.MongoBlob
Default constructor.
MongoBlobStore - Class in org.apache.jackrabbit.oak.plugins.document.mongo
Implementation of blob store for the MongoDB extending from AbstractBlobStore.
MongoBlobStore(DB) - Constructor for class org.apache.jackrabbit.oak.plugins.document.mongo.MongoBlobStore
Constructs a new MongoBlobStore
MongoConnection - Class in org.apache.jackrabbit.oak.plugins.document.util
The MongoConnection abstracts connection to the MongoDB.
MongoConnection(String) - Constructor for class org.apache.jackrabbit.oak.plugins.document.util.MongoConnection
Constructs a new connection using the specified MongoDB connection string.
MongoConnection(String, int, String) - Constructor for class org.apache.jackrabbit.oak.plugins.document.util.MongoConnection
Constructs a new MongoConnection.
MongoDocumentStore - Class in org.apache.jackrabbit.oak.plugins.document.mongo
A document store that uses MongoDB as the backend.
MongoDocumentStore(DB, DocumentMK.Builder) - Constructor for class org.apache.jackrabbit.oak.plugins.document.mongo.MongoDocumentStore
 
MongoGridFSBlobStore - Class in org.apache.jackrabbit.oak.plugins.document.mongo.gridfs
Implementation of BlobStore for MongoDB using GridFS.
MongoGridFSBlobStore(DB) - Constructor for class org.apache.jackrabbit.oak.plugins.document.mongo.gridfs.MongoGridFSBlobStore
Constructs a new BlobStoreMongoGridFS
MongoStore - Class in org.apache.jackrabbit.oak.plugins.segment.mongo
 
MongoStore(DB, int) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.mongo.MongoStore
 
move(String, String) - Method in interface org.apache.jackrabbit.oak.api.Root
Move the child located at sourcePath to a child at destPath.
move(String, String) - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
 
move(String, String, KernelNodeState) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStoreBranch
 
move(String, String, DocumentNodeState) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBranch
 
move(String, String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultMoveValidator
 
move(String, String, N) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
Perform a potentially optimized move operation directly on the underlying store.
move(String, String) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
Moves a node in this private branch.
move(String, String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.state.MoveValidator
Called when a moved node has been detected.
MoveAwarePermissionValidator - Class in org.apache.jackrabbit.oak.security.authorization.permission
 
MoveDetector - Class in org.apache.jackrabbit.oak.spi.state
A MoveDetector is a validator that can detect certain move operations and reports these to the wrapped MoveValidator by calling MoveValidator.move(String, String, NodeState).
MoveDetector(MoveValidator) - Constructor for class org.apache.jackrabbit.oak.spi.state.MoveDetector
 
moveFrom(KernelNodeBuilder, String) - Method in interface org.apache.jackrabbit.oak.kernel.FastMove
Move the source builder to this builder with the given new name
moveFrom(KernelNodeBuilder, String) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeBuilder
 
moveNode(String, String) - Method in class org.apache.jackrabbit.oak.plugins.document.Commit
 
moveTo(NodeBuilder, String) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeBuilder
If newParent is a KernelNodeBuilder this implementation purges all pending changes before applying the move operation.
moveTo(NodeBuilder, String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
This implementation has the same semantics as adding this node with name newName as a new child of newParent followed by removing this node.
moveTo(NodeBuilder, String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Move this child to a new parent with a new name.
moveTo(NodeBuilder, String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
MoveTracker - Class in org.apache.jackrabbit.oak.spi.commit
MoveTracker...
MoveTracker() - Constructor for class org.apache.jackrabbit.oak.spi.commit.MoveTracker
Create a new MoveTracker
MoveValidator - Interface in org.apache.jackrabbit.oak.spi.state
A validator that also receives notifications about moved nodes.
MultiBinaryPropertyState - Class in org.apache.jackrabbit.oak.plugins.memory
 
MultiBinaryPropertyState(String, Iterable<Blob>) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.MultiBinaryPropertyState
 
MultiBooleanPropertyState - Class in org.apache.jackrabbit.oak.plugins.memory
 
MultiBooleanPropertyState(String, Iterable<Boolean>) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.MultiBooleanPropertyState
 
MultiDecimalPropertyState - Class in org.apache.jackrabbit.oak.plugins.memory
 
MultiDecimalPropertyState(String, Iterable<BigDecimal>) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.MultiDecimalPropertyState
 
MultiDoublePropertyState - Class in org.apache.jackrabbit.oak.plugins.memory
 
MultiDoublePropertyState(String, Iterable<Double>) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.MultiDoublePropertyState
 
MultiGenericPropertyState - Class in org.apache.jackrabbit.oak.plugins.memory
 
MultiGenericPropertyState(String, Iterable<String>, Type<?>) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.MultiGenericPropertyState
 
MultiLongPropertyState - Class in org.apache.jackrabbit.oak.plugins.memory
 
MultiLongPropertyState(String, Iterable<Long>) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.MultiLongPropertyState
 
MultiStringPropertyState - Class in org.apache.jackrabbit.oak.plugins.memory
 
MultiStringPropertyState(String, Iterable<String>) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.MultiStringPropertyState
 

N

NAME - Static variable in exception org.apache.jackrabbit.oak.api.CommitFailedException
Type name for name violation errors.
NAME - Static variable in class org.apache.jackrabbit.oak.api.Type
Map String to PropertyType.STRING
NAME - Static variable in class org.apache.jackrabbit.oak.plugins.index.reference.NodeReferenceConstants
 
NAME - Static variable in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService
 
name - Variable in class org.apache.jackrabbit.oak.plugins.tree.AbstractTree
Name of this tree
NAME - Static variable in interface org.apache.jackrabbit.oak.spi.security.authentication.AuthenticationConfiguration
 
NAME - Static variable in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenConfiguration
 
NAME - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.AuthorizationConfiguration
 
NAME - Static variable in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
 
NAME - Static variable in interface org.apache.jackrabbit.oak.spi.security.principal.PrincipalConfiguration
 
NAME - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConfiguration
 
NAME - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConfiguration
 
NAME_ABORT - Static variable in class org.apache.jackrabbit.oak.spi.xml.ImportBehavior
 
NAME_BESTEFFORT - Static variable in class org.apache.jackrabbit.oak.spi.xml.ImportBehavior
 
NAME_IGNORE - Static variable in class org.apache.jackrabbit.oak.spi.xml.ImportBehavior
 
NameConstraint - Class in org.apache.jackrabbit.oak.plugins.nodetype.constraint
 
NameConstraint(String) - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.constraint.NameConstraint
 
nameFromValue(int) - Static method in class org.apache.jackrabbit.oak.spi.xml.ImportBehavior
 
NameMapper - Interface in org.apache.jackrabbit.oak.namepath
TODO document
NamePathMapper - Interface in org.apache.jackrabbit.oak.namepath
The NamePathMapper interface combines NameMapper and PathMapper.
NamePathMapper.Default - Class in org.apache.jackrabbit.oak.namepath
Default implementation that doesn't perform any conversions for cases where a mapper object only deals with oak internal names and paths.
NamePathMapper.Default() - Constructor for class org.apache.jackrabbit.oak.namepath.NamePathMapper.Default
 
NamePathMapperImpl - Class in org.apache.jackrabbit.oak.namepath
TODO document
NamePathMapperImpl(NameMapper) - Constructor for class org.apache.jackrabbit.oak.namepath.NamePathMapperImpl
 
NamePathMapperImpl(NameMapper, IdentifierManager) - Constructor for class org.apache.jackrabbit.oak.namepath.NamePathMapperImpl
 
nameProperty(String, String) - Static method in class org.apache.jackrabbit.oak.plugins.memory.GenericPropertyState
Create a PropertyState from a name.
nameProperty(String, Iterable<String>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MultiGenericPropertyState
Create a multi valued PropertyState from a list of names.
NAMES - Static variable in class org.apache.jackrabbit.oak.api.Type
Map Iterable<String> to array of PropertyType.NAME
NAMESPACE - Static variable in exception org.apache.jackrabbit.oak.api.CommitFailedException
Type name for namespace violation errors.
NAMESPACE_MANAGEMENT - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
NAMESPACE_REP - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
 
NAMESPACE_SV - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
 
NAMESPACE_XMLNS - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
 
NamespaceConstants - Interface in org.apache.jackrabbit.oak.plugins.name
TODO document
NamespaceEditorProvider - Class in org.apache.jackrabbit.oak.plugins.name
Validator service that checks that all node and property names as well as any name values are syntactically valid and that any namespace prefixes are properly registered.
NamespaceEditorProvider() - Constructor for class org.apache.jackrabbit.oak.plugins.name.NamespaceEditorProvider
 
namespaces - Variable in class org.apache.jackrabbit.oak.namepath.GlobalNameMapper
 
Namespaces - Class in org.apache.jackrabbit.oak.plugins.name
Internal static utility class for managing the persisted namespace registry.
namespaces - Variable in class org.apache.jackrabbit.oak.plugins.name.ReadOnlyNamespaceRegistry
 
NAMESPACES_PATH - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
 
NameValidatorProvider - Class in org.apache.jackrabbit.oak.plugins.name
Validator service that checks that all node and property names as well as any name values are syntactically valid and that any namespace prefixes are properly registered.
NameValidatorProvider() - Constructor for class org.apache.jackrabbit.oak.plugins.name.NameValidatorProvider
 
needsRetry(Exception) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.gridfs.BaseCommand
 
needsRetry(T) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.gridfs.BaseCommand
 
needsRetry(Exception) - Method in interface org.apache.jackrabbit.oak.plugins.document.mongo.gridfs.Command
Will be called in case of an Exception during the execution and a given number of retries which has not exceeded.
needsRetry(T) - Method in interface org.apache.jackrabbit.oak.plugins.document.mongo.gridfs.Command
Will be called in case of a successful execution and a given number of retries which has not exceeded.
newAncestorCursor(Cursor, int) - Static method in class org.apache.jackrabbit.oak.spi.query.Cursors
Returns a cursor wrapper, which returns the ancestor rows at the given level of the wrapped cursor c.
newBinary(byte[]) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
 
newBinary(Blob) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
 
newBoolean(boolean) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
 
newBuilder() - Static method in class org.apache.jackrabbit.oak.cache.CacheLIRS
Create a builder.
newCombinedFilter(Iterator<K>, boolean, long, long, Comparator<K>) - Static method in class org.apache.jackrabbit.oak.query.FilterIterators
 
newDate(String) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
 
newDecimal(BigDecimal) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
 
newDistinct(Iterator<K>) - Static method in class org.apache.jackrabbit.oak.query.FilterIterators
 
newDocument(DocumentStore) - Method in class org.apache.jackrabbit.oak.plugins.document.Collection
 
newDouble(Double) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
 
newInstance() - Static method in class org.apache.jackrabbit.oak.plugins.blob.BlobStoreConfiguration
Creates a new configuration object with default values.
newInstance() - Static method in class org.apache.jackrabbit.oak.plugins.blob.cloud.CloudBlobStoreBuilder
 
newInstance() - Static method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStoreBuilder
 
newInstance() - Static method in class org.apache.jackrabbit.oak.plugins.document.cache.ForwardingListener
 
newInstance(RemovalListener<K, V>) - Static method in class org.apache.jackrabbit.oak.plugins.document.cache.ForwardingListener
 
newInstance(TokenProvider...) - Static method in class org.apache.jackrabbit.oak.spi.security.authentication.token.CompositeTokenProvider
 
newInstance(List<? extends TokenProvider>) - Static method in class org.apache.jackrabbit.oak.spi.security.authentication.token.CompositeTokenProvider
 
newInstance(RestrictionProvider...) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.CompositeRestrictionProvider
 
newInstance(Collection<? extends RestrictionProvider>) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.CompositeRestrictionProvider
 
newLimit(Iterator<K>, long) - Static method in class org.apache.jackrabbit.oak.query.FilterIterators
 
NEWLINE - Static variable in class org.apache.jackrabbit.oak.plugins.blob.MarkSweepGarbageCollector
 
newLong(Long) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
 
newMap() - Static method in class org.apache.jackrabbit.oak.plugins.document.util.Utils
 
newName(String) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
 
newName(Iterable<String>) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
 
newOffset(Iterator<K>, long) - Static method in class org.apache.jackrabbit.oak.query.FilterIterators
 
newPath(String) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
 
newPathCursor(Iterable<String>) - Static method in class org.apache.jackrabbit.oak.spi.query.Cursors
Creates a Cursor over paths.
newPathCursorDistinct(Iterable<String>) - Static method in class org.apache.jackrabbit.oak.spi.query.Cursors
Creates a Cursor over paths, and make the result distinct.
newReference(String) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
 
newRuleWithName(String, List<String>) - Method in class org.apache.jackrabbit.oak.plugins.index.aggregate.SimpleNodeAggregator
Include children with the provided name.
newSet() - Static method in class org.apache.jackrabbit.oak.plugins.document.util.Utils
 
newSort(Iterator<K>, Comparator<K>, int) - Static method in class org.apache.jackrabbit.oak.query.FilterIterators
 
newString(String) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
 
newString(Iterable<String>) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
 
newTraversingCursor(Filter, NodeState) - Static method in class org.apache.jackrabbit.oak.spi.query.Cursors
Returns a traversing cursor based on the path restriction in the given Filter.
newUri(String) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
 
newWeakReference(String) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
 
next() - Method in class org.apache.jackrabbit.oak.plugins.document.BlobReferenceIterator
 
next() - Method in class org.apache.jackrabbit.oak.plugins.document.util.MergeSortedIterators
 
next() - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
 
next() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
next() - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
Go to the next node for the given source.
next() - Method in class org.apache.jackrabbit.oak.query.plan.Permutations
Go to the next lineup, and if available, fill the target array.
next() - Method in class org.apache.jackrabbit.oak.security.user.query.ResultIterator
 
next() - Method in interface org.apache.jackrabbit.oak.spi.query.Cursor
The next row within this index.
NEXT_AFTER_BUILT_INS - Static variable in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
 
nextBits() - Method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
Package private method to calculate the privilege bits associated with a given built-in or custom privilege definition.
nextIterator() - Method in class org.apache.jackrabbit.oak.plugins.document.util.MergeSortedIterators
 
nextPrincipal() - Method in class org.apache.jackrabbit.oak.spi.security.principal.PrincipalIteratorAdapter
Returns the next policy.
NO_BINDINGS - Static variable in interface org.apache.jackrabbit.oak.api.QueryEngine
Empty set of variables bindings.
NO_MAPPINGS - Static variable in interface org.apache.jackrabbit.oak.api.QueryEngine
Empty set of namespace prefix mappings.
NO_PERMISSION - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
Node - Class in org.apache.jackrabbit.oak.plugins.document
Represents a node held in memory (in the cache for example).
NODE_TYPE - Static variable in exception org.apache.jackrabbit.oak.api.CommitFailedException
Type name for node type violation errors.
NODE_TYPE_DEFINITION_MANAGEMENT - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
NODE_TYPE_MANAGEMENT - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
NODE_TYPES_PATH - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
nodeAdded(String, NodeState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.EventHandler
Notification for an added node
nodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.FilteredHandler
 
NodeAggregator - Interface in org.apache.jackrabbit.oak.plugins.index.aggregate
 
nodeBuilder - Variable in class org.apache.jackrabbit.oak.plugins.tree.AbstractTree
The NodeBuilder for the underlying node state
NodeBuilder - Interface in org.apache.jackrabbit.oak.spi.state
Builder interface for constructing new node states.
nodeDeleted(String, NodeState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.EventHandler
Notification for a deleted node
nodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.FilteredHandler
 
NodeDocOffHeapCache - Class in org.apache.jackrabbit.oak.plugins.document.cache
 
NodeDocOffHeapCache(Cache<CacheValue, NodeDocument>, ForwardingListener<CacheValue, NodeDocument>, DocumentMK.Builder, DocumentStore) - Constructor for class org.apache.jackrabbit.oak.plugins.document.cache.NodeDocOffHeapCache
 
NodeDocument - Class in org.apache.jackrabbit.oak.plugins.document
A document storing data about a node.
NodeDocument(DocumentStore, long) - Constructor for class org.apache.jackrabbit.oak.plugins.document.NodeDocument
Required for serialization
nodeExists(String, String) - Method in class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
 
nodeExists(String, String) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK
 
nodeExists(String, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.LogWrapper
 
nodeExists(String, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingWrapper
 
NodeInfo - Class in org.apache.jackrabbit.oak.spi.xml
Information about a node being imported.
NodeInfo(String, String, Iterable<String>, String) - Constructor for class org.apache.jackrabbit.oak.spi.xml.NodeInfo
Creates a node information instance.
nodeLocalName(String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
NodeLocalNameImpl - Class in org.apache.jackrabbit.oak.query.ast
The function "localname(..)".
NodeLocalNameImpl(String) - Constructor for class org.apache.jackrabbit.oak.query.ast.NodeLocalNameImpl
 
nodeMoved(String, String, NodeState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.EventHandler
Notification for a moved node
nodeMoved(String, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.FilteredHandler
 
nodeName(String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
NodeNameImpl - Class in org.apache.jackrabbit.oak.query.ast
The function "name(..)".
NodeNameImpl(String) - Constructor for class org.apache.jackrabbit.oak.query.ast.NodeNameImpl
 
NodeReferenceConstants - Class in org.apache.jackrabbit.oak.plugins.index.reference
 
nodeReordered(String, String, NodeState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.EventHandler
Notification for a reordered node
nodeReordered(String, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.FilteredHandler
 
NODES - Static variable in class org.apache.jackrabbit.oak.plugins.document.Collection
The 'nodes' collection.
NodeState - Interface in org.apache.jackrabbit.oak.spi.state
A node in a content tree consists of child nodes and properties, each of which evolves through different states during its lifecycle.
NodeStateDiff - Interface in org.apache.jackrabbit.oak.spi.state
Handler of node state differences.
NodeStateUtils - Class in org.apache.jackrabbit.oak.spi.state
Utility method for code that deals with node states.
nodeStore - Variable in class org.apache.jackrabbit.oak.plugins.document.DocumentMK
The node store.
NodeStore - Interface in org.apache.jackrabbit.oak.spi.state
Storage abstraction for trees.
NodeStoreBranch - Interface in org.apache.jackrabbit.oak.spi.state
An instance of this class represents a private branch of the tree in a NodeStore to which transient changes can be applied and later merged back or discarded.
NodeStoreKernel - Class in org.apache.jackrabbit.oak.kernel
This is a simple NodeStore-based MicroKernel implementation.
NodeStoreKernel(NodeStore) - Constructor for class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
 
nodeType(UniversalFilter.Selector, String[]) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.FilterBuilder
A condition that holds for matching node types.
NodeTypeConstants - Interface in org.apache.jackrabbit.oak.plugins.nodetype
NodeTypeConstants...
NodeTypeIndexProvider - Class in org.apache.jackrabbit.oak.plugins.index.nodetype
NodeTypeIndexProvider is a QueryIndexProvider for NodeTypeIndex instances.
NodeTypeIndexProvider() - Constructor for class org.apache.jackrabbit.oak.plugins.index.nodetype.NodeTypeIndexProvider
 
NodeUtil - Class in org.apache.jackrabbit.oak.util
Utility class for accessing and writing typed content of a tree.
NodeUtil(Tree, NameMapper) - Constructor for class org.apache.jackrabbit.oak.util.NodeUtil
 
NodeUtil(Tree) - Constructor for class org.apache.jackrabbit.oak.util.NodeUtil
 
NoPermissions - Class in org.apache.jackrabbit.oak.security.authorization.permission
Implementation of the CompiledPermission interface that denies all permissions.
not(ConstraintImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
NotImpl - Class in org.apache.jackrabbit.oak.query.ast
A "not" condition.
NotImpl(ConstraintImpl) - Constructor for class org.apache.jackrabbit.oak.query.ast.NotImpl
 
notMatch(PropertyValue, PropertyValue) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
 
nsdata - Variable in class org.apache.jackrabbit.oak.namepath.GlobalNameMapper
 
nsdata - Variable in class org.apache.jackrabbit.oak.plugins.name.ReadOnlyNamespaceRegistry
 
NT_ACTIVITY - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
 
NT_CONFIGURATION - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
 
NT_OAK_UNSTRUCTURED - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
NT_REP_ACE - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
 
NT_REP_ACL - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
 
NT_REP_AUTHORIZABLE - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
 
NT_REP_AUTHORIZABLE_FOLDER - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
 
NT_REP_CHILD_NODE_DEFINITION - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
NT_REP_CHILD_NODE_DEFINITIONS - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
NT_REP_DENY_ACE - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
 
NT_REP_GRANT_ACE - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
 
NT_REP_GROUP - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
 
NT_REP_MEMBER_REFERENCES - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
 
NT_REP_MEMBER_REFERENCES_LIST - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
 
NT_REP_MEMBERS - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
Deprecated.
NT_REP_NAMED_CHILD_NODE_DEFINITIONS - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
NT_REP_NAMED_PROPERTY_DEFINITIONS - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
NT_REP_NODE_TYPE - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
NT_REP_NODE_TYPES - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
NT_REP_PERMISSION_STORE - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
 
NT_REP_PERMISSIONS - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
 
NT_REP_POLICY - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
 
NT_REP_PRIVILEGE - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Node type name of the privilege definition nodes
NT_REP_PRIVILEGES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Node type name of the root node of the privilege store
NT_REP_PROPERTY_DEFINITION - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
NT_REP_PROPERTY_DEFINITIONS - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
NT_REP_RESTRICTIONS - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
 
NT_REP_ROOT - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
Constants for built-in repository defined node type names
NT_REP_SYSTEM - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
NT_REP_UNSTRUCTURED - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
NT_REP_USER - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
 
NULL - Static variable in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
Marker document, which indicates the document does not exist.
NumericConstraint<T> - Class in org.apache.jackrabbit.oak.plugins.nodetype.constraint
 
NumericConstraint(String) - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.constraint.NumericConstraint
 

O

OAK - Static variable in exception org.apache.jackrabbit.oak.api.CommitFailedException
Source name for exceptions thrown by components in the Oak project.
Oak - Class in org.apache.jackrabbit.oak
Builder class for constructing ContentRepository instances with a set of specified plugin components.
Oak(NodeStore) - Constructor for class org.apache.jackrabbit.oak.Oak
 
Oak() - Constructor for class org.apache.jackrabbit.oak.Oak
 
OAK_CHILD_ORDER - Static variable in interface org.apache.jackrabbit.oak.plugins.tree.TreeConstants
Name of the internal property that contains the child order
OAK_UNKNOWN - Static variable in class org.apache.jackrabbit.oak.spi.commit.CommitInfo
 
OakInitializer - Class in org.apache.jackrabbit.oak.spi.lifecycle
 
Observable - Interface in org.apache.jackrabbit.oak.spi.commit
An Observable supports attaching Observer instances for listening to content changes.
Observer - Interface in org.apache.jackrabbit.oak.spi.commit
Extension point for observing changes in an Oak repository.
ObserverTracker - Class in org.apache.jackrabbit.oak.osgi
 
ObserverTracker(Observable) - Constructor for class org.apache.jackrabbit.oak.osgi.ObserverTracker
 
of(ConfigurationParameters...) - Static method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
Creates a new configuration parameters instance by merging all params sequentially.
of(Properties) - Static method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
Creates new a configuration parameters instance by copying the given properties.
of(Dictionary<String, Object>) - Static method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
Creates new a configuration parameters instance by copying the given properties.
of(Map<?, ?>) - Static method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
Creates new a configuration parameters instance by copying the given map.
OffHeapCache - Interface in org.apache.jackrabbit.oak.plugins.document.cache
An OffHeap cache manages the cache value in an off heap storage.
offHeapCacheSize(long) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
 
offHeapEntriesMap() - Method in class org.apache.jackrabbit.oak.plugins.document.cache.NodeDocOffHeapCache
 
offHeapEntriesMap() - Method in interface org.apache.jackrabbit.oak.plugins.document.cache.OffHeapCache
 
OFFSET_NONE - Static variable in class org.apache.jackrabbit.oak.security.user.query.ResultIterator
 
onCreate(Group, Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.AbstractAuthorizableAction
Doesn't perform any action.
onCreate(User, String, Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.AbstractAuthorizableAction
Doesn't perform any action.
onCreate(Group, Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.AccessControlAction
 
onCreate(User, String, Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.AccessControlAction
 
onCreate(Group, Root, NamePathMapper) - Method in interface org.apache.jackrabbit.oak.spi.security.user.action.AuthorizableAction
Allows to add application specific modifications or validation associated with the creation of a new group.
onCreate(User, String, Root, NamePathMapper) - Method in interface org.apache.jackrabbit.oak.spi.security.user.action.AuthorizableAction
Allows to add application specific modifications or validation associated with the creation of a new user.
onCreate(User, String, Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.PasswordValidationAction
 
onPasswordChange(User, String, Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.AbstractAuthorizableAction
Doesn't perform any action.
onPasswordChange(User, String, Root, NamePathMapper) - Method in interface org.apache.jackrabbit.oak.spi.security.user.action.AuthorizableAction
Allows to add application specific action or validation associated with changing a user password.
onPasswordChange(User, String, Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.PasswordChangeAction
 
onPasswordChange(User, String, Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.PasswordValidationAction
 
onRemoval(RemovalNotification<K, V>) - Method in class org.apache.jackrabbit.oak.plugins.document.cache.ForwardingListener
 
onRemove(Authorizable, Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.AbstractAuthorizableAction
Doesn't perform any action.
onRemove(Authorizable, Root, NamePathMapper) - Method in interface org.apache.jackrabbit.oak.spi.security.user.action.AuthorizableAction
Allows to add application specific behavior associated with the removal of an authorizable.
onRemove(Authorizable, Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.ClearMembershipAction
 
open() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
Open the DocumentMK instance using the configured options.
OpenAuthenticationConfiguration - Class in org.apache.jackrabbit.oak.spi.security.authentication
This implementation of the authentication configuration provides login contexts that accept any credentials and doesn't validate specified workspace name.
OpenAuthenticationConfiguration() - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.OpenAuthenticationConfiguration
 
OpenAuthorizationConfiguration - Class in org.apache.jackrabbit.oak.spi.security.authorization
This class implements an AuthorizationConfiguration which grants full access to any Subject.
OpenAuthorizationConfiguration() - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.OpenAuthorizationConfiguration
 
OpenPermissionProvider - Class in org.apache.jackrabbit.oak.spi.security.authorization.permission
Permission provider implementation that grants full access everywhere.
OpenSecurityProvider - Class in org.apache.jackrabbit.oak.spi.security
Rudimentary SecurityProvider implementation that allow every subject to authenticate and grants it full access everywhere.
OpenSecurityProvider() - Constructor for class org.apache.jackrabbit.oak.spi.security.OpenSecurityProvider
 
Operator - Enum in org.apache.jackrabbit.oak.query.ast
The enumeration of all operators.
optimize() - Method in class org.apache.jackrabbit.oak.query.xpath.Statement
 
options - Variable in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
 
or(ConstraintImpl, ConstraintImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
Order - Enum in org.apache.jackrabbit.oak.query.ast
The enumeration of query column orders (ascending and descending).
orderBefore(String) - Method in interface org.apache.jackrabbit.oak.api.Tree
Orders this Tree before the sibling tree with the given name.
orderBefore(String) - Method in class org.apache.jackrabbit.oak.core.HiddenTree
 
orderBefore(String) - Method in class org.apache.jackrabbit.oak.plugins.tree.ImmutableTree
 
orderBefore(AccessControlEntry, AccessControlEntry) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ImmutableACL
 
OrderingImpl - Class in org.apache.jackrabbit.oak.query.ast
An element of an "order by" list.
OrderingImpl(DynamicOperandImpl, Order) - Constructor for class org.apache.jackrabbit.oak.query.ast.OrderingImpl
 
org.apache.jackrabbit.oak - package org.apache.jackrabbit.oak
 
org.apache.jackrabbit.oak.api - package org.apache.jackrabbit.oak.api
Oak repository API
org.apache.jackrabbit.oak.api.jmx - package org.apache.jackrabbit.oak.api.jmx
 
org.apache.jackrabbit.oak.cache - package org.apache.jackrabbit.oak.cache
 
org.apache.jackrabbit.oak.core - package org.apache.jackrabbit.oak.core
 
org.apache.jackrabbit.oak.kernel - package org.apache.jackrabbit.oak.kernel
 
org.apache.jackrabbit.oak.namepath - package org.apache.jackrabbit.oak.namepath
 
org.apache.jackrabbit.oak.osgi - package org.apache.jackrabbit.oak.osgi
 
org.apache.jackrabbit.oak.plugins - package org.apache.jackrabbit.oak.plugins
Oak plugins.
org.apache.jackrabbit.oak.plugins.backup - package org.apache.jackrabbit.oak.plugins.backup
 
org.apache.jackrabbit.oak.plugins.blob - package org.apache.jackrabbit.oak.plugins.blob
 
org.apache.jackrabbit.oak.plugins.blob.cloud - package org.apache.jackrabbit.oak.plugins.blob.cloud
 
org.apache.jackrabbit.oak.plugins.blob.datastore - package org.apache.jackrabbit.oak.plugins.blob.datastore
 
org.apache.jackrabbit.oak.plugins.blob.db - package org.apache.jackrabbit.oak.plugins.blob.db
 
org.apache.jackrabbit.oak.plugins.commit - package org.apache.jackrabbit.oak.plugins.commit
 
org.apache.jackrabbit.oak.plugins.document - package org.apache.jackrabbit.oak.plugins.document
 
org.apache.jackrabbit.oak.plugins.document.cache - package org.apache.jackrabbit.oak.plugins.document.cache
 
org.apache.jackrabbit.oak.plugins.document.memory - package org.apache.jackrabbit.oak.plugins.document.memory
 
org.apache.jackrabbit.oak.plugins.document.mongo - package org.apache.jackrabbit.oak.plugins.document.mongo
 
org.apache.jackrabbit.oak.plugins.document.mongo.gridfs - package org.apache.jackrabbit.oak.plugins.document.mongo.gridfs
 
org.apache.jackrabbit.oak.plugins.document.rdb - package org.apache.jackrabbit.oak.plugins.document.rdb
 
org.apache.jackrabbit.oak.plugins.document.util - package org.apache.jackrabbit.oak.plugins.document.util
 
org.apache.jackrabbit.oak.plugins.identifier - package org.apache.jackrabbit.oak.plugins.identifier
 
org.apache.jackrabbit.oak.plugins.index - package org.apache.jackrabbit.oak.plugins.index
 
org.apache.jackrabbit.oak.plugins.index.aggregate - package org.apache.jackrabbit.oak.plugins.index.aggregate
 
org.apache.jackrabbit.oak.plugins.index.diffindex - package org.apache.jackrabbit.oak.plugins.index.diffindex
 
org.apache.jackrabbit.oak.plugins.index.nodetype - package org.apache.jackrabbit.oak.plugins.index.nodetype
 
org.apache.jackrabbit.oak.plugins.index.property - package org.apache.jackrabbit.oak.plugins.index.property
 
org.apache.jackrabbit.oak.plugins.index.property.strategy - package org.apache.jackrabbit.oak.plugins.index.property.strategy
 
org.apache.jackrabbit.oak.plugins.index.reference - package org.apache.jackrabbit.oak.plugins.index.reference
 
org.apache.jackrabbit.oak.plugins.itemsave - package org.apache.jackrabbit.oak.plugins.itemsave
 
org.apache.jackrabbit.oak.plugins.lock - package org.apache.jackrabbit.oak.plugins.lock
 
org.apache.jackrabbit.oak.plugins.memory - package org.apache.jackrabbit.oak.plugins.memory
 
org.apache.jackrabbit.oak.plugins.name - package org.apache.jackrabbit.oak.plugins.name
 
org.apache.jackrabbit.oak.plugins.nodetype - package org.apache.jackrabbit.oak.plugins.nodetype
 
org.apache.jackrabbit.oak.plugins.nodetype.constraint - package org.apache.jackrabbit.oak.plugins.nodetype.constraint
 
org.apache.jackrabbit.oak.plugins.nodetype.write - package org.apache.jackrabbit.oak.plugins.nodetype.write
 
org.apache.jackrabbit.oak.plugins.observation - package org.apache.jackrabbit.oak.plugins.observation
 
org.apache.jackrabbit.oak.plugins.observation.filter - package org.apache.jackrabbit.oak.plugins.observation.filter
 
org.apache.jackrabbit.oak.plugins.segment - package org.apache.jackrabbit.oak.plugins.segment
 
org.apache.jackrabbit.oak.plugins.segment.file - package org.apache.jackrabbit.oak.plugins.segment.file
 
org.apache.jackrabbit.oak.plugins.segment.http - package org.apache.jackrabbit.oak.plugins.segment.http
 
org.apache.jackrabbit.oak.plugins.segment.memory - package org.apache.jackrabbit.oak.plugins.segment.memory
 
org.apache.jackrabbit.oak.plugins.segment.mongo - package org.apache.jackrabbit.oak.plugins.segment.mongo
 
org.apache.jackrabbit.oak.plugins.tree - package org.apache.jackrabbit.oak.plugins.tree
 
org.apache.jackrabbit.oak.plugins.value - package org.apache.jackrabbit.oak.plugins.value
 
org.apache.jackrabbit.oak.plugins.version - package org.apache.jackrabbit.oak.plugins.version
 
org.apache.jackrabbit.oak.query - package org.apache.jackrabbit.oak.query
 
org.apache.jackrabbit.oak.query.ast - package org.apache.jackrabbit.oak.query.ast
 
org.apache.jackrabbit.oak.query.fulltext - package org.apache.jackrabbit.oak.query.fulltext
 
org.apache.jackrabbit.oak.query.index - package org.apache.jackrabbit.oak.query.index
 
org.apache.jackrabbit.oak.query.plan - package org.apache.jackrabbit.oak.query.plan
 
org.apache.jackrabbit.oak.query.xpath - package org.apache.jackrabbit.oak.query.xpath
 
org.apache.jackrabbit.oak.security - package org.apache.jackrabbit.oak.security
The Oak Security Layer.
org.apache.jackrabbit.oak.security.authentication - package org.apache.jackrabbit.oak.security.authentication
 
org.apache.jackrabbit.oak.security.authentication.token - package org.apache.jackrabbit.oak.security.authentication.token
 
org.apache.jackrabbit.oak.security.authentication.user - package org.apache.jackrabbit.oak.security.authentication.user
 
org.apache.jackrabbit.oak.security.authorization - package org.apache.jackrabbit.oak.security.authorization
 
org.apache.jackrabbit.oak.security.authorization.accesscontrol - package org.apache.jackrabbit.oak.security.authorization.accesscontrol
 
org.apache.jackrabbit.oak.security.authorization.permission - package org.apache.jackrabbit.oak.security.authorization.permission
 
org.apache.jackrabbit.oak.security.authorization.restriction - package org.apache.jackrabbit.oak.security.authorization.restriction
 
org.apache.jackrabbit.oak.security.principal - package org.apache.jackrabbit.oak.security.principal
 
org.apache.jackrabbit.oak.security.privilege - package org.apache.jackrabbit.oak.security.privilege
 
org.apache.jackrabbit.oak.security.user - package org.apache.jackrabbit.oak.security.user
 
org.apache.jackrabbit.oak.security.user.autosave - package org.apache.jackrabbit.oak.security.user.autosave
 
org.apache.jackrabbit.oak.security.user.query - package org.apache.jackrabbit.oak.security.user.query
 
org.apache.jackrabbit.oak.spi.commit - package org.apache.jackrabbit.oak.spi.commit
Oak plugins.
org.apache.jackrabbit.oak.spi.lifecycle - package org.apache.jackrabbit.oak.spi.lifecycle
 
org.apache.jackrabbit.oak.spi.query - package org.apache.jackrabbit.oak.spi.query
 
org.apache.jackrabbit.oak.spi.security - package org.apache.jackrabbit.oak.spi.security
 
org.apache.jackrabbit.oak.spi.security.authentication - package org.apache.jackrabbit.oak.spi.security.authentication
 
org.apache.jackrabbit.oak.spi.security.authentication.callback - package org.apache.jackrabbit.oak.spi.security.authentication.callback
 
org.apache.jackrabbit.oak.spi.security.authentication.token - package org.apache.jackrabbit.oak.spi.security.authentication.token
 
org.apache.jackrabbit.oak.spi.security.authorization - package org.apache.jackrabbit.oak.spi.security.authorization
 
org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol - package org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol
 
org.apache.jackrabbit.oak.spi.security.authorization.permission - package org.apache.jackrabbit.oak.spi.security.authorization.permission
 
org.apache.jackrabbit.oak.spi.security.authorization.restriction - package org.apache.jackrabbit.oak.spi.security.authorization.restriction
 
org.apache.jackrabbit.oak.spi.security.principal - package org.apache.jackrabbit.oak.spi.security.principal
 
org.apache.jackrabbit.oak.spi.security.privilege - package org.apache.jackrabbit.oak.spi.security.privilege
 
org.apache.jackrabbit.oak.spi.security.user - package org.apache.jackrabbit.oak.spi.security.user
 
org.apache.jackrabbit.oak.spi.security.user.action - package org.apache.jackrabbit.oak.spi.security.user.action
 
org.apache.jackrabbit.oak.spi.security.user.util - package org.apache.jackrabbit.oak.spi.security.user.util
 
org.apache.jackrabbit.oak.spi.state - package org.apache.jackrabbit.oak.spi.state
 
org.apache.jackrabbit.oak.spi.whiteboard - package org.apache.jackrabbit.oak.spi.whiteboard
 
org.apache.jackrabbit.oak.spi.xml - package org.apache.jackrabbit.oak.spi.xml
 
org.apache.jackrabbit.oak.stats - package org.apache.jackrabbit.oak.stats
 
org.apache.jackrabbit.oak.util - package org.apache.jackrabbit.oak.util
 
OrImpl - Class in org.apache.jackrabbit.oak.query.ast
An "or" condition.
OrImpl(ConstraintImpl, ConstraintImpl) - Constructor for class org.apache.jackrabbit.oak.query.ast.OrImpl
 
OsgiWhiteboard - Class in org.apache.jackrabbit.oak.osgi
OSGi-based whiteboard implementation.
OsgiWhiteboard(BundleContext) - Constructor for class org.apache.jackrabbit.oak.osgi.OsgiWhiteboard
 
OURS - Static variable in class org.apache.jackrabbit.oak.plugins.commit.DefaultConflictHandler
A ConflictHandler which always return Resolution#OURS.

P

PARAM_ADMIN_ID - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
Configuration option defining the ID of the administrator user.
PARAM_ADMINISTRATIVE_PRINCIPALS - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
Configuration parameter specifying additional principals that should be treated as 'administrator' thus get granted full permissions on the complete repository content.
PARAM_ANONYMOUS_ID - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
Configuration option defining the ID of the anonymous user.
PARAM_APP_NAME - Static variable in interface org.apache.jackrabbit.oak.spi.security.authentication.AuthenticationConfiguration
 
PARAM_AUTHORIZABLE_ACTION_PROVIDER - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
Optional configuration parameter to set the AuthorizableActionProvider to be used with the given user management implementation.
PARAM_AUTHORIZABLE_NODE_NAME - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
Optional configuration parameter defining how to generate the name of the authorizable node from the ID of the new authorizable that is being created.
PARAM_DEFAULT_DEPTH - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
Parameter used to change the number of levels that are used by default store authorizable nodes.
The default number of levels is 2.
PARAM_GROUP_PATH - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
Configuration option to define the path underneath which group nodes are being created.
PARAM_IMPORT_BEHAVIOR - Static variable in interface org.apache.jackrabbit.oak.spi.xml.ProtectedItemImporter
Parameter name for the import behavior configuration option.
PARAM_OMIT_ADMIN_PW - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
Configuration option defining if the admin password should be omitted upon user creation.
PARAM_PASSWORD_HASH_ALGORITHM - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
Configuration parameter to change the default algorithm used to generate password hashes.
PARAM_PASSWORD_HASH_ITERATIONS - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
Configuration parameter to change the number of iterations used for password hash generation.
PARAM_PASSWORD_SALT_SIZE - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
Configuration parameter to change the number of iterations used for password hash generation.
PARAM_PERMISSIONS_JR2 - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
Configuration parameter to enforce backwards compatible permission validation with respect to user management and node removal: User Management: As of OAK 1.0 creation/removal of user and groups as well as modification of user/group specific protected properties requires USER_MANAGEMENT permissions while in Jackrabbit 2.0 they were covered by regular item write permissions. Removing Nodes: As of OAK 1.0 removing a node will succeed if the removal is granted on that specific node irrespective of the permission granted or denied within the subtree.
PARAM_READ_PATHS - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
Configuration parameter to enable full read access to regular nodes and properties at the specified paths.
PARAM_RESTRICTION_PROVIDER - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
 
PARAM_SUPPORT_AUTOSAVE - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
Optional configuration parameter that might be used to get back support for the auto-save behavior which has been dropped in the default user management implementation present with OAK.
PARAM_TOKEN_EXPIRATION - Static variable in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenProvider
Optional configuration parameter to set the token expiration time in ms.
PARAM_TOKEN_LENGTH - Static variable in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenProvider
Optional configuration parameter to define the length of the key.
PARAM_TOKEN_OPTIONS - Static variable in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenConfiguration
 
PARAM_USER_PATH - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
Configuration option to define the path underneath which user nodes are being created.
PARENT - Static variable in class org.apache.jackrabbit.oak.plugins.observation.filter.Selectors
A selector returning the parent node of the item for which a call back on EventFilter was called.
parse(String, JcrNameParser.Listener, int) - Static method in class org.apache.jackrabbit.oak.namepath.JcrNameParser
Parse the specified jcr name and inform the specified listener about the result or any error that may occur during parsing.
parse(String, JcrPathParser.Listener) - Static method in class org.apache.jackrabbit.oak.namepath.JcrPathParser
 
parse(String, String) - Static method in class org.apache.jackrabbit.oak.query.fulltext.FullTextParser
 
parse(String, String) - Method in interface org.apache.jackrabbit.oak.query.QueryParser
Parses the given query string, expressed in the specified language.
parse(String) - Method in class org.apache.jackrabbit.oak.query.SQL2Parser
Parse the statement and return the query.
PasswordChangeAction - Class in org.apache.jackrabbit.oak.spi.security.user.action
PasswordChangeAction() - Constructor for class org.apache.jackrabbit.oak.spi.security.user.action.PasswordChangeAction
 
PasswordUtil - Class in org.apache.jackrabbit.oak.spi.security.user.util
Utility to generate and compare password hashes.
PasswordValidationAction - Class in org.apache.jackrabbit.oak.spi.security.user.action
PasswordValidationAction provides a simple password validation mechanism with the following configurable option: constraint: a regular expression that can be compiled to a Pattern defining validation rules for a password.
PasswordValidationAction() - Constructor for class org.apache.jackrabbit.oak.spi.security.user.action.PasswordValidationAction
 
PATH - Static variable in class org.apache.jackrabbit.oak.api.Type
Map String to PropertyType.PATH
path(String) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.FilterBuilder
A condition that holds on the paths matching a certain pattern.
PathConstraint - Class in org.apache.jackrabbit.oak.plugins.nodetype.constraint
 
PathConstraint(String) - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.constraint.PathConstraint
 
pathDepth(String) - Static method in class org.apache.jackrabbit.oak.plugins.document.util.Utils
 
PathMapper - Interface in org.apache.jackrabbit.oak.namepath
PathMapper instances provide methods for mapping paths from their JCR string representation to their Oak representation and vice versa.
pathProperty(String, String) - Static method in class org.apache.jackrabbit.oak.plugins.memory.GenericPropertyState
Create a PropertyState from a path.
pathProperty(String, Iterable<String>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MultiGenericPropertyState
Create a multi valued PropertyState from a list of paths.
PathRev - Class in org.apache.jackrabbit.oak.plugins.document
A cache key implementation, which is a combination of a path string and a revision.
PathRev(String, Revision) - Constructor for class org.apache.jackrabbit.oak.plugins.document.PathRev
 
PATHS - Static variable in class org.apache.jackrabbit.oak.api.Type
Map Iterable<String> to array of PropertyType.PATH
PathTracker - Class in org.apache.jackrabbit.oak.namepath
Simple utility class for lazily tracking the current path during a tree traversal that recurses down a subtree.
PathTracker() - Constructor for class org.apache.jackrabbit.oak.namepath.PathTracker
 
peek(K) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
Get the value for the given key if the entry is cached.
PERMISSION_NAMES - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
PERMISSION_NODE_NAMES - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
 
PERMISSION_NODETYPE_NAMES - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
 
PERMISSION_PROPERTY_NAMES - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
 
PermissionConstants - Interface in org.apache.jackrabbit.oak.spi.security.authorization.permission
Implementation specific constants related to permission evaluation.
PermissionEntryCache - Class in org.apache.jackrabbit.oak.security.authorization.permission
PermissionEntryCache caches the permission entries of principals.
PermissionEntryCache() - Constructor for class org.apache.jackrabbit.oak.security.authorization.permission.PermissionEntryCache
 
PermissionEntryCache.Local - Class in org.apache.jackrabbit.oak.security.authorization.permission
 
PermissionHook - Class in org.apache.jackrabbit.oak.security.authorization.permission
CommitHook implementation that processes any modification made to access control content and updates persisted permission store associated with access control related data stored in the repository.
PermissionHook(String, RestrictionProvider, PermissionEntryCache) - Constructor for class org.apache.jackrabbit.oak.security.authorization.permission.PermissionHook
 
PermissionProvider - Interface in org.apache.jackrabbit.oak.spi.security.authorization.permission
PermissionProvider...
PermissionProviderImpl - Class in org.apache.jackrabbit.oak.security.authorization.permission
 
PermissionProviderImpl(Root, String, Set<Principal>, AuthorizationConfiguration, PermissionEntryCache.Local) - Constructor for class org.apache.jackrabbit.oak.security.authorization.permission.PermissionProviderImpl
 
Permissions - Class in org.apache.jackrabbit.oak.spi.security.authorization.permission
Provides constants for permissions used in the OAK access evaluation as well as permission related utility methods.
PERMISSIONS_STORE_PATH - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
 
PermissionStore - Interface in org.apache.jackrabbit.oak.security.authorization.permission
The permission store is used to store and provide access control permissions for principals.
PermissionStoreImpl - Class in org.apache.jackrabbit.oak.security.authorization.permission
PermissionStoreImpl...
PermissionStoreImpl(Root, String, RestrictionProvider) - Constructor for class org.apache.jackrabbit.oak.security.authorization.permission.PermissionStoreImpl
 
PermissionStoreValidatorProvider - Class in org.apache.jackrabbit.oak.security.authorization.permission
Validator implementation that asserts that the permission store is read-only.
PermissionStoreValidatorProvider() - Constructor for class org.apache.jackrabbit.oak.security.authorization.permission.PermissionStoreValidatorProvider
 
PermissionUtil - Class in org.apache.jackrabbit.oak.security.authorization.permission
Utility methods to evaluate permissions.
PermissionValidatorProvider - Class in org.apache.jackrabbit.oak.security.authorization.permission
ValidatorProvider implementation for permission evaluation associated with write operations.
PermissionValidatorProvider(SecurityProvider, String, Set<Principal>, MoveTracker) - Constructor for class org.apache.jackrabbit.oak.security.authorization.permission.PermissionValidatorProvider
 
Permutations<T> - Class in org.apache.jackrabbit.oak.query.plan
A class to iterate over all permutations of an array.
persist(NodeState, KernelNodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStoreBranch
 
persist(NodeState, DocumentNodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBranch
 
persist(NodeState, N, CommitInfo) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
Persists the changes between toPersist and base to the underlying store.
POLICY_NODE_NAMES - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
 
PolicyOwner - Interface in org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol
Interface to improve pluggability of the AccessControlManager, namely the interaction of multiple managers within a single repository.
PostValidationHook - Interface in org.apache.jackrabbit.oak.spi.commit
Extension to the CommitHook interface that indicates that this commit hook implementation must be executed after the validation hooks.
PreAuthContext - Class in org.apache.jackrabbit.oak.spi.security.authentication
LoginContext for pre-authenticated subjects that don't require further validation nor additional login/logout steps.
PreAuthContext(Subject) - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.PreAuthContext
 
PRECEDENCE_AND - Static variable in class org.apache.jackrabbit.oak.query.fulltext.FullTextExpression
The operator precedence for AND conditions.
PRECEDENCE_OR - Static variable in class org.apache.jackrabbit.oak.query.fulltext.FullTextExpression
The operator precedence for OR conditions.
PRECEDENCE_TERM - Static variable in class org.apache.jackrabbit.oak.query.fulltext.FullTextExpression
The operator precedence for terms.
PREFIX_REP - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
 
PREFIX_SV - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
 
PREFIX_XMLNS - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
 
prepare(ExecutionPlan) - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
 
prepare() - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
 
prepare(ExecutionPlan) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
prepare() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
prepare() - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
Prepare executing the query (recursively).
prepare(ExecutionPlan) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
Re-apply a previously prepared plan.
prepare() - Method in interface org.apache.jackrabbit.oak.query.Query
Prepare the query.
prepare() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
prepare() - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
 
PRIMARY_DATA_STORE - Static variable in class org.apache.jackrabbit.oak.plugins.blob.BlobStoreConfiguration
 
PrincipalConfiguration - Interface in org.apache.jackrabbit.oak.spi.security.principal
Configuration interface for principal management.
PrincipalConfigurationImpl - Class in org.apache.jackrabbit.oak.security.principal
Default implementation of the PrincipalConfiguration
PrincipalConfigurationImpl() - Constructor for class org.apache.jackrabbit.oak.security.principal.PrincipalConfigurationImpl
 
PrincipalConfigurationImpl(SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.security.principal.PrincipalConfigurationImpl
 
PrincipalImpl - Class in org.apache.jackrabbit.oak.spi.security.principal
Default implementation of the JackrabbitPrincipal interface.
PrincipalImpl(String) - Constructor for class org.apache.jackrabbit.oak.spi.security.principal.PrincipalImpl
 
PrincipalIteratorAdapter - Class in org.apache.jackrabbit.oak.spi.security.principal
Principal specific RangeIteratorAdapter implementing the PrincipalIterator interface.
PrincipalIteratorAdapter(Iterator<? extends Principal>) - Constructor for class org.apache.jackrabbit.oak.spi.security.principal.PrincipalIteratorAdapter
Creates an adapter for the given Iterator of principals.
PrincipalIteratorAdapter(Collection<? extends Principal>) - Constructor for class org.apache.jackrabbit.oak.spi.security.principal.PrincipalIteratorAdapter
Creates an iterator for the given collection of Principals.
PrincipalManagerImpl - Class in org.apache.jackrabbit.oak.spi.security.principal
Default implementation of the PrincipalManager interface.
PrincipalManagerImpl(PrincipalProvider) - Constructor for class org.apache.jackrabbit.oak.spi.security.principal.PrincipalManagerImpl
 
PrincipalPermissionEntries - Class in org.apache.jackrabbit.oak.security.authorization.permission
PermissionEntries holds the permission entries of one principal
PrincipalPermissionEntries(String) - Constructor for class org.apache.jackrabbit.oak.security.authorization.permission.PrincipalPermissionEntries
 
PrincipalProvider - Interface in org.apache.jackrabbit.oak.spi.security.principal
The PrincipalProvider defines methods to provide access to sources of Principals.
PrincipalProviderCallback - Class in org.apache.jackrabbit.oak.spi.security.authentication.callback
Callback implementation used to pass a PrincipalProvider to the login module.
PrincipalProviderCallback() - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.callback.PrincipalProviderCallback
 
PrincipalRestrictionProvider - Class in org.apache.jackrabbit.oak.security.authorization.restriction
Restriction provider implementation used for editing access control by principal.
PrincipalRestrictionProvider(RestrictionProvider) - Constructor for class org.apache.jackrabbit.oak.security.authorization.restriction.PrincipalRestrictionProvider
 
PRIVILEGE_MANAGEMENT - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
PRIVILEGE_NODETYPE_NAMES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Node type names associated with privilege content
PRIVILEGE_PROPERTY_NAMES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
The internal names of all property definitions that are associated with the rep:Privilege node type
PrivilegeBits - Class in org.apache.jackrabbit.oak.spi.security.privilege
Internal representation of JCR privileges.
PrivilegeBitsProvider - Class in org.apache.jackrabbit.oak.spi.security.privilege
Reads and writes privilege definitions from and to the repository content without applying any validation.
PrivilegeBitsProvider(Root) - Constructor for class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBitsProvider
 
PrivilegeConfiguration - Interface in org.apache.jackrabbit.oak.spi.security.privilege
Interface for the privilege management configuration.
PrivilegeConfigurationImpl - Class in org.apache.jackrabbit.oak.security.privilege
Configuration for the privilege management component.
PrivilegeConfigurationImpl() - Constructor for class org.apache.jackrabbit.oak.security.privilege.PrivilegeConfigurationImpl
 
PrivilegeConstants - Interface in org.apache.jackrabbit.oak.spi.security.privilege
Internal name constants used for the privilege management.
PrivilegeDefinition - Interface in org.apache.jackrabbit.oak.spi.security.privilege
The PrivilegeDefinition interface defines the characteristics of a JCR Privilege.
privilegeFromName(String) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlManager
 
PRIVILEGES_PATH - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Internal (oak) path for the privilege store.
PrivilegeUtil - Class in org.apache.jackrabbit.oak.spi.security.privilege
Privilege management related utility methods.
process(Editor, NodeState, NodeState) - Static method in class org.apache.jackrabbit.oak.spi.commit.EditorDiff
Validates and possibly edits the given subtree by diffing and recursing through it.
processCommit(NodeState, NodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictHook
 
processCommit(NodeState, NodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.plugins.version.VersionablePathHook
 
processCommit(NodeState, NodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionHook
 
processCommit(NodeState, NodeState, CommitInfo) - Method in interface org.apache.jackrabbit.oak.spi.commit.CommitHook
Validates and/or modifies the given content change before it gets persisted.
processCommit(NodeState, NodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeHook
 
processCommit(NodeState, NodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.spi.commit.EditorHook
 
processCommit(NodeState, NodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.spi.commit.EmptyHook
 
processedReference(Object) - Method in class org.apache.jackrabbit.oak.spi.xml.ReferenceChangeTracker
Store the given reference property for later retrieval using ReferenceChangeTracker.getProcessedReferences().
processReferences() - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlImporter
 
processReferences() - Method in interface org.apache.jackrabbit.oak.spi.xml.ProtectedItemImporter
Post processing protected reference properties underneath a protected or non-protected parent node.
PROP_BLOB_STORE_PROVIDER - Static variable in class org.apache.jackrabbit.oak.plugins.blob.BlobStoreConfiguration
 
PROP_DATA_STORE - Static variable in class org.apache.jackrabbit.oak.plugins.blob.BlobStoreConfiguration
 
property(UniversalFilter.Selector, String, Predicate<PropertyState>) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.FilterBuilder
A condition that holds when the property predicate matches.
PROPERTY_NAMES - Static variable in interface org.apache.jackrabbit.oak.plugins.index.IndexConstants
Defines the names of the properties that are covered by a specific property index definition.
propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.kernel.JsopDiff
 
propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictValidator
 
propertyAdded(PropertyState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.EventHandler
Notification for an added property
propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.FilteredHandler
 
propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.segment.MergeDiff
 
propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
 
propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultEditor
 
propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
 
propertyAdded(PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Editor
Processes an added property.
propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.EditorDiff
 
propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.FailingValidator
 
propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeExcludingValidator
 
propertyAdded(PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Validator
Validate an added property
propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleEditor
 
propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleValidator
 
propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
 
propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.ApplyDiff
 
propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.DefaultNodeStateDiff
 
propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.EqualsDiff
 
propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.MoveDetector
 
propertyAdded(PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStateDiff
Called for all added properties.
PropertyBuilder<T> - Class in org.apache.jackrabbit.oak.plugins.memory
PropertyBuilder for building in memory PropertyState instances.
PropertyBuilder(Type<T>) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.PropertyBuilder
Create a new instance for building PropertyState instances of the given type.
propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.kernel.JsopDiff
 
propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictValidator
 
propertyChanged(PropertyState, PropertyState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.EventHandler
Notification for a changed property
propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.FilteredHandler
 
propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.segment.MergeDiff
 
propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
 
propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultEditor
 
propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
 
propertyChanged(PropertyState, PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Editor
Processes a changed property.
propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.EditorDiff
 
propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.FailingValidator
 
propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeExcludingValidator
 
propertyChanged(PropertyState, PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Validator
Validate a changed property
propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleEditor
 
propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleValidator
 
propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
 
propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.ApplyDiff
 
propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.DefaultNodeStateDiff
 
propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.EqualsDiff
 
propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.MoveDetector
 
propertyChanged(PropertyState, PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStateDiff
Called for all changed properties.
propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.kernel.JsopDiff
 
propertyDeleted(PropertyState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.EventHandler
Notification for a deleted property
propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.FilteredHandler
 
propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.segment.MergeDiff
 
propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
 
propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultEditor
 
propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
 
propertyDeleted(PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Editor
Processes a removed property.
propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.EditorDiff
 
propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.FailingValidator
 
propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeExcludingValidator
 
propertyDeleted(PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Validator
Validate a deleted property
propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleEditor
 
propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleValidator
 
propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
 
propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.ApplyDiff
 
propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.DefaultNodeStateDiff
 
propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.EqualsDiff
 
propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.MoveDetector
 
propertyDeleted(PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStateDiff
Called for all deleted properties.
propertyExistence(String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
PropertyExistenceImpl - Class in org.apache.jackrabbit.oak.query.ast
A condition to check if the property exists ("is not null").
PropertyExistenceImpl(SelectorImpl, String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.PropertyExistenceImpl
 
PropertyExistenceImpl(String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.PropertyExistenceImpl
 
PropertyIndexEditorProvider - Class in org.apache.jackrabbit.oak.plugins.index.property
Service that provides PropertyIndex based editors.
PropertyIndexEditorProvider() - Constructor for class org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexEditorProvider
 
PropertyIndexLookup - Class in org.apache.jackrabbit.oak.plugins.index.property
Is responsible for querying the property index content.
PropertyIndexLookup(NodeState) - Constructor for class org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexLookup
 
PropertyIndexProvider - Class in org.apache.jackrabbit.oak.plugins.index.property
A provider for property indexes.
PropertyIndexProvider() - Constructor for class org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexProvider
 
propertyInexistence(String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
PropertyInexistenceImpl - Class in org.apache.jackrabbit.oak.query.ast
A condition to check if the property does not exist ("is null").
PropertyInexistenceImpl(SelectorImpl, String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.PropertyInexistenceImpl
 
PropertyInexistenceImpl(String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.PropertyInexistenceImpl
 
propertyName - Variable in class org.apache.jackrabbit.oak.spi.query.Filter.PropertyRestriction
The name of the property.
PropertyPredicate - Class in org.apache.jackrabbit.oak.plugins.observation.filter
Predicate on property values.
PropertyPredicate(String, Predicate<PropertyState>) - Constructor for class org.apache.jackrabbit.oak.plugins.observation.filter.PropertyPredicate
 
PropertyState - Interface in org.apache.jackrabbit.oak.api
Immutable property state.
PropertyStates - Class in org.apache.jackrabbit.oak.plugins.memory
Utility class for creating PropertyState instances.
PropertyStateValue - Class in org.apache.jackrabbit.oak.spi.query
A PropertyValue implementation that wraps a PropertyState
PropertyStateValue(PropertyState) - Constructor for class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
 
propertyType - Variable in class org.apache.jackrabbit.oak.spi.query.Filter.PropertyRestriction
The property type, if restricted.
PropertyValue - Interface in org.apache.jackrabbit.oak.api
Immutable property value.
propertyValue(String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
propertyValue(String, String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
PropertyValueImpl - Class in org.apache.jackrabbit.oak.query.ast
A property expression.
PropertyValueImpl(String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
 
PropertyValueImpl(String, String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
 
PropertyValues - Class in org.apache.jackrabbit.oak.spi.query
Utility class for creating PropertyValue instances.
PropInfo - Class in org.apache.jackrabbit.oak.spi.xml
Information about a property being imported.
PropInfo(String, int, TextValue) - Constructor for class org.apache.jackrabbit.oak.spi.xml.PropInfo
Creates a property information instance.
PropInfo(String, int, List<? extends TextValue>) - Constructor for class org.apache.jackrabbit.oak.spi.xml.PropInfo
Creates a property information instance.
PropInfo(String, int, List<? extends TextValue>, PropInfo.MultipleStatus) - Constructor for class org.apache.jackrabbit.oak.spi.xml.PropInfo
Creates a property information instance.
PropInfo.MultipleStatus - Enum in org.apache.jackrabbit.oak.spi.xml
Hint indicating whether the property is multi- or single-value
ProtectedItemImporter - Interface in org.apache.jackrabbit.oak.spi.xml
ProtectedNodeImporter - Interface in org.apache.jackrabbit.oak.spi.xml
ProtectedNodeImporter provides means to import protected Nodes and the subtree defined below such nodes.
ProtectedPropertyImporter - Interface in org.apache.jackrabbit.oak.spi.xml
ProtectedPropertyImporter is in charge of importing single properties with a protected PropertyDefinition.
ProxyNodeStore - Class in org.apache.jackrabbit.oak.spi.state
 
ProxyNodeStore() - Constructor for class org.apache.jackrabbit.oak.spi.state.ProxyNodeStore
 
purge(long) - Method in class org.apache.jackrabbit.oak.plugins.document.Revision.RevisionComparator
Forget the order of older revisions.
put(K, V, int) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
Add an entry to the cache.
put(K, V) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
Add an entry to the cache using the average memory size.
put(String, Object) - Method in class org.apache.jackrabbit.oak.plugins.document.Document
Sets the data for the given key.
put(String, Object) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.RevisionEntry
 
put(String, Object) - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
put(String, String) - Method in class org.apache.jackrabbit.oak.spi.xml.ReferenceChangeTracker
Store the given id mapping for later lookup using ReferenceChangeTracker.get(String).
put(String, Value[], boolean, boolean) - Method in class org.apache.jackrabbit.oak.util.GenericDescriptors
Adds a new descriptor to this set of descriptors which overlay the ones from the base set.
put(String, Value, boolean, boolean) - Method in class org.apache.jackrabbit.oak.util.GenericDescriptors
Adds a new descriptor to this set of descriptors which overlay the ones from the base set.
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
 
putAll(BSONObject) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.RevisionEntry
 
putAll(Map) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.RevisionEntry
 
putAll(Map<? extends String, ?>) - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
putIfAbsent(K, V) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
 

Q

query(Collection<T>, String, String, int) - Method in interface org.apache.jackrabbit.oak.plugins.document.DocumentStore
Get a list of documents where the key is greater than a start value and less than an end value, sorted by the key.
query(Collection<T>, String, String, String, long, int) - Method in interface org.apache.jackrabbit.oak.plugins.document.DocumentStore
Get a list of documents where the key is greater than a start value and less than an end value.
query(Collection<T>, String, String, int) - Method in class org.apache.jackrabbit.oak.plugins.document.memory.MemoryDocumentStore
 
query(Collection<T>, String, String, String, long, int) - Method in class org.apache.jackrabbit.oak.plugins.document.memory.MemoryDocumentStore
 
query(Collection<T>, String, String, int) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoDocumentStore
 
query(Collection<T>, String, String, String, long, int) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoDocumentStore
 
query(Collection<T>, String, String, int) - Method in class org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore
 
query(Collection<T>, String, String, String, long, int) - Method in class org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore
 
query(Collection<T>, String, String, int) - Method in class org.apache.jackrabbit.oak.plugins.document.util.LoggingDocumentStoreWrapper
 
query(Collection<T>, String, String, String, long, int) - Method in class org.apache.jackrabbit.oak.plugins.document.util.LoggingDocumentStoreWrapper
 
query(Collection<T>, String, String, int) - Method in class org.apache.jackrabbit.oak.plugins.document.util.SynchronizingDocumentStoreWrapper
 
query(Collection<T>, String, String, String, long, int) - Method in class org.apache.jackrabbit.oak.plugins.document.util.SynchronizingDocumentStoreWrapper
 
query(Collection<T>, String, String, int) - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingDocumentStoreWrapper
 
query(Collection<T>, String, String, String, long, int) - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingDocumentStoreWrapper
 
query(Filter, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.aggregate.AggregateIndex
 
query(Filter, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.DiffIndex
 
query(Filter, String, PropertyValue) - Method in class org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexLookup
 
query(Filter, String, NodeState, String, Iterable<String>) - Method in class org.apache.jackrabbit.oak.plugins.index.property.strategy.ContentMirrorStoreStrategy
 
query(Filter, String, NodeState, Iterable<String>) - Method in class org.apache.jackrabbit.oak.plugins.index.property.strategy.ContentMirrorStoreStrategy
 
query(Filter, String, NodeState, Iterable<String>) - Method in interface org.apache.jackrabbit.oak.plugins.index.property.strategy.IndexStoreStrategy
Search for a given set of values.
query(Filter, String, NodeState, Iterable<String>) - Method in class org.apache.jackrabbit.oak.plugins.index.property.strategy.UniqueEntryStoreStrategy
 
query(Filter, NodeState) - Method in class org.apache.jackrabbit.oak.query.index.TraversingIndex
 
Query - Interface in org.apache.jackrabbit.oak.query
A "select" or "union" query.
query - Variable in class org.apache.jackrabbit.oak.query.ResultImpl
 
query(Filter, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex
Query the index.
QUERY_LIMIT_IN_MEMORY - Static variable in class org.apache.jackrabbit.oak.query.FilterIterators
How many nodes a query may read at most into memory, for "order by" and "distinct" queries.
QUERY_LIMIT_READS - Static variable in class org.apache.jackrabbit.oak.query.FilterIterators
How many nodes a query may read at most (raw read operations, including skipped nodes).
QueryEngine - Interface in org.apache.jackrabbit.oak.api
The query engine allows to parse and execute queries.
QueryEngineImpl - Class in org.apache.jackrabbit.oak.query
The query engine implementation.
QueryEngineImpl() - Constructor for class org.apache.jackrabbit.oak.query.QueryEngineImpl
 
QueryImpl - Class in org.apache.jackrabbit.oak.query
Represents a parsed query.
QueryIndex - Interface in org.apache.jackrabbit.oak.spi.query
Represents an index.
QueryIndex.FulltextQueryIndex - Interface in org.apache.jackrabbit.oak.spi.query
A maker interface which means this index supports may support more than just the minimal fulltext query syntax.
QueryIndexProvider - Interface in org.apache.jackrabbit.oak.spi.query
A mechanism to index data.
QueryParser - Interface in org.apache.jackrabbit.oak.query
Query parser interface.
QueryUtil - Class in org.apache.jackrabbit.oak.security.user.query
Common utilities used for user/group queries.
quote(Object) - Static method in class org.apache.jackrabbit.oak.plugins.document.util.LoggingDocumentStoreWrapper
 
quote(Object) - Static method in class org.apache.jackrabbit.oak.plugins.document.util.LogWrapper
 

R

RDBBlobStore - Class in org.apache.jackrabbit.oak.plugins.document.rdb
 
RDBBlobStore() - Constructor for class org.apache.jackrabbit.oak.plugins.document.rdb.RDBBlobStore
Creates a RDBBlobStore instance using an embedded H2 database in in-memory mode.
RDBBlobStore(String, String, String) - Constructor for class org.apache.jackrabbit.oak.plugins.document.rdb.RDBBlobStore
Creates a RDBBlobStore instance using the provided JDBC connection information.
RDBBlobStore(DataSource) - Constructor for class org.apache.jackrabbit.oak.plugins.document.rdb.RDBBlobStore
Creates a RDBBlobStore instance using the provided DataSource.
RDBDocumentStore - Class in org.apache.jackrabbit.oak.plugins.document.rdb
 
RDBDocumentStore() - Constructor for class org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore
Creates a RDBDocumentStore instance using an embedded H2 database in in-memory mode.
RDBDocumentStore(DataSource) - Constructor for class org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore
Creates a RDBDocumentStore instance using the provided DataSource.
RDBDocumentStore(String, String, String) - Constructor for class org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore
Creates a RDBDocumentStore instance using the provided JDBC connection information.
RDBMeta - Class in org.apache.jackrabbit.oak.plugins.document.rdb
 
RDBMeta() - Constructor for class org.apache.jackrabbit.oak.plugins.document.rdb.RDBMeta
 
read(String, long, byte[], int, int) - Method in class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
 
read(DataIdentifier) - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreWrapperBackend
 
read(Kryo, Input, Class<NodeDocument>) - Method in class org.apache.jackrabbit.oak.plugins.document.cache.Serializers.NodeDocumentSerializer
 
read(Kryo, Input, Class<Revision>) - Method in class org.apache.jackrabbit.oak.plugins.document.cache.Serializers.RevisionSerizlizer
 
read(String, long, byte[], int, int) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK
 
read(String, long, byte[], int, int) - Method in class org.apache.jackrabbit.oak.plugins.document.util.LogWrapper
 
read(String, long, byte[], int, int) - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingWrapper
 
read() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
 
read(byte[]) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
 
read(byte[], int, int) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
 
READ - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
READ_ACCESS_CONTROL - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
READ_NODE - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
READ_PROPERTY - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
readBlob(String, long, byte[], int, int) - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore
Reads the blob with the given blob id and range.
readBlob(String, long, byte[], int, int) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.gridfs.MongoGridFSBlobStore
 
readBlob(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.AbstractStore
 
readBlob(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.file.FileStore
 
readBlob(String) - Method in interface org.apache.jackrabbit.oak.plugins.segment.SegmentStore
Read a blob from external storage.
ReadBlobCommandGridFS - Class in org.apache.jackrabbit.oak.plugins.document.mongo.gridfs
Command for MongoMicroKernel#read(String, long, byte[], int, int) FIXME - Reading from large blobs with small increments is slow in this implementation.
ReadBlobCommandGridFS(GridFS, String, long, byte[], int, int) - Constructor for class org.apache.jackrabbit.oak.plugins.document.mongo.gridfs.ReadBlobCommandGridFS
Constructs a new ReadBlobCommandMongo.
readBlockFromBackend(AbstractBlobStore.BlockId) - Method in class org.apache.jackrabbit.oak.plugins.blob.cloud.CloudBlobStore
Reads the data from the actual cloud service.
readBlockFromBackend(AbstractBlobStore.BlockId) - Method in class org.apache.jackrabbit.oak.plugins.blob.db.DbBlobStore
 
readBlockFromBackend(AbstractBlobStore.BlockId) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoBlobStore
 
readBlockFromBackend(AbstractBlobStore.BlockId) - Method in class org.apache.jackrabbit.oak.plugins.document.rdb.RDBBlobStore
 
readDefinition(Tree) - Static method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeUtil
Reads the privilege definition stored in the specified definition tree.
ReadOnlyBuilder - Class in org.apache.jackrabbit.oak.spi.state
A node builder that throws an UnsupportedOperationException on all attempts to modify the given base state.
ReadOnlyBuilder(NodeState) - Constructor for class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
ReadOnlyNamespaceRegistry - Class in org.apache.jackrabbit.oak.plugins.name
Read-only namespace registry.
ReadOnlyNamespaceRegistry(Root) - Constructor for class org.apache.jackrabbit.oak.plugins.name.ReadOnlyNamespaceRegistry
 
ReadOnlyNodeTypeManager - Class in org.apache.jackrabbit.oak.plugins.nodetype
Base implementation of a NodeTypeManager with support for reading node types from the Tree returned by ReadOnlyNodeTypeManager.getTypes().
ReadOnlyNodeTypeManager() - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
 
ReadOnlyVersionManager - Class in org.apache.jackrabbit.oak.plugins.version
ReadOnlyVersionManager provides implementations for read-only version operations modeled after the ones available in VersionManager.
ReadOnlyVersionManager() - Constructor for class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
 
readRestrictions(String, Tree) - Method in class org.apache.jackrabbit.oak.security.authorization.restriction.PrincipalRestrictionProvider
 
readRestrictions(String, Tree) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.AbstractRestrictionProvider
 
readRestrictions(String, Tree) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.CompositeRestrictionProvider
 
readRestrictions(String, Tree) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionProvider
Read the valid restrictions stored in the specified ACE tree.
readRestrictions(String, Tree) - Method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardRestrictionProvider
 
readSegment(UUID) - Method in class org.apache.jackrabbit.oak.plugins.segment.AbstractStore
 
readSegment(UUID) - Method in interface org.apache.jackrabbit.oak.plugins.segment.SegmentStore
Reads the identified segment from this store.
ReadWriteNamespaceRegistry - Class in org.apache.jackrabbit.oak.plugins.name
Writable namespace registry.
ReadWriteNamespaceRegistry(Root) - Constructor for class org.apache.jackrabbit.oak.plugins.name.ReadWriteNamespaceRegistry
 
ReadWriteNodeTypeManager - Class in org.apache.jackrabbit.oak.plugins.nodetype.write
ReadWriteNodeTypeManager extends the ReadOnlyNodeTypeManager with support for operations that modify node types.
ReadWriteNodeTypeManager() - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
 
rebase() - Method in interface org.apache.jackrabbit.oak.api.Root
Rebase this root instance to the latest revision.
rebase() - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
 
rebase(NodeBuilder) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
This implementation delegates to KernelRootBuilder.rebase() if builder is a KernelNodeBuilder instance.
rebase(KernelNodeState, KernelNodeState) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStoreBranch
 
rebase(String, String) - Method in class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
 
rebase(String, String) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK
 
rebase(NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
 
rebase(DocumentNodeState, DocumentNodeState) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBranch
 
rebase(String, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.LogWrapper
 
rebase(String, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingWrapper
 
rebase(NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeStore
This implementation is equal to applying the differences between the builders base state and its head state to a fresh builder on the stores root state using ConflictAnnotatingRebaseDiff for resolving conflicts.
rebase(NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStore
 
rebase(N, N) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
Rebases the branch head to the given base.
rebase() - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
 
rebase(NodeBuilder) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStore
Rebase the changes in the passed builder on top of the current root state.
rebase() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStoreBranch
Rebase the changes from this branch on top of the current root.
rebase(NodeBuilder) - Method in class org.apache.jackrabbit.oak.spi.state.ProxyNodeStore
 
RecordId - Class in org.apache.jackrabbit.oak.plugins.segment
 
RecordId(UUID, int) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.RecordId
 
recordStats() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS.Builder
 
REF_NAME - Static variable in class org.apache.jackrabbit.oak.plugins.index.reference.NodeReferenceConstants
 
REFERENCE - Static variable in class org.apache.jackrabbit.oak.api.Type
Map String to PropertyType.REFERENCE
ReferenceChangeTracker - Class in org.apache.jackrabbit.oak.spi.xml
Helper class used to keep track of uuid mappings (e.g.
ReferenceChangeTracker() - Constructor for class org.apache.jackrabbit.oak.spi.xml.ReferenceChangeTracker
 
ReferenceConstraint - Class in org.apache.jackrabbit.oak.plugins.nodetype.constraint
 
ReferenceConstraint(String) - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.constraint.ReferenceConstraint
 
ReferenceEditorProvider - Class in org.apache.jackrabbit.oak.plugins.index.reference
 
ReferenceEditorProvider() - Constructor for class org.apache.jackrabbit.oak.plugins.index.reference.ReferenceEditorProvider
 
ReferenceIndexProvider - Class in org.apache.jackrabbit.oak.plugins.index.reference
A provider for node references indices.
ReferenceIndexProvider() - Constructor for class org.apache.jackrabbit.oak.plugins.index.reference.ReferenceIndexProvider
 
referenceProperty(String, String) - Static method in class org.apache.jackrabbit.oak.plugins.memory.GenericPropertyState
Create a PropertyState from a reference.
referenceProperty(String, Iterable<String>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MultiGenericPropertyState
Create a multi valued PropertyState from a list of references.
REFERENCES - Static variable in class org.apache.jackrabbit.oak.api.Type
Map Iterable<String> to array of PropertyType.REFERENCE
refresh() - Method in interface org.apache.jackrabbit.oak.api.Root
Reverts all changes made to this root and refreshed to the latest trunk.
refresh(K) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
Re-load the value for the given key.
refresh() - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
 
refresh() - Method in class org.apache.jackrabbit.oak.plugins.name.ReadWriteNamespaceRegistry
Called by the write methods to refresh the state of the possible session associated with this instance.
refresh() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
Called by the ReadWriteNodeTypeManager implementation methods to refresh the state of the session associated with this instance.
refresh(ImmutableRoot, String) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.AllPermissions
 
refresh(ImmutableRoot, String) - Method in interface org.apache.jackrabbit.oak.security.authorization.permission.CompiledPermissions
 
refresh(ImmutableRoot, String) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.NoPermissions
 
refresh() - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionProviderImpl
 
refresh() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.OpenPermissionProvider
 
refresh() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionProvider
 
register(Class<T>, T, Map<?, ?>) - Method in class org.apache.jackrabbit.oak.osgi.OsgiWhiteboard
 
register(Class<T>, T, Map<?, ?>) - Method in class org.apache.jackrabbit.oak.spi.whiteboard.DefaultWhiteboard
 
register(Class<T>, T, Map<?, ?>) - Method in interface org.apache.jackrabbit.oak.spi.whiteboard.Whiteboard
Publishes the given service to the whiteboard.
registerMBean(Whiteboard, Class<T>, T, String, String) - Static method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardUtils
 
registerNamespace(String, String) - Method in class org.apache.jackrabbit.oak.plugins.name.ReadOnlyNamespaceRegistry
 
registerNamespace(String, String) - Method in class org.apache.jackrabbit.oak.plugins.name.ReadWriteNamespaceRegistry
 
registerNodeType(NodeTypeDefinition, boolean) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
This implementation always throws a UnsupportedRepositoryOperationException.
registerNodeType(NodeTypeDefinition, boolean) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
 
registerNodeTypes(NodeTypeDefinition[], boolean) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
This implementation always throws a UnsupportedRepositoryOperationException.
registerNodeTypes(NodeTypeDefinition[], boolean) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
 
registerObserver(Whiteboard, Observer) - Static method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardUtils
 
Registration - Interface in org.apache.jackrabbit.oak.spi.whiteboard
Whiteboard service registration.
REINDEX_PROPERTY_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.index.IndexConstants
 
RelativePathSelector - Class in org.apache.jackrabbit.oak.plugins.observation.filter
A selector for selecting a node at a relative path from the node selected by an initial selector.
RelativePathSelector(String, UniversalFilter.Selector) - Constructor for class org.apache.jackrabbit.oak.plugins.observation.filter.RelativePathSelector
 
relax() - Static method in class org.apache.jackrabbit.oak.util.TODO
 
remove() - Method in interface org.apache.jackrabbit.oak.api.Tree
Remove this tree instance.
remove(Object) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
Remove an entry.
remove() - Method in class org.apache.jackrabbit.oak.core.HiddenTree
 
remove() - Method in class org.apache.jackrabbit.oak.plugins.document.BlobReferenceIterator
 
remove(Collection<T>, String) - Method in interface org.apache.jackrabbit.oak.plugins.document.DocumentStore
Remove a document.
remove(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.document.memory.MemoryDocumentStore
 
remove(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoDocumentStore
 
remove(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore
 
remove(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.LoggingDocumentStoreWrapper
 
remove() - Method in class org.apache.jackrabbit.oak.plugins.document.util.MergeSortedIterators
 
remove(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.SynchronizingDocumentStoreWrapper
 
remove(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingDocumentStoreWrapper
 
remove() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
remove() - Method in class org.apache.jackrabbit.oak.plugins.tree.ImmutableTree
 
remove() - Method in class org.apache.jackrabbit.oak.plugins.tree.TreeLocation
Remove the underlying item.
remove() - Method in class org.apache.jackrabbit.oak.security.user.query.ResultIterator
 
remove() - Method in class org.apache.jackrabbit.oak.spi.query.Cursors.AbstractCursor
 
remove() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenInfo
Tries to remove the login token and all related information.
REMOVE - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
remove(Object) - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
remove() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Remove this child node from its parent.
remove() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
REMOVE_NODE - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
REMOVE_PROPERTY - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
removeAccessControlEntry(AccessControlEntry) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ImmutableACL
 
removeCollision(UpdateOp, Revision) - Static method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
 
removeCommitRoot(UpdateOp, Revision) - Static method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
 
removeConfiguration(T) - Method in class org.apache.jackrabbit.oak.spi.security.CompositeConfiguration
 
removeDeleted(UpdateOp, Revision) - Static method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
 
removedService(ServiceReference, Object) - Method in class org.apache.jackrabbit.oak.osgi.Activator
 
removedService(ServiceReference, Object) - Method in class org.apache.jackrabbit.oak.osgi.ObserverTracker
 
removeField(String) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.RevisionEntry
 
removeMapEntry(String, Revision) - Method in class org.apache.jackrabbit.oak.plugins.document.UpdateOp
Remove a map entry.
removeMember(Principal) - Method in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
 
removeNode(String) - Method in class org.apache.jackrabbit.oak.plugins.document.Commit
 
removeNodeDiff(String) - Method in class org.apache.jackrabbit.oak.plugins.document.Commit
 
removeObserver(Observer) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeObserver
 
removePolicy(String, AccessControlPolicy) - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlManagerImpl
 
removeProperty(String) - Method in interface org.apache.jackrabbit.oak.api.Tree
Remove the property with the given name.
removeProperty(String) - Method in class org.apache.jackrabbit.oak.core.HiddenTree
 
removeProperty(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
removeProperty(String) - Method in class org.apache.jackrabbit.oak.plugins.tree.ImmutableTree
 
removeProperty(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Remove the named property.
removeProperty(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
removeProperty(String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
removeReferences(List<Object>) - Method in class org.apache.jackrabbit.oak.spi.xml.ReferenceChangeTracker
Remove the given references that have already been processed from the references list.
removeRevision(UpdateOp, Revision) - Static method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
 
removeValue(int) - Method in class org.apache.jackrabbit.oak.plugins.memory.PropertyBuilder
 
removeValue(Object) - Method in class org.apache.jackrabbit.oak.plugins.memory.PropertyBuilder
 
renewLease(long) - Method in class org.apache.jackrabbit.oak.plugins.document.ClusterNodeInfo
Renew the cluster id lease.
REP_ACCESS_CONTROLLED_PATH - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
 
REP_ACTIVITIES - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
 
REP_ADD_PROPERTIES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Internal (oak) name of the rep:addProperties privilege
REP_ADD_VERSION_LABELS - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
Version operation property name to add version labels.
REP_AGGREGATES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Name of the privilege definition property that stores the aggregate privilege names.
REP_ALTER_PROPERTIES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Internal (oak) name of the rep:alterProperties privilege
REP_AUTHORIZABLE_ID - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
 
REP_BITS - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Name of the privilege definition property that stores the internal representation of this privilege.
REP_CONFIGURATIONS - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
 
REP_DECLARING_NODE_TYPE - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
REP_DISABLED - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
 
REP_EXCERPT - Static variable in class org.apache.jackrabbit.oak.query.QueryImpl
The "rep:excerpt" pseudo-property.
REP_GLOB - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
 
REP_HAS_PROTECTED_RESIDUAL_CHILD_NODES - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
REP_HAS_PROTECTED_RESIDUAL_PROPERTIES - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
REP_IMPERSONATORS - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
 
REP_INDEX_DEFINITION_MANAGEMENT - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Internal (oak) name of the rep:indexDefinitionManagement privilege
REP_IS_ABSTRACT - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Name of the property that defines if the privilege is abstract.
REP_IS_ALLOW - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
 
REP_MANDATORY_CHILD_NODES - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
REP_MANDATORY_PROPERTIES - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
REP_MEMBERS - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
 
REP_MEMBERS_LIST - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
 
REP_MIXIN_SUBTYPES - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
REP_MIXIN_TYPES - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
REP_MOD_COUNT - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
 
REP_NAMED_CHILD_NODE_DEFINITIONS - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
REP_NAMED_PROPERTY_DEFINITIONS - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
REP_NAMED_SINGLE_VALUED_PROPERTIES - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
REP_NAMESPACES - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
 
REP_NEXT - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Name of the property storing the value of the next available privilege bits.
REP_NODE_PATH - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
 
REP_NSDATA - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
 
REP_NT_NAMES - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
Name of the optional multivalued access control restriction by node type name.
REP_NUM_PERMISSIONS - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
 
REP_OURS - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
REP_PASSWORD - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
 
REP_PERMISSION_STORE - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
 
REP_POLICY - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
 
REP_PREFIXES - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
 
REP_PREFIXES - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
Name of the optional multivalued access control restriction which matches by name space prefix.
REP_PRIMARY_SUBTYPES - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
REP_PRIMARY_TYPE - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
REP_PRINCIPAL_NAME - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
 
REP_PRINCIPAL_NAME - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
 
REP_PRIVILEGE_BITS - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
 
REP_PRIVILEGE_MANAGEMENT - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Internal (oak) name of the rep:privilegeManagement privilege
REP_PRIVILEGES - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
 
REP_PRIVILEGES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Internal (oak) name for the root node of the privilege store.
REP_PROTECTED_CHILD_NODES - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
REP_PROTECTED_PROPERTIES - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
REP_READ_NODES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Internal (oak) name of the rep:readNodes privilege
REP_READ_PROPERTIES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Internal (oak) name of the rep:readProperties privilege
REP_REMOVE_PROPERTIES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Internal (oak) name of the rep:removeProperties privilege
REP_REMOVE_VERSION_LABELS - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
Version operation property name to remove version labels.
REP_REPO_POLICY - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
 
REP_RESIDUAL_CHILD_NODE_DEFINITIONS - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
REP_RESIDUAL_PROPERTY_DEFINITIONS - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
REP_RESTRICTIONS - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
 
REP_SUPERTYPES - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
REP_URIS - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
 
REP_USER_MANAGEMENT - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Internal (oak) name of the rep:userManagement privilege
REP_UUID - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
REP_VERSIONSTORAGE - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
 
REP_WRITE - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
Internal (oak) name of the rep:write privilege
RepositoryCallback - Class in org.apache.jackrabbit.oak.spi.security.authentication.callback
Callback implementation used to access the repository.
RepositoryCallback() - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.callback.RepositoryCallback
 
RepositoryInitializer - Interface in org.apache.jackrabbit.oak.spi.lifecycle
Initializer of repository content.
RepositoryPermission - Interface in org.apache.jackrabbit.oak.spi.security.authorization.permission
RepositoryPermission...
RepositoryStats - Class in org.apache.jackrabbit.oak.stats
 
RepositoryStats(RepositoryStatistics) - Constructor for class org.apache.jackrabbit.oak.stats.RepositoryStats
 
RepositoryStatsMBean - Interface in org.apache.jackrabbit.oak.api.jmx
MBean for providing repository wide statistics.
RESERVED_PREFIXES - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
Reserved namespace prefixes as defined in jackrabbit 2
RESERVED_URIS - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
Reserved namespace URIs as defined in jackrabbit 2
reset(NodeState) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeBuilder
 
reset(NodeBuilder) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
This implementation delegates to KernelRootBuilder.reset() if builder is a KernelNodeBuilder instance.
reset(KernelNodeState, KernelNodeState) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStoreBranch
 
reset(String, String) - Method in class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
 
reset(String, String) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK
 
reset(NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
 
reset(DocumentNodeState, DocumentNodeState) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBranch
 
reset(String, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.LogWrapper
 
reset(String, String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingWrapper
 
reset(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
Throws away all changes in this builder and resets the base to the given node state.
reset(NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeStore
This implementation is equal resetting the builder to the root of the store and returning the resulting node state from the builder.
reset(NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStore
 
reset() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
 
reset(N, N) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
Resets the branch head to the given ancestor on the same branch.
reset(NodeBuilder) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStore
Reset the passed builder by throwing away all its changes and setting its base state to the current root state.
reset(NodeBuilder) - Method in class org.apache.jackrabbit.oak.spi.state.ProxyNodeStore
 
resetExpiration(long) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenInfo
Resets the expiration time of the login token associated with the given TokenInfo.
resetStats() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
Reset the cache stats
resetStats() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
 
RESIDUAL_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
 
resolveChunks(String) - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore
 
resolveCommitRevision(Revision, String) - Static method in class org.apache.jackrabbit.oak.plugins.document.util.Utils
Resolve the commit revision for the given revision rev and the associated commit tag.
resolveUUID(String) - Method in class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
 
respectParentPermissions(long) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
restore(File, NodeStore) - Static method in class org.apache.jackrabbit.oak.plugins.backup.FileStoreRestore
 
restore(NodeState, NodeStore) - Static method in class org.apache.jackrabbit.oak.plugins.backup.FileStoreRestore
 
RESTORE_PREFIX - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
Prefix of the jcr:baseVersion value for a restore.
restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AndImpl
 
restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ChildNodeImpl
 
restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ChildNodeJoinConditionImpl
 
restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
 
restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ConstraintImpl
Apply the condition to the filter, further restricting the filter if possible.
restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.DescendantNodeImpl
 
restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.DescendantNodeJoinConditionImpl
 
restrict(FilterImpl, Operator, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.ast.DynamicOperandImpl
 
restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.EquiJoinConditionImpl
 
restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl
 
restrict(FilterImpl, Operator, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchScoreImpl
 
restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.InImpl
 
restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.JoinConditionImpl
Apply the condition to the filter, further restricting the filter if possible.
restrict(FilterImpl, Operator, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.ast.LengthImpl
 
restrict(FilterImpl, Operator, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.ast.LowerCaseImpl
 
restrict(FilterImpl, Operator, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.ast.NodeLocalNameImpl
 
restrict(FilterImpl, Operator, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.ast.NodeNameImpl
 
restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.NotImpl
 
restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.OrImpl
 
restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.PropertyExistenceImpl
 
restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.PropertyInexistenceImpl
 
restrict(FilterImpl, Operator, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
 
restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeImpl
 
restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeJoinConditionImpl
 
restrict(FilterImpl, Operator, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.ast.UpperCaseImpl
 
restrictFulltextCondition(String) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
Restriction - Interface in org.apache.jackrabbit.oak.spi.security.authorization.restriction
A Restriction object represents a "live" restriction object that has been created using the Jackrabbit specific extensions of the AccessControlEntry interface.
RestrictionDefinition - Interface in org.apache.jackrabbit.oak.spi.security.authorization.restriction
The RestrictionDefinition interface provides methods for discovering the static definition of any additional policy-internal refinements of the access control definitions.
RestrictionDefinitionImpl - Class in org.apache.jackrabbit.oak.spi.security.authorization.restriction
Default implementation of the RestrictionDefinition interface.
RestrictionDefinitionImpl(String, Type<?>, boolean) - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinitionImpl
Create a new instance.
RestrictionImpl - Class in org.apache.jackrabbit.oak.spi.security.authorization.restriction
RestrictionImpl
RestrictionImpl(PropertyState, RestrictionDefinition) - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionImpl
 
RestrictionImpl(PropertyState, boolean) - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionImpl
 
RestrictionPattern - Interface in org.apache.jackrabbit.oak.spi.security.authorization.restriction
Interface used to verify if a given restriction applies to a given item or path.
RestrictionProvider - Interface in org.apache.jackrabbit.oak.spi.security.authorization.restriction
Interface to manage the supported restrictions present with a given access control and permission management implementation.
RestrictionProviderImpl - Class in org.apache.jackrabbit.oak.security.authorization.restriction
Default restriction provider implementation that supports the following restrictions: AccessControlConstants.REP_GLOB: A simple paths matching pattern.
RestrictionProviderImpl() - Constructor for class org.apache.jackrabbit.oak.security.authorization.restriction.RestrictionProviderImpl
 
restrictList(FilterImpl, List<PropertyValue>) - Method in class org.apache.jackrabbit.oak.query.ast.DynamicOperandImpl
 
restrictList(FilterImpl, List<PropertyValue>) - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchScoreImpl
 
restrictList(FilterImpl, List<PropertyValue>) - Method in class org.apache.jackrabbit.oak.query.ast.LengthImpl
 
restrictList(FilterImpl, List<PropertyValue>) - Method in class org.apache.jackrabbit.oak.query.ast.LowerCaseImpl
 
restrictList(FilterImpl, List<PropertyValue>) - Method in class org.apache.jackrabbit.oak.query.ast.NodeLocalNameImpl
 
restrictList(FilterImpl, List<PropertyValue>) - Method in class org.apache.jackrabbit.oak.query.ast.NodeNameImpl
 
restrictList(FilterImpl, List<PropertyValue>) - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
 
restrictList(FilterImpl, List<PropertyValue>) - Method in class org.apache.jackrabbit.oak.query.ast.UpperCaseImpl
 
restrictPath(String, Filter.PathRestriction) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
restrictProperty(String, Operator, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
restrictPropertyAsList(String, List<PropertyValue>) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
restrictPropertyType(String, Operator, int) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AndImpl
 
restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ChildNodeImpl
 
restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ChildNodeJoinConditionImpl
 
restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
 
restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ConstraintImpl
Push as much of the condition down to this selector, further restricting the selector condition if possible.
restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.DescendantNodeImpl
 
restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.DescendantNodeJoinConditionImpl
 
restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.EquiJoinConditionImpl
 
restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl
 
restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.InImpl
 
restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.JoinConditionImpl
Push as much of the condition down to this selector, further restricting the selector condition if possible.
restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.NotImpl
 
restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.OrImpl
 
restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.PropertyExistenceImpl
 
restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.PropertyInexistenceImpl
 
restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeImpl
 
restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeJoinConditionImpl
 
restrictSelector(ConstraintImpl) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
Result - Interface in org.apache.jackrabbit.oak.api
A result from executing a query.
ResultImpl - Class in org.apache.jackrabbit.oak.query
A query result.
ResultIterator<T> - Class in org.apache.jackrabbit.oak.security.user.query
Implements a query result iterator which only returns a maximum number of element from an underlying iterator starting at a given offset.
ResultRow - Interface in org.apache.jackrabbit.oak.api
A query result row.
ResultRowImpl - Class in org.apache.jackrabbit.oak.query
A query result row that keeps all data (for this row only) in memory.
RETENTION_MANAGEMENT - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
retrieve(String) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
 
retrieve(String) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
 
retrieve(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeStore
 
retrieve(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStore
 
retrieve(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStore
Retrieves the root node from a previously created repository checkpoint.
retrieve(String) - Method in class org.apache.jackrabbit.oak.spi.state.ProxyNodeStore
 
returnValue(T) - Method in class org.apache.jackrabbit.oak.util.TODO
 
returnValueOrNull(T) - Method in class org.apache.jackrabbit.oak.util.TODO
 
REVERSE - Static variable in class org.apache.jackrabbit.oak.plugins.document.StableRevisionComparator
 
Revision - Class in org.apache.jackrabbit.oak.plugins.document
A revision.
Revision(long, int, int) - Constructor for class org.apache.jackrabbit.oak.plugins.document.Revision
 
Revision(long, int, int, boolean) - Constructor for class org.apache.jackrabbit.oak.plugins.document.Revision
 
Revision.RevisionComparator - Class in org.apache.jackrabbit.oak.plugins.document
A facility that is able to compare revisions of different cluster instances.
RevisionContext - Interface in org.apache.jackrabbit.oak.plugins.document
Provides revision related context.
RevisionEntry - Class in org.apache.jackrabbit.oak.plugins.document.mongo
A light-weight implementation of a MongoDB DBObject for a single revision based map entry.
RevisionEntry(Revision, Object) - Constructor for class org.apache.jackrabbit.oak.plugins.document.mongo.RevisionEntry
 
Root - Interface in org.apache.jackrabbit.oak.api
A Root instance serves as a container for a Tree.
ROOT_PROVIDER - Static variable in interface org.apache.jackrabbit.oak.plugins.tree.ImmutableTree.ParentProvider
 
run() - Method in class org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate
 
runBackgroundOperations() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
 

S

sameNode(String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
SameNodeImpl - Class in org.apache.jackrabbit.oak.query.ast
The function "issamenode(..)".
SameNodeImpl(String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.SameNodeImpl
 
sameNodeJoinCondition(String, String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
SameNodeJoinConditionImpl - Class in org.apache.jackrabbit.oak.query.ast
The "issamenode(...)" join condition.
SameNodeJoinConditionImpl(String, String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.SameNodeJoinConditionImpl
 
scalar(Type<T>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.PropertyBuilder
Create a new instance for building scalar PropertyState instances of the given type.
scalar(Type<T>, String) - Static method in class org.apache.jackrabbit.oak.plugins.memory.PropertyBuilder
Create a new instance for building scalar PropertyState instances of the given type.
scheduleWithFixedDelay(Whiteboard, Runnable, long) - Static method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardUtils
 
scheduleWithFixedDelay(Whiteboard, Runnable, long, boolean) - Static method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardUtils
 
seal() - Method in class org.apache.jackrabbit.oak.plugins.document.Document
Seals this document and turns it into an immutable object.
SecurityConfiguration - Interface in org.apache.jackrabbit.oak.spi.security
Base interface for all security related configurations.
SecurityConfiguration.Default - Class in org.apache.jackrabbit.oak.spi.security
Default implementation that provides empty initializers, validators, commit hooks and parameters.
SecurityConfiguration.Default() - Constructor for class org.apache.jackrabbit.oak.spi.security.SecurityConfiguration.Default
 
SecurityProvider - Interface in org.apache.jackrabbit.oak.spi.security
Main entry point for security related plugins to an Oak repository.
SecurityProviderCallback - Class in org.apache.jackrabbit.oak.spi.security.authentication.callback
Callback implementation to set and get the SecurityProvider.
SecurityProviderCallback() - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.callback.SecurityProviderCallback
 
SecurityProviderImpl - Class in org.apache.jackrabbit.oak.security
 
SecurityProviderImpl() - Constructor for class org.apache.jackrabbit.oak.security.SecurityProviderImpl
Default constructor used in OSGi environments.
SecurityProviderImpl(ConfigurationParameters) - Constructor for class org.apache.jackrabbit.oak.security.SecurityProviderImpl
Constructor used for non OSGi environments.
Segment - Class in org.apache.jackrabbit.oak.plugins.segment
 
Segment(SegmentStore, SegmentIdFactory, UUID, ByteBuffer) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.Segment
 
SegmentIdFactory - Class in org.apache.jackrabbit.oak.plugins.segment
Factory for creating the UUID objects used to identify segments.
SegmentIdFactory() - Constructor for class org.apache.jackrabbit.oak.plugins.segment.SegmentIdFactory
 
SegmentNodeBuilder - Class in org.apache.jackrabbit.oak.plugins.segment
 
SegmentNodeState - Class in org.apache.jackrabbit.oak.plugins.segment
 
SegmentNodeState(Segment, RecordId) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
 
SegmentNodeStore - Class in org.apache.jackrabbit.oak.plugins.segment
 
SegmentNodeStore(SegmentStore, String) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStore
 
SegmentNodeStore(SegmentStore) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStore
 
SegmentNodeStore() - Constructor for class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStore
 
SegmentNodeStoreService - Class in org.apache.jackrabbit.oak.plugins.segment
 
SegmentNodeStoreService() - Constructor for class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService
 
segments - Variable in class org.apache.jackrabbit.oak.plugins.segment.AbstractStore
 
SegmentStore - Interface in org.apache.jackrabbit.oak.plugins.segment
 
SegmentStream - Class in org.apache.jackrabbit.oak.plugins.segment
 
SegmentWriter - Class in org.apache.jackrabbit.oak.plugins.segment
 
SegmentWriter(SegmentStore, SegmentIdFactory) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.SegmentWriter
 
select(UniversalFilter, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.RelativePathSelector
 
select(UniversalFilter, String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.RelativePathSelector
 
select(UniversalFilter, PropertyState, PropertyState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.filter.UniversalFilter.Selector
Map a property event.
select(UniversalFilter, String, NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.filter.UniversalFilter.Selector
Map a node event.
select(NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.version.DateVersionSelector
 
select(NodeBuilder) - Method in interface org.apache.jackrabbit.oak.plugins.version.VersionSelector
Selects a version of the given version history.
selector(NodeState, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
SelectorExecutionPlan - Class in org.apache.jackrabbit.oak.query.plan
An execution plan for one selector in a query.
SelectorExecutionPlan(SelectorImpl, QueryIndex, double) - Constructor for class org.apache.jackrabbit.oak.query.plan.SelectorExecutionPlan
 
SelectorImpl - Class in org.apache.jackrabbit.oak.query.ast
A selector within a query.
SelectorImpl(NodeState, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
Selectors - Class in org.apache.jackrabbit.oak.plugins.observation.filter
Common Selector implementations
serialize(Blob) - Method in class org.apache.jackrabbit.oak.kernel.BlobSerializer
 
serialize(PropertyState) - Method in class org.apache.jackrabbit.oak.kernel.JsonSerializer
 
serialize(T) - Method in class org.apache.jackrabbit.oak.plugins.document.cache.KryoSerializer
 
Serializers - Class in org.apache.jackrabbit.oak.plugins.document.cache
 
Serializers() - Constructor for class org.apache.jackrabbit.oak.plugins.document.cache.Serializers
 
Serializers.NodeDocumentSerializer - Class in org.apache.jackrabbit.oak.plugins.document.cache
 
Serializers.NodeDocumentSerializer(DocumentStore) - Constructor for class org.apache.jackrabbit.oak.plugins.document.cache.Serializers.NodeDocumentSerializer
 
Serializers.RevisionSerizlizer - Class in org.apache.jackrabbit.oak.plugins.document.cache
The serialization and deserialization logic would need to maintain the order of read and writes
Serializers.RevisionSerizlizer() - Constructor for class org.apache.jackrabbit.oak.plugins.document.cache.Serializers.RevisionSerizlizer
 
SessionMBean - Interface in org.apache.jackrabbit.oak.api.jmx
MBean providing basic Session information and statistics.
set(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
Replaces the current state of this builder with the given node state.
SET_PROPERTY - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
setAccessKey(String) - Method in class org.apache.jackrabbit.oak.plugins.blob.cloud.CloudBlobStore
 
setAllowNumberLiterals(boolean) - Method in class org.apache.jackrabbit.oak.query.SQL2Parser
 
setAllowTextLiterals(boolean) - Method in class org.apache.jackrabbit.oak.query.SQL2Parser
Enable or disable support for text literals in queries.
setAlwaysFalse() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
setArray() - Method in class org.apache.jackrabbit.oak.plugins.memory.PropertyBuilder
 
setAsyncDelay(int) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
Set the maximum delay to write the last revision to the root node.
setAsyncDelay(int) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
 
setAuthInfo(AuthInfo, Subject) - Static method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
 
setAverageMemory(int) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
Set the average memory used per entry.
setBlobStore(BlobStore) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
Set the blob store to use.
setBlockSize(int) - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore
Sets the block size.
setBoolean(String, boolean) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
setChildNode(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
setChildNode(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
setChildNode(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Adds the named child node and returns a builder for modifying it.
setChildNode(String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Adds or replaces a subtree.
setChildNode(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
setChildNode(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
setChildrenFlag(UpdateOp, boolean) - Static method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
 
setCloudContainer(String) - Method in class org.apache.jackrabbit.oak.plugins.blob.cloud.CloudBlobStore
 
setCloudProvider(String) - Method in class org.apache.jackrabbit.oak.plugins.blob.cloud.CloudBlobStore
 
setClusterId(int) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
Set the cluster id to use.
setColumnSelector(Selector) - Method in class org.apache.jackrabbit.oak.query.xpath.Statement
 
setCommitRoot(UpdateOp, Revision, int) - Static method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
 
setConfigMap(Map<String, String>) - Method in class org.apache.jackrabbit.oak.plugins.blob.BlobStoreConfiguration
 
setConnectionPool(JdbcConnectionPool) - Method in class org.apache.jackrabbit.oak.plugins.blob.db.DbBlobStore
 
setContentRepository(ContentRepository) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.RepositoryCallback
 
setCredentials(Credentials) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.CredentialsCallback
Set the credentials.
setData(byte[]) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoBlob
 
setDataStore(DataStore) - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore
Sets the data store.
setDate(String, long) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
setDelegate(RemovalListener<K, V>) - Method in class org.apache.jackrabbit.oak.plugins.document.cache.ForwardingListener
 
setDeleted(UpdateOp, Revision, boolean) - Static method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
 
setDistinct(boolean) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
setDistinct(boolean) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
setDocumentStore(DocumentStore) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
Set the document store to use.
setExecutionContext(ExecutionContext) - Method in interface org.apache.jackrabbit.oak.query.Query
 
setExecutionContext(ExecutionContext) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
setExecutionContext(ExecutionContext) - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
 
setExplain(boolean) - Method in interface org.apache.jackrabbit.oak.query.Query
 
setExplain(boolean) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
setExplain(boolean) - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
 
setExplain(boolean) - Method in class org.apache.jackrabbit.oak.query.xpath.Statement
 
setFullTextConstraint(FullTextExpression) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
setHead(RecordId, RecordId) - Method in interface org.apache.jackrabbit.oak.plugins.segment.Journal
 
setHead(RecordId, RecordId) - Method in class org.apache.jackrabbit.oak.plugins.segment.memory.MemoryJournal
 
setId(String) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoBlob
 
setIncludeSelectorNameInWildcardColumns(boolean) - Method in class org.apache.jackrabbit.oak.query.SQL2Parser
 
setLastMod(long) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoBlob
 
setLastRev(UpdateOp, Revision) - Static method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
 
setLastRevision(Revision) - Method in class org.apache.jackrabbit.oak.plugins.document.Node
 
setLeaseTime(long) - Method in class org.apache.jackrabbit.oak.plugins.document.ClusterNodeInfo
 
setLevel(int) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoBlob
 
setLimit(long) - Method in interface org.apache.jackrabbit.oak.query.Query
 
setLimit(long) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
setLimit(long) - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
 
setLogging(boolean) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
 
setMatchesAllTypes(boolean) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
setMaxMemory(long) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
Set the maximum memory this cache should use.
setMeasure(boolean) - Method in interface org.apache.jackrabbit.oak.query.Query
 
setMeasure(boolean) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
setMeasure(boolean) - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
 
setMeasure(boolean) - Method in class org.apache.jackrabbit.oak.query.xpath.Statement
 
setMembers(NodeBuilder, Set<String>) - Method in class org.apache.jackrabbit.oak.security.user.MembershipWriter
Sets the given set of members to the specified group.
setMembershipSizeThreshold(int) - Method in class org.apache.jackrabbit.oak.security.user.MembershipWriter
 
setModCount(long) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PrincipalPermissionEntries
 
setModified(UpdateOp, Revision) - Static method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
 
setMongoDB(DB) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
Set the MongoDB connection to use.
setName(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.PropertyBuilder
 
setName(String, String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
setNames(String, String...) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
setNew(boolean) - Method in class org.apache.jackrabbit.oak.plugins.document.UpdateOp
 
setOffset(long) - Method in interface org.apache.jackrabbit.oak.query.Query
 
setOffset(long) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
setOffset(long) - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
 
setOrderableChildren(boolean) - Method in interface org.apache.jackrabbit.oak.api.Tree
Changes the nature of this tree such that the order of the children is kept stable.
setOrderableChildren(boolean) - Method in class org.apache.jackrabbit.oak.core.HiddenTree
 
setOrderableChildren(boolean) - Method in class org.apache.jackrabbit.oak.plugins.tree.ImmutableTree
 
setOrderings(OrderingImpl[]) - Method in interface org.apache.jackrabbit.oak.query.Query
 
setOrderings(OrderingImpl[]) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
setOrderings(OrderingImpl[]) - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
 
setOriginalQuery(String) - Method in class org.apache.jackrabbit.oak.query.xpath.Statement
 
setOuterJoin(boolean, boolean) - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
 
setOuterJoin(boolean, boolean) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
setOuterJoin(boolean, boolean) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
Set whether this source is the left hand side or right hand side of a left outer join.
setPath(String) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
setPolicy(String, AccessControlPolicy) - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlManagerImpl
 
setPreparing(boolean) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
setPrevious(UpdateOp, Revision, Revision) - Static method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
 
setPrincipalProvider(PrincipalProvider) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.PrincipalProviderCallback
Sets the PrincipalProvider that is being used during the authentication process.
setProperty(PropertyState) - Method in interface org.apache.jackrabbit.oak.api.Tree
Set a property state
setProperty(String, T) - Method in interface org.apache.jackrabbit.oak.api.Tree
Set a property state
setProperty(String, T, Type<T>) - Method in interface org.apache.jackrabbit.oak.api.Tree
Set a property state
setProperty(PropertyState) - Method in class org.apache.jackrabbit.oak.core.HiddenTree
 
setProperty(String, T) - Method in class org.apache.jackrabbit.oak.core.HiddenTree
 
setProperty(String, T, Type<T>) - Method in class org.apache.jackrabbit.oak.core.HiddenTree
 
setProperty(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
setProperty(String, T) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
setProperty(String, T, Type<T>) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
setProperty(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.tree.ImmutableTree
 
setProperty(String, T) - Method in class org.apache.jackrabbit.oak.plugins.tree.ImmutableTree
 
setProperty(String, T, Type<T>) - Method in class org.apache.jackrabbit.oak.plugins.tree.ImmutableTree
 
setProperty(PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Set a property state
setProperty(String, T) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Set a property state
setProperty(String, T, Type<T>) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Set a property state
setProperty(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
setProperty(String, T) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
setProperty(String, T, Type<T>) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
setPropKeys(Set<String>) - Method in class org.apache.jackrabbit.oak.plugins.blob.BlobStoreConfiguration
 
setQueryConstraint(ConstraintImpl) - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
 
setQueryConstraint(ConstraintImpl) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
setQueryConstraint(ConstraintImpl) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
Set the complete constraint of the query (the WHERE ...
setRDBConnection(String, String, String) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
Sets a JDBC connection URL to use for the RDB document and blob stores.
setRDBConnection(String, String, String, String, String, String) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
Sets a JDBC connection URLs to use for the RDB document and blob stores.
setRDBConnection(DataSource) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
Sets a DataSource to use for the RDB document and blob stores.
setRDBConnection(DataSource, DataSource) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
Sets a DataSources to use for the RDB document and blob stores.
setReadWriteMode(String) - Method in interface org.apache.jackrabbit.oak.plugins.document.DocumentStore
Set the level of guarantee for read and write operations, if supported by this backend.
setReadWriteMode(String) - Method in class org.apache.jackrabbit.oak.plugins.document.memory.MemoryDocumentStore
 
setReadWriteMode(String) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoDocumentStore
 
setReadWriteMode(String) - Method in class org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore
 
setReadWriteMode(String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.LoggingDocumentStoreWrapper
 
setReadWriteMode(String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.SynchronizingDocumentStoreWrapper
 
setReadWriteMode(String) - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingDocumentStoreWrapper
 
setRevision(UpdateOp, Revision, String) - Static method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
 
setRoot(NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
 
setRoot(NodeState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStoreBranch
Updates the state of the content tree of this private branch.
setScalar() - Method in class org.apache.jackrabbit.oak.plugins.memory.PropertyBuilder
 
setSecretKey(String) - Method in class org.apache.jackrabbit.oak.plugins.blob.cloud.CloudBlobStore
 
setSecurityProvider(SecurityProvider) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.RepositoryCallback
 
setSecurityProvider(SecurityProvider) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.SecurityProviderCallback
 
setSecurityProvider(SecurityProvider) - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationBase
 
setSelectors(ArrayList<Selector>) - Method in class org.apache.jackrabbit.oak.query.xpath.Statement
 
setSplitDocumentAgeMillis(long) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
 
setStreamCacheSize(int) - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore
Sets the stream cache size.
setString(String, String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
setStrings(String, String...) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
setSupportSQL1(boolean) - Method in class org.apache.jackrabbit.oak.query.SQL2Parser
Enable or disable support for SQL-1 queries.
setTiming(boolean) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
Use the timing document store wrapper.
setTokenProvider(TokenProvider) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.TokenProviderCallback
Sets the TokenProvider that is being used during the authentication process.
setTraversalEnabled(boolean) - Method in interface org.apache.jackrabbit.oak.query.Query
 
setTraversalEnabled(boolean) - Method in class org.apache.jackrabbit.oak.query.QueryEngineImpl
 
setTraversalEnabled(boolean) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
setTraversalEnabled(boolean) - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
 
setupNamespaces(NodeBuilder) - Static method in class org.apache.jackrabbit.oak.plugins.name.Namespaces
 
setUserManager(UserManager) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.UserManagerCallback
Sets the UserManager that is being used during the authentication process.
setUseSimpleRevision(boolean) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
 
setValue(T) - Method in class org.apache.jackrabbit.oak.plugins.memory.PropertyBuilder
 
setValue(T, int) - Method in class org.apache.jackrabbit.oak.plugins.memory.PropertyBuilder
 
setValues(Iterable<T>) - Method in class org.apache.jackrabbit.oak.plugins.memory.PropertyBuilder
 
setValues(String, Value[]) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
setWhere(Expression) - Method in class org.apache.jackrabbit.oak.query.xpath.Statement
 
setWhiteboard(Whiteboard) - Method in class org.apache.jackrabbit.oak.security.SecurityProviderImpl
 
setWhiteboard(Whiteboard) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.WhiteboardCallback
Sets the Whiteboard that is being used during the authentication process.
setWhiteboard(Whiteboard) - Method in interface org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardAware
Sets the whiteboard.
setWorkspaceName(String) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.RepositoryCallback
 
sha256() - Method in class org.apache.jackrabbit.oak.plugins.memory.AbstractBlob
This hash code implementation returns the hash code of the underlying stream
SHARED_KEY_ATTRIBUTES - Static variable in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
Key of the sharedState entry referring to public attributes that are shared between multiple login modules.
SHARED_KEY_CREDENTIALS - Static variable in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
Key of the sharedState entry referring to validated Credentials that is shared between multiple login modules.
SHARED_KEY_LOGIN_NAME - Static variable in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
Key of the sharedState entry referring to a valid login ID that is shared between multiple login modules.
sharedState - Variable in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
 
SimpleExcerptProvider - Class in org.apache.jackrabbit.oak.query.fulltext
This class can extract excerpts from node.
SimpleExcerptProvider() - Constructor for class org.apache.jackrabbit.oak.query.fulltext.SimpleExcerptProvider
 
SimpleNodeAggregator - Class in org.apache.jackrabbit.oak.plugins.index.aggregate
List based NodeAggregator
SimpleNodeAggregator() - Constructor for class org.apache.jackrabbit.oak.plugins.index.aggregate.SimpleNodeAggregator
 
simplify() - Method in class org.apache.jackrabbit.oak.query.ast.AndImpl
 
simplify() - Method in class org.apache.jackrabbit.oak.query.ast.ConstraintImpl
Simplify the expression if possible, for example by removing duplicate expressions.
simplify() - Method in class org.apache.jackrabbit.oak.query.ast.OrImpl
 
simplify() - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextAnd
 
simplify() - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextOr
 
simplify() - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextTerm
 
size() - Method in interface org.apache.jackrabbit.oak.api.PropertyState
The size of the value of this property.
size(int) - Method in interface org.apache.jackrabbit.oak.api.PropertyState
The size of the value at the given index.
size() - Method in interface org.apache.jackrabbit.oak.api.PropertyValue
The size of the value of this object.
size(int) - Method in interface org.apache.jackrabbit.oak.api.PropertyValue
The size of the value at the given index.
size() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
Get the number of resident entries.
size() - Method in class org.apache.jackrabbit.oak.plugins.memory.BinaryPropertyState
 
size() - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyPropertyState
 
size(int) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyPropertyState
 
size() - Method in class org.apache.jackrabbit.oak.plugins.segment.Segment
 
SIZE - Static variable in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService
 
size() - Method in class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
 
size(int) - Method in class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
 
size() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlList
 
size() - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
sizeHot() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
Get the number of hot entries in the cache.
sizeMapArray() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
Get the length of the internal map array.
sizeNonResident() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
Get the number of non-resident entries in the cache.
sizeOf(K, V) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
Get the size of the given value.
skip(long) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
 
sort(File) - Method in class org.apache.jackrabbit.oak.plugins.blob.GarbageCollectorFileState
Sorts the given file externally.
SOURCE_PATH - Static variable in class org.apache.jackrabbit.oak.spi.state.MoveDetector
 
SourceImpl - Class in org.apache.jackrabbit.oak.query.ast
The base class of a selector and a join.
SourceImpl() - Constructor for class org.apache.jackrabbit.oak.query.ast.SourceImpl
 
SPECIAL_PATH_PREFIX - Static variable in class org.apache.jackrabbit.oak.query.ast.JoinConditionImpl
The prefix for known paths.
split(String) - Static method in class org.apache.jackrabbit.oak.kernel.TypeCodes
Splits a jsonString, which is prefixed with a type code at the location where the prefix ends.
split(RevisionContext) - Method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
Returns update operations to split this document.
SQL2Parser - Class in org.apache.jackrabbit.oak.query
The SQL2 parser can convert a JCR-SQL2 query to a query.
SQL2Parser(NamePathMapper, NodeState) - Constructor for class org.apache.jackrabbit.oak.query.SQL2Parser
Create a new parser.
squeeze(NodeState) - Static method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
"Squeezes" ModifiedNodeState instances into equivalent MemoryNodeStates.
StableRevisionComparator - Class in org.apache.jackrabbit.oak.plugins.document
StableRevisionComparator implements a revision comparator, which is only based on stable information available in the two revisions presented to this comparator.
STAR - Static variable in class org.apache.jackrabbit.oak.plugins.observation.filter.GlobbingPathFilter
 
STAR_STAR - Static variable in class org.apache.jackrabbit.oak.plugins.observation.filter.GlobbingPathFilter
 
start(BundleContext) - Method in class org.apache.jackrabbit.oak.osgi.Activator
 
start(BundleContext) - Method in class org.apache.jackrabbit.oak.osgi.ObserverTracker
 
start(Tree) - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlImporter
 
start(Whiteboard) - Method in class org.apache.jackrabbit.oak.spi.whiteboard.AbstractServiceTracker
 
start() - Method in interface org.apache.jackrabbit.oak.spi.xml.Importer
Called once at the beginning of the content import.
start(Tree) - Method in interface org.apache.jackrabbit.oak.spi.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.
startChildInfo(NodeInfo, List<PropInfo>) - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlImporter
 
startChildInfo(NodeInfo, List<PropInfo>) - Method in interface org.apache.jackrabbit.oak.spi.xml.ProtectedNodeImporter
Informs this importer about a new childInfo and it's properties.
startMark() - Method in class org.apache.jackrabbit.oak.plugins.blob.cloud.CloudBlobStore
 
startMark() - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore
 
startMark() - Method in class org.apache.jackrabbit.oak.plugins.blob.db.DbBlobStore
 
startMark() - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoBlobStore
 
startMark() - Method in class org.apache.jackrabbit.oak.plugins.document.rdb.RDBBlobStore
 
startNode(NodeInfo, List<PropInfo>) - Method in interface org.apache.jackrabbit.oak.spi.xml.Importer
Called to start the import of a node.
STATE - Static variable in exception org.apache.jackrabbit.oak.api.CommitFailedException
Type name for state violation errors.
Statement - Class in org.apache.jackrabbit.oak.query.xpath
An xpath statement.
Statement() - Constructor for class org.apache.jackrabbit.oak.query.xpath.Statement
 
StaticOperandImpl - Class in org.apache.jackrabbit.oak.query.ast
The base class for static operands (literal, bind variables).
StaticOperandImpl() - Constructor for class org.apache.jackrabbit.oak.query.ast.StaticOperandImpl
 
StatisticManager - Class in org.apache.jackrabbit.oak.stats
Manager for all repository wide statistics.
StatisticManager(Whiteboard, ScheduledExecutorService) - Constructor for class org.apache.jackrabbit.oak.stats.StatisticManager
Create a new instance of this class registering all repository wide statistics with the passed whiteboard.
stats() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
 
STATUS_DONE - Static variable in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
 
STATUS_INIT - Static variable in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
 
STATUS_RUNNING - Static variable in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
 
stop(BundleContext) - Method in class org.apache.jackrabbit.oak.osgi.Activator
 
stop() - Method in class org.apache.jackrabbit.oak.osgi.ObserverTracker
 
stop() - Method in class org.apache.jackrabbit.oak.spi.whiteboard.AbstractServiceTracker
 
stop() - Method in interface org.apache.jackrabbit.oak.spi.whiteboard.Tracker
Stops tracking.
store - Variable in class org.apache.jackrabbit.oak.plugins.document.DocumentMK
The document store (might be used by multiple DocumentMKs).
store - Variable in class org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore
The document store (might be used by multiple node stores).
store - Variable in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
The underlying store to which this branch belongs
storeBlock(byte[], int, byte[]) - Method in class org.apache.jackrabbit.oak.plugins.blob.cloud.CloudBlobStore
Uploads the block to the cloud service.
storeBlock(byte[], int, byte[]) - Method in class org.apache.jackrabbit.oak.plugins.blob.db.DbBlobStore
 
storeBlock(byte[], int, byte[]) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoBlobStore
 
storeBlock(byte[], int, byte[]) - Method in class org.apache.jackrabbit.oak.plugins.document.rdb.RDBBlobStore
 
streamCacheSize - Variable in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore
The stream cache size.
STRING - Static variable in class org.apache.jackrabbit.oak.api.Type
Map String to PropertyType.STRING
StringBasedBlob - Class in org.apache.jackrabbit.oak.plugins.memory
This Blob implementations is based on a string.
StringBasedBlob(String) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.StringBasedBlob
 
StringCache - Class in org.apache.jackrabbit.oak.kernel
TODO document
StringConstraint - Class in org.apache.jackrabbit.oak.plugins.nodetype.constraint
 
StringConstraint(String) - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.constraint.StringConstraint
 
stringProperty(String, Iterable<String>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MultiStringPropertyState
Create a multi valued PropertyState from a list of strings.
stringProperty(String, String) - Static method in class org.apache.jackrabbit.oak.plugins.memory.StringPropertyState
Create a PropertyState from a string.
StringPropertyState - Class in org.apache.jackrabbit.oak.plugins.memory
 
StringPropertyState(String, String) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.StringPropertyState
 
STRINGS - Static variable in class org.apache.jackrabbit.oak.api.Type
Map Iterable<String> to array of PropertyType.STRING
StringValue - Class in org.apache.jackrabbit.oak.plugins.document.util
A cache value wrapping a simple string.
StringValue(String) - Constructor for class org.apache.jackrabbit.oak.plugins.document.util.StringValue
 
subject - Variable in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
 
SubtreeEditor - Class in org.apache.jackrabbit.oak.spi.commit
Editor wrapper that passes only changes in the specified subtree to the given delegate editor.
SubtreeEditor(Editor, String...) - Constructor for class org.apache.jackrabbit.oak.spi.commit.SubtreeEditor
 
SubtreeExcludingValidator - Class in org.apache.jackrabbit.oak.spi.commit
Validator that excludes a subtree from the validation process and delegates validation of other changes to another given validator.
SubtreeExcludingValidator(Validator, List<String>) - Constructor for class org.apache.jackrabbit.oak.spi.commit.SubtreeExcludingValidator
 
SubtreeValidator - Class in org.apache.jackrabbit.oak.spi.commit
Validator that detects changes to a specified subtree and delegates the validation of such changes to another given validator.
SubtreeValidator(Validator, String...) - Constructor for class org.apache.jackrabbit.oak.spi.commit.SubtreeValidator
 
SUPPORTED_CREDENTIALS - Static variable in class org.apache.jackrabbit.oak.security.authentication.user.LoginModuleImpl
 
supportsMixin(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
Determines whether this effective node type supports adding the specified mixin.
supportsRangeConditions() - Method in class org.apache.jackrabbit.oak.query.ast.DynamicOperandImpl
 
supportsRangeConditions() - Method in class org.apache.jackrabbit.oak.query.ast.NodeNameImpl
 
supportsRangeConditions() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
 
sweep() - Method in class org.apache.jackrabbit.oak.plugins.blob.cloud.CloudBlobStore
 
sweep() - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore
 
sweep() - Method in class org.apache.jackrabbit.oak.plugins.blob.db.DbBlobStore
 
sweep() - Method in class org.apache.jackrabbit.oak.plugins.blob.MarkSweepGarbageCollector
Sweep phase of gc candidate deletion.
sweep() - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoBlobStore
 
sweep() - Method in class org.apache.jackrabbit.oak.plugins.document.rdb.RDBBlobStore
 
SynchronizingDocumentStoreWrapper - Class in org.apache.jackrabbit.oak.plugins.document.util
Implements a DocumentStore wrapper which synchronizes on all methods.
SynchronizingDocumentStoreWrapper(DocumentStore) - Constructor for class org.apache.jackrabbit.oak.plugins.document.util.SynchronizingDocumentStoreWrapper
 
SYSTEM_PATHS - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
 
SystemPrincipal - Class in org.apache.jackrabbit.oak.spi.security.principal
Principal to mark an system internal subject.
SystemRoot - Class in org.apache.jackrabbit.oak.core
Internal extension of the AbstractRoot to be used when an usage of the system internal subject is needed.
SystemRoot(NodeStore, CommitHook, String, SecurityProvider, QueryIndexProvider) - Constructor for class org.apache.jackrabbit.oak.core.SystemRoot
 
SystemRoot(NodeStore) - Constructor for class org.apache.jackrabbit.oak.core.SystemRoot
 
SystemRoot(NodeStore, CommitHook) - Constructor for class org.apache.jackrabbit.oak.core.SystemRoot
 
SystemSubject - Class in org.apache.jackrabbit.oak.spi.security.authentication
Internal utility providing access to a system internal subject instance.

T

tag() - Method in class org.apache.jackrabbit.oak.api.Type
Corresponding type tag as defined in PropertyType.
TEMP_DIR - Static variable in class org.apache.jackrabbit.oak.plugins.blob.MarkSweepGarbageCollector
 
Template - Class in org.apache.jackrabbit.oak.plugins.segment
 
testPath(String) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
TextValue - Interface in org.apache.jackrabbit.oak.spi.xml
TextValue represents a serialized property value read from a System or Document View XML document.
THEIRS - Static variable in class org.apache.jackrabbit.oak.plugins.commit.DefaultConflictHandler
A ConflictHandler which always return Resolution#THEIRS.
THIS - Static variable in class org.apache.jackrabbit.oak.plugins.observation.filter.Selectors
A selector returning the node for which a call back on EventFilter was called or a non existing node in the case of a property call back.
TimingDocumentStoreWrapper - Class in org.apache.jackrabbit.oak.plugins.document.util
A MicroKernel wrapper that can be used to log and also time MicroKernel calls.
TimingDocumentStoreWrapper(DocumentStore) - Constructor for class org.apache.jackrabbit.oak.plugins.document.util.TimingDocumentStoreWrapper
 
TimingWrapper - Class in org.apache.jackrabbit.oak.plugins.document.util
A MicroKernel wrapper that can be used to log and also time MicroKernel calls.
TimingWrapper(MicroKernel) - Constructor for class org.apache.jackrabbit.oak.plugins.document.util.TimingWrapper
 
toBinary() - Method in class org.apache.jackrabbit.oak.plugins.value.Conversions.Converter
Convert to binary.
toBoolean() - Method in class org.apache.jackrabbit.oak.plugins.value.Conversions.Converter
Convert to boolean.
toCalendar() - Method in class org.apache.jackrabbit.oak.plugins.value.Conversions.Converter
Convert to date.
toDate() - Method in class org.apache.jackrabbit.oak.plugins.value.Conversions.Converter
Convert to date.
toDecimal() - Method in class org.apache.jackrabbit.oak.plugins.value.Conversions.Converter
Convert to decimal.
TODO - Class in org.apache.jackrabbit.oak.util
Helper class for identifying partially implemented features and controlling their runtime behavior.
toDouble() - Method in class org.apache.jackrabbit.oak.plugins.value.Conversions.Converter
Convert to double.
TokenConfiguration - Interface in org.apache.jackrabbit.oak.spi.security.authentication.token
Configuration for token management.
TokenConfigurationImpl - Class in org.apache.jackrabbit.oak.security.authentication.token
Default implementation for the TokenConfiguration interface.
TokenConfigurationImpl() - Constructor for class org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl
 
TokenConfigurationImpl(SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl
 
TokenInfo - Interface in org.apache.jackrabbit.oak.spi.security.authentication.token
The TokenInfo provides data associated with a login token and basic methods to verify the validity of token credentials at given point in time.
TokenLoginModule - Class in org.apache.jackrabbit.oak.security.authentication.token
LoginModule implementation that is able to handle login request based on TokenCredentials.
TokenLoginModule() - Constructor for class org.apache.jackrabbit.oak.security.authentication.token.TokenLoginModule
 
TokenProvider - Interface in org.apache.jackrabbit.oak.spi.security.authentication.token
Interface to manage create and manage login tokens.
TokenProviderCallback - Class in org.apache.jackrabbit.oak.spi.security.authentication.callback
Callback implementation to set and retrieve a login token provider.
TokenProviderCallback() - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.callback.TokenProviderCallback
 
toLong() - Method in class org.apache.jackrabbit.oak.plugins.value.Conversions.Converter
Convert to long.
toMap() - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.RevisionEntry
 
toReadableString() - Method in class org.apache.jackrabbit.oak.plugins.document.Revision
 
toString() - Method in class org.apache.jackrabbit.oak.api.Type
 
toString() - Method in class org.apache.jackrabbit.oak.core.HiddenTree
 
toString() - Method in class org.apache.jackrabbit.oak.kernel.JsonSerializer
 
toString() - Method in class org.apache.jackrabbit.oak.kernel.JsopDiff
 
toString() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
 
toString() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
Returns a string representation the head state of this node store.
toString() - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore.Data
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore.LogicalBlockId
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.document.ClusterNodeInfo
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.document.Collection
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.document.Document
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentBlob
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.document.memory.MemoryDocumentStore
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.RevisionEntry
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.document.Node
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.document.PathRev
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.document.Revision.RevisionComparator
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.document.Revision
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.document.UpdateOp.Key
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.document.UpdateOp.Operation
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.document.UpdateOp
 
toString(MongoClientOptions) - Static method in class org.apache.jackrabbit.oak.plugins.document.util.MongoConnection
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.document.util.StringValue
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.memory.AbstractBlob
 
toString(PropertyState) - Static method in class org.apache.jackrabbit.oak.plugins.memory.AbstractPropertyState
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.memory.AbstractPropertyState
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeStore
Returns a string representation the head state of this node store.
toString() - Method in class org.apache.jackrabbit.oak.plugins.memory.StringBasedBlob
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.BooleanConstraint
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.NameConstraint
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.NumericConstraint
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.PathConstraint
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.ReferenceConstraint
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.StringConstraint
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.TypePredicate
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.GlobbingPathFilter
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.segment.RecordId
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.segment.Segment
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.segment.Template
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.tree.AbstractTree
 
toString(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.tree.AbstractTree
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.tree.ImmutableTree
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.tree.TreeLocation
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.value.Conversions.Converter
Convert to string
toString() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.ast.AndImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.ast.BindVariableValueImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.ast.ChildNodeImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.ast.ChildNodeJoinConditionImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.ast.ColumnImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.ast.DescendantNodeImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.ast.DescendantNodeJoinConditionImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.ast.EquiJoinConditionImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchScoreImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.ast.InImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
 
toString() - Method in enum org.apache.jackrabbit.oak.query.ast.JoinType
Returns the join type.
toString() - Method in class org.apache.jackrabbit.oak.query.ast.LengthImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.ast.LiteralImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.ast.LowerCaseImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.ast.NodeLocalNameImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.ast.NodeNameImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.ast.NotImpl
 
toString() - Method in enum org.apache.jackrabbit.oak.query.ast.Operator
Returns the name of this query operator.
toString() - Method in class org.apache.jackrabbit.oak.query.ast.OrderingImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.ast.OrImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyExistenceImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyInexistenceImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeJoinConditionImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.ast.UpperCaseImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextAnd
 
toString() - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextExpression
Get the string representation of the condition.
toString() - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextOr
 
toString() - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextTerm
 
toString() - Method in class org.apache.jackrabbit.oak.query.fulltext.LikePattern
 
toString() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.ResultRowImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.xpath.Statement
 
toString() - Method in class org.apache.jackrabbit.oak.spi.commit.CommitInfo
 
toString() - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeObserver
 
toString() - Method in class org.apache.jackrabbit.oak.spi.query.CompositeQueryIndexProvider
 
toString() - Method in enum org.apache.jackrabbit.oak.spi.query.Filter.PathRestriction
 
toString() - Method in class org.apache.jackrabbit.oak.spi.query.Filter.PropertyRestriction
 
toString() - Method in class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
 
toString() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AuthInfoImpl
 
toString() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ACE
 
toString() - Method in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
 
toString() - Method in class org.apache.jackrabbit.oak.spi.security.principal.PrincipalImpl
 
toString() - Method in class org.apache.jackrabbit.oak.spi.security.privilege.ImmutablePrivilegeDefinition
 
toString() - Method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
 
toString() - Method in class org.apache.jackrabbit.oak.spi.state.AbstractChildNodeEntry
Returns a string representation of this child node entry.
toString(NodeState) - Static method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
 
toString() - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
Returns a string representation of this node state.
toString() - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
 
toStringBuilder(StringBuilder) - Method in class org.apache.jackrabbit.oak.plugins.document.Revision
Appends the string representation of this revision to the given StringBuilder.
touch(DataIdentifier, long) - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreWrapperBackend
 
touchNode(String) - Method in class org.apache.jackrabbit.oak.plugins.document.Commit
Update the "lastRev" and "modified" properties for the specified node document.
track(Class<T>) - Method in class org.apache.jackrabbit.oak.osgi.OsgiWhiteboard
 
track(Class<T>) - Method in class org.apache.jackrabbit.oak.spi.whiteboard.DefaultWhiteboard
 
track(Class<T>) - Method in interface org.apache.jackrabbit.oak.spi.whiteboard.Whiteboard
Starts tracking services of the given type.
Tracker<T> - Interface in org.apache.jackrabbit.oak.spi.whiteboard
Tracker for whiteboard services.
transformAndSeal(Map<Object, Object>, String, int) - Method in class org.apache.jackrabbit.oak.plugins.document.Document
Transform and seal the data of this document.
TraversingIndex - Class in org.apache.jackrabbit.oak.query.index
An index that traverses over a given subtree.
TraversingIndex() - Constructor for class org.apache.jackrabbit.oak.query.index.TraversingIndex
 
Tree - Interface in org.apache.jackrabbit.oak.api
A tree instance represents a snapshot of the ContentRepository tree at the time the instance was acquired from a ContentSession.
Tree.Status - Enum in org.apache.jackrabbit.oak.api
Status of an item in a Tree
TreeConstants - Interface in org.apache.jackrabbit.oak.plugins.tree
 
TreeLocation - Class in org.apache.jackrabbit.oak.plugins.tree
A TreeLocation denotes a location inside a tree.
TreeLocation() - Constructor for class org.apache.jackrabbit.oak.plugins.tree.TreeLocation
 
TreePermission - Interface in org.apache.jackrabbit.oak.spi.security.authorization.permission
TreePermission...
TreeTypeProvider - Class in org.apache.jackrabbit.oak.security.authorization.permission
TreeTypeProvider
TreeTypeProvider(Context) - Constructor for class org.apache.jackrabbit.oak.security.authorization.permission.TreeTypeProvider
 
TreeUtil - Class in org.apache.jackrabbit.oak.util
Utility providing common operations for the Tree that are not provided by the API.
TYPE - Static variable in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
 
TYPE - Static variable in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
 
TYPE - Static variable in interface org.apache.jackrabbit.oak.api.jmx.RepositoryStatsMBean
 
TYPE - Static variable in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
 
Type<T> - Class in org.apache.jackrabbit.oak.api
Instances of this class map Java types to property types.
type - Variable in class org.apache.jackrabbit.oak.plugins.document.UpdateOp.Operation
The operation type.
TYPE - Static variable in class org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexEditorProvider
 
TYPE - Static variable in class org.apache.jackrabbit.oak.plugins.index.reference.NodeReferenceConstants
 
TYPE_AC - Static variable in class org.apache.jackrabbit.oak.security.authorization.permission.TreeTypeProvider
 
TYPE_DEFAULT - Static variable in class org.apache.jackrabbit.oak.security.authorization.permission.TreeTypeProvider
 
TYPE_HIDDEN - Static variable in class org.apache.jackrabbit.oak.security.authorization.permission.TreeTypeProvider
 
TYPE_INTERNAL - Static variable in class org.apache.jackrabbit.oak.security.authorization.permission.TreeTypeProvider
 
TYPE_PROPERTY_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.index.IndexConstants
 
TYPE_UNKNOWN - Static variable in interface org.apache.jackrabbit.oak.plugins.index.IndexConstants
 
TYPE_VERSION - Static variable in class org.apache.jackrabbit.oak.security.authorization.permission.TreeTypeProvider
 
TypeCodes - Class in org.apache.jackrabbit.oak.kernel
TypeCodes maps between Type and the code used to prefix its json serialisation.
TypeEditorProvider - Class in org.apache.jackrabbit.oak.plugins.nodetype
 
TypeEditorProvider() - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.TypeEditorProvider
 
TypePredicate - Class in org.apache.jackrabbit.oak.plugins.nodetype
Inheritance-aware node type predicate for node states.
TypePredicate(NodeState, String) - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.TypePredicate
Creates a predicate for checking whether a node state is an instance of the named node type.
TypePredicate(NodeState, Iterable<String>) - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.TypePredicate
Creates a predicate for checking whether a node state is an instance of any of the named node types.
TypePredicate(NodeState, String[]) - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.TypePredicate
Creates a predicate for checking whether a node state is an instance of any of the named node types.

U

unbindPrincipalConfiguration(ServiceReference) - Method in class org.apache.jackrabbit.oak.security.SecurityProviderImpl
 
unbindTokenConfiguration(ServiceReference) - Method in class org.apache.jackrabbit.oak.security.SecurityProviderImpl
 
UNDEFINED - Static variable in class org.apache.jackrabbit.oak.api.Type
The special "undefined" type, never encountered in normal values
UNDEFINEDS - Static variable in class org.apache.jackrabbit.oak.api.Type
Multi-valued "undefined" type, never encountered in normal values
unescapePropertyName(String) - Static method in class org.apache.jackrabbit.oak.plugins.document.util.Utils
 
unimplemented() - Static method in class org.apache.jackrabbit.oak.util.TODO
 
UnionQueryImpl - Class in org.apache.jackrabbit.oak.query
Represents a union query.
UNIQUE_PROPERTY_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.index.IndexConstants
Marks a unique property index.
UniqueEntryStoreStrategy - Class in org.apache.jackrabbit.oak.plugins.index.property.strategy
An IndexStoreStrategy implementation that saves the unique node in a single property.
This should reduce the number of nodes in the repository, and speed up access.

For example for a node that is under /test/node, the index structure will be /oak:index/index/@key:
UniqueEntryStoreStrategy() - Constructor for class org.apache.jackrabbit.oak.plugins.index.property.strategy.UniqueEntryStoreStrategy
 
universal(UniversalFilter.Selector, Predicate<NodeState>) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.FilterBuilder
A condition that holds when the predicate matches.
UniversalFilter - Class in org.apache.jackrabbit.oak.plugins.observation.filter
An universal Filter implementation, which can be parametrised by a UniversalFilter.Selector and a Predicate.
UniversalFilter(NodeState, NodeState, UniversalFilter.Selector, Predicate<NodeState>) - Constructor for class org.apache.jackrabbit.oak.plugins.observation.filter.UniversalFilter
Create a new instance of an universal filter rooted at the passed trees.
UniversalFilter.Selector - Interface in org.apache.jackrabbit.oak.plugins.observation.filter
A selector instance maps call backs on Filters to NodeState instances, which should be used for determining inclusion or exclusion of the associated event.
unmodifiable() - Method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
Returns an unmodifiable instance.
unprepare() - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
 
unprepare() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
unprepare() - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
Undo a prepare.
unregister() - Method in class org.apache.jackrabbit.oak.spi.whiteboard.CompositeRegistration
 
unregister() - Method in interface org.apache.jackrabbit.oak.spi.whiteboard.Registration
Unregisters this service.
unregisterNamespace(String) - Method in class org.apache.jackrabbit.oak.plugins.name.ReadOnlyNamespaceRegistry
 
unregisterNamespace(String) - Method in class org.apache.jackrabbit.oak.plugins.name.ReadWriteNamespaceRegistry
 
unregisterNodeType(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
This implementation always throws a UnsupportedRepositoryOperationException.
unregisterNodeType(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
 
unregisterNodeTypes(String[]) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
This implementation always throws a UnsupportedRepositoryOperationException.
unregisterNodeTypes(String[]) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
 
unsetLastRev(UpdateOp, int) - Static method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
 
unsetRevision(UpdateOp, Revision) - Static method in class org.apache.jackrabbit.oak.plugins.document.NodeDocument
 
unshareString(String) - Static method in class org.apache.jackrabbit.oak.plugins.document.util.Utils
Make sure the name string does not contain unnecessary baggage (shared strings).
UNSUPPORTED - Static variable in exception org.apache.jackrabbit.oak.api.CommitFailedException
Unsupported operation or feature
UNSUPPORTED - Static variable in interface org.apache.jackrabbit.oak.plugins.tree.ImmutableTree.ParentProvider
 
unsupported() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
unwrap() - Method in class org.apache.jackrabbit.oak.plugins.document.util.LogWrapper
 
unwrap() - Method in class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
 
update(Collection<T>, List<String>, UpdateOp) - Method in interface org.apache.jackrabbit.oak.plugins.document.DocumentStore
Update documents with the given keys.
update(Collection<T>, List<String>, UpdateOp) - Method in class org.apache.jackrabbit.oak.plugins.document.memory.MemoryDocumentStore
 
update(Collection<T>, List<String>, UpdateOp) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.MongoDocumentStore
 
update(Collection<T>, List<String>, UpdateOp) - Method in class org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore
 
update(Collection<T>, List<String>, UpdateOp) - Method in class org.apache.jackrabbit.oak.plugins.document.util.LoggingDocumentStoreWrapper
 
update(Collection<T>, List<String>, UpdateOp) - Method in class org.apache.jackrabbit.oak.plugins.document.util.SynchronizingDocumentStoreWrapper
 
update(Collection<T>, List<String>, UpdateOp) - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingDocumentStoreWrapper
 
update(NodeBuilder, String, Set<String>, Set<String>) - Method in class org.apache.jackrabbit.oak.plugins.index.property.strategy.ContentMirrorStoreStrategy
 
update(NodeBuilder, String, Set<String>, Set<String>) - Method in interface org.apache.jackrabbit.oak.plugins.index.property.strategy.IndexStoreStrategy
Updates the index for the given path.
update(NodeBuilder, String, Set<String>, Set<String>) - Method in class org.apache.jackrabbit.oak.plugins.index.property.strategy.UniqueEntryStoreStrategy
 
updated() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
Called whenever this node is modified, i.e.
updated() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeBuilder
 
UpdateOp - Class in org.apache.jackrabbit.oak.plugins.document
A DocumentStore "update" operation for one document.
UpdateOp.Key - Class in org.apache.jackrabbit.oak.plugins.document
A key for an operation consists of a property name and an optional revision.
UpdateOp.Key(String, Revision) - Constructor for class org.apache.jackrabbit.oak.plugins.document.UpdateOp.Key
 
UpdateOp.Operation - Class in org.apache.jackrabbit.oak.plugins.document
A DocumentStore operation for a given key within a document.
UpdateOp.Operation() - Constructor for class org.apache.jackrabbit.oak.plugins.document.UpdateOp.Operation
 
UpdateOp.Operation.Type - Enum in org.apache.jackrabbit.oak.plugins.document
The DocumentStore operation type.
updatePropertyDiff(String, String, String) - Method in class org.apache.jackrabbit.oak.plugins.document.Commit
 
UpdateUtils - Class in org.apache.jackrabbit.oak.plugins.document
Provides convenience methods for applying UpdateOps to Documents.
UpdateUtils() - Constructor for class org.apache.jackrabbit.oak.plugins.document.UpdateUtils
 
upperCase(DynamicOperandImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
UpperCaseImpl - Class in org.apache.jackrabbit.oak.query.ast
The function "upper(..)".
UpperCaseImpl(DynamicOperandImpl) - Constructor for class org.apache.jackrabbit.oak.query.ast.UpperCaseImpl
 
URI - Static variable in class org.apache.jackrabbit.oak.api.Type
Map String to PropertyType.URI
uriProperty(String, String) - Static method in class org.apache.jackrabbit.oak.plugins.memory.GenericPropertyState
Create a PropertyState from a URI.
uriProperty(String, Iterable<String>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MultiGenericPropertyState
Create a multi valued PropertyState from a list of URIs.
URIS - Static variable in class org.apache.jackrabbit.oak.api.Type
Map Iterable<String> to array of PropertyType.URI
useOffHeapCache() - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
 
USER_MANAGEMENT - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
USER_PRIVILEGE_NAMES - Static variable in class org.apache.jackrabbit.oak.spi.security.user.action.AccessControlAction
 
USER_PROPERTY_NAMES - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
 
UserConfiguration - Interface in org.apache.jackrabbit.oak.spi.security.user
Configuration interface for user management.
UserConfigurationImpl - Class in org.apache.jackrabbit.oak.security.user
Default implementation of the UserConfiguration.
UserConfigurationImpl() - Constructor for class org.apache.jackrabbit.oak.security.user.UserConfigurationImpl
 
UserConfigurationImpl(SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.security.user.UserConfigurationImpl
 
UserConstants - Interface in org.apache.jackrabbit.oak.spi.security.user
User management related constants.
UserManagerCallback - Class in org.apache.jackrabbit.oak.spi.security.authentication.callback
Callback implementation used to pass a UserManager to the login module.
UserManagerCallback() - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.callback.UserManagerCallback
 
UserManagerImpl - Class in org.apache.jackrabbit.oak.security.user
UserManagerImpl...
UserManagerImpl(Root, NamePathMapper, SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.security.user.UserManagerImpl
 
UserQueryManager - Class in org.apache.jackrabbit.oak.security.user.query
Query manager for user specific searches.
UserQueryManager(UserManager, NamePathMapper, ConfigurationParameters, Root) - Constructor for class org.apache.jackrabbit.oak.security.user.query.UserQueryManager
 
UserUtil - Class in org.apache.jackrabbit.oak.spi.security.user.util
Utility methods for user management.
Utils - Class in org.apache.jackrabbit.oak.plugins.document.util
Utility methods.
Utils() - Constructor for class org.apache.jackrabbit.oak.plugins.document.util.Utils
 
Utils - Class in org.apache.jackrabbit.oak.plugins.version
Utils provide some utility methods.
uuid(UniversalFilter.Selector, String[]) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.FilterBuilder
A condition that holds for matching uuids.
UUIDDiffCollector - Class in org.apache.jackrabbit.oak.plugins.index.diffindex
DiffCollector that looks for UUID properties
UUIDDiffCollector(NodeState, NodeState) - Constructor for class org.apache.jackrabbit.oak.plugins.index.diffindex.UUIDDiffCollector
 
UUIDDiffIndex - Class in org.apache.jackrabbit.oak.plugins.index.diffindex
 
UUIDDiffIndex(NodeState, NodeState) - Constructor for class org.apache.jackrabbit.oak.plugins.index.diffindex.UUIDDiffIndex
 
UUIDDiffIndexProviderWrapper - Class in org.apache.jackrabbit.oak.plugins.index.diffindex
 
UUIDDiffIndexProviderWrapper(QueryIndexProvider, NodeState, NodeState) - Constructor for class org.apache.jackrabbit.oak.plugins.index.diffindex.UUIDDiffIndexProviderWrapper
 
UuidPredicate - Class in org.apache.jackrabbit.oak.plugins.observation.filter
A predicate for matching against a list of UUIDs.
UuidPredicate(String[]) - Constructor for class org.apache.jackrabbit.oak.plugins.observation.filter.UuidPredicate
 

V

validate(String) - Static method in class org.apache.jackrabbit.oak.namepath.JcrNameParser
 
validate(String) - Static method in class org.apache.jackrabbit.oak.namepath.JcrPathParser
 
validateRestrictions(String, Tree) - Method in class org.apache.jackrabbit.oak.security.authorization.restriction.PrincipalRestrictionProvider
 
validateRestrictions(String, Tree) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.AbstractRestrictionProvider
 
validateRestrictions(String, Tree) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.CompositeRestrictionProvider
 
validateRestrictions(String, Tree) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionProvider
Validate the restrictions present with the specified ACE tree.
validateRestrictions(String, Tree) - Method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardRestrictionProvider
 
Validator - Interface in org.apache.jackrabbit.oak.spi.commit
Content change validator.
ValidatorProvider - Class in org.apache.jackrabbit.oak.spi.commit
Extension point for plugging in different kinds of validation rules for content changes.
ValidatorProvider() - Constructor for class org.apache.jackrabbit.oak.spi.commit.ValidatorProvider
 
value - Variable in class org.apache.jackrabbit.oak.plugins.document.UpdateOp.Operation
The value, if any.
VALUE_PERMISSIONS_JR2 - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
Value of the PermissionConstants.PARAM_PERMISSIONS_JR2 configuration parameter that contains all value entries.
valueConstraint(int, String) - Static method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.Constraints
 
ValueFactoryImpl - Class in org.apache.jackrabbit.oak.plugins.value
Implementation of ValueFactory interface.
ValueFactoryImpl(Root, NamePathMapper) - Constructor for class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
Creates a new instance of ValueFactory.
valueFromString(String) - Static method in class org.apache.jackrabbit.oak.spi.xml.ImportBehavior
 
ValueImpl - Class in org.apache.jackrabbit.oak.plugins.value
Implementation of Value based on PropertyState.
valueOf(String) - Static method in enum org.apache.jackrabbit.oak.api.Tree.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.jackrabbit.oak.plugins.document.UpdateOp.Operation.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.jackrabbit.oak.plugins.version.VersionExceptionCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.jackrabbit.oak.query.ast.JoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.jackrabbit.oak.query.ast.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.jackrabbit.oak.query.ast.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.jackrabbit.oak.spi.commit.ConflictHandler.Resolution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.jackrabbit.oak.spi.query.Filter.PathRestriction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.jackrabbit.oak.spi.security.user.AuthorizableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.jackrabbit.oak.spi.state.ConflictType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.jackrabbit.oak.spi.xml.PropInfo.MultipleStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.jackrabbit.oak.api.Tree.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
 
values() - Static method in enum org.apache.jackrabbit.oak.plugins.document.UpdateOp.Operation.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.jackrabbit.oak.plugins.version.VersionExceptionCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.jackrabbit.oak.query.ast.JoinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.jackrabbit.oak.query.ast.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.jackrabbit.oak.query.ast.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.jackrabbit.oak.spi.commit.ConflictHandler.Resolution
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.jackrabbit.oak.spi.query.Filter.PathRestriction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
values() - Static method in enum org.apache.jackrabbit.oak.spi.security.user.AuthorizableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.jackrabbit.oak.spi.state.ConflictType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.jackrabbit.oak.spi.xml.PropInfo.MultipleStatus
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in exception org.apache.jackrabbit.oak.api.CommitFailedException
Type name for version violation errors.
VERSION_MANAGEMENT - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
VERSION_NODE_NAMES - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
 
VERSION_NODE_TYPE_NAMES - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
 
VERSION_PROPERTY_NAMES - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
 
VERSION_STORE_NT_NAMES - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
 
VERSION_STORE_PATH - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
Quote from JSR 283 Section "3.13.8 Version Storage"

Version histories are stored in a single, repository-wide version storage mutable and readable through the versioning API.

VERSION_STORE_ROOT_NAMES - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
 
VersionablePathHook - Class in org.apache.jackrabbit.oak.plugins.version
Commit hook which is responsible for storing the path of the versionable node with every version history.
VersionablePathHook(String) - Constructor for class org.apache.jackrabbit.oak.plugins.version.VersionablePathHook
 
VersionConstants - Interface in org.apache.jackrabbit.oak.plugins.version
VersionConstants...
VersionEditorProvider - Class in org.apache.jackrabbit.oak.plugins.version
 
VersionEditorProvider() - Constructor for class org.apache.jackrabbit.oak.plugins.version.VersionEditorProvider
 
VersionExceptionCode - Enum in org.apache.jackrabbit.oak.plugins.version
VersionExceptionCode contains the codes for version related commit failures.
VersionSelector - Interface in org.apache.jackrabbit.oak.plugins.version
Inspired by Jackrabbit 2.x

This Interface defines the version selector that needs to provide a version, given some hints and a version history.

VisibleEditor - Class in org.apache.jackrabbit.oak.spi.commit
Editor wrapper that passes only changes to non-hidden nodes and properties (i.e.
VisibleEditor(Editor) - Constructor for class org.apache.jackrabbit.oak.spi.commit.VisibleEditor
 
VisibleFilter - Class in org.apache.jackrabbit.oak.plugins.observation.filter
Event filter that hides all non-visible content.
VisibleFilter() - Constructor for class org.apache.jackrabbit.oak.plugins.observation.filter.VisibleFilter
 
VisibleValidator - Class in org.apache.jackrabbit.oak.spi.commit
Validator implementation that allows to exclude hidden nodes and/or properties for the validation process.
VisibleValidator(Validator, boolean, boolean) - Constructor for class org.apache.jackrabbit.oak.spi.commit.VisibleValidator
 
visit(AndImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
 
visit(BindVariableValueImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
 
visit(ChildNodeImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
 
visit(ChildNodeJoinConditionImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
 
visit(ColumnImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
 
visit(ComparisonImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
 
visit(InImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
 
visit(DescendantNodeImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
 
visit(DescendantNodeJoinConditionImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
 
visit(EquiJoinConditionImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
 
visit(FullTextSearchImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
 
visit(FullTextSearchScoreImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
 
visit(JoinImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
 
visit(LengthImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
 
visit(LiteralImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
 
visit(LowerCaseImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
 
visit(NodeLocalNameImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
 
visit(NodeNameImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
 
visit(NotImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
 
visit(OrderingImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
 
visit(OrImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
 
visit(PropertyExistenceImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
 
visit(PropertyInexistenceImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
 
visit(PropertyValueImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
 
visit(SameNodeImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
 
visit(SameNodeJoinConditionImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
 
visit(SelectorImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
 
visit(UpperCaseImpl) - Method in interface org.apache.jackrabbit.oak.query.ast.AstVisitor
 
visit(AndImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstVisitorBase
Calls accept on each of the attached constraints of the AND node.
visit(ComparisonImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstVisitorBase
Calls accept on the two operands in the comparison node.
visit(InImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstVisitorBase
Calls accept on the all operands in the "in" node.
visit(FullTextSearchImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstVisitorBase
Calls accept on the static operand in the fulltext search constraint.
visit(JoinImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstVisitorBase
Calls accept on the two sources and the join condition in the join node.
visit(LengthImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstVisitorBase
Calls accept on the property value in the length node.
visit(LowerCaseImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstVisitorBase
Calls accept on the dynamic operand in the lower-case node.
visit(NotImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstVisitorBase
Calls accept on the constraint in the NOT node.
visit(OrderingImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstVisitorBase
Calls accept on the dynamic operand in the ordering node.
visit(OrImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstVisitorBase
Calls accept on each of the attached constraints of the OR node.
visit(QueryImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstVisitorBase
Calls accept on the following contained QOM nodes: Source Constraints Orderings Columns
visit(UpperCaseImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstVisitorBase
Calls accept on the dynamic operand in the lower-case node.
visit(FullTextAnd) - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextVisitor.FullTextVisitorBase
 
visit(FullTextOr) - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextVisitor.FullTextVisitorBase
 
visit(FullTextAnd) - Method in interface org.apache.jackrabbit.oak.query.fulltext.FullTextVisitor
Visit an "and" expression.
visit(FullTextOr) - Method in interface org.apache.jackrabbit.oak.query.fulltext.FullTextVisitor
Visit an "or" expression.
visit(FullTextTerm) - Method in interface org.apache.jackrabbit.oak.query.fulltext.FullTextVisitor
Visit a term

W

waitForCommit(String, long) - Method in class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
 
waitForCommit(String, long) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK
 
waitForCommit(String, long) - Method in class org.apache.jackrabbit.oak.plugins.document.util.LogWrapper
 
waitForCommit(String, long) - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingWrapper
 
WEAK_REF_NAME - Static variable in class org.apache.jackrabbit.oak.plugins.index.reference.NodeReferenceConstants
 
WEAKREFERENCE - Static variable in class org.apache.jackrabbit.oak.api.Type
Map String to PropertyType.WEAKREFERENCE
weakreferenceProperty(String, String) - Static method in class org.apache.jackrabbit.oak.plugins.memory.GenericPropertyState
Create a PropertyState from a weak reference.
weakreferenceProperty(String, Iterable<String>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MultiGenericPropertyState
Create a multi valued PropertyState from a list of weak references.
WEAKREFERENCES - Static variable in class org.apache.jackrabbit.oak.api.Type
Map Iterable<String> to array of PropertyType.WEAKREFERENCE
weigh(CacheValue, CacheValue) - Method in class org.apache.jackrabbit.oak.cache.EmpiricalWeigher
 
weigher(Weigher<K, V>) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS.Builder
 
Whiteboard - Interface in org.apache.jackrabbit.oak.spi.whiteboard
 
WhiteboardAuthorizableActionProvider - Class in org.apache.jackrabbit.oak.spi.whiteboard
Dynamic AuthorizableActionProvider based on the available whiteboard services.
WhiteboardAuthorizableActionProvider() - Constructor for class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardAuthorizableActionProvider
 
WhiteboardAware - Interface in org.apache.jackrabbit.oak.spi.whiteboard
Marker interface for services than can hold a whiteboard.
WhiteboardCallback - Class in org.apache.jackrabbit.oak.spi.security.authentication.callback
Callback implementation to set and retrieve the Whiteboard.
WhiteboardCallback() - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.callback.WhiteboardCallback
 
WhiteboardEditorProvider - Class in org.apache.jackrabbit.oak.spi.whiteboard
Dynamic EditorProvider based on the available whiteboard services.
WhiteboardEditorProvider() - Constructor for class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardEditorProvider
 
WhiteboardExecutor - Class in org.apache.jackrabbit.oak.spi.whiteboard
Dynamic Executor based on the available whiteboard services.
WhiteboardExecutor() - Constructor for class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardExecutor
 
WhiteboardIndexEditorProvider - Class in org.apache.jackrabbit.oak.spi.whiteboard
Dynamic IndexEditorProvider based on the available whiteboard services.
WhiteboardIndexEditorProvider() - Constructor for class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardIndexEditorProvider
 
WhiteboardIndexProvider - Class in org.apache.jackrabbit.oak.spi.whiteboard
Dynamic QueryIndexProvider based on the available whiteboard services.
WhiteboardIndexProvider() - Constructor for class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardIndexProvider
 
WhiteboardRestrictionProvider - Class in org.apache.jackrabbit.oak.spi.whiteboard
Dynamic RestrictionProvider based on the available whiteboard services.
WhiteboardRestrictionProvider() - Constructor for class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardRestrictionProvider
 
WhiteboardUtils - Class in org.apache.jackrabbit.oak.spi.whiteboard
 
WhiteboardUtils() - Constructor for class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardUtils
 
with(String) - Method in class org.apache.jackrabbit.oak.Oak
Sets the default workspace name that should be used in case of login with null workspace name.
with(RepositoryInitializer) - Method in class org.apache.jackrabbit.oak.Oak
 
with(QueryIndexProvider) - Method in class org.apache.jackrabbit.oak.Oak
Associates the given query index provider with the repository to be created.
with(IndexEditorProvider) - Method in class org.apache.jackrabbit.oak.Oak
Associates the given index hook provider with the repository to be created.
with(CommitHook) - Method in class org.apache.jackrabbit.oak.Oak
Associates the given commit hook with the repository to be created.
with(EditorProvider) - Method in class org.apache.jackrabbit.oak.Oak
Associates the given editor provider with the repository to be created.
with(Editor) - Method in class org.apache.jackrabbit.oak.Oak
Associates the given editor with the repository to be created.
with(SecurityProvider) - Method in class org.apache.jackrabbit.oak.Oak
 
with(ConflictHandler) - Method in class org.apache.jackrabbit.oak.Oak
Associates the given conflict handler with the repository to be created.
with(ScheduledExecutorService) - Method in class org.apache.jackrabbit.oak.Oak
 
with(Executor) - Method in class org.apache.jackrabbit.oak.Oak
 
with(MBeanServer) - Method in class org.apache.jackrabbit.oak.Oak
 
with(Whiteboard) - Method in class org.apache.jackrabbit.oak.Oak
 
withAsyncIndexing() - Method in class org.apache.jackrabbit.oak.Oak
Enable the asynchronous (background) indexing behavior.
withThreadNameLogging() - Method in class org.apache.jackrabbit.oak.plugins.document.util.LoggingDocumentStoreWrapper
 
withWeigher(Weigher<CacheValue, CacheValue>) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK.Builder
 
WORKSPACE_MANAGEMENT - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
 
WorkspaceInitializer - Interface in org.apache.jackrabbit.oak.spi.lifecycle
Initializer of a workspace and it's initial content.
wrap(QueryIndexProvider) - Static method in class org.apache.jackrabbit.oak.plugins.index.aggregate.AggregateIndexProvider
 
wrap(Editor) - Static method in class org.apache.jackrabbit.oak.spi.commit.VisibleEditor
 
write(InputStream) - Method in class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
 
write(DataIdentifier, File) - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreWrapperBackend
 
write(Kryo, Output, NodeDocument) - Method in class org.apache.jackrabbit.oak.plugins.document.cache.Serializers.NodeDocumentSerializer
 
write(Kryo, Output, Revision) - Method in class org.apache.jackrabbit.oak.plugins.document.cache.Serializers.RevisionSerizlizer
 
write(InputStream) - Method in class org.apache.jackrabbit.oak.plugins.document.DocumentMK
 
write(InputStream) - Method in class org.apache.jackrabbit.oak.plugins.document.util.LogWrapper
 
write(InputStream) - Method in class org.apache.jackrabbit.oak.plugins.document.util.TimingWrapper
 
writeBlob(InputStream) - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore
Writes the input stream to the data store.
writeBlob(String) - Method in class org.apache.jackrabbit.oak.plugins.blob.datastore.DataStoreBlobStore
 
writeBlob(InputStream) - Method in class org.apache.jackrabbit.oak.plugins.document.mongo.gridfs.MongoGridFSBlobStore
 
writeBlob(Blob) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentWriter
 
WriteBlobCommandGridFS - Class in org.apache.jackrabbit.oak.plugins.document.mongo.gridfs
Command for MongoMicroKernel#write(InputStream)
WriteBlobCommandGridFS(GridFS, InputStream) - Constructor for class org.apache.jackrabbit.oak.plugins.document.mongo.gridfs.WriteBlobCommandGridFS
Constructs a WriteBlobCommandMongo
writeBlock(byte[], int, int) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentWriter
Writes a block record containing the given block of bytes.
writeList(List<RecordId>) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentWriter
Writes a list record containing the given list of record identifiers.
writeMap(MapRecord, Map<String, RecordId>) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentWriter
 
writeNode(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentWriter
 
writeRestrictions(String, Tree, Set<Restriction>) - Method in class org.apache.jackrabbit.oak.security.authorization.restriction.PrincipalRestrictionProvider
 
writeRestrictions(String, Tree, Set<Restriction>) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.AbstractRestrictionProvider
 
writeRestrictions(String, Tree, Set<Restriction>) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.CompositeRestrictionProvider
 
writeRestrictions(String, Tree, Set<Restriction>) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionProvider
Writes the given restrictions to the specified ACE tree.
writeRestrictions(String, Tree, Set<Restriction>) - Method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardRestrictionProvider
 
writeSegment(UUID, byte[], int, int) - Method in class org.apache.jackrabbit.oak.plugins.segment.file.FileStore
 
writeSegment(UUID, byte[], int, int) - Method in class org.apache.jackrabbit.oak.plugins.segment.http.HttpStore
 
writeSegment(UUID, byte[], int, int) - Method in class org.apache.jackrabbit.oak.plugins.segment.memory.MemoryStore
 
writeSegment(UUID, byte[], int, int) - Method in class org.apache.jackrabbit.oak.plugins.segment.mongo.MongoStore
 
writeSegment(UUID, byte[], int, int) - Method in interface org.apache.jackrabbit.oak.plugins.segment.SegmentStore
Writes the given segment to the segment store.
writeStream(InputStream) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentWriter
Writes a stream value record.
writeString(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentWriter
Writes a string value record.
writeTemplate(Template) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentWriter
 
writeTo(OutputStream) - Method in class org.apache.jackrabbit.oak.plugins.segment.Segment
Writes this segment to the given output stream.
writeTo(Tree) - Method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
Write this instance as property to the specified tree.

X

XPathToSQL2Converter - Class in org.apache.jackrabbit.oak.query.xpath
This class can can convert a XPATH query to a SQL2 query.
XPathToSQL2Converter() - Constructor for class org.apache.jackrabbit.oak.query.xpath.XPathToSQL2Converter
 
A B C D E F G H I J K L M N O P Q R S T U V W X 

Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.