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.security.authentication.GuestLoginModule
 
abort() - Method in class org.apache.jackrabbit.oak.security.authentication.LoginModuleImpl
 
abort() - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenLoginModule
 
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
 
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
AbstractLoginModule...
AbstractLoginModule() - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
 
AbstractNameMapper - Class in org.apache.jackrabbit.oak.namepath
 
AbstractNameMapper() - Constructor for class org.apache.jackrabbit.oak.namepath.AbstractNameMapper
 
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
 
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
 
AccessControlContext - Interface in org.apache.jackrabbit.oak.spi.security.authorization
PermissionProvider...
AccessControlContextImpl - Class in org.apache.jackrabbit.oak.security.authorization
PermissionProviderImpl...
AccessControlContextImpl() - Constructor for class org.apache.jackrabbit.oak.security.authorization.AccessControlContextImpl
 
AccessControlValidatorProvider - Class in org.apache.jackrabbit.oak.security.authorization
AccessControlValidatorProvider...
AccessControlValidatorProvider() - Constructor for class org.apache.jackrabbit.oak.security.authorization.AccessControlValidatorProvider
 
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.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(String, NodeId) - Method in class org.apache.jackrabbit.mk.simple.NodeListSmall
 
add(String, NodeId) - Method in class org.apache.jackrabbit.mk.simple.NodeListTrie
 
add(String, String) - Method in class org.apache.jackrabbit.oak.plugins.index.BTree
 
add(QueryIndexProvider...) - Method in class org.apache.jackrabbit.oak.spi.query.CompositeQueryIndexProvider
 
ADD_EXISTING - Static variable in interface org.apache.jackrabbit.oak.plugins.type.NodeTypeConstants
 
ADD_NODE - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.Permissions
 
ADD_PROPERTY - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.Permissions
 
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.ReadOnlyTree
 
addChild(String) - Method in class org.apache.jackrabbit.oak.core.TreeImpl
 
addChild(String, String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
addExistingNode(Tree, String, NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.api.ConflictHandler
The node ours has been added to parent which conflicts with node theirs which has been added in the persistence store.
addExistingNode(Tree, String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.core.DefaultConflictHandler
 
addExistingNode(Tree, String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.value.AnnotatingConflictHandler
 
addExistingProperty(Tree, PropertyState, PropertyState) - Method in interface org.apache.jackrabbit.oak.api.ConflictHandler
The property ours has been added to parent which conflicts with property theirs which has been added in the persistence store.
addExistingProperty(Tree, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.core.DefaultConflictHandler
 
addExistingProperty(Tree, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.value.AnnotatingConflictHandler
 
addingService(ServiceReference) - Method in class org.apache.jackrabbit.oak.osgi.Activator
 
addingService(ServiceReference) - Method in class org.apache.jackrabbit.oak.osgi.OsgiIndexProvider
 
addingService(ServiceReference) - Method in class org.apache.jackrabbit.oak.osgi.OsgiValidatorProvider
 
addJoinCondition(JoinConditionImpl, boolean) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
Add the join condition (the ON ...
addMember(Tree, Tree) - Method in class org.apache.jackrabbit.oak.security.user.MembershipProviderImpl
 
addMember(Principal) - Method in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
 
addMember(Tree, Tree) - Method in interface org.apache.jackrabbit.oak.spi.security.user.MembershipProvider
 
addNode(NodeImpl) - Method in class org.apache.jackrabbit.mk.simple.NodeMap
 
addNode(NodeImpl) - Method in class org.apache.jackrabbit.mk.simple.NodeMapInDb
 
addNode(NodeImpl) - Method in class org.apache.jackrabbit.mk.simple.NodeMapInMongoDb
 
addOrRemoveNode(NodeImpl, boolean) - Method in interface org.apache.jackrabbit.oak.plugins.index.PIndex
The given node was added or removed.
addOrRemoveNode(NodeImpl, boolean) - Method in class org.apache.jackrabbit.oak.plugins.index.PrefixIndex
 
addOrRemoveNode(NodeImpl, boolean) - Method in class org.apache.jackrabbit.oak.plugins.index.PropertyIndex
 
addOrRemoveProperty(String, String, String, boolean) - Method in interface org.apache.jackrabbit.oak.plugins.index.PIndex
The given property was added or removed.
addOrRemoveProperty(String, String, String, boolean) - Method in class org.apache.jackrabbit.oak.plugins.index.PrefixIndex
 
addOrRemoveProperty(String, String, String, boolean) - Method in class org.apache.jackrabbit.oak.plugins.index.PropertyIndex
 
AdminPrincipal - Class in org.apache.jackrabbit.oak.spi.security.principal
Principal used to mark an administrator.
AGGR_JCR_MODIFY_PROPERTIES - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
AGGR_JCR_WRITE - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
AGGR_PRIVILEGES - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
AGGR_REP_WRITE - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
ALL - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.Permissions
 
allJoinConditions - Variable in class org.apache.jackrabbit.oak.query.ast.SourceImpl
The list of all join conditions this selector is involved.
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
 
AnnotatingConflictHandler - Class in org.apache.jackrabbit.oak.plugins.value
This ConflictHandler implementation resolves conflicts to Resolution#THEIRS and in addition marks nodes where a conflict occurred with the mixin rep:MergeConflict:
AnnotatingConflictHandler(CoreValueFactory) - Constructor for class org.apache.jackrabbit.oak.plugins.value.AnnotatingConflictHandler
 
AnonymousPrincipal - Class in org.apache.jackrabbit.oak.spi.security.principal
Principal used to mark a principal that results from a login using GuestCredentials or any other credentials that result in "anonymous" login.
append(JsopWriter, int, long, int, boolean) - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
append(JsopWriter, NodeMap) - Method in class org.apache.jackrabbit.mk.simple.NodeListSmall
 
append(JsopWriter, NodeMap) - Method in class org.apache.jackrabbit.mk.simple.NodeListTrie
 
apply(Value) - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.BooleanConstraint
 
apply(Value) - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.NameConstraint
 
apply(Value) - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.NumericConstraint
 
apply(Value) - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.PathConstraint
 
apply(Value) - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.ReferenceConstraint
 
apply(Value) - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.StringConstraint
 
apply(NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.unique.UniqueIndexValidator
 
arrayInsert(int[], int, int) - Static method in class org.apache.jackrabbit.oak.util.ArrayUtils
Insert an element into a clone of the array at the given position.
arrayInsert(long[], int, long) - Static method in class org.apache.jackrabbit.oak.util.ArrayUtils
Insert an element into a clone of the array at the given position.
arrayInsert(T[], int, T) - Static method in class org.apache.jackrabbit.oak.util.ArrayUtils
Insert an element into a clone of the array at the given position.
arrayInsert(String[], int, String) - Static method in class org.apache.jackrabbit.oak.util.ArrayUtils
Insert an element into a clone of the array at the given position.
arrayRemove(int[], int) - Static method in class org.apache.jackrabbit.oak.util.ArrayUtils
Remove an element from a clone of the array at the given position.
arrayRemove(T[], int) - Static method in class org.apache.jackrabbit.oak.util.ArrayUtils
Remove an element from a clone of the array at the given position.
arrayRemove(long[], int) - Static method in class org.apache.jackrabbit.oak.util.ArrayUtils
Remove an element from a clone of the array at the given position.
arrayRemove(String[], int) - Static method in class org.apache.jackrabbit.oak.util.ArrayUtils
Remove an element from a clone of the array at the given position.
arrayReplace(T[], int, T) - Static method in class org.apache.jackrabbit.oak.util.ArrayUtils
Replace an element in a clone of the array at the given position.
ArrayUtils - Class in org.apache.jackrabbit.oak.util
Array utility methods.
ascending(DynamicOperandImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
asString() - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
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
 
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
 
authenticate(Credentials) - Method in class org.apache.jackrabbit.oak.security.authentication.AuthenticationImpl
 
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.
AuthenticationImpl - Class in org.apache.jackrabbit.oak.security.authentication
AuthenticationImpl...
AuthenticationImpl(String) - Constructor for class org.apache.jackrabbit.oak.security.authentication.AuthenticationImpl
 
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.security.authentication
AuthInfoImpl...
AuthInfoImpl(String, Map<String, ?>, Set<? extends Principal>) - Constructor for class org.apache.jackrabbit.oak.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.

B

base - Variable in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder.MutableNodeState
The immutable base state.
BinaryConstraint - Class in org.apache.jackrabbit.oak.plugins.type.constraint
 
BinaryConstraint(String) - Constructor for class org.apache.jackrabbit.oak.plugins.type.constraint.BinaryConstraint
 
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.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
 
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
 
BooleanConstraint - Class in org.apache.jackrabbit.oak.plugins.type.constraint
 
BooleanConstraint(String) - Constructor for class org.apache.jackrabbit.oak.plugins.type.constraint.BooleanConstraint
 
branch(String) - Method in class org.apache.jackrabbit.mk.index.IndexWrapper
Deprecated.  
branch(String) - Method in class org.apache.jackrabbit.mk.simple.SimpleKernelImpl
 
branch(String) - Method in class org.apache.jackrabbit.mk.wrapper.BranchMergeMicroKernel
 
branch(String) - Method in class org.apache.jackrabbit.mk.wrapper.LogWrapper
 
branch(String) - Method in class org.apache.jackrabbit.mk.wrapper.SecurityWrapper
 
branch(String) - Method in class org.apache.jackrabbit.mk.wrapper.VirtualRepositoryWrapper
 
branch() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
 
branch() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeStore
 
branch() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStore
Creates a new branch of the tree to which transient changes can be applied.
BranchMergeMicroKernel - Class in org.apache.jackrabbit.mk.wrapper
A MicroKernel wrapper that provides limited support for branch and merge even if the underlying implementation does not support it.
BranchMergeMicroKernel(MicroKernel) - Constructor for class org.apache.jackrabbit.mk.wrapper.BranchMergeMicroKernel
 
BTree - Class in org.apache.jackrabbit.oak.plugins.index
A tree allows to query a value for a given key, similar to java.util.SortedMap.
BTree(BTreeHelper, String, boolean) - Constructor for class org.apache.jackrabbit.oak.plugins.index.BTree
 
BTreeHelper - Interface in org.apache.jackrabbit.oak.plugins.index
 
BTreeLeaf - Class in org.apache.jackrabbit.oak.plugins.index
An index leaf page.
BTreeLeaf(BTree, BTreeNode, String, String[], String[]) - Constructor for class org.apache.jackrabbit.oak.plugins.index.BTreeLeaf
 
BTreeNode - Class in org.apache.jackrabbit.oak.plugins.index
An index node page.
BTreeNode(BTree, BTreeNode, String, String[], String[], String[]) - Constructor for class org.apache.jackrabbit.oak.plugins.index.BTreeNode
 
BTreePage - Class in org.apache.jackrabbit.oak.plugins.index
An index page.
buffer(String) - Method in interface org.apache.jackrabbit.oak.plugins.index.BTreeHelper
 
buffer(String) - Method in class org.apache.jackrabbit.oak.plugins.index.Indexer
Deprecated.  
buildIndexDefinitions(NodeState, String, String) - Static method in class org.apache.jackrabbit.oak.spi.query.IndexUtils
Builds a list of the existing index definitions from the repository
buildPasswordHash(String) - Static method in class org.apache.jackrabbit.oak.spi.security.user.PasswordUtility
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.PasswordUtility
Generates a hash of the specified password using the specified algorithm, salt size and number of iterations into account.
buildPasswordHash(String, UserConfig) - Static method in class org.apache.jackrabbit.oak.spi.security.user.PasswordUtility
Same as PasswordUtility.buildPasswordHash(String, String, int, int) but retrieving the parameters for hash generation from the specified configuration.
BuiltInNodeTypes - Class in org.apache.jackrabbit.oak.plugins.type
BuiltInNodeTypes is a utility class that registers the built-in node types required for a JCR repository running on Oak.

C

call(Callable<T>) - Method in class org.apache.jackrabbit.oak.util.TODO
 
callbackHandler - Variable in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
 
CallbackHandlerImpl - Class in org.apache.jackrabbit.oak.security.authentication
Default implementation of the CallbackHandler interface.
CallbackHandlerImpl(Credentials, PrincipalProvider) - Constructor for class org.apache.jackrabbit.oak.security.authentication.CallbackHandlerImpl
 
canRead(String, boolean) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.CompiledPermissions
 
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
 
CHANGE_CHANGED - Static variable in interface org.apache.jackrabbit.oak.plugins.type.NodeTypeConstants
 
CHANGE_DELETED - Static variable in interface org.apache.jackrabbit.oak.plugins.type.NodeTypeConstants
 
changeChangedProperty(Tree, PropertyState, PropertyState) - Method in interface org.apache.jackrabbit.oak.api.ConflictHandler
The property ours has been changed in parent while it was also changed to a different value (theirs) in the persistence store.
changeChangedProperty(Tree, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.core.DefaultConflictHandler
 
changeChangedProperty(Tree, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.value.AnnotatingConflictHandler
 
changeDeletedNode(Tree, String, NodeState) - Method in interface org.apache.jackrabbit.oak.api.ConflictHandler
The node ours has been changed in parent while it was removed in the persistence store.
changeDeletedNode(Tree, String, NodeState) - Method in class org.apache.jackrabbit.oak.core.DefaultConflictHandler
 
changeDeletedNode(Tree, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.value.AnnotatingConflictHandler
 
changeDeletedProperty(Tree, PropertyState) - Method in interface org.apache.jackrabbit.oak.api.ConflictHandler
The property ours has been changed in parent while it was removed in the persistence store.
changeDeletedProperty(Tree, PropertyState) - Method in class org.apache.jackrabbit.oak.core.DefaultConflictHandler
 
changeDeletedProperty(Tree, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.value.AnnotatingConflictHandler
 
ChangeExtractor - Interface in org.apache.jackrabbit.oak.api
An instance of ChangeExtractor can be used to follow changes done to a Root instance.
checkName(String, boolean) - Static method in class org.apache.jackrabbit.oak.namepath.JcrNameParser
 
checkUUIDFormat(String) - Static method in class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
 
childNode(String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.unique.UniqueIndexValidator
 
childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.value.ConflictValidator
 
childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeValidator
 
childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
 
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.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.state.DefaultNodeStateDiff
 
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.plugins.unique.UniqueIndexValidator
 
childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.value.ConflictValidator
 
childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeValidator
 
childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
 
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.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.state.DefaultNodeStateDiff
 
childNodeChanged(String, NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStateDiff
Called for all changed child nodes.
childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.unique.UniqueIndexValidator
 
childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.value.ConflictValidator
 
childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeValidator
 
childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
 
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.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.state.DefaultNodeStateDiff
 
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
 
CHILDREN_COUNT - Static variable in class org.apache.jackrabbit.mk.simple.NodeImpl
The child node count.
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
 
cloneAndAddChildNode(String, boolean, String, NodeImpl, long) - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
cloneAndRemoveChildNode(String, long) - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
cloneAndSetProperty(String, String, long) - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
close() - Method in class org.apache.jackrabbit.mk.simple.NodeMap
 
close() - Method in class org.apache.jackrabbit.mk.simple.NodeMapInDb
 
close() - Method in class org.apache.jackrabbit.mk.simple.NodeMapInMongoDb
 
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
 
commit(NodeImpl) - Method in class org.apache.jackrabbit.mk.simple.NodeMap
 
commit(NodeImpl) - Method in class org.apache.jackrabbit.mk.simple.NodeMapInDb
 
commit(NodeImpl) - Method in class org.apache.jackrabbit.mk.simple.NodeMapInMongoDb
 
commit(String, String, String, String) - Method in class org.apache.jackrabbit.mk.wrapper.BranchMergeMicroKernel
 
commit(String, String, String, String) - Method in class org.apache.jackrabbit.mk.wrapper.LogWrapper
 
commit(String, String, String, String) - Method in class org.apache.jackrabbit.mk.wrapper.MicroKernelWrapperBase
 
commit(ConflictHandler) - Method in interface org.apache.jackrabbit.oak.api.Root
Atomically apply all changes made to the tree beneath this root to the underlying store and refreshes this root.
commit(ConflictHandler) - Method in class org.apache.jackrabbit.oak.core.RootImpl
 
commit() - Method in class org.apache.jackrabbit.oak.security.authentication.GuestLoginModule
 
commit() - Method in class org.apache.jackrabbit.oak.security.authentication.LoginModuleImpl
 
commit() - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenLoginModule
 
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() - Constructor for exception org.apache.jackrabbit.oak.api.CommitFailedException
 
CommitFailedException(String) - Constructor for exception org.apache.jackrabbit.oak.api.CommitFailedException
 
CommitFailedException(String, Throwable) - Constructor for exception org.apache.jackrabbit.oak.api.CommitFailedException
 
CommitFailedException(Throwable) - 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.
commitStream(String, JsopReader, String, String) - Method in class org.apache.jackrabbit.mk.index.IndexWrapper
Deprecated.  
commitStream(String, JsopReader, String, String) - Method in class org.apache.jackrabbit.mk.simple.SimpleKernelImpl
 
commitStream(String, JsopReader, String, String) - Method in interface org.apache.jackrabbit.mk.wrapper.MicroKernelWrapper
 
commitStream(String, JsopReader, String, String) - Method in class org.apache.jackrabbit.mk.wrapper.SecurityWrapper
 
commitStream(String, JsopReader, String, String) - Method in class org.apache.jackrabbit.mk.wrapper.VirtualRepositoryWrapper
 
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(NodeStateDiff) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
compareAgainstBaseState(NodeState, NodeStateDiff) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder.MutableNodeState
Since we keep track of an explicit base node state for a MemoryNodeBuilder.ModifiedNodeState instance, we can do this in two steps: first compare the base states to each other (often a fast operation), ignoring all changed properties and child nodes for which we have further modifications, and then compare all the modified properties and child nodes to those in the given base state.
compareAgainstBaseState(NodeState, NodeStateDiff) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeState
We don't keep track of a separate base node state for MemoryNodeState instances, so this method will just do a generic diff against the given 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.
compareRows(CoreValue[][], CoreValue[][]) - Method in class org.apache.jackrabbit.oak.query.Query
 
compareTo(Revision) - Method in class org.apache.jackrabbit.mk.simple.Revision
 
compareTo(CoreValue) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryValue
 
compareTo(ResultRowImpl) - Method in class org.apache.jackrabbit.oak.query.ResultRowImpl
 
compareValues(CoreValue[], CoreValue[]) - Static method in class org.apache.jackrabbit.oak.query.Query
 
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
 
ComparisonImpl.LikePattern - Class in org.apache.jackrabbit.oak.query.ast
A pattern matcher.
ComparisonImpl.LikePattern(String) - Constructor for class org.apache.jackrabbit.oak.query.ast.ComparisonImpl.LikePattern
 
CompiledPermissions - Interface in org.apache.jackrabbit.oak.spi.security.authorization
CompiledPermissions...
CompositeHook - Class in org.apache.jackrabbit.oak.spi.commit
Composite commit hook.
CompositeHook(List<CommitHook>) - Constructor for class org.apache.jackrabbit.oak.spi.commit.CompositeHook
 
CompositeHook(CommitHook...) - Constructor for class org.apache.jackrabbit.oak.spi.commit.CompositeHook
 
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
 
CompositeValidator - Class in org.apache.jackrabbit.oak.spi.commit
This Validator aggregates a list of validators into a single validator.
CompositeValidator(List<? extends Validator>) - Constructor for class org.apache.jackrabbit.oak.spi.commit.CompositeValidator
 
CompositeValidator(Validator...) - Constructor for class org.apache.jackrabbit.oak.spi.commit.CompositeValidator
 
CompositeValidatorProvider - Class in org.apache.jackrabbit.oak.spi.commit
This ValidatorProvider aggregates a list of validator providers into a single validator provider.
CompositeValidatorProvider(Collection<ValidatorProvider>) - Constructor for class org.apache.jackrabbit.oak.spi.commit.CompositeValidatorProvider
 
CompositeValidatorProvider(ValidatorProvider...) - Constructor for class org.apache.jackrabbit.oak.spi.commit.CompositeValidatorProvider
 
ConfigurationImpl - Class in org.apache.jackrabbit.oak.security.authentication
ConfigurationImpl...
ConfigurationImpl() - Constructor for class org.apache.jackrabbit.oak.security.authentication.ConfigurationImpl
 
CONFIGURATIONS_PATH - Static variable in interface org.apache.jackrabbit.oak.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/.

ConflictHandler - Interface in org.apache.jackrabbit.oak.api
A ConflictHandler is responsible for handling conflicts which happen on Root.rebase(ConflictHandler) and on the implicit rebase operation which takes part on Root.commit(ConflictHandler).
ConflictHandler.Resolution - Enum in org.apache.jackrabbit.oak.api
Resolutions for conflicts
ConflictValidator - Class in org.apache.jackrabbit.oak.plugins.value
Validator which checks the presence of conflict markers in the tree in fails the commit if any are found.
ConflictValidator() - Constructor for class org.apache.jackrabbit.oak.plugins.value.ConflictValidator
 
ConflictValidatorProvider - Class in org.apache.jackrabbit.oak.plugins.value
 
ConflictValidatorProvider() - Constructor for class org.apache.jackrabbit.oak.plugins.value.ConflictValidatorProvider
 
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.type.constraint
 
containsKey(String) - Method in class org.apache.jackrabbit.mk.simple.NodeListSmall
 
containsKey(String) - Method in class org.apache.jackrabbit.mk.simple.NodeListTrie
 
contentChanged(NodeStore, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.EmptyObserver
 
contentChanged(NodeStore, NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Observer
Observes a content change.
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() - Constructor for class org.apache.jackrabbit.oak.core.ContentRepositoryImpl
Utility constructor that creates a new in-memory repository with default query index provider.
ContentRepositoryImpl(CommitHook) - Constructor for class org.apache.jackrabbit.oak.core.ContentRepositoryImpl
 
ContentRepositoryImpl(MicroKernel, QueryIndexProvider, ValidatorProvider) - Constructor for class org.apache.jackrabbit.oak.core.ContentRepositoryImpl
Utility constructor, intended to be used within test cases only.
ContentRepositoryImpl(MicroKernel, ValidatorProvider) - Constructor for class org.apache.jackrabbit.oak.core.ContentRepositoryImpl
 
ContentRepositoryImpl(MicroKernel, QueryIndexProvider, CommitHook) - Constructor for class org.apache.jackrabbit.oak.core.ContentRepositoryImpl
Creates an Oak 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.
convert(Exception) - Static method in class org.apache.jackrabbit.mk.ExceptionFactory
 
convert(CoreValue, int) - Method in class org.apache.jackrabbit.oak.query.Query
Convert a value to the given target type, if possible.
convert(String) - Method in class org.apache.jackrabbit.oak.query.XPathToSQL2Converter
Convert the query to SQL2.
copy(String, String) - Method in interface org.apache.jackrabbit.oak.api.Root
Copy the child located at sourcePath to a child at destPath.
copy(String, String) - Method in class org.apache.jackrabbit.oak.core.RootImpl
 
copy(String, String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStoreBranch
Copies a node.
CoreValue - Interface in org.apache.jackrabbit.oak.api
CoreValue is the internal representation of a JCR value.
CoreValueFactory - Interface in org.apache.jackrabbit.oak.api
CoreValueFactory defines methods to create new instances of CoreValue.
CoreValueFactoryImpl - Class in org.apache.jackrabbit.oak.kernel
CoreValueFactoryImpl is the default implementation of the CoreValueFactory interface.
CoreValueFactoryImpl(MicroKernel) - Constructor for class org.apache.jackrabbit.oak.kernel.CoreValueFactoryImpl
 
CoreValueMapper - Class in org.apache.jackrabbit.oak.kernel
CoreValueUtil provides methods to convert CoreValues to the JSON representation passed to MicroKernel and vice versa.
create(String, boolean) - Static method in class org.apache.jackrabbit.oak.plugins.memory.SinglePropertyState
 
create(String, double) - Static method in class org.apache.jackrabbit.oak.plugins.memory.SinglePropertyState
 
create(String, long) - Static method in class org.apache.jackrabbit.oak.plugins.memory.SinglePropertyState
 
create(String, String) - Static method in class org.apache.jackrabbit.oak.plugins.memory.SinglePropertyState
 
createChildBuilder(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
Factory method for creating new child state builders.
createClone(long) - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
createClone(NodeMap, long) - Method in class org.apache.jackrabbit.mk.simple.NodeListSmall
 
createClone(NodeMap, long) - Method in class org.apache.jackrabbit.mk.simple.NodeListTrie
 
createGroup(String, String) - Method in interface org.apache.jackrabbit.oak.spi.security.user.UserProvider
 
createNodeDefinitionTemplate() - Method in class org.apache.jackrabbit.oak.plugins.type.ReadOnlyNodeTypeManager
 
createNodes(String) - Method in interface org.apache.jackrabbit.oak.plugins.index.BTreeHelper
 
createNodes(String) - Method in class org.apache.jackrabbit.oak.plugins.index.Indexer
Deprecated.  
createNodeTypeTemplate() - Method in class org.apache.jackrabbit.oak.plugins.type.ReadOnlyNodeTypeManager
 
createNodeTypeTemplate(NodeTypeDefinition) - Method in class org.apache.jackrabbit.oak.plugins.type.ReadOnlyNodeTypeManager
 
createOutput(String, IOContext) - Method in class org.apache.jackrabbit.oak.plugins.lucene.ReadWriteOakDirectory
 
createPrefixIndex(String) - Method in class org.apache.jackrabbit.oak.plugins.index.Indexer
Deprecated.  
createPropertyDefinitionTemplate() - Method in class org.apache.jackrabbit.oak.plugins.type.ReadOnlyNodeTypeManager
 
createPropertyIndex(String, boolean) - Method in class org.apache.jackrabbit.oak.plugins.index.Indexer
Deprecated.  
createToken(Credentials) - Method in interface org.apache.jackrabbit.oak.security.authentication.token.TokenProvider
 
createToken(Credentials) - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenProviderImpl
 
createUser(String, String) - Method in interface org.apache.jackrabbit.oak.spi.security.user.UserProvider
 
createValue(String) - Method in interface org.apache.jackrabbit.oak.api.CoreValueFactory
Creates a new value of type PropertyType.STRING.
createValue(double) - Method in interface org.apache.jackrabbit.oak.api.CoreValueFactory
Creates a new value of type PropertyType.DOUBLE.
createValue(long) - Method in interface org.apache.jackrabbit.oak.api.CoreValueFactory
Creates a new value of type PropertyType.DOUBLE.
createValue(boolean) - Method in interface org.apache.jackrabbit.oak.api.CoreValueFactory
Creates a new value of type PropertyType.BOOLEAN.
createValue(BigDecimal) - Method in interface org.apache.jackrabbit.oak.api.CoreValueFactory
Creates a new value of type PropertyType.DECIMAL.
createValue(InputStream) - Method in interface org.apache.jackrabbit.oak.api.CoreValueFactory
Creates a new value of type PropertyType.BINARY from the given byte stream.
createValue(String, int) - Method in interface org.apache.jackrabbit.oak.api.CoreValueFactory
Creates a new value of the specified type.
createValue(InputStream) - Method in class org.apache.jackrabbit.oak.kernel.CoreValueFactoryImpl
 
createValue(String, int) - Method in class org.apache.jackrabbit.oak.kernel.CoreValueFactoryImpl
 
createValue(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryValueFactory
 
createValue(double) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryValueFactory
 
createValue(long) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryValueFactory
 
createValue(boolean) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryValueFactory
 
createValue(BigDecimal) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryValueFactory
 
createValue(InputStream) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryValueFactory
 
createValue(String, int) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryValueFactory
 
CredentialsCallback - Class in org.apache.jackrabbit.oak.spi.security.authentication
Callback implementation to retrieve Credentials.
CredentialsCallback() - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.CredentialsCallback
 
currentPath() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
Get the current absolute path (including workspace name)
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
 
currentProperty() - Method in class org.apache.jackrabbit.oak.query.ast.UpperCaseImpl
 
currentRow() - Method in class org.apache.jackrabbit.oak.query.index.TraversingCursor
 
currentRow() - Method in interface org.apache.jackrabbit.oak.spi.query.Cursor
The current row within this index.
Cursor - Class in org.apache.jackrabbit.oak.plugins.index
A cursor to navigate in a result list.
Cursor() - Constructor for class org.apache.jackrabbit.oak.plugins.index.Cursor
 
Cursor - Interface in org.apache.jackrabbit.oak.spi.query
A cursor to read a number of nodes sequentially.
Cursor.RangeIterator - Class in org.apache.jackrabbit.oak.plugins.index
An iterator over a cursor.

D

DateConstraint - Class in org.apache.jackrabbit.oak.plugins.type.constraint
 
DateConstraint(String) - Constructor for class org.apache.jackrabbit.oak.plugins.type.constraint.DateConstraint
 
DecimalConstraint - Class in org.apache.jackrabbit.oak.plugins.type.constraint
 
DecimalConstraint(String) - Constructor for class org.apache.jackrabbit.oak.plugins.type.constraint.DecimalConstraint
 
DEFAULT - Static variable in interface org.apache.jackrabbit.oak.namepath.NamePathMapper
 
DEFAULT_ALGORITHM - Static variable in class org.apache.jackrabbit.oak.spi.security.user.PasswordUtility
 
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_INDEX_HOME - Static variable in class org.apache.jackrabbit.oak.spi.query.IndexUtils
switch to "oak:index" as soon as it is possible
DEFAULT_INDEX_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.lucene.LuceneIndexConstants
 
DEFAULT_ITERATIONS - Static variable in class org.apache.jackrabbit.oak.spi.security.user.PasswordUtility
 
DEFAULT_SALT_SIZE - Static variable in class org.apache.jackrabbit.oak.spi.security.user.PasswordUtility
 
DEFAULT_USER_PATH - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
 
DefaultConflictHandler - Class in org.apache.jackrabbit.oak.core
This implementation of a ConflictHandler always returns the same resolution.
DefaultConflictHandler(ConflictHandler.Resolution) - Constructor for class org.apache.jackrabbit.oak.core.DefaultConflictHandler
Create a new ConflictHandler which always returns resolution.
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
 
DefaultTypeEditor - Class in org.apache.jackrabbit.oak.plugins.type
This class updates a Lucene index when node content is changed.
DefaultTypeEditor() - Constructor for class org.apache.jackrabbit.oak.plugins.type.DefaultTypeEditor
 
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
 
DefaultValidatorProvider - Class in org.apache.jackrabbit.oak.spi.commit
Validator provider that returns a new instance of DefaultValidator.
DefaultValidatorProvider() - Constructor for class org.apache.jackrabbit.oak.spi.commit.DefaultValidatorProvider
 
DELETE_CHANGED - Static variable in interface org.apache.jackrabbit.oak.plugins.type.NodeTypeConstants
 
DELETE_DELETED - Static variable in interface org.apache.jackrabbit.oak.plugins.type.NodeTypeConstants
 
deleteChangedNode(Tree, String, NodeState) - Method in interface org.apache.jackrabbit.oak.api.ConflictHandler
The node theirs changed in the persistence store while it has been deleted locally.
deleteChangedNode(Tree, String, NodeState) - Method in class org.apache.jackrabbit.oak.core.DefaultConflictHandler
 
deleteChangedNode(Tree, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.value.AnnotatingConflictHandler
 
deleteChangedProperty(Tree, PropertyState) - Method in interface org.apache.jackrabbit.oak.api.ConflictHandler
The property theirs changed in the persistence store while it has been deleted locally.
deleteChangedProperty(Tree, PropertyState) - Method in class org.apache.jackrabbit.oak.core.DefaultConflictHandler
 
deleteChangedProperty(Tree, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.value.AnnotatingConflictHandler
 
deleteDeletedNode(Tree, String) - Method in interface org.apache.jackrabbit.oak.api.ConflictHandler
The node name has been removed in parent while it was also removed in the persistence store.
deleteDeletedNode(Tree, String) - Method in class org.apache.jackrabbit.oak.core.DefaultConflictHandler
 
deleteDeletedNode(Tree, String) - Method in class org.apache.jackrabbit.oak.plugins.value.AnnotatingConflictHandler
 
deleteDeletedProperty(Tree, PropertyState) - Method in interface org.apache.jackrabbit.oak.api.ConflictHandler
The property ours has been removed in parent while it was also removed in the persistence store.
deleteDeletedProperty(Tree, PropertyState) - Method in class org.apache.jackrabbit.oak.core.DefaultConflictHandler
 
deleteDeletedProperty(Tree, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.value.AnnotatingConflictHandler
 
DESCENDANT_COUNT - Static variable in class org.apache.jackrabbit.mk.simple.NodeImpl
The total number of child nodes.
DESCENDANT_COUNT - Static variable in class org.apache.jackrabbit.mk.simple.NodeMap
 
DESCENDANT_INLINE_COUNT - Static variable in class org.apache.jackrabbit.mk.simple.NodeImpl
The total number of child nodes that are stored inline.
DESCENDANT_INLINE_COUNT - Static variable in class org.apache.jackrabbit.mk.simple.NodeMap
 
descendantCount - Variable in class org.apache.jackrabbit.mk.simple.NodeMap
 
descendantInlineCount - Variable in class org.apache.jackrabbit.mk.simple.NodeMap
 
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
 
diff(String, String, String, int) - Method in class org.apache.jackrabbit.mk.wrapper.BranchMergeMicroKernel
 
diff(String, String, String, int) - Method in class org.apache.jackrabbit.mk.wrapper.LogWrapper
 
diff(String, String, String, int) - Method in class org.apache.jackrabbit.mk.wrapper.MicroKernelWrapperBase
 
diffStream(String, String, String, int) - Method in class org.apache.jackrabbit.mk.index.IndexWrapper
Deprecated.  
diffStream(String, String, String, int) - Method in class org.apache.jackrabbit.mk.simple.SimpleKernelImpl
 
diffStream(String, String, String, int) - Method in interface org.apache.jackrabbit.mk.wrapper.MicroKernelWrapper
 
diffStream(String, String, String, int) - Method in class org.apache.jackrabbit.mk.wrapper.SecurityWrapper
 
diffStream(String, String, String, int) - Method in class org.apache.jackrabbit.mk.wrapper.VirtualRepositoryWrapper
 
dispose() - Method in class org.apache.jackrabbit.mk.index.IndexWrapper
Deprecated.  
dispose() - Method in class org.apache.jackrabbit.mk.simple.SimpleKernelImpl
 
dispose() - Method in class org.apache.jackrabbit.mk.wrapper.LogWrapper
 
dispose() - Method in class org.apache.jackrabbit.mk.wrapper.SecurityWrapper
 
dispose() - Method in class org.apache.jackrabbit.mk.wrapper.VirtualRepositoryWrapper
 
disposeInstance(MicroKernel) - Static method in class org.apache.jackrabbit.mk.MicroKernelFactory
Disposes an instance that was created by this factory.
doCreateToken(Credentials) - Method in interface org.apache.jackrabbit.oak.security.authentication.token.TokenProvider
 
doCreateToken(Credentials) - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenProviderImpl
 
doNothing() - Method in class org.apache.jackrabbit.oak.util.TODO
 
DoubleConstraint - Class in org.apache.jackrabbit.oak.plugins.type.constraint
 
DoubleConstraint(String) - Constructor for class org.apache.jackrabbit.oak.plugins.type.constraint.DoubleConstraint
 
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

EMPTY - Static variable in interface org.apache.jackrabbit.oak.api.AuthInfo
 
EMPTY_ARRAY - Static variable in class org.apache.jackrabbit.mk.simple.NodeId
 
EMPTY_INTEGER_ARRAY - Static variable in class org.apache.jackrabbit.oak.util.ArrayUtils
 
EMPTY_LONG_ARRAY - Static variable in class org.apache.jackrabbit.oak.util.ArrayUtils
 
EMPTY_NODE - Static variable in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeState
Singleton instance of an empty node state, i.e.
EMPTY_STRING_ARRAY - Static variable in class org.apache.jackrabbit.oak.util.ArrayUtils
 
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
 
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
 
equals(Object) - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
equals(Object) - Method in class org.apache.jackrabbit.mk.simple.NodeListSmall
 
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.memory.MemoryValue
 
equals(Calendar, Calendar) - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.DateConstraint
 
equals(BigDecimal, BigDecimal) - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.DecimalConstraint
 
equals(T, T) - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.NumericConstraint
 
equals(Object) - Method in class org.apache.jackrabbit.oak.spi.query.IndexDefinitionImpl
 
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.TreeBasedPrincipal
Two principals are equal, if their names are.
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.
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
 
escapeStringLiteral(String) - Static method in class org.apache.jackrabbit.oak.query.SQL2Parser
 
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(String) - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl.FullTextExpression
 
evaluate() - Method in class org.apache.jackrabbit.oak.query.ast.JoinConditionImpl
 
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.SameNodeImpl
 
evaluate() - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeJoinConditionImpl
 
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
 
ExceptionFactory - Class in org.apache.jackrabbit.mk
An exception factory.
ExceptionFactory() - Constructor for class org.apache.jackrabbit.mk.ExceptionFactory
 
execute(String, NodeState) - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
 
execute(String, NodeState) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
execute(String, NodeState) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
Execute the query.
executeQuery(String, String, long, long, Map<String, ? extends CoreValue>, Root, NamePathMapper) - Method in interface org.apache.jackrabbit.oak.api.SessionQueryEngine
Execute a query and get the result.
executeQuery(String, NodeState) - Method in class org.apache.jackrabbit.oak.query.Query
 
executeQuery(String, String, long, long, Map<String, ? extends CoreValue>, ContentSession, Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.query.QueryEngineImpl
 
executeQuery(String, String, long, long, Map<String, ? extends CoreValue>, Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.query.SessionQueryEngineImpl
 
exists(String) - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 

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) - Constructor for class org.apache.jackrabbit.oak.spi.commit.FailingValidator
 
FieldFactory - Class in org.apache.jackrabbit.oak.plugins.lucene
FieldFactory is a factory for Field instances with frequently used fields.
FieldNames - Class in org.apache.jackrabbit.oak.plugins.lucene
Defines field names that are used internally to store :path, etc in the search index.
Filter - Interface in org.apache.jackrabbit.oak.spi.query
The filter for an index lookup.
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
 
FilterImpl - Class in org.apache.jackrabbit.oak.query.index
A filter or lookup condition.
FilterImpl(SelectorImpl) - Constructor for class org.apache.jackrabbit.oak.query.index.FilterImpl
 
findAuthorizables(String[], String, String[], boolean, long, Type) - Method in interface org.apache.jackrabbit.oak.spi.security.user.UserProvider
Find the authorizable trees matching the following search parameters within the sub-tree defined by an authorizable tree:
findFirst(String) - Method in class org.apache.jackrabbit.oak.plugins.index.BTree
 
findPrincipals(String, int) - Method in class org.apache.jackrabbit.oak.security.principal.PrincipalProviderImpl
 
findPrincipals(String, int) - Method in class org.apache.jackrabbit.oak.security.principal.TmpPrincipalProvider
 
findPrincipals(String, int) - Method in class org.apache.jackrabbit.oak.spi.security.principal.CompositePrincipalProvider
 
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.
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.
formatId(NodeId) - Method in class org.apache.jackrabbit.mk.simple.NodeMap
 
fromJsopReader(JsopReader, MicroKernel) - Static method in class org.apache.jackrabbit.oak.kernel.CoreValueMapper
 
fromJsopReader(JsopReader, CoreValueFactory) - Static method in class org.apache.jackrabbit.oak.kernel.CoreValueMapper
Read a single value from the specified reader and convert it into a CoreValue.
fromNodeName(BTreeHelper, String) - Static method in class org.apache.jackrabbit.oak.plugins.index.PrefixIndex
 
fromNodeName(BTreeHelper, String) - Static method in class org.apache.jackrabbit.oak.plugins.index.PropertyIndex
 
fromString(NodeMap, String) - Static method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
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
 
FullTextSearchImpl.FullTextExpression - Class in org.apache.jackrabbit.oak.query.ast
The base class for fulltext condition expression.
FullTextSearchImpl.FullTextExpression() - Constructor for class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl.FullTextExpression
 
FullTextSearchImpl.FullTextParser - Class in org.apache.jackrabbit.oak.query.ast
A parser for fulltext condition literals.
FullTextSearchImpl.FullTextParser() - Constructor for class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl.FullTextParser
 
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
 

G

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
 
get(String) - Static method in class org.apache.jackrabbit.mk.ExceptionFactory
 
get(long) - Static method in class org.apache.jackrabbit.mk.simple.NodeId
 
get(String) - Method in class org.apache.jackrabbit.mk.simple.NodeListSmall
 
get(String) - Method in class org.apache.jackrabbit.mk.simple.NodeListTrie
 
getAdminId() - Method in class org.apache.jackrabbit.oak.spi.security.user.UserConfig
 
getAllNodeTypes() - Method in class org.apache.jackrabbit.oak.plugins.type.ReadOnlyNodeTypeManager
 
getAppConfigurationEntry(String) - Method in class org.apache.jackrabbit.oak.security.authentication.ConfigurationImpl
 
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.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.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.
getAuthorizable(String) - Method in interface org.apache.jackrabbit.oak.spi.security.user.UserProvider
 
getAuthorizable(String, Type) - Method in interface org.apache.jackrabbit.oak.spi.security.user.UserProvider
 
getAuthorizableActions() - Method in class org.apache.jackrabbit.oak.spi.security.user.UserConfig
 
getAuthorizableByPath(String) - Method in interface org.apache.jackrabbit.oak.spi.security.user.UserProvider
 
getAuthorizableByPrincipal(Principal) - Method in interface org.apache.jackrabbit.oak.spi.security.user.UserProvider
 
getAuthorizableId(Tree, Type) - Method in interface org.apache.jackrabbit.oak.spi.security.user.UserProvider
 
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).
getBaseKernel() - Method in class org.apache.jackrabbit.mk.index.IndexWrapper
Deprecated.  
getBaseState() - Method in class org.apache.jackrabbit.oak.core.TreeImpl
 
getBaseState() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder.MutableNodeState
 
getBestIndex(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.Query
 
getBestIndex(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.QueryEngineImpl
 
getBindVariableName() - Method in class org.apache.jackrabbit.oak.query.ast.BindVariableValueImpl
 
getBindVariableNames(String, String) - Method in interface org.apache.jackrabbit.oak.api.SessionQueryEngine
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.Query
 
getBindVariableNames(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(String, String) - Method in class org.apache.jackrabbit.oak.query.SessionQueryEngineImpl
 
getBindVariableValue(String) - Method in class org.apache.jackrabbit.oak.query.Query
 
getBoolean() - Method in interface org.apache.jackrabbit.oak.api.CoreValue
Returns a boolean representation of this value.
getBoolean() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryValue
 
getBoolean() - Method in class org.apache.jackrabbit.oak.plugins.memory.StringValue
 
getBoolean(String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
getBound(String) - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.DateConstraint
 
getBound(String) - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.DecimalConstraint
 
getBound(String) - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.DoubleConstraint
 
getBound(String) - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.LongConstraint
 
getBound(String) - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.NumericConstraint
 
getBuilder(NodeState) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
 
getBuilder(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeStore
 
getBuilder(NodeState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStore
Returns a builder for constructing a new or modified node state.
getChangeExtractor() - Method in interface org.apache.jackrabbit.oak.api.Root
Return a ChangeExtractor for this Root.
getChangeExtractor() - Method in class org.apache.jackrabbit.oak.core.RootImpl
 
getChanges(NodeStateDiff) - Method in interface org.apache.jackrabbit.oak.api.ChangeExtractor
Get the most recent changes.
getChild(String) - Method in interface org.apache.jackrabbit.oak.api.Tree
Get a child of this Tree instance.
getChild(String) - Method in interface org.apache.jackrabbit.oak.api.TreeLocation
Navigate to a child through a relative path.
getChild(String) - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
 
getChild(String) - Method in class org.apache.jackrabbit.oak.core.TreeImpl
 
getChild(String) - Method in class org.apache.jackrabbit.oak.core.TreeImpl.NodeLocation
 
getChild(String) - Method in class org.apache.jackrabbit.oak.core.TreeImpl.NullLocation
 
getChild(String) - Method in class org.apache.jackrabbit.oak.core.TreeImpl.PropertyLocation
 
getChild(String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
getChildBuilder(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
getChildBuilder(NodeStore, String) - Static method in class org.apache.jackrabbit.oak.spi.query.IndexUtils
 
getChildBuilder(NodeStore, NodeState, String) - Static method in class org.apache.jackrabbit.oak.spi.query.IndexUtils
 
getChildBuilder(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Returns a builder for constructing changes to the named child node.
getChildBuilder(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
getChildNode(String) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
 
getChildNode(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeState
 
getChildNode(String) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
 
getChildNode(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
Returns the named child node.
getChildNodeCount(String, String) - Method in class org.apache.jackrabbit.mk.index.IndexWrapper
Deprecated.  
getChildNodeCount() - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
getChildNodeCount(String, String) - Method in class org.apache.jackrabbit.mk.simple.SimpleKernelImpl
 
getChildNodeCount(String, String) - Method in class org.apache.jackrabbit.mk.wrapper.BranchMergeMicroKernel
 
getChildNodeCount(String, String) - Method in class org.apache.jackrabbit.mk.wrapper.LogWrapper
 
getChildNodeCount(String, String) - Method in class org.apache.jackrabbit.mk.wrapper.SecurityWrapper
 
getChildNodeCount(String, String) - Method in class org.apache.jackrabbit.mk.wrapper.VirtualRepositoryWrapper
 
getChildNodeCount() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
 
getChildNodeCount() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
getChildNodeCount() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder.MutableNodeState
 
getChildNodeCount() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeState
 
getChildNodeCount() - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
 
getChildNodeCount() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Returns the current number of child nodes.
getChildNodeCount() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
Returns the number of child nodes of this node.
getChildNodeCount() - 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.MemoryNodeBuilder.MutableNodeState
 
getChildNodeEntries() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeState
 
getChildNodeEntries() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
Returns an iterable of the child node entries of this instance.
getChildNodeName(long) - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
getChildNodeNames(int) - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
getChildNodeNames() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
getChildNodeNames() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder.MutableNodeState
 
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 child nodes.
getChildNodeNames() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
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.ReadOnlyTree
 
getChildren() - Method in class org.apache.jackrabbit.oak.core.TreeImpl
 
getChildrenCount() - Method in interface org.apache.jackrabbit.oak.api.Tree
Determine the number of children of this Tree instance taking access restrictions into account.
getChildrenCount() - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
 
getChildrenCount() - Method in class org.apache.jackrabbit.oak.core.TreeImpl
 
getColumnIndex(String) - Method in class org.apache.jackrabbit.oak.query.Query
 
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 class org.apache.jackrabbit.oak.query.Query
 
getConfig() - Method in class org.apache.jackrabbit.oak.security.user.UserContextImpl
 
getConfig() - Method in interface org.apache.jackrabbit.oak.spi.security.user.UserContext
 
getConfigValue(String, T) - Method in class org.apache.jackrabbit.oak.spi.security.user.UserConfig
 
getConstraint() - Method in class org.apache.jackrabbit.oak.query.ast.NotImpl
 
getConstraint() - Method in class org.apache.jackrabbit.oak.query.Query
 
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
 
getCoreValueFactory() - Method in interface org.apache.jackrabbit.oak.api.ContentSession
Returns the internal value factory.
getCoreValueFactory() - Method in class org.apache.jackrabbit.oak.plugins.type.ReadOnlyNodeTypeManager
Returns a CoreValueFactory to be used by this node type manager.
getCost(Filter) - Method in class org.apache.jackrabbit.oak.plugins.lucene.LuceneIndex
 
getCost(Filter) - Method in class org.apache.jackrabbit.oak.plugins.unique.UniqueIndex
 
getCost(Filter) - Method in class org.apache.jackrabbit.oak.query.index.PrefixContentIndex
 
getCost(Filter) - Method in class org.apache.jackrabbit.oak.query.index.PropertyContentIndex
 
getCost(Filter) - Method in class org.apache.jackrabbit.oak.query.index.TraversingIndex
 
getCost(Filter) - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex
Estimate the cost to query with the given filter.
getCredentials() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
 
getCredentials() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.CredentialsCallback
Returns the Credentials that have been set before using CredentialsCallback.setCredentials(javax.jcr.Credentials).
getDecimal() - Method in interface org.apache.jackrabbit.oak.api.CoreValue
Returns a BigDecimal representation of this value.
getDecimal() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryValue
 
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.
getDefinition(String, ChildNodeEntry) - Static method in class org.apache.jackrabbit.oak.spi.query.IndexUtils
Builds an IndexDefinition out of a ChildNodeEntry
getDescendantCount() - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
getDescendantCount() - Method in class org.apache.jackrabbit.mk.simple.NodeMap
 
getDescendantInlineCount() - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
getDouble() - Method in interface org.apache.jackrabbit.oak.api.CoreValue
Returns a double representation of this value.
getDouble() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryValue
 
getExistingSelector(String) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
Get the selector with the given name, or fail if not found.
getFulltextConditions() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
getFulltextConditions() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
Get the fulltext search conditions, if any.
getFullTextSearchExpression() - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl
 
getGroupMembership(Principal) - Method in class org.apache.jackrabbit.oak.security.principal.PrincipalProviderImpl
 
getGroupMembership(Principal) - Method in class org.apache.jackrabbit.oak.security.principal.TmpPrincipalProvider
 
getGroupMembership(Principal) - Method in class org.apache.jackrabbit.oak.spi.security.principal.CompositePrincipalProvider
 
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.
getHash() - Method in class org.apache.jackrabbit.mk.simple.NodeId
 
getHash() - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
getHash() - Method in class org.apache.jackrabbit.mk.simple.NodeMap
 
getHeadRevision() - Method in class org.apache.jackrabbit.mk.index.IndexWrapper
Deprecated.  
getHeadRevision() - Method in class org.apache.jackrabbit.mk.simple.SimpleKernelImpl
 
getHeadRevision() - Method in class org.apache.jackrabbit.mk.wrapper.BranchMergeMicroKernel
 
getHeadRevision() - Method in class org.apache.jackrabbit.mk.wrapper.LogWrapper
 
getHeadRevision() - Method in class org.apache.jackrabbit.mk.wrapper.SecurityWrapper
 
getHeadRevision() - Method in class org.apache.jackrabbit.mk.wrapper.VirtualRepositoryWrapper
 
getHintForType(int) - Static method in class org.apache.jackrabbit.oak.kernel.CoreValueMapper
Get the type hint (JSON prefix) for the given property type.
getHook() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
 
getId(NodeId) - Method in class org.apache.jackrabbit.mk.simple.NodeMap
 
getId(NodeId) - Method in class org.apache.jackrabbit.mk.simple.NodeMapInDb
 
getId(NodeId) - Method in class org.apache.jackrabbit.mk.simple.NodeMapInMongoDb
 
getIdentifier(Tree) - Method in class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
 
getImpersonatorInfo() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.ImpersonationCredentials
Returns the AuthInfo present with the editing session that want to impersonate.
getIndexer() - Method in class org.apache.jackrabbit.mk.index.IndexWrapper
Deprecated.  
getIndexName() - Method in class org.apache.jackrabbit.oak.plugins.lucene.LuceneIndex
 
getIndexName() - Method in class org.apache.jackrabbit.oak.plugins.unique.UniqueIndex
 
getIndexName() - Method in class org.apache.jackrabbit.oak.query.index.PrefixContentIndex
 
getIndexName() - Method in class org.apache.jackrabbit.oak.query.index.PropertyContentIndex
 
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.
getIndexNodeName() - Method in interface org.apache.jackrabbit.oak.plugins.index.PIndex
Get the unique index name.
getIndexNodeName() - Method in class org.apache.jackrabbit.oak.plugins.index.PrefixIndex
 
getIndexNodeName() - Method in class org.apache.jackrabbit.oak.plugins.index.PropertyIndex
 
getIndexRootNode() - Method in class org.apache.jackrabbit.oak.plugins.index.Indexer
Deprecated.  
getInfo(String) - Method in class org.apache.jackrabbit.mk.simple.NodeMap
 
getInfo(String) - Method in class org.apache.jackrabbit.mk.simple.NodeMapInDb
 
getInfo(String) - Method in class org.apache.jackrabbit.mk.simple.NodeMapInMongoDb
 
getInline(NodeImpl) - Static method in class org.apache.jackrabbit.mk.simple.NodeId
 
getInstance(String) - Static method in class org.apache.jackrabbit.mk.MicroKernelFactory
Get an instance.
getInstance(MicroKernel) - Static method in class org.apache.jackrabbit.oak.plugins.index.Indexer
Deprecated. Get the indexer for the given MicroKernel.
getInstance() - Static method in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
 
getJcrName(String) - Method in class org.apache.jackrabbit.oak.namepath.AbstractNameMapper
 
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.
getJcrPrefix(String) - Method in class org.apache.jackrabbit.oak.namepath.AbstractNameMapper
 
getJoinCondition() - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
 
getJournal(String, String, String) - Method in class org.apache.jackrabbit.mk.wrapper.BranchMergeMicroKernel
 
getJournal(String, String, String) - Method in class org.apache.jackrabbit.mk.wrapper.LogWrapper
 
getJournal(String, String, String) - Method in class org.apache.jackrabbit.mk.wrapper.MicroKernelWrapperBase
 
getJournalStream(String, String, String) - Method in class org.apache.jackrabbit.mk.index.IndexWrapper
Deprecated.  
getJournalStream(String, String, String) - Method in class org.apache.jackrabbit.mk.simple.SimpleKernelImpl
 
getJournalStream(String, String, String) - Method in interface org.apache.jackrabbit.mk.wrapper.MicroKernelWrapper
 
getJournalStream(String, String, String) - Method in class org.apache.jackrabbit.mk.wrapper.SecurityWrapper
 
getJournalStream(String, String, String) - Method in class org.apache.jackrabbit.mk.wrapper.VirtualRepositoryWrapper
 
getLatestRoot() - Method in interface org.apache.jackrabbit.oak.api.ContentSession
The current head root as seen by this content session.
getLeft() - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
 
getLength(String) - Method in class org.apache.jackrabbit.mk.index.IndexWrapper
Deprecated.  
getLength(String) - Method in class org.apache.jackrabbit.mk.simple.SimpleKernelImpl
 
getLength(String) - Method in class org.apache.jackrabbit.mk.wrapper.BranchMergeMicroKernel
 
getLength(String) - Method in class org.apache.jackrabbit.mk.wrapper.LogWrapper
 
getLength(String) - Method in class org.apache.jackrabbit.mk.wrapper.SecurityWrapper
 
getLength(String) - Method in class org.apache.jackrabbit.mk.wrapper.VirtualRepositoryWrapper
 
getLiteralValue() - Method in class org.apache.jackrabbit.oak.query.ast.LiteralImpl
 
getLocation(String) - Method in interface org.apache.jackrabbit.oak.api.Root
Get a tree location for a given absolute path
getLocation() - Method in interface org.apache.jackrabbit.oak.api.Tree
 
getLocation() - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
 
getLocation(String) - Method in class org.apache.jackrabbit.oak.core.RootImpl
 
getLocation() - Method in class org.apache.jackrabbit.oak.core.TreeImpl
 
getLoginContext(Credentials, String) - Method in class org.apache.jackrabbit.oak.security.authentication.LoginContextProviderImpl
 
getLoginContext(Credentials, String) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.LoginContextProvider
Returns a new instance of LoginContext that handles authentication.
getLong() - Method in class org.apache.jackrabbit.mk.simple.NodeId
 
getLong() - Method in interface org.apache.jackrabbit.oak.api.CoreValue
Returns a long representation of this value.
getLong() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryValue
 
getLong(String, long) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
getLowerBound() - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl.LikePattern
Get the lower bound if any.
getMaxMemoryChildren() - Method in class org.apache.jackrabbit.mk.simple.NodeMap
 
getMembers(String, Type, boolean) - Method in class org.apache.jackrabbit.oak.security.user.MembershipProviderImpl
 
getMembers(Tree, Type, boolean) - Method in class org.apache.jackrabbit.oak.security.user.MembershipProviderImpl
 
getMembers(String, Type, boolean) - Method in interface org.apache.jackrabbit.oak.spi.security.user.MembershipProvider
 
getMembers(Tree, Type, boolean) - Method in interface org.apache.jackrabbit.oak.spi.security.user.MembershipProvider
 
getMembership(String, boolean) - Method in class org.apache.jackrabbit.oak.security.user.MembershipProviderImpl
 
getMembership(Tree, boolean) - Method in class org.apache.jackrabbit.oak.security.user.MembershipProviderImpl
 
getMembership(String, boolean) - Method in interface org.apache.jackrabbit.oak.spi.security.user.MembershipProvider
 
getMembership(Tree, boolean) - Method in interface org.apache.jackrabbit.oak.spi.security.user.MembershipProvider
 
getMembershipProvider(ContentSession, Root) - Method in class org.apache.jackrabbit.oak.security.user.UserContextImpl
 
getMembershipProvider(ContentSession, Root) - Method in interface org.apache.jackrabbit.oak.spi.security.user.UserContext
 
getMemory() - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
getMemory() - Method in class org.apache.jackrabbit.mk.simple.NodeListSmall
 
getMemory() - Method in class org.apache.jackrabbit.mk.simple.NodeListTrie
 
getMemory() - Method in class org.apache.jackrabbit.mk.simple.Revision
 
getMixinNodeTypes() - Method in class org.apache.jackrabbit.oak.plugins.type.ReadOnlyNodeTypeManager
 
getName(long) - Method in class org.apache.jackrabbit.mk.simple.NodeListSmall
 
getName(long) - Method in class org.apache.jackrabbit.mk.simple.NodeListTrie
 
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.core.ReadOnlyTree
 
getName() - Method in class org.apache.jackrabbit.oak.core.TreeImpl
 
getName() - Method in class org.apache.jackrabbit.oak.plugins.index.BTree
 
getName() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryChildNodeEntry
 
getName() - Method in enum org.apache.jackrabbit.oak.query.ast.Order
 
getName() - Method in interface org.apache.jackrabbit.oak.spi.query.IndexDefinition
Get the unique index name.
getName() - Method in class org.apache.jackrabbit.oak.spi.query.IndexDefinitionImpl
 
getName() - Method in class org.apache.jackrabbit.oak.spi.security.principal.AdminPrincipal
 
getName() - Method in class org.apache.jackrabbit.oak.spi.security.principal.AnonymousPrincipal
 
getName() - Method in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
 
getName() - Method in class org.apache.jackrabbit.oak.spi.security.principal.TreeBasedPrincipal
 
getName() - Method in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeDefinition
The internal name of this privilege.
getName() - Method in interface org.apache.jackrabbit.oak.spi.state.ChildNodeEntry
The name of the child node state wrt.
getName() - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
getName(String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
getName(String, String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
getNameMapper() - Method in class org.apache.jackrabbit.oak.plugins.type.ReadOnlyNodeTypeManager
Returns a NameMapper to be used by this node type manager.
getNamePathMapper() - Method in class org.apache.jackrabbit.oak.query.Query
 
getNames(long, int) - Method in class org.apache.jackrabbit.mk.simple.NodeListSmall
 
getNames(long, int) - Method in class org.apache.jackrabbit.mk.simple.NodeListTrie
 
getNames(String, String...) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
getNewStream() - Method in interface org.apache.jackrabbit.oak.api.CoreValue
Returns a new stream for this value object.
getNewStream() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryValue
 
getNode(NodeMap) - Method in class org.apache.jackrabbit.mk.simple.NodeId
 
getNode(String) - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
getNode(long) - Method in class org.apache.jackrabbit.mk.simple.NodeMap
 
getNode(long) - Method in class org.apache.jackrabbit.mk.simple.NodeMapInDb
 
getNode(long) - Method in class org.apache.jackrabbit.mk.simple.NodeMapInMongoDb
 
getNode(NodeState, String) - Static method in class org.apache.jackrabbit.oak.spi.query.IndexUtils
 
getNodeBuilder() - Method in class org.apache.jackrabbit.oak.core.TreeImpl
 
getNodes(String, String, int, long, int, String) - Method in class org.apache.jackrabbit.mk.wrapper.BranchMergeMicroKernel
 
getNodes(String, String, int, long, int, String) - Method in class org.apache.jackrabbit.mk.wrapper.LogWrapper
 
getNodes(String, String, int, long, int, String) - Method in class org.apache.jackrabbit.mk.wrapper.MicroKernelWrapperBase
 
getNodes(String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
getNodesStream(String, String, int, long, int, String) - Method in class org.apache.jackrabbit.mk.index.IndexWrapper
Deprecated.  
getNodesStream(String, String, int, long, int, String) - Method in class org.apache.jackrabbit.mk.simple.SimpleKernelImpl
Get the nodes.
getNodesStream(String, String, int, long, int, String) - Method in interface org.apache.jackrabbit.mk.wrapper.MicroKernelWrapper
 
getNodesStream(String, String, int, long, int, String) - Method in class org.apache.jackrabbit.mk.wrapper.SecurityWrapper
 
getNodesStream(String, String, int, long, int, String) - Method in class org.apache.jackrabbit.mk.wrapper.VirtualRepositoryWrapper
 
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 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
 
getNodeType(String) - Method in class org.apache.jackrabbit.oak.plugins.type.ReadOnlyNodeTypeManager
 
getNodeType() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
getNodeVersion() - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
getNodeVersion() - Method in class org.apache.jackrabbit.mk.simple.NodeMap
 
getOakName(String) - Method in class org.apache.jackrabbit.oak.namepath.AbstractNameMapper
 
getOakName(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.
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.type.ReadOnlyNodeTypeManager
Returns the internal name for the specified JCR name.
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.Query
 
getOakPath() - Method in class org.apache.jackrabbit.oak.spi.security.principal.TreeBasedPrincipal
 
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
getOakPrefix(String) - Method in class org.apache.jackrabbit.oak.namepath.AbstractNameMapper
 
getOakPrefixFromURI(String) - Method in class org.apache.jackrabbit.oak.namepath.AbstractNameMapper
 
getObserver() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
 
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
 
getOperand2() - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
 
getOperator() - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
 
getOrAddChild(String, String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
getOrderings() - Method in class org.apache.jackrabbit.oak.query.Query
 
getPage(BTree, BTreeNode, String) - Method in interface org.apache.jackrabbit.oak.plugins.index.BTreeHelper
 
getPage(BTree, BTreeNode, String) - Method in class org.apache.jackrabbit.oak.plugins.index.Indexer
Deprecated.  
getPageIfCached(BTree, BTreeNode, String) - Method in interface org.apache.jackrabbit.oak.plugins.index.BTreeHelper
 
getPageIfCached(BTree, BTreeNode, String) - Method in class org.apache.jackrabbit.oak.plugins.index.Indexer
Deprecated.  
getParent() - Method in interface org.apache.jackrabbit.oak.api.Tree
 
getParent() - Method in interface org.apache.jackrabbit.oak.api.TreeLocation
Navigate to the parent
getParent() - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
 
getParent() - Method in class org.apache.jackrabbit.oak.core.TreeImpl
 
getParent() - Method in class org.apache.jackrabbit.oak.core.TreeImpl.NodeLocation
 
getParent() - Method in class org.apache.jackrabbit.oak.core.TreeImpl.NullLocation
 
getParent() - Method in class org.apache.jackrabbit.oak.core.TreeImpl.PropertyLocation
 
getParent() - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
getPath() - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
getPath() - Method in interface org.apache.jackrabbit.oak.api.ResultRow
 
getPath(String) - Method in interface org.apache.jackrabbit.oak.api.ResultRow
 
getPath() - Method in interface org.apache.jackrabbit.oak.api.Tree
 
getPath() - Method in interface org.apache.jackrabbit.oak.api.TreeLocation
The path of the underlying item or null if no such item exists.
getPath() - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
 
getPath() - Method in class org.apache.jackrabbit.oak.core.TreeImpl
 
getPath() - Method in class org.apache.jackrabbit.oak.core.TreeImpl.NodeLocation
 
getPath() - Method in class org.apache.jackrabbit.oak.core.TreeImpl.NullLocation
 
getPath() - Method in class org.apache.jackrabbit.oak.core.TreeImpl.PropertyLocation
 
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(CoreValue) - Method in class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
Returns the path of the tree references by the specified (weak) reference CoreValue value.
getPath() - Method in class org.apache.jackrabbit.oak.plugins.index.BTreePage
 
getPath(String, String) - Method in class org.apache.jackrabbit.oak.plugins.index.PropertyIndex
Get the path for the given property value.
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() - 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.IndexDefinition
 
getPath() - Method in class org.apache.jackrabbit.oak.spi.query.IndexDefinitionImpl
 
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.principal.TreeBasedPrincipal
 
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.
getPaths(String, String) - Method in interface org.apache.jackrabbit.oak.plugins.index.PIndex
Get an iterator over the paths for the given value.
getPaths(String, String) - Method in class org.apache.jackrabbit.oak.plugins.index.PrefixIndex
Get an iterator over the paths for the given property value.
getPaths(String, String) - Method in class org.apache.jackrabbit.oak.plugins.index.PropertyIndex
Get an iterator over the paths for the given property value.
getPermissions() - Method in class org.apache.jackrabbit.oak.security.authorization.AccessControlContextImpl
 
getPermissions() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.AccessControlContext
 
getPlan(Filter) - Method in class org.apache.jackrabbit.oak.plugins.lucene.LuceneIndex
 
getPlan(Filter) - Method in class org.apache.jackrabbit.oak.plugins.unique.UniqueIndex
 
getPlan() - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
 
getPlan() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
getPlan() - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
Get the query plan.
getPlan(Filter) - Method in class org.apache.jackrabbit.oak.query.index.PrefixContentIndex
 
getPlan(Filter) - Method in class org.apache.jackrabbit.oak.query.index.PropertyContentIndex
 
getPlan(Filter) - Method in class org.apache.jackrabbit.oak.query.index.TraversingIndex
 
getPlan(Filter) - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex
Get the query plan for the given filter.
getPrefix() - Method in class org.apache.jackrabbit.oak.plugins.index.PrefixIndex
 
getPrefix(String) - Method in class org.apache.jackrabbit.oak.plugins.name.ReadOnlyNamespaceRegistry
 
getPrefixes() - Method in class org.apache.jackrabbit.oak.plugins.name.ReadOnlyNamespaceRegistry
 
getPrefixIndex(String) - Method in class org.apache.jackrabbit.oak.plugins.index.Indexer
Deprecated.  
getPrimaryNodeTypes() - Method in class org.apache.jackrabbit.oak.plugins.type.ReadOnlyNodeTypeManager
 
getPrincipal(String) - Method in class org.apache.jackrabbit.oak.security.principal.PrincipalProviderImpl
 
getPrincipal(String) - Method in class org.apache.jackrabbit.oak.security.principal.TmpPrincipalProvider
 
getPrincipal(String) - Method in class org.apache.jackrabbit.oak.spi.security.principal.CompositePrincipalProvider
 
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.
getPrincipalProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.PrincipalProviderCallback
Returns the principal provider as set using PrincipalProviderCallback.setPrincipalProvider(org.apache.jackrabbit.oak.spi.security.principal.PrincipalProvider) or null.
getPrincipals() - Method in interface org.apache.jackrabbit.oak.api.AuthInfo
Returns the set of principals associated with this AuthInfo instance.
getPrincipals() - Method in class org.apache.jackrabbit.oak.security.authentication.AuthInfoImpl
 
getPrincipals(String) - Method in class org.apache.jackrabbit.oak.security.principal.PrincipalProviderImpl
 
getPrincipals(String) - Method in class org.apache.jackrabbit.oak.security.principal.TmpPrincipalProvider
 
getPrincipals(String) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
 
getPrincipals(String) - Method in class org.apache.jackrabbit.oak.spi.security.principal.CompositePrincipalProvider
 
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.security.authentication.token.TokenInfo
 
getPrivilegeDefinition(String) - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeRegistry
 
getPrivilegeDefinition(String) - Method in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeProvider
Returns the privilege definition with the specified internal name.
getPrivilegeDefinitions() - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeRegistry
 
getPrivilegeDefinitions() - Method in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeProvider
Returns all privilege definitions accessible to a given ContentSession.
getProperties() - Method in interface org.apache.jackrabbit.oak.api.Tree
All accessible property states.
getProperties() - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
 
getProperties() - Method in class org.apache.jackrabbit.oak.core.TreeImpl
 
getProperties() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
 
getProperties() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
getProperties() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder.MutableNodeState
 
getProperties() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeState
 
getProperties() - Method in interface org.apache.jackrabbit.oak.spi.query.IndexDefinition
 
getProperties() - Method in class org.apache.jackrabbit.oak.spi.query.IndexDefinitionImpl
 
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 class org.apache.jackrabbit.mk.simple.NodeImpl
 
getProperty(int) - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
getProperty(String) - Method in interface org.apache.jackrabbit.oak.api.Tree
Get a property state
getProperty() - Method in interface org.apache.jackrabbit.oak.api.TreeLocation
Get the underlying PropertyState for this TreeLocation.
getProperty(String) - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
 
getProperty(String) - Method in class org.apache.jackrabbit.oak.core.TreeImpl
 
getProperty() - Method in class org.apache.jackrabbit.oak.core.TreeImpl.NodeLocation
 
getProperty() - Method in class org.apache.jackrabbit.oak.core.TreeImpl.NullLocation
 
getProperty() - Method in class org.apache.jackrabbit.oak.core.TreeImpl.PropertyLocation
 
getProperty(String) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
 
getProperty(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
getProperty(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder.MutableNodeState
 
getProperty(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeState
 
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.
getProperty(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
getPropertyCount() - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
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.ReadOnlyTree
 
getPropertyCount() - Method in class org.apache.jackrabbit.oak.core.TreeImpl
 
getPropertyCount() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
 
getPropertyCount() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
getPropertyCount() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder.MutableNodeState
 
getPropertyCount() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeState
 
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
 
getPropertyIndex(String) - Method in class org.apache.jackrabbit.oak.plugins.index.Indexer
Deprecated.  
getPropertyName() - Method in class org.apache.jackrabbit.oak.plugins.index.PropertyIndex
 
getPropertyName() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
 
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.
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.ReadOnlyTree
 
getPropertyStatus(String) - Method in class org.apache.jackrabbit.oak.core.TreeImpl
 
getPropertyTypeFromName(String) - Static method in class org.apache.jackrabbit.oak.query.SQL2Parser
Get the property type from the given case insensitive name.
getPropertyValue(int) - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
getPropertyValue() - Method in class org.apache.jackrabbit.oak.query.ast.LengthImpl
 
getPublicAttributes() - Method in interface org.apache.jackrabbit.oak.security.authentication.token.TokenInfo
 
getQueryEngine() - Method in interface org.apache.jackrabbit.oak.api.ContentSession
Get the query engine.
getQueryIndexes(NodeStore) - Method in class org.apache.jackrabbit.oak.osgi.OsgiIndexProvider
 
getQueryIndexes(NodeStore) - Method in class org.apache.jackrabbit.oak.plugins.index.PropertyIndexer
 
getQueryIndexes(NodeStore) - Method in class org.apache.jackrabbit.oak.plugins.lucene.LuceneIndexProvider
 
getQueryIndexes(NodeStore) - Method in class org.apache.jackrabbit.oak.spi.query.CompositeQueryIndexProvider
 
getQueryIndexes(NodeStore) - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndexProvider
Get the currently configured indexes.
getReadTree() - Method in class org.apache.jackrabbit.oak.plugins.name.ReadOnlyNamespaceRegistry
Called by the NamespaceRegistry implementation methods to acquire a root Tree instance from which to read the namespace mappings (under jcr:system/rep:namespaces).
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.
getRevisionHistory(long, int, String) - Method in class org.apache.jackrabbit.mk.wrapper.BranchMergeMicroKernel
 
getRevisionHistory(long, int, String) - Method in class org.apache.jackrabbit.mk.wrapper.LogWrapper
 
getRevisionHistory(long, int, String) - Method in class org.apache.jackrabbit.mk.wrapper.MicroKernelWrapperBase
 
getRevisionsStream(long, int, String) - Method in class org.apache.jackrabbit.mk.index.IndexWrapper
Deprecated.  
getRevisionsStream(long, int, String) - Method in class org.apache.jackrabbit.mk.simple.SimpleKernelImpl
 
getRevisionsStream(long, int, String) - Method in interface org.apache.jackrabbit.mk.wrapper.MicroKernelWrapper
 
getRevisionsStream(long, int, String) - Method in class org.apache.jackrabbit.mk.wrapper.SecurityWrapper
 
getRevisionsStream(long, int, String) - Method in class org.apache.jackrabbit.mk.wrapper.VirtualRepositoryWrapper
 
getRight() - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
 
getRoot() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
 
getRoot() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeStore
 
getRoot() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStore
Returns the latest state of the tree.
getRoot() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStoreBranch
Returns the latest state of the branch.
getRootId() - Method in class org.apache.jackrabbit.mk.simple.NodeMap
 
getRootId() - Method in class org.apache.jackrabbit.mk.simple.NodeMapInDb
 
getRootId() - Method in class org.apache.jackrabbit.mk.simple.NodeMapInMongoDb
 
getRootValidator(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.osgi.OsgiValidatorProvider
 
getRootValidator(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.name.NamespaceValidatorProvider
 
getRootValidator(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.name.NameValidatorProvider
 
getRootValidator(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.type.TypeValidatorProvider
 
getRootValidator(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.value.ConflictValidatorProvider
 
getRootValidator(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.security.authorization.AccessControlValidatorProvider
 
getRootValidator(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.security.authorization.PermissionValidatorProvider
 
getRootValidator(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeValidatorProvider
 
getRootValidator(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.security.user.UserValidatorProvider
 
getRootValidator(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeValidatorProvider
 
getRootValidator(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultValidatorProvider
 
getRootValidator(NodeState, NodeState) - Method in interface 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 class org.apache.jackrabbit.oak.query.ResultImpl
 
getScanCount() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
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
 
getSelectorIndex(String) - Method in class org.apache.jackrabbit.oak.query.Query
 
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 class org.apache.jackrabbit.oak.query.ResultImpl
 
getSelectors() - Method in class org.apache.jackrabbit.oak.query.Query
 
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 class org.apache.jackrabbit.oak.query.Query
 
getSize() - Method in class org.apache.jackrabbit.oak.query.ResultImpl
 
getSource() - Method in class org.apache.jackrabbit.oak.query.Query
 
getStatus() - Method in interface org.apache.jackrabbit.oak.api.Tree
Get the Status of this tree instance.
getStatus() - Method in interface org.apache.jackrabbit.oak.api.TreeLocation
Tree.Status of the underlying item or null if no such item exists.
getStatus() - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
 
getStatus() - Method in class org.apache.jackrabbit.oak.core.TreeImpl
 
getStatus() - Method in class org.apache.jackrabbit.oak.core.TreeImpl.NodeLocation
 
getStatus() - Method in class org.apache.jackrabbit.oak.core.TreeImpl.NullLocation
 
getStatus() - Method in class org.apache.jackrabbit.oak.core.TreeImpl.PropertyLocation
 
getString() - Method in interface org.apache.jackrabbit.oak.api.CoreValue
Returns a String representation of this value.
getString() - Method in class org.apache.jackrabbit.oak.plugins.memory.StringValue
 
getString(int) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.Permissions
 
getString(String, String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
getStrings(String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
getSupportedCredentials() - Method in class org.apache.jackrabbit.oak.security.authentication.LoginModuleImpl
 
getSupportedCredentials() - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenLoginModule
 
getSupportedCredentials() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
 
getSupportedQueryLanguages() - Method in interface org.apache.jackrabbit.oak.api.SessionQueryEngine
Get the list of supported query languages.
getSupportedQueryLanguages() - Method in class org.apache.jackrabbit.oak.query.QueryEngineImpl
 
getSupportedQueryLanguages() - Method in class org.apache.jackrabbit.oak.query.SessionQueryEngineImpl
 
getToken() - Method in interface org.apache.jackrabbit.oak.security.authentication.token.TokenInfo
 
getTokenInfo(String) - Method in interface org.apache.jackrabbit.oak.security.authentication.token.TokenProvider
 
getTokenInfo(String) - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenProviderImpl
 
getTokenProvider() - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenProviderCallback
Returns the principal provider as set using TokenProviderCallback.setTokenProvider(TokenProvider) or null.
getTotalChildNodeCount() - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
getTree(String) - Method in interface org.apache.jackrabbit.oak.api.Root
Retrieve the Tree at the given absolute path.
getTree() - Method in interface org.apache.jackrabbit.oak.api.TreeLocation
Get the underlying Tree for this TreeLocation.
getTree(String) - Method in class org.apache.jackrabbit.oak.core.RootImpl
 
getTree() - Method in class org.apache.jackrabbit.oak.core.TreeImpl.NodeLocation
 
getTree() - Method in class org.apache.jackrabbit.oak.core.TreeImpl.NullLocation
 
getTree() - Method in class org.apache.jackrabbit.oak.core.TreeImpl.PropertyLocation
 
getTree(String) - Method in class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
The tree identified by the specified identifier or null.
getTree(String) - Method in class org.apache.jackrabbit.oak.query.Query
 
getTree() - Method in class org.apache.jackrabbit.oak.spi.security.principal.TreeBasedPrincipal
 
getTree() - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
getType() - Method in interface org.apache.jackrabbit.oak.api.CoreValue
Returns the type of this value object which any of the following property types defined by the JCR specification: BINARY BOOLEAN DATE DECIMAL DOUBLE LONG NAME PATH REFERENCE STRING URI WEAKREFERENCE
getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.StringValue
 
getType(PropertyState, int) - Static method in class org.apache.jackrabbit.oak.query.Query
 
getType() - Method in interface org.apache.jackrabbit.oak.spi.query.IndexDefinition
 
getType() - Method in class org.apache.jackrabbit.oak.spi.query.IndexDefinitionImpl
 
getTypes() - Method in class org.apache.jackrabbit.oak.plugins.type.ReadOnlyNodeTypeManager
 
getUpperBound() - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl.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
 
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.authentication.AuthInfoImpl
 
getUserId() - Method in interface org.apache.jackrabbit.oak.security.authentication.token.TokenInfo
 
getUserProvider(ContentSession, Root) - Method in class org.apache.jackrabbit.oak.security.user.UserContextImpl
 
getUserProvider(ContentSession, Root) - Method in interface org.apache.jackrabbit.oak.spi.security.user.UserContext
 
getUserValidatorProvider(CoreValueFactory) - Method in class org.apache.jackrabbit.oak.security.user.UserContextImpl
 
getUserValidatorProvider(CoreValueFactory) - Method in interface org.apache.jackrabbit.oak.spi.security.user.UserContext
 
getValue() - Method in interface org.apache.jackrabbit.oak.api.PropertyState
Value of this property.
getValue(String) - Method in interface org.apache.jackrabbit.oak.api.ResultRow
 
getValue() - Method in class org.apache.jackrabbit.oak.plugins.index.Cursor
 
getValue() - Method in class org.apache.jackrabbit.oak.plugins.memory.SinglePropertyState
 
getValue(Value) - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.BinaryConstraint
 
getValue(Value) - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.DateConstraint
 
getValue(Value) - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.DecimalConstraint
 
getValue(Value) - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.DoubleConstraint
 
getValue(Value) - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.LongConstraint
 
getValue(Value) - Method in class org.apache.jackrabbit.oak.plugins.type.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.
getValueFactory() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
 
getValueFactory() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeStore
 
getValueFactory() - Method in class org.apache.jackrabbit.oak.plugins.type.ReadOnlyNodeTypeManager
The value factory to be used by PropertyDefinitionImpl.getDefaultValues().
getValueFactory() - Method in class org.apache.jackrabbit.oak.query.Query
 
getValueFactory() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStore
Returns the factory for creating values used for building node states.
getValues() - Method in interface org.apache.jackrabbit.oak.api.PropertyState
Values of this property.
getValues() - Method in interface org.apache.jackrabbit.oak.api.ResultRow
 
getValues() - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiPropertyState
 
getValues() - Method in class org.apache.jackrabbit.oak.plugins.memory.SinglePropertyState
 
getValues() - Method in class org.apache.jackrabbit.oak.query.ResultRowImpl
 
getValues(String, ValueFactory) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
getVersion() - Static method in class org.apache.jackrabbit.mk.ExceptionFactory
 
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.
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.type.ReadWriteNodeTypeManager
Called by the methods ReadWriteNodeTypeManager.registerNodeType(NodeTypeDefinition,boolean), ReadWriteNodeTypeManager.registerNodeTypes(NodeTypeDefinition[], boolean), ReadWriteNodeTypeManager.unregisterNodeType(String) and ReadWriteNodeTypeManager.unregisterNodeTypes(String[]) to acquire a fresh Root instance that can be used to persist the requested node type changes (and nothing else).
greater(T, T) - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.NumericConstraint
 
greaterOrEqual(T, T) - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.NumericConstraint
 
GuestLoginModule - Class in org.apache.jackrabbit.oak.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.security.authentication.GuestLoginModule
 

H

handle(Callback[]) - Method in class org.apache.jackrabbit.oak.security.authentication.CallbackHandlerImpl
 
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.ReadOnlyTree
 
hasChild(String) - Method in class org.apache.jackrabbit.oak.core.TreeImpl
 
hasChild(String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
hasChildNode(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
hasChildNode(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder.MutableNodeState
 
hasChildNode(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeState
 
hasChildNode(String) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
 
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
 
HASH - Static variable in class org.apache.jackrabbit.mk.simple.NodeImpl
The content hash.
HASH - Static variable in class org.apache.jackrabbit.mk.simple.NodeMap
 
hash - Variable in class org.apache.jackrabbit.mk.simple.NodeMap
 
hashCode() - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
hashCode() - Method in class org.apache.jackrabbit.mk.simple.NodeListSmall
 
hashCode() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryValue
 
hashCode() - Method in class org.apache.jackrabbit.oak.spi.query.IndexDefinitionImpl
 
hashCode() - Method in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
 
hashCode() - Method in class org.apache.jackrabbit.oak.spi.security.principal.TreeBasedPrincipal
 
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.
hasNext() - Method in class org.apache.jackrabbit.oak.plugins.index.Cursor
 
hasNext() - Method in class org.apache.jackrabbit.oak.plugins.index.Cursor.RangeIterator
 
hasNodeType(String) - Method in class org.apache.jackrabbit.oak.plugins.type.ReadOnlyNodeTypeManager
 
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.RootImpl
 
hasPrimaryNodeTypeName(String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
hasProperty(String) - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
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.ReadOnlyTree
 
hasProperty(String) - Method in class org.apache.jackrabbit.oak.core.TreeImpl
 
hasSessionLocalMappings() - Method in class org.apache.jackrabbit.oak.namepath.AbstractNameMapper
 
hasSessionLocalMappings() - Method in interface org.apache.jackrabbit.oak.namepath.NameMapper
Returns whether the mapper has prefix remappings; when there aren't any, prefixed names do not need to be converted at all
hasSessionLocalMappings() - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapper.Default
 
hasSessionLocalMappings() - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapperImpl
 

I

IdentifierManager - Class in org.apache.jackrabbit.oak.plugins.identifier
IdentifierManager...
IdentifierManager(SessionQueryEngine, Root) - Constructor for class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
 
impersonate(Set<Principal>) - Method in class org.apache.jackrabbit.oak.security.authentication.AuthenticationImpl
 
impersonate(Set<Principal>) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.Authentication
Test if the given subject (i.e.
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
 
index - Variable in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
INDEX_CONFIG_PATH - Static variable in interface org.apache.jackrabbit.oak.plugins.index.PropertyIndexConstants
The root node of the index definition (configuration) nodes.
INDEX_CONTENT - Static variable in interface org.apache.jackrabbit.oak.plugins.index.PropertyIndexConstants
For each index, the index content is stored relative to the index definition below this node.
INDEX_DATA_CHILD_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.lucene.LuceneIndexConstants
 
INDEX_TYPE_PROPERTY - Static variable in interface org.apache.jackrabbit.oak.plugins.index.PropertyIndexConstants
 
IndexDefinition - Interface in org.apache.jackrabbit.oak.spi.query
Defines an index definition
IndexDefinitionImpl - Class in org.apache.jackrabbit.oak.spi.query
 
IndexDefinitionImpl(String, String, String) - Constructor for class org.apache.jackrabbit.oak.spi.query.IndexDefinitionImpl
 
IndexDefinitionImpl(String, String, String, boolean, Map<String, String>) - Constructor for class org.apache.jackrabbit.oak.spi.query.IndexDefinitionImpl
 
Indexer - Class in org.apache.jackrabbit.oak.plugins.index
Deprecated. use PropertyIndexer - see OAK-298
Indexer(MicroKernel, String) - Constructor for class org.apache.jackrabbit.oak.plugins.index.Indexer
Deprecated.  
Indexer(MicroKernel) - Constructor for class org.apache.jackrabbit.oak.plugins.index.Indexer
Deprecated. TODO test-only
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
 
IndexUtils - Class in org.apache.jackrabbit.oak.spi.query
 
IndexUtils() - Constructor for class org.apache.jackrabbit.oak.spi.query.IndexUtils
 
IndexWrapper - Class in org.apache.jackrabbit.mk.index
Deprecated. - see OAK-298
IndexWrapper(MicroKernel) - Constructor for class org.apache.jackrabbit.mk.index.IndexWrapper
Deprecated.  
init() - Method in class org.apache.jackrabbit.oak.plugins.index.Indexer
Deprecated.  
init(Query) - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
 
init(Query) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
init(Query) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
Initialize the query.
init() - Method in class org.apache.jackrabbit.oak.query.Query
 
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.apache.jackrabbit.oak.security.authentication.GuestLoginModule
 
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.apache.jackrabbit.oak.security.authentication.LoginModuleImpl
 
initialize(Set<Principal>) - Method in class org.apache.jackrabbit.oak.security.authorization.AccessControlContextImpl
 
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
 
initialize(Set<Principal>) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.AccessControlContext
 
INSTANCE - Static variable in class org.apache.jackrabbit.oak.core.TreeImpl.NullLocation
 
INSTANCE - Static variable in class org.apache.jackrabbit.oak.plugins.memory.MemoryValueFactory
 
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.principal.AdminPrincipal
 
INSTANCE - Static variable in class org.apache.jackrabbit.oak.spi.security.principal.AnonymousPrincipal
 
INSTANCE - Static variable in class org.apache.jackrabbit.oak.spi.state.DefaultNodeStateDiff
 
internalGetChildNodeEntries() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder.ModifiedNodeState
 
internalGetChildNodeEntries() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder.MutableNodeState
 
internalGetChildNodeNames() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder.ModifiedNodeState
 
internalGetChildNodeNames() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder.MutableNodeState
 
internalGetProperties() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder.ModifiedNodeState
 
internalGetProperties() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder.MutableNodeState
 
isAbstract() - Method in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeDefinition
Returns true if the privilege described by this definition is abstract.
isAdminUser(Tree) - Method in interface org.apache.jackrabbit.oak.spi.security.user.UserProvider
 
isAlwaysFalse() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
isArray() - Method in interface org.apache.jackrabbit.oak.api.PropertyState
Determine whether this is a multi valued property
isArray() - Method in class org.apache.jackrabbit.oak.plugins.memory.SinglePropertyState
 
isAuthorizableType(Tree, Type) - Method in interface org.apache.jackrabbit.oak.spi.security.user.UserProvider
 
isDescending() - Method in class org.apache.jackrabbit.oak.query.ast.OrderingImpl
 
isDistinct() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
isExpired(long) - Method in interface org.apache.jackrabbit.oak.security.authentication.token.TokenInfo
 
isGranted(int) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.CompiledPermissions
 
isGranted(Tree, int) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.CompiledPermissions
 
isGranted(Tree, PropertyState, int) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.CompiledPermissions
 
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 ":".
isId(String) - Method in class org.apache.jackrabbit.mk.simple.NodeMap
 
isInline() - Method in class org.apache.jackrabbit.mk.simple.NodeId
 
isMember(Tree, Tree, boolean) - Method in class org.apache.jackrabbit.oak.security.user.MembershipProviderImpl
 
isMember(Principal) - Method in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
 
isMember(Tree, Tree, boolean) - Method in interface org.apache.jackrabbit.oak.spi.security.user.MembershipProvider
 
isPlainTextPassword(String) - Static method in class org.apache.jackrabbit.oak.spi.security.user.PasswordUtility
Returns true if the specified string doesn't start with a valid algorithm name in curly brackets.
isReferenceable(Tree) - Method in class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
 
isRepositoryPermission(int) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.Permissions
 
isRoot() - Method in interface org.apache.jackrabbit.oak.api.Tree
 
isRoot() - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
 
isRoot() - Method in class org.apache.jackrabbit.oak.core.TreeImpl
 
isSame(String, String) - Static method in class org.apache.jackrabbit.oak.spi.security.user.PasswordUtility
Returns true if hash of the specified password equals the given hashed password.
isUnique() - Method in interface org.apache.jackrabbit.oak.plugins.index.PIndex
Whether each value may only appear once in the index.
isUnique() - Method in class org.apache.jackrabbit.oak.plugins.index.PrefixIndex
 
isUnique() - Method in class org.apache.jackrabbit.oak.plugins.index.PropertyIndex
 
isUnique() - Method in interface org.apache.jackrabbit.oak.spi.query.IndexDefinition
Whether each value may only appear once in the index.
isUnique() - Method in class org.apache.jackrabbit.oak.spi.query.IndexDefinitionImpl
 
isValidUUID(String) - Static method in class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
 
iterable(Iterable<Map.Entry<String, T>>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MemoryChildNodeEntry
 

J

JCR_ACTIVITIES - Static variable in interface org.apache.jackrabbit.oak.version.VersionConstants
 
JCR_ACTIVITY - Static variable in interface org.apache.jackrabbit.oak.version.VersionConstants
 
JCR_ACTIVITY_TITLE - Static variable in interface org.apache.jackrabbit.oak.version.VersionConstants
 
JCR_ADD_CHILD_NODES - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
JCR_ALL - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
JCR_AVAILABLE_QUERY_OPERATORS - Static variable in interface org.apache.jackrabbit.oak.plugins.type.NodeTypeConstants
 
JCR_CHILD_VERSION_HISTORY - Static variable in interface org.apache.jackrabbit.oak.version.VersionConstants
 
JCR_CONFIGURATION - Static variable in interface org.apache.jackrabbit.oak.version.VersionConstants
 
JCR_CONFIGURATIONS - Static variable in interface org.apache.jackrabbit.oak.version.VersionConstants
 
JCR_COPIED_FROM - Static variable in interface org.apache.jackrabbit.oak.version.VersionConstants
 
JCR_IS_ABSTRACT - Static variable in interface org.apache.jackrabbit.oak.plugins.type.NodeTypeConstants
 
JCR_IS_FULLTEXT_SEARCHABLE - Static variable in interface org.apache.jackrabbit.oak.plugins.type.NodeTypeConstants
 
JCR_IS_QUERY_ORDERABLE - Static variable in interface org.apache.jackrabbit.oak.plugins.type.NodeTypeConstants
 
JCR_IS_QUERYABLE - Static variable in interface org.apache.jackrabbit.oak.plugins.type.NodeTypeConstants
 
JCR_LIFECYCLE_MANAGEMENT - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
JCR_LOCK_MANAGEMENT - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
JCR_MODIFY_ACCESS_CONTROL - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
JCR_MODIFY_PROPERTIES - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
JCR_NAMESPACE_MANAGEMENT - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
JCR_NODE_TYPE_DEFINITION_MANAGEMENT - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
JCR_NODE_TYPE_MANAGEMENT - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
JCR_NODE_TYPES - Static variable in interface org.apache.jackrabbit.oak.plugins.type.NodeTypeConstants
 
JCR_PATH - Static variable in class org.apache.jackrabbit.oak.query.Query
The "jcr:path" pseudo-property.
JCR_READ - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
JCR_READ_ACCESS_CONTROL - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
JCR_REMOVE_CHILD_NODES - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
JCR_REMOVE_NODE - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
JCR_RETENTION_MANAGEMENT - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
JCR_ROOT - Static variable in interface org.apache.jackrabbit.oak.version.VersionConstants
 
JCR_SCORE - Static variable in class org.apache.jackrabbit.oak.query.Query
The "jcr:score" pseudo-property.
JCR_VERSION_MANAGEMENT - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
JCR_WORKSPACE_MANAGEMENT - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
JCR_WRITE - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
JcrNameParser - Class in org.apache.jackrabbit.oak.namepath
Parses and validates JCR names.
JcrPathParser - Class in org.apache.jackrabbit.oak.namepath
 
join(SourceImpl, SourceImpl, JoinType, JoinConditionImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
join - Variable in class org.apache.jackrabbit.oak.query.ast.SourceImpl
Whether this selector is the right hand side of a join.
joinCondition - Variable in class org.apache.jackrabbit.oak.query.ast.SourceImpl
The join condition of this selector that can be evaluated at execution time.
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
 
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
Enumeration of the join types.

K

KernelNodeState - Class in org.apache.jackrabbit.oak.kernel
Basic NodeState implementation based on the MicroKernel interface.
KernelNodeState(MicroKernel, 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) - Constructor for class org.apache.jackrabbit.oak.kernel.KernelNodeStore
 
keys - Variable in class org.apache.jackrabbit.oak.plugins.index.BTreePage
 

L

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.
length() - Method in interface org.apache.jackrabbit.oak.api.CoreValue
Returns the length of this value.
length() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryValue
 
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.type.constraint.DateConstraint
 
less(BigDecimal, BigDecimal) - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.DecimalConstraint
 
less(Double, Double) - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.DoubleConstraint
 
less(Long, Long) - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.LongConstraint
 
less(T, T) - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.NumericConstraint
 
lessOrEqual(T, T) - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.NumericConstraint
 
LIFECYCLE_MANAGEMENT - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.Permissions
 
listFromJsopReader(JsopReader, MicroKernel) - Static method in class org.apache.jackrabbit.oak.kernel.CoreValueMapper
Read the list of values from the specified reader and convert them into CoreValues.
literal(CoreValue) - 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(CoreValue) - Constructor for class org.apache.jackrabbit.oak.query.ast.LiteralImpl
 
load(Long) - Method in class org.apache.jackrabbit.mk.simple.NodeMapInDb
 
load(Long) - Method in class org.apache.jackrabbit.mk.simple.NodeMapInMongoDb
 
LOCK_MANAGEMENT - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.Permissions
 
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.GuestLoginModule
 
login() - Method in class org.apache.jackrabbit.oak.security.authentication.LoginModuleImpl
 
login() - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenLoginModule
 
LoginContextProvider - Interface in org.apache.jackrabbit.oak.spi.security.authentication
Configurable provider taking care of building a LoginContext for the desired authentication mechanism.

This provider defines a single method LoginContextProvider.getLoginContext(javax.jcr.Credentials, String) that takes the credentials and the workspace name such as passed to ContentRepository.login(javax.jcr.Credentials, String).

LoginContextProviderImpl - Class in org.apache.jackrabbit.oak.security.authentication
LoginContextProviderImpl...
LoginContextProviderImpl(ContentRepository) - Constructor for class org.apache.jackrabbit.oak.security.authentication.LoginContextProviderImpl
 
LoginModuleImpl - Class in org.apache.jackrabbit.oak.security.authentication
Default login module implementation that authenticates JCR Credentials against the repository.
LoginModuleImpl() - Constructor for class org.apache.jackrabbit.oak.security.authentication.LoginModuleImpl
 
logout() - Method in class org.apache.jackrabbit.oak.security.authentication.GuestLoginModule
 
logout() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
 
LogWrapper - Class in org.apache.jackrabbit.mk.wrapper
A logging microkernel implementation.
LogWrapper(MicroKernel) - Constructor for class org.apache.jackrabbit.mk.wrapper.LogWrapper
 
LongConstraint - Class in org.apache.jackrabbit.oak.plugins.type.constraint
 
LongConstraint(String) - Constructor for class org.apache.jackrabbit.oak.plugins.type.constraint.LongConstraint
 
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
 
LuceneHook - Class in org.apache.jackrabbit.oak.plugins.lucene
 
LuceneHook(String) - Constructor for class org.apache.jackrabbit.oak.plugins.lucene.LuceneHook
 
LuceneHook() - Constructor for class org.apache.jackrabbit.oak.plugins.lucene.LuceneHook
TODO test only
LuceneIndex - Class in org.apache.jackrabbit.oak.plugins.lucene
This index uses internally runs a query against a Lucene index.
LuceneIndex(IndexDefinition) - Constructor for class org.apache.jackrabbit.oak.plugins.lucene.LuceneIndex
 
LuceneIndexConstants - Interface in org.apache.jackrabbit.oak.plugins.lucene
 
LuceneIndexProvider - Class in org.apache.jackrabbit.oak.plugins.lucene
A provider for Lucene indexes.
LuceneIndexProvider(String) - Constructor for class org.apache.jackrabbit.oak.plugins.lucene.LuceneIndexProvider
 

M

matches(String) - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl.LikePattern
 
matches(TokenCredentials) - Method in interface org.apache.jackrabbit.oak.security.authentication.token.TokenInfo
 
MAX_MEMORY_CHILDREN - Static variable in class org.apache.jackrabbit.mk.simple.NodeMap
 
members() - Method in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
 
MembershipProvider - Interface in org.apache.jackrabbit.oak.spi.security.user
MembershipProvider...
MembershipProviderImpl - Class in org.apache.jackrabbit.oak.security.user
MembershipProviderImpl...
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.
MemoryChildNodeEntry(Map.Entry<String, ? extends NodeState>) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.MemoryChildNodeEntry
Utility constructor that copies the name and referenced child node state from the given map entry.
MemoryNodeBuilder - Class in org.apache.jackrabbit.oak.plugins.memory
In-memory node state builder.
MemoryNodeBuilder(MemoryNodeBuilder, String, NodeState) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
Creates a new in-memory node state builder.
MemoryNodeBuilder(NodeState) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
Creates a new in-memory node state builder.
MemoryNodeBuilder.ModifiedNodeState - Class in org.apache.jackrabbit.oak.plugins.memory
Immutable snapshot of a mutable node state.
MemoryNodeBuilder.ModifiedNodeState(MemoryNodeBuilder.MutableNodeState) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder.ModifiedNodeState
 
MemoryNodeBuilder.MutableNodeState - Class in org.apache.jackrabbit.oak.plugins.memory
The mutable state being built.
MemoryNodeBuilder.MutableNodeState(NodeState) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder.MutableNodeState
 
MemoryNodeState - Class in org.apache.jackrabbit.oak.plugins.memory
Basic in-memory node state implementation.
MemoryNodeState(Map<String, PropertyState>, Map<String, NodeState>) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeState
Creates a new node state with the given properties and child nodes.
MemoryNodeStore - Class in org.apache.jackrabbit.oak.plugins.memory
Basic in-memory node store implementation.
MemoryNodeStore() - Constructor for class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeStore
 
MemoryValue - Class in org.apache.jackrabbit.oak.plugins.memory
 
MemoryValue() - Constructor for class org.apache.jackrabbit.oak.plugins.memory.MemoryValue
 
MemoryValueFactory - Class in org.apache.jackrabbit.oak.plugins.memory
 
MemoryValueFactory() - Constructor for class org.apache.jackrabbit.oak.plugins.memory.MemoryValueFactory
 
merge(String, String) - Method in class org.apache.jackrabbit.mk.index.IndexWrapper
Deprecated.  
merge(String, String) - Method in class org.apache.jackrabbit.mk.simple.SimpleKernelImpl
 
merge(String, String) - Method in class org.apache.jackrabbit.mk.wrapper.BranchMergeMicroKernel
 
merge(String, String) - Method in class org.apache.jackrabbit.mk.wrapper.LogWrapper
 
merge(String, String) - Method in class org.apache.jackrabbit.mk.wrapper.SecurityWrapper
 
merge(String, String) - Method in class org.apache.jackrabbit.mk.wrapper.VirtualRepositoryWrapper
 
merge() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStoreBranch
Merges the changes in this branch to the main content tree.
MicroKernelFactory - Class in org.apache.jackrabbit.mk
A factory to create a MicroKernel instance.
MicroKernelWrapper - Interface in org.apache.jackrabbit.mk.wrapper
This interface allows a MicroKernel client to use a JsopReader instead of having to use strings.
MicroKernelWrapperBase - Class in org.apache.jackrabbit.mk.wrapper
A MicroKernel implementation that extends this interface can use a JsopReader instead of having to use strings.
MicroKernelWrapperBase() - Constructor for class org.apache.jackrabbit.mk.wrapper.MicroKernelWrapperBase
 
migrateCustomPrivileges() - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeMigrator
 
MIX_REP_MERGE_CONFLICT - Static variable in interface org.apache.jackrabbit.oak.plugins.type.NodeTypeConstants
Merge conflict handling
modified(BTree, BTreePage, boolean) - Method in interface org.apache.jackrabbit.oak.plugins.index.BTreeHelper
 
modified(BTree, BTreePage, boolean) - Method in class org.apache.jackrabbit.oak.plugins.index.Indexer
Deprecated.  
modifiedService(ServiceReference, Object) - Method in class org.apache.jackrabbit.oak.osgi.Activator
 
modifiedService(ServiceReference, Object) - Method in class org.apache.jackrabbit.oak.osgi.OsgiIndexProvider
 
modifiedService(ServiceReference, Object) - Method in class org.apache.jackrabbit.oak.osgi.OsgiValidatorProvider
 
MODIFY_ACCESS_CONTROL - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.Permissions
 
MODIFY_CHILD_NODE_COLLECTION - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.Permissions
 
MODIFY_PROPERTY - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.Permissions
 
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.RootImpl
 
move(String, String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStoreBranch
Moves a node.
moveCache(BTree, String) - Method in interface org.apache.jackrabbit.oak.plugins.index.BTreeHelper
 
moveCache(BTree, String) - Method in class org.apache.jackrabbit.oak.plugins.index.Indexer
Deprecated.  
MultiPropertyState - Class in org.apache.jackrabbit.oak.plugins.memory
Multi-valued property state.
MultiPropertyState(String, List<CoreValue>) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.MultiPropertyState
 

N

name - Variable in class org.apache.jackrabbit.oak.plugins.index.BTreePage
 
NAME - Static variable in class org.apache.jackrabbit.oak.spi.security.principal.AdminPrincipal
 
NAME - Static variable in class org.apache.jackrabbit.oak.spi.security.principal.AnonymousPrincipal
 
NAME - Static variable in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
 
NameConstraint - Class in org.apache.jackrabbit.oak.plugins.type.constraint
 
NameConstraint(String) - Constructor for class org.apache.jackrabbit.oak.plugins.type.constraint.NameConstraint
 
NameMapper - Interface in org.apache.jackrabbit.oak.namepath
 
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
NamePathMapperImpl...
NamePathMapperImpl(NameMapper) - Constructor for class org.apache.jackrabbit.oak.namepath.NamePathMapperImpl
 
NamePathMapperImpl(NameMapper, IdentifierManager) - Constructor for class org.apache.jackrabbit.oak.namepath.NamePathMapperImpl
 
NAMESPACE_MANAGEMENT - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.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
NamespaceConstants...
NAMESPACES_PATH - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
 
NamespaceValidatorProvider - 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.
NamespaceValidatorProvider() - Constructor for class org.apache.jackrabbit.oak.plugins.name.NamespaceValidatorProvider
 
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
 
newPathField(String) - Static method in class org.apache.jackrabbit.oak.plugins.lucene.FieldFactory
 
newPathTerm(String) - Static method in class org.apache.jackrabbit.oak.plugins.lucene.TermFactory
Creates a Term with the given path value and with a field name FieldNames.PATH.
newPropertyField(String, String) - Static method in class org.apache.jackrabbit.oak.plugins.lucene.FieldFactory
 
next() - Method in class org.apache.jackrabbit.oak.plugins.index.Cursor
 
next() - Method in class org.apache.jackrabbit.oak.plugins.index.Cursor.RangeIterator
 
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.index.TraversingCursor
 
next() - Method in interface org.apache.jackrabbit.oak.spi.query.Cursor
Skip to the next node if one is available.
NO_PERMISSION - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.Permissions
 
NODE_TYPE_DEFINITION_MANAGEMENT - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.Permissions
 
NODE_TYPE_MANAGEMENT - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.Permissions
 
NODE_TYPES_PATH - Static variable in interface org.apache.jackrabbit.oak.plugins.type.NodeTypeConstants
 
NODE_VERSION - Static variable in class org.apache.jackrabbit.mk.simple.NodeImpl
The node version.
NODE_VERSION - Static variable in class org.apache.jackrabbit.mk.simple.NodeMap
 
NodeBuilder - Interface in org.apache.jackrabbit.oak.spi.state
Builder interface for constructing new node states.
nodeExists(String, String) - Method in class org.apache.jackrabbit.mk.index.IndexWrapper
Deprecated.  
nodeExists(String, String) - Method in class org.apache.jackrabbit.mk.simple.SimpleKernelImpl
 
nodeExists(String, String) - Method in class org.apache.jackrabbit.mk.wrapper.BranchMergeMicroKernel
 
nodeExists(String, String) - Method in class org.apache.jackrabbit.mk.wrapper.LogWrapper
 
nodeExists(String, String) - Method in class org.apache.jackrabbit.mk.wrapper.SecurityWrapper
 
nodeExists(String, String) - Method in class org.apache.jackrabbit.mk.wrapper.VirtualRepositoryWrapper
 
NodeId - Class in org.apache.jackrabbit.mk.simple
A node id.
NodeId(long) - Constructor for class org.apache.jackrabbit.mk.simple.NodeId
 
NodeImpl - Class in org.apache.jackrabbit.mk.simple
An in-memory node, including all child nodes.
NodeImpl(NodeMap, long) - Constructor for class org.apache.jackrabbit.mk.simple.NodeImpl
 
NodeListSmall - Class in org.apache.jackrabbit.mk.simple
A list of child nodes that fits in memory.
NodeListTrie - Class in org.apache.jackrabbit.mk.simple
A large list of nodes, using a data structure similar to a trie.
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
 
NodeMap - Class in org.apache.jackrabbit.mk.simple
A map of nodes that are accessible by id.
NodeMap() - Constructor for class org.apache.jackrabbit.mk.simple.NodeMap
 
NodeMapInDb - Class in org.apache.jackrabbit.mk.simple
A node map that stores data in a database.
NodeMapInMongoDb - Class in org.apache.jackrabbit.mk.simple
A node map that stores data in a Mongo DB.
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
 
nodes - Variable in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder.MutableNodeState
Set of added, modified or removed (null value) child nodes.
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.
NodeStateUtils() - Constructor for class org.apache.jackrabbit.oak.spi.state.NodeStateUtils
 
NodeStore - Interface in org.apache.jackrabbit.oak.spi.state
Storage abstraction for trees.
NodeStoreBranch - Interface in org.apache.jackrabbit.oak.spi.state
 
NodeTypeConstants - Interface in org.apache.jackrabbit.oak.plugins.type
NodeTypeConstants...
NodeUtil - Class in org.apache.jackrabbit.oak.util
Utility class for accessing and writing typed content of a tree.
NodeUtil(Tree, CoreValueFactory, NameMapper) - Constructor for class org.apache.jackrabbit.oak.util.NodeUtil
 
NodeUtil(Tree, CoreValueFactory) - Constructor for class org.apache.jackrabbit.oak.util.NodeUtil
 
NodeUtil(Tree, ContentSession) - Constructor for class org.apache.jackrabbit.oak.util.NodeUtil
 
NodeUtil(Tree) - Constructor for class org.apache.jackrabbit.oak.util.NodeUtil
 
nodeVersion - Variable in class org.apache.jackrabbit.mk.simple.NodeMap
 
NON_AGGR_PRIVILEGES - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
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
 
NT_ACTIVITY - Static variable in interface org.apache.jackrabbit.oak.version.VersionConstants
 
NT_CONFIGURATION - Static variable in interface org.apache.jackrabbit.oak.version.VersionConstants
 
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_GROUP - 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
 
NT_REP_PRIVILEGE - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
NT_REP_PRIVILEGES - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
NT_REP_USER - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
 
NumericConstraint<T> - Class in org.apache.jackrabbit.oak.plugins.type.constraint
 
NumericConstraint(String) - Constructor for class org.apache.jackrabbit.oak.plugins.type.constraint.NumericConstraint
 

O

OAK_CHILD_ORDER - Static variable in interface org.apache.jackrabbit.oak.api.PropertyState
If a JCR node is orderable the OAK API will expose an "oak:childOrder" property state indicating the order of child nodes.
Observer - Interface in org.apache.jackrabbit.oak.spi.commit
Extension point for observing changes in an Oak repository.
onCreate(Group, Session) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.AbstractAuthorizableAction
Doesn't perform any action.
onCreate(User, String, Session) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.AbstractAuthorizableAction
Doesn't perform any action.
onCreate(Group, Session) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.AccessControlAction
 
onCreate(User, String, Session) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.AccessControlAction
 
onCreate(Group, Session) - 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, Session) - 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, Session) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.PasswordValidationAction
 
onPasswordChange(User, String, Session) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.AbstractAuthorizableAction
Doesn't perform any action.
onPasswordChange(User, String, Session) - 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, Session) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.PasswordValidationAction
 
onRemove(Authorizable, Session) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.AbstractAuthorizableAction
Doesn't perform any action.
onRemove(Authorizable, Session) - 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, Session) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.ClearMembershipAction
 
Operator - Enum in org.apache.jackrabbit.oak.query.ast
Enumeration of operators.
or(ConstraintImpl, ConstraintImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
Order - Enum in org.apache.jackrabbit.oak.query.ast
Enumeration of query orders.
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.mk - package org.apache.jackrabbit.mk
 
org.apache.jackrabbit.mk.index - package org.apache.jackrabbit.mk.index
 
org.apache.jackrabbit.mk.simple - package org.apache.jackrabbit.mk.simple
 
org.apache.jackrabbit.mk.wrapper - package org.apache.jackrabbit.mk.wrapper
 
org.apache.jackrabbit.oak.api - package org.apache.jackrabbit.oak.api
Oak repository API
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.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.lucene - package org.apache.jackrabbit.oak.plugins.lucene
 
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.type - package org.apache.jackrabbit.oak.plugins.type
 
org.apache.jackrabbit.oak.plugins.type.constraint - package org.apache.jackrabbit.oak.plugins.type.constraint
 
org.apache.jackrabbit.oak.plugins.unique - package org.apache.jackrabbit.oak.plugins.unique
 
org.apache.jackrabbit.oak.plugins.value - package org.apache.jackrabbit.oak.plugins.value
 
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.index - package org.apache.jackrabbit.oak.query.index
 
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.authorization - package org.apache.jackrabbit.oak.security.authorization
 
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.spi.commit - package org.apache.jackrabbit.oak.spi.commit
 
org.apache.jackrabbit.oak.spi.query - package org.apache.jackrabbit.oak.spi.query
 
org.apache.jackrabbit.oak.spi.security.authentication - package org.apache.jackrabbit.oak.spi.security.authentication
 
org.apache.jackrabbit.oak.spi.security.authorization - package org.apache.jackrabbit.oak.spi.security.authorization
 
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.state - package org.apache.jackrabbit.oak.spi.state
 
org.apache.jackrabbit.oak.util - package org.apache.jackrabbit.oak.util
 
org.apache.jackrabbit.oak.version - package org.apache.jackrabbit.oak.version
 
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
 
OsgiIndexProvider - Class in org.apache.jackrabbit.oak.osgi
This index provider combines all indexes of all available OSGi index providers.
OsgiIndexProvider() - Constructor for class org.apache.jackrabbit.oak.osgi.OsgiIndexProvider
 
OsgiValidatorProvider - Class in org.apache.jackrabbit.oak.osgi
This validator provider combines all validators of all available OSGi validator providers.
OsgiValidatorProvider() - Constructor for class org.apache.jackrabbit.oak.osgi.OsgiValidatorProvider
 
OURS - Static variable in class org.apache.jackrabbit.oak.core.DefaultConflictHandler
A ConflictHandler which always return Resolution#OURS.
outerJoin - Variable in class org.apache.jackrabbit.oak.query.ast.SourceImpl
Whether this selector is the right hand side of a left outer join.

P

PARAM_DEFAULT_DEPTH - Static variable in class org.apache.jackrabbit.oak.spi.security.user.UserConfig
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_MEMBERSHIP_SPLIT_SIZE - Static variable in class org.apache.jackrabbit.oak.spi.security.user.UserConfig
Its value determines the maximum number of members within a given content structure until additional intermediate structuring is being added.
PARAM_GROUP_PATH - Static variable in class org.apache.jackrabbit.oak.spi.security.user.UserConfig
Configuration option to define the path underneath which group nodes are being created.
PARAM_PASSWORD_HASH_ALGORITHM - Static variable in class org.apache.jackrabbit.oak.spi.security.user.UserConfig
Configuration parameter to change the default algorithm used to generate password hashes.
PARAM_PASSWORD_HASH_ITERATIONS - Static variable in class org.apache.jackrabbit.oak.spi.security.user.UserConfig
Configuration parameter to change the number of iterations used for password hash generation.
PARAM_PASSWORD_SALT_SIZE - Static variable in class org.apache.jackrabbit.oak.spi.security.user.UserConfig
Configuration parameter to change the number of iterations used for password hash generation.
PARAM_USER_PATH - Static variable in class org.apache.jackrabbit.oak.spi.security.user.UserConfig
Configuration option to define the path underneath which user nodes are being created.
parent - Variable in class org.apache.jackrabbit.oak.plugins.index.BTreePage
 
parse(String) - Static method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
parse(NodeMap, JsopReader, long) - Static method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
parse(NodeMap, JsopReader, long, String) - Static method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
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) - Static method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl.FullTextParser
 
parse(String) - Method in class org.apache.jackrabbit.oak.query.SQL2Parser
Parse the statement and return the query.
parseId(String) - Method in class org.apache.jackrabbit.mk.simple.NodeMap
 
parseInline(String) - Method in class org.apache.jackrabbit.mk.simple.NodeMap
 
PasswordUtility - Class in org.apache.jackrabbit.oak.spi.security.user
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.plugins.lucene.FieldNames
Name of the field that contains the ":path" property of the node.
PATH_SELECTOR - Static variable in class org.apache.jackrabbit.oak.plugins.lucene.FieldNames
Used to select only the PATH field from the lucene documents
PathConstraint - Class in org.apache.jackrabbit.oak.plugins.type.constraint
 
PathConstraint(String) - Constructor for class org.apache.jackrabbit.oak.plugins.type.constraint.PathConstraint
 
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.
Permissions - Class in org.apache.jackrabbit.oak.spi.security.authorization
Permissions...
Permissions() - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.Permissions
 
PermissionValidatorProvider - Class in org.apache.jackrabbit.oak.security.authorization
PermissionValidatorProvider...
PermissionValidatorProvider() - Constructor for class org.apache.jackrabbit.oak.security.authorization.PermissionValidatorProvider
 
PIndex - Interface in org.apache.jackrabbit.oak.plugins.index
An index is a lookup mechanism.
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
 
PrefixContentIndex - Class in org.apache.jackrabbit.oak.query.index
An index that stores the index data in a MicroKernel.
PrefixContentIndex(PrefixIndex) - Constructor for class org.apache.jackrabbit.oak.query.index.PrefixContentIndex
 
PrefixIndex - Class in org.apache.jackrabbit.oak.plugins.index
An index for all values with a given prefix.
PrefixIndex(BTreeHelper, String) - Constructor for class org.apache.jackrabbit.oak.plugins.index.PrefixIndex
 
prepare(MicroKernel) - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
 
prepare(MicroKernel) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
prepare(MicroKernel) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
Prepare executing the query.
PrincipalProvider - Interface in org.apache.jackrabbit.oak.spi.security.principal
PrincipalProvider...
PrincipalProviderCallback - Class in org.apache.jackrabbit.oak.spi.security.authentication
Callback implementation used to pass a PrincipalProvider to the login module.
PrincipalProviderCallback() - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.PrincipalProviderCallback
 
PrincipalProviderImpl - Class in org.apache.jackrabbit.oak.security.principal
The PrincipalProviderImpl is a principal provider implementation that operates on principal information read from user information exposed by the configured UserProvider and MembershipProvider.
PrincipalProviderImpl(UserProvider, MembershipProvider, PathMapper) - Constructor for class org.apache.jackrabbit.oak.security.principal.PrincipalProviderImpl
 
PRIVILEGE_MANAGEMENT - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.Permissions
 
PrivilegeConstants - Interface in org.apache.jackrabbit.oak.security.privilege
PrivilegeConstants...
PrivilegeDefinition - Interface in org.apache.jackrabbit.oak.spi.security.privilege
The PrivilegeDefinition interface defines the characteristics of a JCR Privilege.
PrivilegeMigrator - Class in org.apache.jackrabbit.oak.security.privilege
PrivilegeMigrator is a utility to migrate custom privilege definitions from a jackrabbit 2 project to oak.
PrivilegeMigrator(ContentSession) - Constructor for class org.apache.jackrabbit.oak.security.privilege.PrivilegeMigrator
 
PrivilegeProvider - Interface in org.apache.jackrabbit.oak.spi.security.privilege
PrivilegeProvider...
PrivilegeRegistry - Class in org.apache.jackrabbit.oak.security.privilege
PrivilegeRegistry...
PrivilegeRegistry(ContentSession) - Constructor for class org.apache.jackrabbit.oak.security.privilege.PrivilegeRegistry
 
PRIVILEGES_PATH - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
PrivilegeValidatorProvider - Class in org.apache.jackrabbit.oak.security.privilege
PrivilegeValidatorProvider to construct a Validator instance to make sure modifications to the /jcr:system/rep:privileges tree are compliant with constraints applied for custom privileges.
PrivilegeValidatorProvider() - Constructor for class org.apache.jackrabbit.oak.security.privilege.PrivilegeValidatorProvider
 
processCommit(NodeStore, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.PropertyIndexer
 
processCommit(NodeStore, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.lucene.LuceneHook
 
processCommit(NodeStore, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.type.DefaultTypeEditor
 
processCommit(NodeStore, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.unique.UniqueIndexHook
 
processCommit(NodeStore, NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.CommitHook
Validates and/or modifies the given content change before it gets persisted.
processCommit(NodeStore, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeHook
 
processCommit(NodeStore, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.EmptyHook
 
processCommit(NodeStore, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.ValidatingHook
 
propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.unique.UniqueIndexValidator
 
propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.value.ConflictValidator
 
propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeValidator
 
propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
 
propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.FailingValidator
 
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.state.DefaultNodeStateDiff
 
propertyAdded(PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStateDiff
Called for all added properties.
propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.unique.UniqueIndexValidator
 
propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.value.ConflictValidator
 
propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeValidator
 
propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
 
propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.FailingValidator
 
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.state.DefaultNodeStateDiff
 
propertyChanged(PropertyState, PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStateDiff
Called for all changed properties.
PropertyContentIndex - Class in org.apache.jackrabbit.oak.query.index
An index that stores the index data in a MicroKernel.
PropertyContentIndex(PropertyIndex) - Constructor for class org.apache.jackrabbit.oak.query.index.PropertyContentIndex
 
propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.unique.UniqueIndexValidator
 
propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeValidator
 
propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
 
propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.FailingValidator
 
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.state.DefaultNodeStateDiff
 
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(String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.PropertyExistenceImpl
 
PropertyIndex - Class in org.apache.jackrabbit.oak.plugins.index
A node handler that maps the property value to the key, and the path of the node to the value.
PropertyIndex(BTreeHelper, String, boolean) - Constructor for class org.apache.jackrabbit.oak.plugins.index.PropertyIndex
 
PropertyIndexConstants - Interface in org.apache.jackrabbit.oak.plugins.index
 
PropertyIndexer - Class in org.apache.jackrabbit.oak.plugins.index
 
PropertyIndexer(Indexer) - Constructor for class org.apache.jackrabbit.oak.plugins.index.PropertyIndexer
 
propertyName - Variable in class org.apache.jackrabbit.oak.spi.query.Filter.PropertyRestriction
The name of the property.
PropertyState - Interface in org.apache.jackrabbit.oak.api
Immutable property state.
propertyType - Variable in class org.apache.jackrabbit.oak.spi.query.Filter.PropertyRestriction
The property type, if restricted.
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
 
props - Variable in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder.MutableNodeState
Set of added, modified or removed (null value) property states.
purged() - Method in interface org.apache.jackrabbit.oak.core.RootImpl.PurgeListener
 
purged() - Method in class org.apache.jackrabbit.oak.core.TreeImpl
 

Q

query(Filter, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.lucene.LuceneIndex
 
query(Filter, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.unique.UniqueIndex
 
query(Filter, String, NodeState) - Method in class org.apache.jackrabbit.oak.query.index.PrefixContentIndex
 
query(Filter, String, NodeState) - Method in class org.apache.jackrabbit.oak.query.index.PropertyContentIndex
 
query(Filter, String, NodeState) - Method in class org.apache.jackrabbit.oak.query.index.TraversingIndex
 
Query - Class in org.apache.jackrabbit.oak.query
Represents a parsed query.
query - Variable in class org.apache.jackrabbit.oak.query.ResultImpl
 
query(Filter, String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex
Start a query.
queryConstraint - Variable in class org.apache.jackrabbit.oak.query.ast.SourceImpl
The WHERE clause of the query.
QueryEngineImpl - Class in org.apache.jackrabbit.oak.query
The query engine implementation.
QueryEngineImpl(NodeStore, MicroKernel, QueryIndexProvider) - Constructor for class org.apache.jackrabbit.oak.query.QueryEngineImpl
 
QueryIndex - Interface in org.apache.jackrabbit.oak.spi.query
Represents an index.
QueryIndexProvider - Interface in org.apache.jackrabbit.oak.spi.query
A mechanism to index data.
quote(Object) - Static method in class org.apache.jackrabbit.mk.wrapper.LogWrapper
 

R

read(String, long, byte[], int, int) - Method in class org.apache.jackrabbit.mk.index.IndexWrapper
Deprecated.  
read(String, long, byte[], int, int) - Method in class org.apache.jackrabbit.mk.simple.SimpleKernelImpl
 
read(String, long, byte[], int, int) - Method in class org.apache.jackrabbit.mk.wrapper.BranchMergeMicroKernel
 
read(String, long, byte[], int, int) - Method in class org.apache.jackrabbit.mk.wrapper.LogWrapper
 
read(String, long, byte[], int, int) - Method in class org.apache.jackrabbit.mk.wrapper.SecurityWrapper
 
read(String, long, byte[], int, int) - Method in class org.apache.jackrabbit.mk.wrapper.VirtualRepositoryWrapper
 
READ - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.Permissions
 
READ_ACCESS_CONTROL - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.Permissions
 
READ_NODE - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.Permissions
 
READ_PROPERTY - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.Permissions
 
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() - Constructor for class org.apache.jackrabbit.oak.plugins.name.ReadOnlyNamespaceRegistry
 
ReadOnlyNodeTypeManager - Class in org.apache.jackrabbit.oak.plugins.type
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.type.ReadOnlyNodeTypeManager
 
ReadOnlyTree - Class in org.apache.jackrabbit.oak.core
 
ReadOnlyTree(NodeState) - Constructor for class org.apache.jackrabbit.oak.core.ReadOnlyTree
 
ReadOnlyTree(ReadOnlyTree, String, NodeState) - Constructor for class org.apache.jackrabbit.oak.core.ReadOnlyTree
 
ReadWriteNamespaceRegistry - Class in org.apache.jackrabbit.oak.plugins.name
Writable namespace registry.
ReadWriteNamespaceRegistry() - Constructor for class org.apache.jackrabbit.oak.plugins.name.ReadWriteNamespaceRegistry
 
ReadWriteNodeTypeManager - Class in org.apache.jackrabbit.oak.plugins.type
ReadWriteNodeTypeManager extends the ReadOnlyNodeTypeManager and add support for operations that modify node types: ReadWriteNodeTypeManager.registerNodeType(NodeTypeDefinition, boolean) ReadWriteNodeTypeManager.registerNodeTypes(NodeTypeDefinition[], boolean) ReadWriteNodeTypeManager.unregisterNodeType(String) ReadWriteNodeTypeManager.unregisterNodeTypes(String[]) Calling any of the above methods will result in a ReadWriteNodeTypeManager.refresh() callback to e.g.
ReadWriteNodeTypeManager() - Constructor for class org.apache.jackrabbit.oak.plugins.type.ReadWriteNodeTypeManager
 
ReadWriteOakDirectory - Class in org.apache.jackrabbit.oak.plugins.lucene
A red-write implementation of the Lucene Directory (a flat list of files) that allows to store Lucene index content in an Oak repository.
ReadWriteOakDirectory(NodeBuilder, CoreValueFactory) - Constructor for class org.apache.jackrabbit.oak.plugins.lucene.ReadWriteOakDirectory
 
rebase(ConflictHandler) - Method in interface org.apache.jackrabbit.oak.api.Root
Rebase this root instance to the latest revision.
rebase(ConflictHandler) - Method in class org.apache.jackrabbit.oak.core.RootImpl
 
ReferenceConstraint - Class in org.apache.jackrabbit.oak.plugins.type.constraint
 
ReferenceConstraint(String) - Constructor for class org.apache.jackrabbit.oak.plugins.type.constraint.ReferenceConstraint
 
refresh() - Method in interface org.apache.jackrabbit.oak.api.Root
Reverts all changes made to this root and refreshed to the latest trunk.
refresh() - Method in class org.apache.jackrabbit.oak.core.RootImpl
 
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.type.ReadWriteNodeTypeManager
Called by the ReadWriteNodeTypeManager implementation methods to refresh the state of the session associated with this instance.
register(Root) - Static method in class org.apache.jackrabbit.oak.plugins.type.BuiltInNodeTypes
Registers built in node types using the given Root.
registerDefinition(String, boolean, Set<String>) - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeRegistry
 
registerDefinition(String, boolean, Set<String>) - Method in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeProvider
Creates and registers a new custom privilege definition with the specified characteristics.
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.type.ReadOnlyNodeTypeManager
This implementation always throws a UnsupportedRepositoryOperationException.
registerNodeType(NodeTypeDefinition, boolean) - Method in class org.apache.jackrabbit.oak.plugins.type.ReadWriteNodeTypeManager
 
registerNodeTypes(NodeTypeDefinition[], boolean) - Method in class org.apache.jackrabbit.oak.plugins.type.ReadOnlyNodeTypeManager
This implementation always throws a UnsupportedRepositoryOperationException.
registerNodeTypes(Reader) - Method in class org.apache.jackrabbit.oak.plugins.type.ReadWriteNodeTypeManager
Utility method for registering node types from a CND format.
registerNodeTypes(NodeTypeDefinition[], boolean) - Method in class org.apache.jackrabbit.oak.plugins.type.ReadWriteNodeTypeManager
 
relax() - Static method in class org.apache.jackrabbit.oak.util.TODO
 
remove(String) - Method in class org.apache.jackrabbit.mk.simple.NodeListSmall
 
remove(String) - Method in class org.apache.jackrabbit.mk.simple.NodeListTrie
 
remove() - Method in interface org.apache.jackrabbit.oak.api.Tree
Remove this tree instance.
remove() - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
 
remove() - Method in class org.apache.jackrabbit.oak.core.TreeImpl.PropertyLocation
Remove the underlying property
remove() - Method in class org.apache.jackrabbit.oak.core.TreeImpl
 
remove(String, String) - Method in class org.apache.jackrabbit.oak.plugins.index.BTree
 
remove() - Method in class org.apache.jackrabbit.oak.plugins.index.Cursor.RangeIterator
 
remove() - Method in class org.apache.jackrabbit.oak.plugins.index.Cursor
 
REMOVE_NODE - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.Permissions
 
REMOVE_PROPERTY - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.Permissions
 
removedService(ServiceReference, Object) - Method in class org.apache.jackrabbit.oak.osgi.Activator
 
removedService(ServiceReference, Object) - Method in class org.apache.jackrabbit.oak.osgi.OsgiIndexProvider
 
removedService(ServiceReference, Object) - Method in class org.apache.jackrabbit.oak.osgi.OsgiValidatorProvider
 
removeMember(Tree, Tree) - Method in class org.apache.jackrabbit.oak.security.user.MembershipProviderImpl
 
removeMember(Principal) - Method in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
 
removeMember(Tree, Tree) - Method in interface org.apache.jackrabbit.oak.spi.security.user.MembershipProvider
 
removeNode(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
removeNode(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Remove a child node.
removeNode(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
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.ReadOnlyTree
 
removeProperty(String) - Method in class org.apache.jackrabbit.oak.core.TreeImpl
 
removeProperty(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
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
 
removeToken(TokenInfo) - Method in interface org.apache.jackrabbit.oak.security.authentication.token.TokenProvider
 
removeToken(TokenInfo) - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenProviderImpl
 
REP_ACTIVITIES - Static variable in interface org.apache.jackrabbit.oak.version.VersionConstants
 
REP_ADD_PROPERTIES - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
REP_AGGREGATES - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
REP_ALTER_PROPERTIES - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
REP_AUTHORIZABLE_ID - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
 
REP_CONFIGURATIONS - Static variable in interface org.apache.jackrabbit.oak.version.VersionConstants
 
REP_DISABLED - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
 
REP_IMPERSONATORS - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
 
REP_IS_ABSTRACT - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
REP_MEMBERS - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
 
REP_NAMESPACES - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
 
REP_OURS - Static variable in interface org.apache.jackrabbit.oak.plugins.type.NodeTypeConstants
 
REP_PASSWORD - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
 
REP_PRINCIPAL_NAME - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
 
REP_PRIVILEGE_MANAGEMENT - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
REP_PRIVILEGES - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
REP_REMOVE_PROPERTIES - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
REP_WRITE - Static variable in interface org.apache.jackrabbit.oak.security.privilege.PrivilegeConstants
 
replace(String, NodeId) - Method in class org.apache.jackrabbit.mk.simple.NodeListSmall
 
replace(String, NodeId) - Method in class org.apache.jackrabbit.mk.simple.NodeListTrie
 
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.plugins.memory.MemoryNodeBuilder
 
resetTokenExpiration(TokenInfo, long) - Method in interface org.apache.jackrabbit.oak.security.authentication.token.TokenProvider
 
resetTokenExpiration(TokenInfo, long) - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenProviderImpl
 
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, CoreValue) - 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, CoreValue) - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchScoreImpl
 
restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.JoinConditionImpl
 
restrict(FilterImpl, Operator, CoreValue) - Method in class org.apache.jackrabbit.oak.query.ast.LengthImpl
 
restrict(FilterImpl, Operator, CoreValue) - Method in class org.apache.jackrabbit.oak.query.ast.LowerCaseImpl
 
restrict(FilterImpl, Operator, CoreValue) - Method in class org.apache.jackrabbit.oak.query.ast.NodeLocalNameImpl
 
restrict(FilterImpl, Operator, CoreValue) - 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, Operator, CoreValue) - 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, CoreValue) - Method in class org.apache.jackrabbit.oak.query.ast.UpperCaseImpl
 
restrictFulltextCondition(String) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
restrictPath(String, Filter.PathRestriction) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
restrictProperty(String, Operator, CoreValue) - 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.JoinConditionImpl
 
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.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.
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 in memory.
RETENTION_MANAGEMENT - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.Permissions
 
returnValue(T) - Method in class org.apache.jackrabbit.oak.util.TODO
 
Revision - Class in org.apache.jackrabbit.mk.simple
A revision, including pointer to the root node of that revision.
revisionId - Variable in class org.apache.jackrabbit.oak.query.ResultImpl
 
Root - Interface in org.apache.jackrabbit.oak.api
The root of a Tree.
root - Variable in class org.apache.jackrabbit.oak.query.ResultImpl
 
RootImpl - Class in org.apache.jackrabbit.oak.core
 
RootImpl(NodeStore, String, Subject) - Constructor for class org.apache.jackrabbit.oak.core.RootImpl
New instance bases on a given NodeStore and a workspace
RootImpl.PurgeListener - Interface in org.apache.jackrabbit.oak.core
Purge listener.

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
 
SEARCH_TYPE_AUTHORIZABLE - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
Filter flag indicating that all Authorizables should be searched.
SEARCH_TYPE_GROUP - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
Filter flag indicating that only Groups should be searched and returned.
SEARCH_TYPE_USER - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
 
SecurityWrapper - Class in org.apache.jackrabbit.mk.wrapper
A microkernel prototype implementation that filters nodes based on simple access rights.
SecurityWrapper(MicroKernel, String, String) - Constructor for class org.apache.jackrabbit.mk.wrapper.SecurityWrapper
Decorates the given MicroKernel with authentication and authorization.
selector(String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
 
SelectorImpl - Class in org.apache.jackrabbit.oak.query.ast
A selector within a query.
SelectorImpl(String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.SelectorImpl
 
SessionQueryEngine - Interface in org.apache.jackrabbit.oak.api
The query engine allows to parse and execute queries.
SessionQueryEngineImpl - Class in org.apache.jackrabbit.oak.query
The query engine implementation bound to a session.
SessionQueryEngineImpl(ContentSession, QueryEngineImpl) - Constructor for class org.apache.jackrabbit.oak.query.SessionQueryEngineImpl
 
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
 
setBoolean(String, boolean) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
setChild(String, NodeImpl, long) - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
setConstraint(String) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.PasswordValidationAction
Set the password constraint.
setCredentials(Credentials) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.CredentialsCallback
Set the credentials.
setDate(String, long) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
setDescendantCount(boolean) - Method in class org.apache.jackrabbit.mk.simple.NodeMap
 
setDescendantInlineCount(int) - Method in class org.apache.jackrabbit.mk.simple.NodeMap
 
setDistinct(boolean) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
setExplain(boolean) - Method in class org.apache.jackrabbit.oak.query.Query
 
setGroupPrivilegeNames(String) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.AccessControlAction
Sets the privileges a new group will be granted on the group's home directory.
setHash(byte[]) - Method in class org.apache.jackrabbit.mk.simple.NodeId
 
setHook(CommitHook) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
 
setId(NodeId) - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
setLimit(long) - Method in class org.apache.jackrabbit.oak.query.Query
 
setLong(String, long) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
setMaxMemoryChildren(int) - Method in class org.apache.jackrabbit.mk.simple.NodeMap
 
setMeasure(boolean) - Method in class org.apache.jackrabbit.oak.query.Query
 
setMicroKernel(MicroKernel) - Method in class org.apache.jackrabbit.oak.query.Query
 
setMinSize(int) - Method in class org.apache.jackrabbit.oak.plugins.index.BTree
 
setName(String, String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
setNamePathMapper(NamePathMapper) - Method in class org.apache.jackrabbit.oak.query.Query
 
setNames(String, String...) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
setNode(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
setNode(String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Add a sub-tree
setNode(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
setNodeType(String) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
setObserver(Observer) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
 
setOffset(long) - Method in class org.apache.jackrabbit.oak.query.Query
 
setOuterJoin(boolean) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
Set whether this source is the right hand side of a left outer join.
setPath(String) - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
setPath(String) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
setPrincipalProvider(PrincipalProvider) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.PrincipalProviderCallback
Sets the PrincipalProvider that is being used during the authentication process.
setProperty(String, String) - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
setProperty(String, CoreValue) - Method in interface org.apache.jackrabbit.oak.api.Tree
Set a single valued property state
setProperty(String, List<CoreValue>) - Method in interface org.apache.jackrabbit.oak.api.Tree
Set a multivalued valued property state
setProperty(String, CoreValue) - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
 
setProperty(String, List<CoreValue>) - Method in class org.apache.jackrabbit.oak.core.ReadOnlyTree
 
setProperty(String, CoreValue) - Method in class org.apache.jackrabbit.oak.core.TreeImpl
 
setProperty(String, List<CoreValue>) - Method in class org.apache.jackrabbit.oak.core.TreeImpl
 
setProperty(String, CoreValue) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
setProperty(String, List<CoreValue>) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
 
setProperty(String, CoreValue) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Set a property.
setProperty(String, List<CoreValue>) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
Set a property.
setProperty(String, CoreValue) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
setProperty(String, List<CoreValue>) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
setProtectedProperty(Tree, String, String, int) - Method in interface org.apache.jackrabbit.oak.spi.security.user.UserProvider
 
setProtectedProperty(Tree, String, String[], int) - Method in interface org.apache.jackrabbit.oak.spi.security.user.UserProvider
 
setQueryConstraint(ConstraintImpl) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
Set the complete constraint of the query (the WHERE ...
setQueryEngine(QueryEngineImpl) - Method in class org.apache.jackrabbit.oak.query.Query
 
setRoot(Root) - Method in class org.apache.jackrabbit.oak.query.Query
 
setRoot(NodeState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStoreBranch
Updates the state of the content tree.
setSession(ContentSession) - Method in class org.apache.jackrabbit.oak.query.Query
 
setSetting(String, String) - Method in class org.apache.jackrabbit.mk.simple.NodeMap
 
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.
setTokenProvider(TokenProvider) - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenProviderCallback
Sets the TokenProvider that is being used during the authentication process.
setUserPrivilegeNames(String) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.AccessControlAction
Sets the privileges a new user will be granted on the user's home directory.
setValue(CoreValue) - Method in class org.apache.jackrabbit.oak.core.TreeImpl.PropertyLocation
Set the value of the underlying property
setValues(List<CoreValue>) - Method in class org.apache.jackrabbit.oak.core.TreeImpl.PropertyLocation
Set the values of the underlying property
setValues(String, Value[]) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
setValues(String, String[], int) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
 
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
 
SimpleKernelImpl - Class in org.apache.jackrabbit.mk.simple
A simple MicroKernel implementation.
SimpleKernelImpl(String) - Constructor for class org.apache.jackrabbit.mk.simple.SimpleKernelImpl
 
SinglePropertyState - Class in org.apache.jackrabbit.oak.plugins.memory
Single-valued property state.
SinglePropertyState(String, CoreValue) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.SinglePropertyState
 
size() - Method in class org.apache.jackrabbit.mk.simple.NodeListSmall
 
size() - Method in class org.apache.jackrabbit.mk.simple.NodeListTrie
 
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
 
split(String, String) - Static method in class org.apache.jackrabbit.oak.spi.query.IndexUtils
Splits a give path into its segments and optionally appends a new path to the resulting array
SQL2Parser - Class in org.apache.jackrabbit.oak.query
The SQL2 parser can convert a JCR-SQL2 query to a query.
SQL2Parser(CoreValueFactory) - Constructor for class org.apache.jackrabbit.oak.query.SQL2Parser
Create a new parser.
start(BundleContext) - Method in class org.apache.jackrabbit.oak.osgi.Activator
 
start(BundleContext) - Method in class org.apache.jackrabbit.oak.osgi.OsgiIndexProvider
 
start(BundleContext) - Method in class org.apache.jackrabbit.oak.osgi.OsgiValidatorProvider
 
startsWithHint(String) - Static method in class org.apache.jackrabbit.oak.kernel.CoreValueMapper
Returns true if the specified JSON String represents a value serialization that includes a leading type hint.
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
 
stop(BundleContext) - Method in class org.apache.jackrabbit.oak.osgi.Activator
 
stop() - Method in class org.apache.jackrabbit.oak.osgi.OsgiIndexProvider
 
stop() - Method in class org.apache.jackrabbit.oak.osgi.OsgiValidatorProvider
 
StringConstraint - Class in org.apache.jackrabbit.oak.plugins.type.constraint
 
StringConstraint(String) - Constructor for class org.apache.jackrabbit.oak.plugins.type.constraint.StringConstraint
 
StringValue - Class in org.apache.jackrabbit.oak.plugins.memory
 
StringValue(String) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.StringValue
 
subject - Variable in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
 
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.LoginModuleImpl
 
supportsRangeConditions() - Method in class org.apache.jackrabbit.oak.query.ast.DynamicOperandImpl
 
supportsRangeConditions() - Method in class org.apache.jackrabbit.oak.query.ast.NodeNameImpl
 
SYSTEM_PATHS - Static variable in interface org.apache.jackrabbit.oak.version.VersionConstants
 

T

TermFactory - Class in org.apache.jackrabbit.oak.plugins.lucene
TermFactory is a factory for Term instances with frequently used field names.
testPath(String) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
 
THEIRS - Static variable in class org.apache.jackrabbit.oak.core.DefaultConflictHandler
A ConflictHandler which always return Resolution#THEIRS.
throwRepositoryException() - Method in exception org.apache.jackrabbit.oak.api.CommitFailedException
Rethrow this exception cast into a RepositoryException: if the cause for this exception already is a RepositoryException, this exception is wrapped into the actual type of the cause and rethrown.
TmpPrincipalProvider - Class in org.apache.jackrabbit.oak.security.principal
ToRemovePrincipalProvider...
TmpPrincipalProvider() - Constructor for class org.apache.jackrabbit.oak.security.principal.TmpPrincipalProvider
 
TODO - Class in org.apache.jackrabbit.oak.util
Helper class for identifying partially implemented features and controlling their runtime behavior.
TOKEN_EXPIRATION - Static variable in interface org.apache.jackrabbit.oak.security.authentication.token.TokenProvider
Default expiration time in ms for login tokens is 2 hours.
TokenInfo - Interface in org.apache.jackrabbit.oak.security.authentication.token
TokenInfo...
TokenLoginModule - Class in org.apache.jackrabbit.oak.security.authentication.token
TokenLoginModule...
TokenLoginModule() - Constructor for class org.apache.jackrabbit.oak.security.authentication.token.TokenLoginModule
 
TokenProvider - Interface in org.apache.jackrabbit.oak.security.authentication.token
TokenProvider...
TokenProviderCallback - Class in org.apache.jackrabbit.oak.security.authentication.token
TokenContextCallback...
TokenProviderCallback() - Constructor for class org.apache.jackrabbit.oak.security.authentication.token.TokenProviderCallback
 
TokenProviderImpl - Class in org.apache.jackrabbit.oak.security.authentication.token
TokenProvider...
TokenProviderImpl(ContentSession, long, UserContext) - Constructor for class org.apache.jackrabbit.oak.security.authentication.token.TokenProviderImpl
 
toString() - Method in class org.apache.jackrabbit.mk.simple.NodeId
 
toString() - Method in class org.apache.jackrabbit.mk.simple.NodeImpl
 
toString() - Method in class org.apache.jackrabbit.mk.simple.NodeListSmall
 
toString() - Method in class org.apache.jackrabbit.mk.simple.Revision
 
toString() - Method in class org.apache.jackrabbit.mk.simple.SimpleKernelImpl
 
toString() - Method in class org.apache.jackrabbit.mk.wrapper.BranchMergeMicroKernel
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.index.BTreeLeaf
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.index.BTreeNode
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.lucene.LuceneIndex
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryValue
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.BooleanConstraint
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.NameConstraint
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.NumericConstraint
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.PathConstraint
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.ReferenceConstraint
 
toString() - Method in class org.apache.jackrabbit.oak.plugins.type.constraint.StringConstraint
 
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.LikePattern
 
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.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.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.index.FilterImpl
 
toString() - Method in class org.apache.jackrabbit.oak.query.Query
 
toString() - Method in class org.apache.jackrabbit.oak.query.ResultRowImpl
 
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.IndexDefinitionImpl
 
toString() - Method in class org.apache.jackrabbit.oak.spi.security.principal.AdminPrincipal
 
toString() - Method in class org.apache.jackrabbit.oak.spi.security.principal.AnonymousPrincipal
 
toString() - Method in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
 
toString() - Method in class org.apache.jackrabbit.oak.spi.security.principal.TreeBasedPrincipal
 
toString() - Method in class org.apache.jackrabbit.oak.spi.state.AbstractChildNodeEntry
Returns a string representation of this child node entry.
toString() - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
Returns a string representation of this child node entry.
TraversingCursor - Class in org.apache.jackrabbit.oak.query.index
A cursor that reads all nodes in a given subtree.
TraversingCursor(Filter, NodeState) - Constructor for class org.apache.jackrabbit.oak.query.index.TraversingCursor
 
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.
tree - Variable in class org.apache.jackrabbit.oak.plugins.index.BTreePage
 
Tree.Status - Enum in org.apache.jackrabbit.oak.api
Status of an item in a Tree
TreeBasedPrincipal - Class in org.apache.jackrabbit.oak.spi.security.principal
TreeBasedPrincipal...
TreeBasedPrincipal(Tree, PathMapper) - Constructor for class org.apache.jackrabbit.oak.spi.security.principal.TreeBasedPrincipal
 
TreeBasedPrincipal(String, Tree, PathMapper) - Constructor for class org.apache.jackrabbit.oak.spi.security.principal.TreeBasedPrincipal
 
TreeImpl - Class in org.apache.jackrabbit.oak.core
 
TreeImpl.NodeLocation - Class in org.apache.jackrabbit.oak.core
 
TreeImpl.NullLocation - Class in org.apache.jackrabbit.oak.core
 
TreeImpl.PropertyLocation - Class in org.apache.jackrabbit.oak.core
 
TreeLocation - Interface in org.apache.jackrabbit.oak.api
A TreeLocation denotes a location inside a tree.
TYPE - Static variable in interface org.apache.jackrabbit.oak.plugins.lucene.LuceneIndexConstants
 
Type - Enum in org.apache.jackrabbit.oak.spi.security.user
The different authorizable types.
TYPE_PREFIX - Static variable in interface org.apache.jackrabbit.oak.plugins.index.PropertyIndexConstants
The node name prefix of a prefix index.
TYPE_PROPERTY - Static variable in interface org.apache.jackrabbit.oak.plugins.index.PropertyIndexConstants
The node name prefix of a property index.
TYPE_PROPERTY_NAME - Static variable in interface org.apache.jackrabbit.oak.spi.query.IndexDefinition
 
TypeValidatorProvider - Class in org.apache.jackrabbit.oak.plugins.type
 
TypeValidatorProvider() - Constructor for class org.apache.jackrabbit.oak.plugins.type.TypeValidatorProvider
 

U

unimplemented() - Static method in class org.apache.jackrabbit.oak.util.TODO
 
UNIQUE - Static variable in interface org.apache.jackrabbit.oak.plugins.index.PropertyIndexConstants
Marks a unique index.
UNIQUE_PROPERTY_NAME - Static variable in interface org.apache.jackrabbit.oak.spi.query.IndexDefinition
 
UniqueIndex - Class in org.apache.jackrabbit.oak.plugins.unique
 
UniqueIndex() - Constructor for class org.apache.jackrabbit.oak.plugins.unique.UniqueIndex
 
UniqueIndexHook - Class in org.apache.jackrabbit.oak.plugins.unique
Commit hook for validating uniqueness constraints and maintaining indices of unique properties.
UniqueIndexHook() - Constructor for class org.apache.jackrabbit.oak.plugins.unique.UniqueIndexHook
 
UniqueIndexValidator - Class in org.apache.jackrabbit.oak.plugins.unique
 
UniqueIndexValidator(String, NodeState) - Constructor for class org.apache.jackrabbit.oak.plugins.unique.UniqueIndexValidator
 
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.type.ReadOnlyNodeTypeManager
This implementation always throws a UnsupportedRepositoryOperationException.
unregisterNodeType(String) - Method in class org.apache.jackrabbit.oak.plugins.type.ReadWriteNodeTypeManager
 
unregisterNodeTypes(String[]) - Method in class org.apache.jackrabbit.oak.plugins.type.ReadOnlyNodeTypeManager
This implementation always throws a UnsupportedRepositoryOperationException.
unregisterNodeTypes(String[]) - Method in class org.apache.jackrabbit.oak.plugins.type.ReadWriteNodeTypeManager
 
unsupported() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
 
unwrap(MicroKernelWrapper) - Static method in class org.apache.jackrabbit.mk.wrapper.MicroKernelWrapperBase
Unwrap a wrapped MicroKernel implementation previously created by MicroKernelWrapperBase.wrap(org.apache.jackrabbit.mk.api.MicroKernel);
updated() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
Called whenever this node is modified, i.e.
updateEnd(String) - Method in class org.apache.jackrabbit.oak.plugins.index.Indexer
Deprecated. Finish updating the index.
updateHash(NodeMap, OutputStream) - Method in class org.apache.jackrabbit.mk.simple.NodeListSmall
 
updateHash(NodeMap, OutputStream) - Method in class org.apache.jackrabbit.mk.simple.NodeListTrie
 
updateIndex(String, JsopReader, String) - Method in class org.apache.jackrabbit.oak.plugins.index.Indexer
Deprecated. Update the index with the given changes.
updateUntil(String) - Method in interface org.apache.jackrabbit.oak.plugins.index.BTreeHelper
 
updateUntil(String) - Method in class org.apache.jackrabbit.oak.plugins.index.Indexer
Deprecated.  
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
 
USER_MANAGEMENT - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.Permissions
 
UserConfig - Class in org.apache.jackrabbit.oak.spi.security.user
UserManagerConfig provides utilities to retrieve configuration options related to user management.
UserConfig(String) - Constructor for class org.apache.jackrabbit.oak.spi.security.user.UserConfig
 
UserConfig(String, Map<String, Object>, Set<AuthorizableAction>) - Constructor for class org.apache.jackrabbit.oak.spi.security.user.UserConfig
 
UserConstants - Interface in org.apache.jackrabbit.oak.spi.security.user
UserConstants...
UserContext - Interface in org.apache.jackrabbit.oak.spi.security.user
UserContext...
UserContextImpl - Class in org.apache.jackrabbit.oak.security.user
UserContextImpl...
UserContextImpl() - Constructor for class org.apache.jackrabbit.oak.security.user.UserContextImpl
 
UserContextImpl(UserConfig) - Constructor for class org.apache.jackrabbit.oak.security.user.UserContextImpl
 
UserProvider - Interface in org.apache.jackrabbit.oak.spi.security.user
UserProvider deals with with creating and resolving repository content associated with Users and Groups.
UserValidatorProvider - Class in org.apache.jackrabbit.oak.security.user
Provides a validator for user and group management.
UserValidatorProvider(UserConfig) - Constructor for class org.apache.jackrabbit.oak.security.user.UserValidatorProvider
 

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
 
ValidatingHook - Class in org.apache.jackrabbit.oak.spi.commit
This commit hook implementation validates the changes to be committed against the Validator provided by the ValidatorProvider passed to the class' constructor.
ValidatingHook(ValidatorProvider) - Constructor for class org.apache.jackrabbit.oak.spi.commit.ValidatingHook
Create a new commit hook which validates the commit against all Validators provided by validatorProvider.
ValidatingHook(ValidatorProvider...) - Constructor for class org.apache.jackrabbit.oak.spi.commit.ValidatingHook
 
ValidatingHook(Validator) - Constructor for class org.apache.jackrabbit.oak.spi.commit.ValidatingHook
 
ValidatingHook(List<? extends Validator>) - Constructor for class org.apache.jackrabbit.oak.spi.commit.ValidatingHook
 
ValidatingHook(Validator...) - Constructor for class org.apache.jackrabbit.oak.spi.commit.ValidatingHook
 
Validator - Interface in org.apache.jackrabbit.oak.spi.commit
Content change validator.
ValidatorProvider - Interface in org.apache.jackrabbit.oak.spi.commit
Extension point for plugging in different kinds of validation rules for content changes.
valueConstraint(int, String) - Static method in class org.apache.jackrabbit.oak.plugins.type.constraint.Constraints
 
valueOf(String) - Static method in enum org.apache.jackrabbit.oak.api.ConflictHandler.Resolution
Returns the enum constant of this type with the specified name.
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.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.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.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.jackrabbit.oak.api.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.api.Tree.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.apache.jackrabbit.oak.plugins.index.BTreePage
 
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.query.Filter.PathRestriction
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.security.user.Type
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_MANAGEMENT - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.Permissions
 
VERSION_NODE_NAMES - Static variable in interface org.apache.jackrabbit.oak.version.VersionConstants
 
VERSION_NODE_TYPE_NAMES - Static variable in interface org.apache.jackrabbit.oak.version.VersionConstants
 
VERSION_PROPERTY_NAMES - Static variable in interface org.apache.jackrabbit.oak.version.VersionConstants
 
VERSION_STORE_PATH - Static variable in interface org.apache.jackrabbit.oak.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.

VersionConstants - Interface in org.apache.jackrabbit.oak.version
VersionConstants...
VirtualRepositoryWrapper - Class in org.apache.jackrabbit.mk.wrapper
A microkernel prototype implementation that distributes nodes based on the path, using a fixed configuration.
VirtualRepositoryWrapper(MicroKernel) - Constructor for class org.apache.jackrabbit.mk.wrapper.VirtualRepositoryWrapper
 
visit(NodeImpl.ChildVisitor) - Method in class org.apache.jackrabbit.mk.simple.NodeListSmall
 
visit(NodeImpl.ChildVisitor) - Method in class org.apache.jackrabbit.mk.simple.NodeListTrie
 
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(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(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(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(Query) - 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.

W

waitForCommit(String, long) - Method in class org.apache.jackrabbit.mk.index.IndexWrapper
Deprecated.  
waitForCommit(String, long) - Method in class org.apache.jackrabbit.mk.simple.SimpleKernelImpl
 
waitForCommit(String, long) - Method in class org.apache.jackrabbit.mk.wrapper.BranchMergeMicroKernel
 
waitForCommit(String, long) - Method in class org.apache.jackrabbit.mk.wrapper.LogWrapper
 
waitForCommit(String, long) - Method in class org.apache.jackrabbit.mk.wrapper.SecurityWrapper
 
waitForCommit(String, long) - Method in class org.apache.jackrabbit.mk.wrapper.VirtualRepositoryWrapper
 
WORKSPACE_MANAGEMENT - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.Permissions
 
wrap(MicroKernel) - Static method in class org.apache.jackrabbit.mk.wrapper.MicroKernelWrapperBase
Wrap a MicroKernel implementation so that the MicroKernelWrapper interface can be used.
write(InputStream) - Method in class org.apache.jackrabbit.mk.index.IndexWrapper
Deprecated.  
write(InputStream) - Method in class org.apache.jackrabbit.mk.simple.SimpleKernelImpl
 
write(InputStream) - Method in class org.apache.jackrabbit.mk.wrapper.BranchMergeMicroKernel
 
write(InputStream) - Method in class org.apache.jackrabbit.mk.wrapper.LogWrapper
 
write(InputStream) - Method in class org.apache.jackrabbit.mk.wrapper.SecurityWrapper
 
write(InputStream) - Method in class org.apache.jackrabbit.mk.wrapper.VirtualRepositoryWrapper
 

X

XPathToSQL2Converter - Class in org.apache.jackrabbit.oak.query
This class can can convert a XPATH query to a SQL2 query.
XPathToSQL2Converter() - Constructor for class org.apache.jackrabbit.oak.query.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 The Apache Software Foundation. All Rights Reserved.