- abort() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
- abort() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.GuestLoginModule
-
- ABORT - Static variable in class org.apache.jackrabbit.oak.spi.xml.ImportBehavior
-
Aborts the import as soon as invalid values are detected throwing
a ConstraintViolationException
.
- AbstractAccessControlList - Class in org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol
-
Abstract base implementation of the JackrabbitAccessControlList
interface.
- AbstractAccessControlList(String, NamePathMapper) - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlList
-
- AbstractAccessControlManager - Class in org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol
-
Default implementation of the JackrabbitAccessControlManager
interface.
- AbstractAccessControlManager(Root, NamePathMapper, SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlManager
-
- AbstractAuthorizableAction - Class in org.apache.jackrabbit.oak.spi.security.user.action
-
Abstract implementation of the AuthorizableAction
interface that
doesn't perform any action.
- AbstractAuthorizableAction() - Constructor for class org.apache.jackrabbit.oak.spi.security.user.action.AbstractAuthorizableAction
-
- AbstractBlob - Class in org.apache.jackrabbit.oak.plugins.memory
-
Abstract base class for
Blob
implementations.
- AbstractBlob(HashCode) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.AbstractBlob
-
- AbstractBlob() - Constructor for class org.apache.jackrabbit.oak.plugins.memory.AbstractBlob
-
- AbstractChildNodeEntry - Class in org.apache.jackrabbit.oak.spi.state
-
- AbstractChildNodeEntry() - Constructor for class org.apache.jackrabbit.oak.spi.state.AbstractChildNodeEntry
-
- AbstractLazyIterator<T> - Class in org.apache.jackrabbit.oak.util
-
AbstractLazyIterator
provides basic iteration methods for a lazy loading iterator that does not support
remove.
- AbstractLazyIterator() - Constructor for class org.apache.jackrabbit.oak.util.AbstractLazyIterator
-
- AbstractLoginModule - Class in org.apache.jackrabbit.oak.spi.security.authentication
-
Abstract implementation of the
LoginModule
interface that can act
as base class for login modules that aim to authenticate subjects against
information stored in the content repository.
- AbstractLoginModule() - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
- AbstractNodeState - Class in org.apache.jackrabbit.oak.spi.state
-
Abstract base class for
NodeState
implementations.
- AbstractNodeState() - Constructor for class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
- AbstractNodeStoreBranch<S extends NodeStore,N extends NodeState> - Class in org.apache.jackrabbit.oak.spi.state
-
A base implementation of a node store branch, which supports partially
persisted branches.
- AbstractNodeStoreBranch(S, ChangeDispatcher, N) - Constructor for class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
-
- AbstractNodeStoreBranch(S, ChangeDispatcher, N, long) - Constructor for class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
-
- AbstractPropertyState - Class in org.apache.jackrabbit.oak.plugins.memory
-
- AbstractPropertyState() - Constructor for class org.apache.jackrabbit.oak.plugins.memory.AbstractPropertyState
-
- AbstractRebaseDiff - Class in org.apache.jackrabbit.oak.spi.state
-
AbstractRebaseDiff
serves as base for rebase implementations.
- AbstractRebaseDiff(NodeBuilder) - Constructor for class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
-
- AbstractRestrictionProvider - Class in org.apache.jackrabbit.oak.spi.security.authorization.restriction
-
- AbstractRestrictionProvider(Map<String, ? extends RestrictionDefinition>) - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.restriction.AbstractRestrictionProvider
-
- AbstractRoot - Class in org.apache.jackrabbit.oak.core
-
- AbstractRoot(NodeStore, CommitHook, String, Subject, SecurityProvider, QueryIndexProvider) - Constructor for class org.apache.jackrabbit.oak.core.AbstractRoot
-
New instance bases on a given
NodeStore
and a workspace
- AbstractServiceTracker<T> - Class in org.apache.jackrabbit.oak.spi.whiteboard
-
AbstractServiceTracker
is a base class for composite components
that dynamically look up the available component services from the
whiteboard.
- AbstractServiceTracker(Class<T>) - Constructor for class org.apache.jackrabbit.oak.spi.whiteboard.AbstractServiceTracker
-
- AbstractStore - Class in org.apache.jackrabbit.oak.plugins.segment
-
- AbstractStore(int) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.AbstractStore
-
- AbstractTree - Class in org.apache.jackrabbit.oak.core
-
AbstractTree
provides default implementations for most
read methods of Tree
.
- AbstractTree(String, NodeBuilder) - Constructor for class org.apache.jackrabbit.oak.core.AbstractTree
-
Create a new AbstractTree
instance
- AC_NODETYPE_NAMES - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
-
- accept(FullTextVisitor) - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextAnd
-
- accept(FullTextVisitor) - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextExpression
-
Let the expression call the applicable visit method of the visitor.
- accept(FullTextVisitor) - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextOr
-
- accept(FullTextVisitor) - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextTerm
-
- ACCESS - Static variable in exception org.apache.jackrabbit.oak.api.CommitFailedException
-
Type name for access violation (i.e.
- ACCESS_CONTROL - Static variable in exception org.apache.jackrabbit.oak.api.CommitFailedException
-
Type name for access control violation errors.
- accessControl(PermissionProvider) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.FilterBuilder
-
A condition that hold for accessible items as determined by the passed permission
provider.
- AccessControlAction - Class in org.apache.jackrabbit.oak.spi.security.user.action
-
The AccessControlAction
allows to setup permissions upon creation
of a new authorizable; namely the privileges the new authorizable should be
granted on it's own 'home directory' being represented by the new node
associated with that new authorizable.
- AccessControlAction() - Constructor for class org.apache.jackrabbit.oak.spi.security.user.action.AccessControlAction
-
- AccessControlConstants - Interface in org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol
-
Constants for the default access control management implementation and
and for built-in access control related node types.
- AccessControlImporter - Class in org.apache.jackrabbit.oak.security.authorization.accesscontrol
-
- AccessControlImporter() - Constructor for class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlImporter
-
- AccessControlManagerImpl - Class in org.apache.jackrabbit.oak.security.authorization.accesscontrol
-
Default implementation of the JackrabbitAccessControlManager
interface.
- AccessControlManagerImpl(Root, NamePathMapper, SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlManagerImpl
-
- AccessControlValidatorProvider - Class in org.apache.jackrabbit.oak.security.authorization.accesscontrol
-
AccessControlValidatorProvider
aimed to provide a root validator
that makes sure access control related content modifications (adding, modifying
and removing access control policies) are valid according to the
constraints defined by this access control implementation.
- AccessControlValidatorProvider(SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlValidatorProvider
-
- ACE - Class in org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol
-
Default implementation of the JackrabbitAccessControlEntry
interface.
- ACE(Principal, PrivilegeBits, boolean, Set<Restriction>, NamePathMapper) - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ACE
-
- ACE_PROPERTY_NAMES - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
-
- ACFilter - Class in org.apache.jackrabbit.oak.plugins.observation.filter
-
EventTypeFilter
filters based on the access rights of the observing session.
- ACFilter(NodeState, NodeState, PermissionProvider, String) - Constructor for class org.apache.jackrabbit.oak.plugins.observation.filter.ACFilter
-
Create a new Filter
instance that includes an event when the
observing session has sufficient permissions to read the associated item.
- activate(ComponentContext) - Method in class org.apache.jackrabbit.oak.osgi.OsgiSecurityProvider
-
- activate(BundleContext, Map<String, ?>) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStoreService
-
- activate(ComponentContext) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService
-
- activate(ComponentContext) - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationBase
-
- activate(ComponentContext) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider
-
- Activator - Class in org.apache.jackrabbit.oak.osgi
-
- Activator() - Constructor for class org.apache.jackrabbit.oak.osgi.Activator
-
- ACTIVITIES_PATH - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
-
Quote from JSR 283 Section "15.12.3 Activity Storage"
Activities are persisted as nodes of type nt:activity under system-generated
node names in activity storage below /jcr:system/jcr:activities.
Similar to the /jcr:system/jcr:versionStorage subgraph, the activity storage
is a single repository wide store, but is reflected into each workspace.
- add(Revision, Revision) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.Revision.RevisionComparator
-
Add the revision to the top of the queue for the given cluster node.
- add(PrivilegeBits) - Method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
-
Adds the other privilege bits to this instance.
- ADD_NODE - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- ADD_PROPERTY - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- addAccessControlEntry(Principal, Privilege[]) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlList
-
- addChild(String) - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Add a child with the given name
.
- addChild(String) - Method in class org.apache.jackrabbit.oak.core.ImmutableTree
-
- addChild(String) - Method in class org.apache.jackrabbit.oak.core.MutableTree
-
- addChild(String, String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
Adds a new child tree with the given name and primary type name.
- addChild(Tree, String, String, Tree, String) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
-
- addConfiguration(T) - Method in class org.apache.jackrabbit.oak.spi.security.CompositeConfiguration
-
- addCustomMapping(NodeBuilder, String, String) - Static method in class org.apache.jackrabbit.oak.plugins.name.Namespaces
-
- addDifference(PrivilegeBits, PrivilegeBits) - Method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
-
Subtracts the b
from a
and adds the result (diff)
to this instance.
- addEntry(Principal, Privilege[], boolean) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlList
-
- addEntry(Principal, Privilege[], boolean, Map<String, Value>) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlList
-
- addEntry(Principal, Privilege[], boolean, Map<String, Value>) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ImmutableACL
-
- addEntry(Principal, Privilege[], boolean, Map<String, Value>, Map<String, Value[]>) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ImmutableACL
-
- addExistingNode(NodeBuilder, String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.AnnotatingConflictHandler
-
- addExistingNode(NodeBuilder, String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictHandlerWrapper
-
- addExistingNode(NodeBuilder, String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.DefaultConflictHandler
-
- addExistingNode(NodeBuilder, String, NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.ConflictHandler
-
The node ours
has been added to parent
which conflicts
with node theirs
which has been added in the persistence store.
- addExistingNode(NodeBuilder, String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
-
Called when the node after
was added on the branch but the node
exists already in the trunk.
- addExistingNode(NodeBuilder, String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
-
- addExistingProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.AnnotatingConflictHandler
-
- addExistingProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ChildOrderConflictHandler
-
- addExistingProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictHandlerWrapper
-
- addExistingProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.DefaultConflictHandler
-
- addExistingProperty(NodeBuilder, PropertyState, PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.ConflictHandler
-
The property ours
has been added to parent
which conflicts
with property theirs
which has been added in the persistence store.
- addExistingProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
-
Called when the property after
was added on the branch but the property
exists already in the trunk.
- addExistingProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
-
- addingService(ServiceReference) - Method in class org.apache.jackrabbit.oak.osgi.Activator
-
- addingService(ServiceReference) - Method in class org.apache.jackrabbit.oak.osgi.ObserverTracker
-
- addJoinCondition(JoinConditionImpl, boolean) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
-
Add the join condition (the ON ...
- addMember(Principal) - Method in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
-
- addMixin(Tree, String, Tree, String) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
-
- addMove(String, String) - Method in class org.apache.jackrabbit.oak.spi.commit.MoveTracker
-
- addMove(String, String, Tree.Status) - Method in class org.apache.jackrabbit.oak.spi.commit.MoveTracker
-
- addObserver(Observer) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
-
- addObserver(Observer) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStore
-
- addObserver(Observer) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStore
-
- addObserver(Observer) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService
-
- addObserver(Observer) - Method in class org.apache.jackrabbit.oak.spi.commit.ChangeDispatcher
-
Register a new
Observer
for receiving notifications about changes reported to
this change dispatcher.
- addObserver(Observer) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeObserver
-
- addObserver(Observer) - Method in interface org.apache.jackrabbit.oak.spi.commit.Observable
-
Register a new Observer
.
- addOrderBy(Order) - Method in class org.apache.jackrabbit.oak.query.xpath.Statement
-
- addSelectColumn(Expression.Property) - Method in class org.apache.jackrabbit.oak.query.xpath.Statement
-
- addValue(T) - Method in class org.apache.jackrabbit.oak.util.PropertyBuilder
-
- AdminPrincipal - Interface in org.apache.jackrabbit.oak.spi.security.principal
-
Principal used to mark an administrator.
- AggregateIndex - Class in org.apache.jackrabbit.oak.plugins.index.aggregate
-
A virtual full-text that can aggregate nodes based on aggregate definitions.
- AggregateIndex(QueryIndex.FulltextQueryIndex) - Constructor for class org.apache.jackrabbit.oak.plugins.index.aggregate.AggregateIndex
-
- AggregateIndexProvider - Class in org.apache.jackrabbit.oak.plugins.index.aggregate
-
A provider for aggregate indexes.
- all(FilterBuilder.Condition...) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.FilterBuilder
-
A compound condition that holds when all of its constituents hold.
- all(EventFilter...) - Static method in class org.apache.jackrabbit.oak.plugins.observation.filter.Filters
-
A filter that matches if and only if all of the filters passed to this
method matches.
- all(List<EventFilter>) - Static method in class org.apache.jackrabbit.oak.plugins.observation.filter.Filters
-
A filter that matches if and only if all of the filters passed to this
method matches.
- ALL - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- ALL - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.RepositoryPermission
-
- ALL - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.TreePermission
-
- allJoinConditions - Variable in class org.apache.jackrabbit.oak.query.ast.SourceImpl
-
The list of all join conditions this selector is involved.
- AllPermissions - Class in org.apache.jackrabbit.oak.security.authorization.permission
-
Implementation of the CompiledPermissions
interface that grants full
permission everywhere.
- and(ConstraintImpl, ConstraintImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
-
- AndImpl - Class in org.apache.jackrabbit.oak.query.ast
-
An AND condition.
- AndImpl(ConstraintImpl, ConstraintImpl) - Constructor for class org.apache.jackrabbit.oak.query.ast.AndImpl
-
- annotateSourcePath() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
Annotate this builder with its source path if this builder has not
been transiently added.
- AnnotatingConflictHandler - Class in org.apache.jackrabbit.oak.plugins.commit
-
This
ConflictHandler
implementation resolves conflicts to
Resolution#THEIRS
and in addition marks nodes where a conflict
occurred with the mixin
rep:MergeConflict
:
- AnnotatingConflictHandler() - Constructor for class org.apache.jackrabbit.oak.plugins.commit.AnnotatingConflictHandler
-
- any(FilterBuilder.Condition...) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.FilterBuilder
-
A compound condition that holds when any of its constituents hold.
- any(EventFilter...) - Static method in class org.apache.jackrabbit.oak.plugins.observation.filter.Filters
-
A filter that matches if and only if any of the filters passed to this
method matches.
- any(List<EventFilter>) - Static method in class org.apache.jackrabbit.oak.plugins.observation.filter.Filters
-
A filter that matches if and only if any of the filters passed to this
method matches.
- append(JsopWriter, boolean) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.Node
-
- apply(K) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
- apply(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.BooleanConstraint
-
- apply(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.NameConstraint
-
- apply(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.NumericConstraint
-
- apply(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.PathConstraint
-
- apply(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.ReferenceConstraint
-
- apply(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.StringConstraint
-
- apply(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.TypePredicate
-
- apply(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.PropertyPredicate
-
- apply(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.UuidPredicate
-
- apply(NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.ApplyDiff
-
- applyChanges(Revision, String, boolean, boolean, boolean, boolean, ArrayList<String>, ArrayList<String>) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStore
-
Apply the changes of a node to the cache.
- applyChanges(Document, UpdateOp, Comparator<Revision>) - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.UpdateUtils
-
Apply the changes to the in-memory document.
- ApplyDiff - Class in org.apache.jackrabbit.oak.spi.state
-
A node state diff handler that applies all reported changes
as-is to the given node builder.
- ApplyDiff(NodeBuilder) - Constructor for class org.apache.jackrabbit.oak.spi.state.ApplyDiff
-
- applyToCache(boolean) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.Commit
-
Apply the changes to the MongoMK (to update the cache).
- array(Type<T>) - Static method in class org.apache.jackrabbit.oak.util.PropertyBuilder
-
Create a new instance for building array PropertyState
instances
of the given type
.
- array(Type<T>, String) - Static method in class org.apache.jackrabbit.oak.util.PropertyBuilder
-
Create a new instance for building array PropertyState
instances
of the given type
.
- ArrayBasedBlob - Class in org.apache.jackrabbit.oak.plugins.memory
-
This Blob
implementations is based on an array of bytes.
- ArrayBasedBlob(byte[]) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.ArrayBasedBlob
-
- asBranchRevision() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.Revision
-
Returns a revision with the same timestamp, counter and clusterId as this
revision and the branch flag set to true
.
- ascending(DynamicOperandImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
-
- asMap() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
- asPropertyState(String) - Method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
-
- asRepositoryException() - Method in exception org.apache.jackrabbit.oak.api.CommitFailedException
-
Wraps the given
CommitFailedException
instance using the
appropriate
RepositoryException
subclass based on the
type
of the given exception.
- asRepositoryException(String) - Method in exception org.apache.jackrabbit.oak.api.CommitFailedException
-
Wraps the given
CommitFailedException
instance using the
appropriate
RepositoryException
subclass based on the
type
of the given exception.
- assignFrom(PropertyState) - Method in class org.apache.jackrabbit.oak.util.PropertyBuilder
-
- AstElementFactory - Class in org.apache.jackrabbit.oak.query.ast
-
A factory for syntax tree elements.
- AstElementFactory() - Constructor for class org.apache.jackrabbit.oak.query.ast.AstElementFactory
-
- asTrunkRevision() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.Revision
-
Returns a revision with the same timestamp, counter and clusterId as this
revision and the branch flag set to false
.
- AstVisitor - Interface in org.apache.jackrabbit.oak.query.ast
-
A visitor to access all elements.
- AstVisitorBase - Class in org.apache.jackrabbit.oak.query.ast
-
The base class to visit all elements.
- AstVisitorBase() - Constructor for class org.apache.jackrabbit.oak.query.ast.AstVisitorBase
-
- ASYNC_PROPERTY_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.index.IndexConstants
-
- asyncDelay - Variable in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStore
-
The delay for asynchronous operations (delayed commit propagation and
cache update).
- AsyncIndexUpdate - Class in org.apache.jackrabbit.oak.plugins.index
-
- AsyncIndexUpdate(String, NodeStore, IndexEditorProvider) - Constructor for class org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate
-
- authenticate(LdapUser) - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.JndiLdapSearch
-
- authenticate(LdapUser) - Method in interface org.apache.jackrabbit.oak.security.authentication.ldap.LdapSearch
-
- authenticate(Credentials) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.Authentication
-
Validates the specified Credentials
and returns true
if
the validation was successful.
- Authentication - Interface in org.apache.jackrabbit.oak.spi.security.authentication
-
The
Authentication
interface defines methods to validate
Credentials
during the
login step
of the
authentication process.
- AuthenticationConfiguration - Interface in org.apache.jackrabbit.oak.spi.security.authentication
-
Interface for the authentication setup.
- AuthenticationConfigurationImpl - Class in org.apache.jackrabbit.oak.security.authentication
-
Default implementation of the
AuthenticationConfiguration
with the
following characteristics:
LoginContextProvider
: Returns the default implementation of
LoginContextProvider
that handles standard JAAS based logins and
deals with pre-authenticated subjects.
- AuthenticationConfigurationImpl() - Constructor for class org.apache.jackrabbit.oak.security.authentication.AuthenticationConfigurationImpl
-
- AuthenticationConfigurationImpl(SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.security.authentication.AuthenticationConfigurationImpl
-
- AuthInfo - Interface in org.apache.jackrabbit.oak.api
-
AuthInfo
instances provide access to information related
to authentication and authorization of a given content session.
- AuthInfoImpl - Class in org.apache.jackrabbit.oak.spi.security.authentication
-
Default implementation of the AuthInfo interface.
- AuthInfoImpl(String, Map<String, ?>, Set<? extends Principal>) - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.AuthInfoImpl
-
- AuthorizableAction - Interface in org.apache.jackrabbit.oak.spi.security.user.action
-
- AuthorizableActionProvider - Interface in org.apache.jackrabbit.oak.spi.security.user.action
-
AuthorizableActionProvider
is used to provide AuthorizableAction
s
for each instance of UserManager
.
- AuthorizableNodeName - Interface in org.apache.jackrabbit.oak.spi.security.user
-
The AuthorizableNodeName
is in charge of generating a valid node
name from a given authorizable ID.
- AuthorizableNodeName.Default - Class in org.apache.jackrabbit.oak.spi.security.user
-
Default implementation of the AuthorizableNodeName
interface
that uses the specified authorizable identifier as node name
escaping
any illegal JCR chars.
- AuthorizableNodeName.Default() - Constructor for class org.apache.jackrabbit.oak.spi.security.user.AuthorizableNodeName.Default
-
- AuthorizableType - Enum in org.apache.jackrabbit.oak.spi.security.user
-
The different authorizable types.
- AuthorizationConfiguration - Interface in org.apache.jackrabbit.oak.spi.security.authorization
-
Configuration for access control management and permission evaluation.
- AuthorizationConfigurationImpl - Class in org.apache.jackrabbit.oak.security.authorization
-
Default implementation of the AccessControlConfiguration
.
- AuthorizationConfigurationImpl() - Constructor for class org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl
-
- AuthorizationConfigurationImpl(SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl
-
- autoCreateItems(Tree, Tree, Tree, String) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
-
- autoCreateProperty(String, Tree, String) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
-
- autoSave(boolean) - Method in class org.apache.jackrabbit.oak.security.user.autosave.AutoSaveEnabledManager
-
- autoSave(boolean) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
-
Changing the auto-save behavior is not supported by this implementation
and this method always throws UnsupportedRepositoryOperationException
- AutoSaveEnabledManager - Class in org.apache.jackrabbit.oak.security.user.autosave
-
Implementation of the user management that allows to set the autosave flag.
- AutoSaveEnabledManager(UserManager, Root) - Constructor for class org.apache.jackrabbit.oak.security.user.autosave.AutoSaveEnabledManager
-
- available() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
-
- CACHE - Static variable in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService
-
- cacheInfoAsString() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Gathers the stats of the cache for logging.
- cacheInfoAsString() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
-
- CacheLIRS<K,V> - Class in org.apache.jackrabbit.oak.cache
-
A scan resistant cache.
- CacheLIRS(int) - Constructor for class org.apache.jackrabbit.oak.cache.CacheLIRS
-
Create a new cache with the given number of entries, and the default
settings (an average size of 1 per entry, 16 segments, and stack move
distance equals to the maximum number of entries divided by 100).
- CacheLIRS.Builder - Class in org.apache.jackrabbit.oak.cache
-
A builder for the cache.
- CacheLIRS.Builder() - Constructor for class org.apache.jackrabbit.oak.cache.CacheLIRS.Builder
-
- CacheStats - Class in org.apache.jackrabbit.oak.cache
-
Cache statistics.
- CacheStats(Cache<?, ?>, String, Weigher<?, ?>, long) - Constructor for class org.apache.jackrabbit.oak.cache.CacheStats
-
- CacheStatsMBean - Interface in org.apache.jackrabbit.oak.api.jmx
-
- CacheValue - Interface in org.apache.jackrabbit.oak.cache
-
A cache value.
- calculatePermissions(PrivilegeBits, PrivilegeBits, boolean) - Static method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
-
Calculate the granted permissions by evaluating the given privileges.
- calculateSha256(Blob) - Static method in class org.apache.jackrabbit.oak.plugins.memory.AbstractBlob
-
- call(Callable<T>) - Method in class org.apache.jackrabbit.oak.util.TODO
-
- callbackHandler - Variable in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
- canConvert(int, int) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
-
- canRead() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.TreePermission
-
- canRead(PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.TreePermission
-
- canReadAll() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.TreePermission
-
- canReadProperties() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.TreePermission
-
- canRestrictSelector(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.DynamicOperandImpl
-
Check whether the condition can be applied to a selector (to restrict the
selector).
- canRestrictSelector(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchScoreImpl
-
- canRestrictSelector(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.LengthImpl
-
- canRestrictSelector(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.LowerCaseImpl
-
- canRestrictSelector(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.NodeLocalNameImpl
-
- canRestrictSelector(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.NodeNameImpl
-
- canRestrictSelector(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
-
- canRestrictSelector(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.UpperCaseImpl
-
- changeChangedProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.AnnotatingConflictHandler
-
- changeChangedProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ChildOrderConflictHandler
-
- changeChangedProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictHandlerWrapper
-
- changeChangedProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.DefaultConflictHandler
-
- changeChangedProperty(NodeBuilder, PropertyState, PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.ConflictHandler
-
The property ours
has been changed in parent
while it was
also changed to a different value (theirs
) in the persistence store.
- changeChangedProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
-
Called when the property after
was changed on the branch but was
already changed to before
in the trunk.
- changeChangedProperty(NodeBuilder, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
-
- changeDeletedNode(NodeBuilder, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.AnnotatingConflictHandler
-
- changeDeletedNode(NodeBuilder, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictHandlerWrapper
-
- changeDeletedNode(NodeBuilder, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.DefaultConflictHandler
-
- changeDeletedNode(NodeBuilder, String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.ConflictHandler
-
The node ours
has been changed in parent
while it was
removed in the persistence store.
- changeDeletedNode(NodeBuilder, String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
-
Called when the node after
was changed on the branch but was
deleted already in the trunk.
- changeDeletedNode(NodeBuilder, String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
-
- changeDeletedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.AnnotatingConflictHandler
-
- changeDeletedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ChildOrderConflictHandler
-
- changeDeletedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictHandlerWrapper
-
- changeDeletedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.DefaultConflictHandler
-
- changeDeletedProperty(NodeBuilder, PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.ConflictHandler
-
The property ours
has been changed in parent
while it was
removed in the persistence store.
- changeDeletedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
-
Called when the property after
was changed on the branch but was
deleted already in the trunk.
- changeDeletedProperty(NodeBuilder, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
-
- ChangeDispatcher - Class in org.apache.jackrabbit.oak.spi.commit
-
A
ChangeDispatcher
instance dispatches content changes
to registered
Observer
s.
- ChangeDispatcher(NodeState) - Constructor for class org.apache.jackrabbit.oak.spi.commit.ChangeDispatcher
-
Create a new instance for dispatching content changes
- ChangeProcessor - Class in org.apache.jackrabbit.oak.plugins.observation
-
A
ChangeProcessor
generates observation
Event
s
based on a
filter
and delivers them to an
EventListener
.
- ChangeProcessor(ContentSession, NamePathMapper, PermissionProvider, ListenerTracker, FilterProvider) - Constructor for class org.apache.jackrabbit.oak.plugins.observation.ChangeProcessor
-
- checkACLPath(NodeBuilder, String) - Static method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionUtil
-
- checkACLPath(Tree, String) - Static method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionUtil
-
- checkConditions(Document, UpdateOp) - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.UpdateUtils
-
- checkLive() - Method in class org.apache.jackrabbit.oak.core.AbstractRoot
-
Called whenever a method on this instance or on any Tree
instance
obtained from this Root
is called.
- checkMandatoryItems(Tree) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
- checkName(String, boolean) - Static method in class org.apache.jackrabbit.oak.namepath.JcrNameParser
-
- checkOrderableChildNodes() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
- checkpoint(long) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
-
- checkpoint(long) - Method in class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
-
- checkpoint(long) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeStore
-
- checkpoint(long) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK
-
- checkpoint(long) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStore
-
- checkpoint(long) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.LogWrapper
-
- checkpoint(long) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.TimingWrapper
-
- checkpoint(long) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStore
-
- checkpoint(long) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStore
-
Creates a new checkpoint of the latest root of the tree.
- checkpoint(long) - Method in class org.apache.jackrabbit.oak.spi.state.ProxyNodeStore
-
- checkRemoveProperty(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
- checkSetProperty(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
- checkVersionable(Tree) - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
-
Checks if the given tree
is versionable and throws a UnsupportedRepositoryOperationException
if it is not.
- child(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- child(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Returns a builder for constructing changes to the named child node.
- child(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- childNode(String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.kernel.JsopDiff
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictValidator
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.MergingNodeStateDiff
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.EventGenerator
-
- childNodeAdded(String, NodeState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.EventGenerator.Listener
-
Notification for an added node
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.segment.MergeDiff
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.MoveAwarePermissionValidator
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultEditor
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultMoveValidator
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
-
- childNodeAdded(String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Editor
-
Processes an added child node.
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.EditorDiff
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.FailingValidator
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeEditor
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeExcludingValidator
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeValidator
-
- childNodeAdded(String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Validator
-
Validate an added node
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleEditor
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleValidator
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.ApplyDiff
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.DefaultNodeStateDiff
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.EqualsDiff
-
- childNodeAdded(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.MoveDetector
-
- childNodeAdded(String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.state.MoveValidator
-
- childNodeAdded(String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStateDiff
-
Called for all added child nodes.
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.kernel.JsopDiff
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictValidator
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.MergingNodeStateDiff
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.EventGenerator
-
- childNodeChanged(String, NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.EventGenerator.Listener
-
Notification for a changed node
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.segment.MergeDiff
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultEditor
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultMoveValidator
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
-
- childNodeChanged(String, NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Editor
-
Processes a changed child node.
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.EditorDiff
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.FailingValidator
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeEditor
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeExcludingValidator
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeValidator
-
- childNodeChanged(String, NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Validator
-
Validate a changed node
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleEditor
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleValidator
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.ApplyDiff
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.DefaultNodeStateDiff
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.EqualsDiff
-
- childNodeChanged(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.MoveDetector
-
- childNodeChanged(String, NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.state.MoveValidator
-
- childNodeChanged(String, NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStateDiff
-
Called for all child nodes that may contain changes between the before
and after states.
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.kernel.JsopDiff
-
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictValidator
-
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.EventGenerator
-
- childNodeDeleted(String, NodeState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.EventGenerator.Listener
-
Notification for a deleted node
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.segment.MergeDiff
-
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.MoveAwarePermissionValidator
-
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
-
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultEditor
-
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultMoveValidator
-
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
-
- childNodeDeleted(String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Editor
-
Processes a deleted child node.
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.EditorDiff
-
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.FailingValidator
-
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeEditor
-
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeExcludingValidator
-
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeValidator
-
- childNodeDeleted(String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Validator
-
Validate a deleted node
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleEditor
-
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleValidator
-
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
-
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.ApplyDiff
-
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.DefaultNodeStateDiff
-
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.EqualsDiff
-
- childNodeDeleted(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.MoveDetector
-
- childNodeDeleted(String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.state.MoveValidator
-
- childNodeDeleted(String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStateDiff
-
Called for all deleted child nodes.
- ChildNodeEntry - Interface in org.apache.jackrabbit.oak.spi.state
-
A
ChildNodeEntry
instance represents the child node states of a
NodeState
.
- ChildNodeImpl - Class in org.apache.jackrabbit.oak.query.ast
-
The "ischildnode(...)" condition.
- ChildNodeImpl(String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.ChildNodeImpl
-
- childNodeJoinCondition(String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
-
- ChildNodeJoinConditionImpl - Class in org.apache.jackrabbit.oak.query.ast
-
The "ischildnode(...)" join condition.
- ChildNodeJoinConditionImpl(String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.ChildNodeJoinConditionImpl
-
- ChildOrderConflictHandler - Class in org.apache.jackrabbit.oak.plugins.commit
-
This conflict handler instance takes care of properly merging conflicts
occurring by concurrent reorder operations.
- ChildOrderConflictHandler(ConflictHandler) - Constructor for class org.apache.jackrabbit.oak.plugins.commit.ChildOrderConflictHandler
-
- ChildOrderDiff - Class in org.apache.jackrabbit.oak.util
-
- cleanUp() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
- clear() - Method in class org.apache.jackrabbit.oak.spi.commit.MoveTracker
-
- clear() - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
- clear() - Method in class org.apache.jackrabbit.oak.spi.xml.ReferenceChangeTracker
-
Resets all internal state.
- ClearMembershipAction - Class in org.apache.jackrabbit.oak.spi.security.user.action
-
Authorizable action attempting to clear all group membership before removing
the specified authorizable.
- ClearMembershipAction() - Constructor for class org.apache.jackrabbit.oak.spi.security.user.action.ClearMembershipAction
-
- clearState() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapLoginModule
-
- clearState() - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenLoginModule
-
- clearState() - Method in class org.apache.jackrabbit.oak.security.authentication.user.LoginModuleImpl
-
- clearState() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
- close() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.MongoConnection
-
Closes the underlying Mongo instance
- close() - Method in class org.apache.jackrabbit.oak.plugins.segment.AbstractStore
-
- close() - Method in class org.apache.jackrabbit.oak.plugins.segment.file.FileStore
-
- close() - Method in class org.apache.jackrabbit.oak.plugins.segment.memory.MemoryStore
-
- close() - Method in class org.apache.jackrabbit.oak.plugins.segment.mongo.MongoStore
-
- close() - Method in interface org.apache.jackrabbit.oak.plugins.segment.SegmentStore
-
- close() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
-
- close() - Method in class org.apache.jackrabbit.oak.spi.commit.BackgroundObserver
-
- CLUSTER_NODES - Static variable in class org.apache.jackrabbit.oak.plugins.mongomk.Collection
-
The 'clusterNodes' collection contains the list of currently running
cluster nodes.
- ClusterNodeInfo - Class in org.apache.jackrabbit.oak.plugins.mongomk
-
Information about a cluster node.
- ClusterNodeInfoDocument - Class in org.apache.jackrabbit.oak.plugins.mongomk
-
A document storing cluster node info.
- ClusterNodeInfoDocument() - Constructor for class org.apache.jackrabbit.oak.plugins.mongomk.ClusterNodeInfoDocument
-
- collect(Filter) - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.BaseDiffCollector
-
- collect(Filter) - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.UUIDDiffCollector
-
- Collection<T extends Document> - Class in org.apache.jackrabbit.oak.plugins.mongomk
-
The collection types.
- Collection(String) - Constructor for class org.apache.jackrabbit.oak.plugins.mongomk.Collection
-
- COLLECTION_BLOBS - Static variable in class org.apache.jackrabbit.oak.plugins.mongomk.blob.MongoBlobStore
-
- column(String, String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
-
- ColumnImpl - Class in org.apache.jackrabbit.oak.query.ast
-
A result column expression.
- ColumnImpl(String, String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.ColumnImpl
-
- Command<T> - Interface in org.apache.jackrabbit.oak.plugins.mongomk.blob.gridfs
-
The Command
framework provides an way to encapsulate specific actions
of the {code MicroKernel}.
- CommandExecutor - Interface in org.apache.jackrabbit.oak.plugins.mongomk.blob.gridfs
-
- commit(String, String) - Method in interface org.apache.jackrabbit.oak.api.Root
-
Atomically persists all changes made to the tree attached to this root
at the given path
.
- commit() - Method in interface org.apache.jackrabbit.oak.api.Root
-
Atomically persists all changes made to the tree attached to this root.
- commit() - Method in class org.apache.jackrabbit.oak.core.AbstractRoot
-
- commit(String, String) - Method in class org.apache.jackrabbit.oak.core.AbstractRoot
-
- commit() - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
-
- commit(String, String) - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
-
- commit(String, String, String, String) - Method in class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
-
- Commit - Class in org.apache.jackrabbit.oak.plugins.mongomk
-
A higher level object representing a commit.
- commit(String, String, String, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK
-
- commit(String, String, String, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.LogWrapper
-
- commit(String, String, String, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.TimingWrapper
-
- commit() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapLoginModule
-
- commit() - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenLoginModule
-
- commit() - Method in class org.apache.jackrabbit.oak.security.authentication.user.LoginModuleImpl
-
- commit() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalLoginModule
-
TODO
- commit() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.GuestLoginModule
-
- CommitFailedException - Exception in org.apache.jackrabbit.oak.api
-
Main exception thrown by methods defined on the ContentSession
interface indicating that committing a given set of changes failed.
- CommitFailedException(String, String, int, String, Throwable) - Constructor for exception org.apache.jackrabbit.oak.api.CommitFailedException
-
- CommitFailedException(String, int, String, Throwable) - Constructor for exception org.apache.jackrabbit.oak.api.CommitFailedException
-
- CommitFailedException(String, int, String) - Constructor for exception org.apache.jackrabbit.oak.api.CommitFailedException
-
- CommitHook - Interface in org.apache.jackrabbit.oak.spi.commit
-
Extension point for validating and modifying content changes.
- CommitInfo - Class in org.apache.jackrabbit.oak.spi.commit
-
Commit info instances associate some meta data with a commit.
- CommitInfo(String, String, String) - Constructor for class org.apache.jackrabbit.oak.spi.commit.CommitInfo
-
Creates a commit info for the given session and user.
- commitQueue - Variable in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStore
-
The commit queue to coordinate the commits.
- compare(Revision, Revision) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.Revision.RevisionComparator
-
- compare(Revision, Revision) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.StableRevisionComparator
-
- compare(Segment, RecordId, Segment, RecordId) - Method in class org.apache.jackrabbit.oak.plugins.segment.Template
-
- compareAgainstBaseState(NodeState, NodeStateDiff) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
-
Optimised comparison method that can avoid traversing all properties
and child nodes if both this and the given base node state come from
the same MicroKernel and either have the same content hash (when
available) or are located at the same path in different revisions.
- compareAgainstBaseState(NodeState, NodeStateDiff) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- compareAgainstBaseState(NodeState, NodeStateDiff) - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
-
Since we keep track of an explicit base node state for a
ModifiedNodeState
instance, we can do this in two steps:
first compare all the modified properties and child nodes to those
of the given base state, and then compare the base states to each
other, ignoring all changed properties and child nodes that were
already covered earlier.
- compareAgainstBaseState(NodeState, NodeStateDiff) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
-
- compareAgainstBaseState(NodeState, NodeState, NodeStateDiff) - Static method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
Generic default comparison algorithm that simply walks through the
property and child node lists of the given base state and compares
the entries one by one with corresponding ones (if any) in this state.
- compareAgainstBaseState(NodeState, NodeStateDiff) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
Generic default comparison algorithm that simply walks through the
property and child node lists of the given base state and compares
the entries one by one with corresponding ones (if any) in this state.
- compareAgainstBaseState(NodeState, NodeStateDiff) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
-
Compares this node state against the given base state.
- compareAgainstEmptyState(NodeState, NodeStateDiff) - Static method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- comparePropertiesAgainstBaseState(NodeState, NodeState, NodeStateDiff) - Static method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
Compares the properties of base
state with this
state.
- compareTo(Type<?>) - Method in class org.apache.jackrabbit.oak.api.Type
-
- compareTo(RecordId) - Method in class org.apache.jackrabbit.oak.plugins.segment.RecordId
-
- compareTo(PropertyValue) - Method in class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
-
- comparison(DynamicOperandImpl, Operator, StaticOperandImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
-
- ComparisonImpl - Class in org.apache.jackrabbit.oak.query.ast
-
A comparison operation (including "like").
- ComparisonImpl(DynamicOperandImpl, Operator, StaticOperandImpl) - Constructor for class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
-
- CompiledPermissions - Interface in org.apache.jackrabbit.oak.security.authorization.permission
-
CompiledPermissions...
- compose(Collection<IndexEditorProvider>) - Static method in class org.apache.jackrabbit.oak.plugins.index.CompositeIndexEditorProvider
-
- compose(Collection<? extends Editor>) - Static method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
-
- compose(Collection<? extends EditorProvider>) - Static method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditorProvider
-
- compose(Collection<CommitHook>) - Static method in class org.apache.jackrabbit.oak.spi.commit.CompositeHook
-
- compose(Collection<QueryIndexProvider>) - Static method in class org.apache.jackrabbit.oak.spi.query.CompositeQueryIndexProvider
-
- CompositeActionProvider - Class in org.apache.jackrabbit.oak.spi.security.user.action
-
- CompositeActionProvider(Collection<? extends AuthorizableActionProvider>) - Constructor for class org.apache.jackrabbit.oak.spi.security.user.action.CompositeActionProvider
-
- CompositeActionProvider(AuthorizableActionProvider...) - Constructor for class org.apache.jackrabbit.oak.spi.security.user.action.CompositeActionProvider
-
- CompositeAuthorizationConfiguration - Class in org.apache.jackrabbit.oak.spi.security.authorization
-
- CompositeAuthorizationConfiguration(SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.CompositeAuthorizationConfiguration
-
- CompositeConfiguration<T extends SecurityConfiguration> - Class in org.apache.jackrabbit.oak.spi.security
-
- CompositeConfiguration(String, SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.spi.security.CompositeConfiguration
-
- CompositeEditor - Class in org.apache.jackrabbit.oak.spi.commit
-
Aggregation of a list of editors into a single editor.
- CompositeEditor(Collection<? extends Editor>) - Constructor for class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
-
- CompositeEditor(Editor...) - Constructor for class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
-
- CompositeEditorProvider - Class in org.apache.jackrabbit.oak.spi.commit
-
Aggregation of a list of editor providers into a single provider.
- CompositeEditorProvider(EditorProvider...) - Constructor for class org.apache.jackrabbit.oak.spi.commit.CompositeEditorProvider
-
- CompositeHook - Class in org.apache.jackrabbit.oak.spi.commit
-
Composite commit hook.
- CompositeHook(CommitHook...) - Constructor for class org.apache.jackrabbit.oak.spi.commit.CompositeHook
-
- CompositeIndexEditorProvider - Class in org.apache.jackrabbit.oak.plugins.index
-
Aggregation of a list of editor providers into a single provider.
- CompositeIndexEditorProvider(IndexEditorProvider...) - Constructor for class org.apache.jackrabbit.oak.plugins.index.CompositeIndexEditorProvider
-
- CompositeInitializer - Class in org.apache.jackrabbit.oak.spi.lifecycle
-
Composite repository initializer that delegates the
#initialize(NodeState)
call in sequence to all the
component initializers.
- CompositeInitializer(Collection<RepositoryInitializer>) - Constructor for class org.apache.jackrabbit.oak.spi.lifecycle.CompositeInitializer
-
- CompositeInitializer(RepositoryInitializer...) - Constructor for class org.apache.jackrabbit.oak.spi.lifecycle.CompositeInitializer
-
- CompositeObserver - Class in org.apache.jackrabbit.oak.spi.commit
-
Composite observer that delegates all content changes to the set of
currently registered component observers.
- CompositeObserver() - Constructor for class org.apache.jackrabbit.oak.spi.commit.CompositeObserver
-
- CompositePattern - Class in org.apache.jackrabbit.oak.spi.security.authorization.restriction
-
- CompositePattern(List<RestrictionPattern>) - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.restriction.CompositePattern
-
- CompositePrincipalConfiguration - Class in org.apache.jackrabbit.oak.spi.security.principal
-
PrincipalConfiguration
that combines different principal provider
implementations that share a common principal manager implementation.
- CompositePrincipalConfiguration(SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.spi.security.principal.CompositePrincipalConfiguration
-
- CompositePrincipalProvider - Class in org.apache.jackrabbit.oak.spi.security.principal
-
PrincipalProvider
implementation that aggregates a list of principal
providers into a single.
- CompositePrincipalProvider(List<PrincipalProvider>) - Constructor for class org.apache.jackrabbit.oak.spi.security.principal.CompositePrincipalProvider
-
- CompositeQueryIndexProvider - Class in org.apache.jackrabbit.oak.spi.query
-
This QueryIndexProvider
aggregates a list of query index providers
into a single query index provider.
- CompositeQueryIndexProvider(QueryIndexProvider...) - Constructor for class org.apache.jackrabbit.oak.spi.query.CompositeQueryIndexProvider
-
- CompositeRestrictionProvider - Class in org.apache.jackrabbit.oak.spi.security.authorization.restriction
-
- CompositeTokenConfiguration - Class in org.apache.jackrabbit.oak.spi.security.authentication.token
-
- CompositeTokenConfiguration(SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.token.CompositeTokenConfiguration
-
- CompositeTokenProvider - Class in org.apache.jackrabbit.oak.spi.security.authentication.token
-
Aggregates a collection of
TokenProvider
s into a single
provider.
- CompositeWorkspaceInitializer - Class in org.apache.jackrabbit.oak.spi.lifecycle
-
- CompositeWorkspaceInitializer(Collection<WorkspaceInitializer>) - Constructor for class org.apache.jackrabbit.oak.spi.lifecycle.CompositeWorkspaceInitializer
-
- CompositeWorkspaceInitializer(WorkspaceInitializer...) - Constructor for class org.apache.jackrabbit.oak.spi.lifecycle.CompositeWorkspaceInitializer
-
- condition(FilterBuilder.Condition) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.FilterBuilder
-
Set the condition of this filter.
- ConfigurationBase - Class in org.apache.jackrabbit.oak.spi.security
-
Abstract base implementation for the various security configurations.
- ConfigurationBase() - Constructor for class org.apache.jackrabbit.oak.spi.security.ConfigurationBase
-
- ConfigurationBase(SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.spi.security.ConfigurationBase
-
- ConfigurationParameters - Class in org.apache.jackrabbit.oak.spi.security
-
ConfigurationParameters is a convenience class that allows typed access to configuration properties.
- CONFIGURATIONS_PATH - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
-
Quote from JSR 283 Section "15.13.2 Configuration Proxy Nodes"
Each configuration in a given workspace is represented by a distinct proxy
node of type nt:configuration located in configuration storage within the
same workspace under /jcr:system/jcr:configurations/.
- ConfigurationUtil - Class in org.apache.jackrabbit.oak.spi.security.authentication
-
Utility to create
Configuration
s for built-in LoginModule implementations.
- CONFLICT - Static variable in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
-
- ConflictAnnotatingRebaseDiff - Class in org.apache.jackrabbit.oak.spi.state
-
This implementation of
AbstractRebaseDiff
implements a
NodeStateDiff
,
which performs the conflict handling as defined in
MicroKernel.rebase(String, String)
on the Oak SPI state level by annotating conflicting items with conflict
markers.
- ConflictAnnotatingRebaseDiff(NodeBuilder) - Constructor for class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
-
- ConflictHandler - Interface in org.apache.jackrabbit.oak.spi.commit
-
A
ConflictHandler
is responsible for handling conflicts which happen
on
Root.rebase()
and on the implicit rebase operation which
takes part on
Root.commit()
.
- ConflictHandler.Resolution - Enum in org.apache.jackrabbit.oak.spi.commit
-
Resolutions for conflicts
- ConflictHandlerWrapper - Class in org.apache.jackrabbit.oak.plugins.commit
-
This
ConflictHandler
implementation wraps another conflict handler
and forwards all calls to the wrapped handler.
- ConflictHandlerWrapper(ConflictHandler) - Constructor for class org.apache.jackrabbit.oak.plugins.commit.ConflictHandlerWrapper
-
- ConflictHook - Class in org.apache.jackrabbit.oak.plugins.commit
-
This commit hook implementation is responsible for resolving
conflicts.
- ConflictHook(ConflictHandler) - Constructor for class org.apache.jackrabbit.oak.plugins.commit.ConflictHook
-
Create a new instance of the conflict hook using the
passed conflict handler for resolving conflicts.
- ConflictType - Enum in org.apache.jackrabbit.oak.spi.state
-
Enum to define various types of conflicts.
- ConflictValidator - Class in org.apache.jackrabbit.oak.plugins.commit
-
Validator
which checks the presence of conflict markers
in the tree in fails the commit if any are found.
- ConflictValidator(Tree) - Constructor for class org.apache.jackrabbit.oak.plugins.commit.ConflictValidator
-
- ConflictValidatorProvider - Class in org.apache.jackrabbit.oak.plugins.commit
-
TODO document
- ConflictValidatorProvider() - Constructor for class org.apache.jackrabbit.oak.plugins.commit.ConflictValidatorProvider
-
- ConstantFilter - Class in org.apache.jackrabbit.oak.plugins.observation.filter
-
TODO document
- ConstantFilter(boolean) - Constructor for class org.apache.jackrabbit.oak.plugins.observation.filter.ConstantFilter
-
- CONSTRAINT - Static variable in exception org.apache.jackrabbit.oak.api.CommitFailedException
-
Type name for constraint violation errors.
- CONSTRAINT - Static variable in class org.apache.jackrabbit.oak.spi.security.user.action.PasswordValidationAction
-
- ConstraintImpl - Class in org.apache.jackrabbit.oak.query.ast
-
The base class for constraints.
- ConstraintImpl() - Constructor for class org.apache.jackrabbit.oak.query.ast.ConstraintImpl
-
- Constraints - Class in org.apache.jackrabbit.oak.plugins.nodetype.constraint
-
- contains(int) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.external.SyncMode
-
- contains(String) - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
-
Returns true
if this instance contains a configuration entry with
the specified key irrespective of the defined value; false
otherwise.
- containsField(String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.RevisionEntry
-
- containsKey(Object) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
Check whether there is a resident entry for the given key.
- containsKey(String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.RevisionEntry
-
- containsKey(Object) - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
- containsMove(String) - Method in class org.apache.jackrabbit.oak.spi.commit.MoveTracker
-
- containsRevision(Revision) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.NodeDocument
-
- containsValue(Object) - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
- contentChanged(NodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.plugins.observation.ChangeProcessor
-
- contentChanged(NodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.spi.commit.BackgroundObserver
-
- contentChanged(NodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.spi.commit.ChangeDispatcher
-
- contentChanged(NodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeObserver
-
- contentChanged(NodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.spi.commit.DiffObserver
-
- contentChanged(NodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.spi.commit.EmptyObserver
-
- contentChanged(NodeState, CommitInfo) - Method in interface org.apache.jackrabbit.oak.spi.commit.Observer
-
Observes a content change.
- ContentMirrorStoreStrategy - Class in org.apache.jackrabbit.oak.plugins.index.property.strategy
-
An IndexStoreStrategy implementation that saves the nodes under a hierarchy
that mirrors the repository tree.
- ContentMirrorStoreStrategy() - Constructor for class org.apache.jackrabbit.oak.plugins.index.property.strategy.ContentMirrorStoreStrategy
-
- ContentRepository - Interface in org.apache.jackrabbit.oak.api
-
Oak content repository.
- ContentRepositoryImpl - Class in org.apache.jackrabbit.oak.core
-
- ContentRepositoryImpl(NodeStore, CommitHook, String, QueryIndexProvider, SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.core.ContentRepositoryImpl
-
Creates an content repository instance based on the given, already
initialized components.
- ContentSession - Interface in org.apache.jackrabbit.oak.api
-
Authentication session for accessing (TODO: a workspace inside) a content
repository.
- Context - Interface in org.apache.jackrabbit.oak.spi.security
-
Context...
- Context.Default - Class in org.apache.jackrabbit.oak.spi.security
-
- Context.Default() - Constructor for class org.apache.jackrabbit.oak.spi.security.Context.Default
-
- Conversions - Class in org.apache.jackrabbit.oak.plugins.value
-
Utility class defining the conversion that take place between
PropertyState
s
of different types.
- Conversions.Converter - Class in org.apache.jackrabbit.oak.plugins.value
-
A converter converts a value to its representation as a specific target type.
- Conversions.Converter() - Constructor for class org.apache.jackrabbit.oak.plugins.value.Conversions.Converter
-
- convert(PropertyState, Type<?>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.PropertyStates
-
- convert(String) - Static method in class org.apache.jackrabbit.oak.plugins.value.Conversions
-
Create a converter for a string.
- convert(Blob) - Static method in class org.apache.jackrabbit.oak.plugins.value.Conversions
-
Create a converter for a binary.
- convert(long) - Static method in class org.apache.jackrabbit.oak.plugins.value.Conversions
-
Create a converter for a long.
- convert(double) - Static method in class org.apache.jackrabbit.oak.plugins.value.Conversions
-
Create a converter for a double.
- convert(String, Type<?>) - Static method in class org.apache.jackrabbit.oak.plugins.value.Conversions
-
Create a converter for a date.
- convert(boolean) - Static method in class org.apache.jackrabbit.oak.plugins.value.Conversions
-
Create a converter for a boolean.
- convert(BigDecimal) - Static method in class org.apache.jackrabbit.oak.plugins.value.Conversions
-
Create a converter for a decimal.
- convert(String) - Method in class org.apache.jackrabbit.oak.query.xpath.XPathToSQL2Converter
-
Convert the query to SQL2.
- convert(PropertyValue, int, NamePathMapper) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
-
Converts the given value to a value of the specified target type.
- copy(String, String) - 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.AbstractRoot
-
- copy(String, String) - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
-
- copy(String, String, KernelNodeState) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStoreBranch
-
- copy(String, String, MongoNodeState) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStoreBranch
-
- copy(String, String, N) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
-
Perform a potentially optimized copy operation directly on the underlying
store.
- copy(String, String) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
-
Copies a node in this private branch.
- copy(Type<T>, PropertyState) - Static method in class org.apache.jackrabbit.oak.util.PropertyBuilder
-
Create a new instance for building PropertyState
instances
of the given type
.
- copyFrom(KernelNodeBuilder, String) - Method in interface org.apache.jackrabbit.oak.kernel.FastCopyMove
-
Copy the source
builder to this builder with the
given new name
- copyFrom(KernelNodeBuilder, String) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeBuilder
-
- copyNode(String, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.Commit
-
- copyTo(NodeBuilder, String) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeBuilder
-
If
newParent
is a
KernelNodeBuilder
this implementation
purges all pending changes before applying the copy operation.
- copyTo(NodeBuilder, String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- copyTo(Node) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.Node
-
- copyTo(NodeBuilder, String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Copy this child to a new parent with a new name.
- copyTo(NodeBuilder, String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- count() - Method in interface org.apache.jackrabbit.oak.api.PropertyState
-
The number of values of this property.
- count() - Method in interface org.apache.jackrabbit.oak.api.PropertyValue
-
The number of values of this object.
- count(NodeState, Set<String>, int) - Method in class org.apache.jackrabbit.oak.plugins.index.property.strategy.ContentMirrorStoreStrategy
-
- count(NodeState, String, Set<String>, int) - Method in class org.apache.jackrabbit.oak.plugins.index.property.strategy.ContentMirrorStoreStrategy
-
- count(NodeState, Set<String>, int) - Method in interface org.apache.jackrabbit.oak.plugins.index.property.strategy.IndexStoreStrategy
-
Count the occurrence of a given set of values.
- count(NodeState, Set<String>, int) - Method in class org.apache.jackrabbit.oak.plugins.index.property.strategy.UniqueEntryStoreStrategy
-
- count() - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyPropertyState
-
- count() - Method in class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
-
- count(Iterable<?>) - Static method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
- count() - Method in class org.apache.jackrabbit.oak.util.PropertyBuilder
-
- create(Collection<T>, List<UpdateOp>) - Method in interface org.apache.jackrabbit.oak.plugins.mongomk.DocumentStore
-
Try to create a list of documents.
- create(Collection<T>, List<UpdateOp>) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MemoryDocumentStore
-
- create(Collection<T>, List<UpdateOp>) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoDocumentStore
-
- create(Collection<T>, List<UpdateOp>) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.LoggingDocumentStoreWrapper
-
- create(Collection<T>, List<UpdateOp>) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.SynchronizingDocumentStoreWrapper
-
- create(Collection<T>, List<UpdateOp>) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.TimingDocumentStoreWrapper
-
- create(String, NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.EventGenerator.Listener
-
Factory for creating a filter instance for the given child node
- create(String, NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.EventIterable.IterableListener
-
- create(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ACFilter
-
- create(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ConstantFilter
-
- create(String, NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.filter.EventFilter
-
Factory for creating a filter instance for the given child node
- create(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.EventTypeFilter
-
- create(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.GlobbingPathFilter
-
- create(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.UniversalFilter
-
- create(Collection<T>, List<UpdateOp>) - Method in class org.apache.jackrabbit.oak.plugins.sqlpersistence.SQLDocumentStore
-
- create(long, long, Iterator<T>) - Static method in class org.apache.jackrabbit.oak.security.user.query.ResultIterator
-
Returns an iterator respecting the specified offset
and max
.
- create(PropertyState) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
-
- create(PropertyValue) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
-
- create(Tree) - Static method in class org.apache.jackrabbit.oak.util.TreeLocation
-
Create a new TreeLocation
instance for a tree
- create(Tree, PropertyState) - Static method in class org.apache.jackrabbit.oak.util.TreeLocation
-
Create a new TreeLocation
instance for the specified tree
and property
.
- create(Root, String) - Static method in class org.apache.jackrabbit.oak.util.TreeLocation
-
Create a new TreeLocation
instance for the item
at the given path
in root
.
- create(Root) - Static method in class org.apache.jackrabbit.oak.util.TreeLocation
-
Equivalent to create(root, "/")
- CREATE_GROUP - Static variable in class org.apache.jackrabbit.oak.spi.security.authentication.external.SyncMode
-
- CREATE_USER - Static variable in class org.apache.jackrabbit.oak.spi.security.authentication.external.SyncMode
-
- createBinary(InputStream) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
- createBlob(InputStream) - Method in interface org.apache.jackrabbit.oak.api.Root
-
Reads (and closes) the given stream and returns a
Blob
that
contains that binary.
- createBlob(InputStream) - Method in class org.apache.jackrabbit.oak.core.AbstractRoot
-
- createBlob(InputStream) - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
-
- createBlob(InputStream) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
-
- createBlob(InputStream) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- createBlob(InputStream) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeStore
-
- createBlob(InputStream) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStore
-
- createBlob(InputStream) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStore
-
- createBlob(InputStream) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
- createBlob(InputStream) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStore
-
Create a
Blob
from the given input stream.
- createBlob(InputStream) - Method in class org.apache.jackrabbit.oak.spi.state.ProxyNodeStore
-
- createBlob(InputStream) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- createBranch(KernelNodeState) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStoreBranch
-
- createBranch(MongoNodeState) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStoreBranch
-
- createBranch(N) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
-
Create a new branch state from the given state.
- createChild(String) - Method in class org.apache.jackrabbit.oak.core.AbstractTree
-
Factory method for creating child trees
- createChild(String) - Method in class org.apache.jackrabbit.oak.core.ImmutableTree
-
- createChild(String) - Method in class org.apache.jackrabbit.oak.core.MutableTree
-
- createChildBuilder(String) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeBuilder
-
- createChildBuilder(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
Factory method for creating new child state builders.
- createChildGenerator(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.EventGenerator
-
Factory method for creating EventGenerator
instances of child nodes.
- createChildGenerator(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.EventIterable
-
- createContentRepository() - Method in class org.apache.jackrabbit.oak.Oak
-
- createContentSession() - Method in class org.apache.jackrabbit.oak.Oak
-
Creates a content repository with the given configuration
and logs in to the default workspace with no credentials,
returning the resulting content session.
- createCopy() - Method in class org.apache.jackrabbit.oak.query.ast.DynamicOperandImpl
-
- createCopy() - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchScoreImpl
-
- createCopy() - Method in class org.apache.jackrabbit.oak.query.ast.LengthImpl
-
- createCopy() - Method in class org.apache.jackrabbit.oak.query.ast.LowerCaseImpl
-
- createCopy() - Method in class org.apache.jackrabbit.oak.query.ast.NodeLocalNameImpl
-
- createCopy() - Method in class org.apache.jackrabbit.oak.query.ast.NodeNameImpl
-
- createCopy() - Method in class org.apache.jackrabbit.oak.query.ast.OrderingImpl
-
- createCopy() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
-
- createCopy() - Method in class org.apache.jackrabbit.oak.query.ast.UpperCaseImpl
-
- createDescriptors() - Method in class org.apache.jackrabbit.oak.core.ContentRepositoryImpl
-
- createDiff(NodeBuilder, String) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
-
Factory method for creating a rebase handler for the named child of the passed
parent builder.
- createDiff(NodeBuilder, String) - Method in class org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
-
- createFilter(NodeState, NodeState, String) - Method in interface org.apache.jackrabbit.oak.plugins.observation.filter.FilterBuilder.Condition
-
- createFilter(boolean) - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
-
- createFilter(boolean) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
Create the filter condition for planning or execution.
- createFilter(boolean) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
-
!Test purpose only!
this creates a filter for the given query
- createFromRoot(Root, TreeTypeProvider) - Static method in class org.apache.jackrabbit.oak.core.ImmutableTree
-
- createGroup(String) - Method in class org.apache.jackrabbit.oak.security.user.autosave.AutoSaveEnabledManager
-
- createGroup(Principal) - Method in class org.apache.jackrabbit.oak.security.user.autosave.AutoSaveEnabledManager
-
- createGroup(Principal, String) - Method in class org.apache.jackrabbit.oak.security.user.autosave.AutoSaveEnabledManager
-
- createGroup(String, Principal, String) - Method in class org.apache.jackrabbit.oak.security.user.autosave.AutoSaveEnabledManager
-
- createGroup(String) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
-
- createGroup(Principal) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
-
- createGroup(Principal, String) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
-
- createGroup(String, Principal, String) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
-
- createIndexDefinition(NodeBuilder, String, boolean, boolean, Collection<String>, Collection<String>) - Static method in class org.apache.jackrabbit.oak.plugins.index.IndexUtils
-
Create a new property index definition below the given indexNode
.
- createIndexDefinition(NodeUtil, String, boolean, String[], String[]) - Static method in class org.apache.jackrabbit.oak.plugins.index.IndexUtils
-
Create a new property2 index definition below the given indexNode
.
- createLocalCache() - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionEntryCache
-
- createLongProperty(String, long) - Static method in class org.apache.jackrabbit.oak.plugins.memory.LongPropertyState
-
Create a PropertyState
from a long.
- createLongProperty(String, Iterable<Long>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MultiLongPropertyState
-
Create a multi valued PropertyState
from a list of longs.
- createNodeDefinitionTemplate() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- createNodeDefinitionTemplate() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
-
- createNodeTypeTemplate() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- createNodeTypeTemplate(NodeTypeDefinition) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- createNodeTypeTemplate() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
-
- createNodeTypeTemplate(NodeTypeDefinition) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
-
- createOrUpdate(Collection<T>, UpdateOp) - Method in interface org.apache.jackrabbit.oak.plugins.mongomk.DocumentStore
-
Create or update a document.
- createOrUpdate(Collection<T>, UpdateOp) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MemoryDocumentStore
-
- createOrUpdate(Collection<T>, UpdateOp) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoDocumentStore
-
- createOrUpdate(Collection<T>, UpdateOp) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.LoggingDocumentStoreWrapper
-
- createOrUpdate(Collection<T>, UpdateOp) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.SynchronizingDocumentStoreWrapper
-
- createOrUpdate(Collection<T>, UpdateOp) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.TimingDocumentStoreWrapper
-
- createOrUpdate(Collection<T>, UpdateOp) - Method in class org.apache.jackrabbit.oak.plugins.sqlpersistence.SQLDocumentStore
-
- createOrUpdateNode(DocumentStore, UpdateOp) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.Commit
-
Try to create or update the node.
- createProperty(String, Value) - Static method in class org.apache.jackrabbit.oak.plugins.memory.PropertyStates
-
Create a PropertyState
based on a Value
.
- createProperty(String, Iterable<Value>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.PropertyStates
-
Create a multi valued PropertyState
based on a list of
Value
instances.
- createProperty(String, Iterable<Value>, int) - Static method in class org.apache.jackrabbit.oak.plugins.memory.PropertyStates
-
- createProperty(String, String, int) - Static method in class org.apache.jackrabbit.oak.plugins.memory.PropertyStates
-
Create a PropertyState
from a string.
- createProperty(String, Object, Type<?>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.PropertyStates
-
Create a PropertyState
.
- createProperty(String, T) - Static method in class org.apache.jackrabbit.oak.plugins.memory.PropertyStates
-
Create a
PropertyState
where the
Type
of the property state
is inferred from the runtime type of
T
according to the mapping
established through
Type
.
- createPropertyDefinitionTemplate() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- createPropertyDefinitionTemplate() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
-
- createReferenceIndex(NodeBuilder) - Static method in class org.apache.jackrabbit.oak.plugins.index.IndexUtils
-
- createRestriction(String, String, Value) - Method in class org.apache.jackrabbit.oak.security.authorization.restriction.PrincipalRestrictionProvider
-
- createRestriction(String, String, Value...) - Method in class org.apache.jackrabbit.oak.security.authorization.restriction.PrincipalRestrictionProvider
-
- createRestriction(String, String, Value) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.AbstractRestrictionProvider
-
- createRestriction(String, String, Value...) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.AbstractRestrictionProvider
-
- createRestriction(String, String, Value) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.CompositeRestrictionProvider
-
- createRestriction(String, String, Value...) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.CompositeRestrictionProvider
-
- createRestriction(String, String, Value) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionProvider
-
Creates a new single valued restriction for the specified parameters.
- createRestriction(String, String, Value...) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionProvider
-
Creates a new multi valued restriction for the specified parameters.
- createRestriction(String, String, Value) - Method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardRestrictionProvider
-
- createRestriction(String, String, Value...) - Method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardRestrictionProvider
-
- createRoot() - Method in class org.apache.jackrabbit.oak.Oak
-
Creates a content repository with the given configuration
and returns a
Root
instance after logging in to the
default workspace with no credentials.
- createSegment(UUID, ByteBuffer) - Method in class org.apache.jackrabbit.oak.plugins.segment.AbstractStore
-
- createStandardMappings(NodeBuilder) - Static method in class org.apache.jackrabbit.oak.plugins.name.Namespaces
-
- createToken(Credentials) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.token.CompositeTokenProvider
-
- createToken(String, Map<String, ?>) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.token.CompositeTokenProvider
-
- createToken(Credentials) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenProvider
-
Issues a new login token for the user with the specified credentials
and returns the associated TokenInfo
.
- createToken(String, Map<String, ?>) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenProvider
-
Issues a new login token for the user with the given userId
and the specified attributes.
- createUser(String, String) - Method in class org.apache.jackrabbit.oak.security.user.autosave.AutoSaveEnabledManager
-
- createUser(String, String, Principal, String) - Method in class org.apache.jackrabbit.oak.security.user.autosave.AutoSaveEnabledManager
-
- createUser(String, String) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
-
- createUser(String, String, Principal, String) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
-
- createValidator(Validator, List<String>) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeExcludingValidator
-
- createValue(PropertyState, NamePathMapper) - Static method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
Utility method for creating a Value
based on a PropertyState
.
- createValue(PropertyValue, NamePathMapper) - Static method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
Utility method for creating a Value
based on a PropertyValue
.
- createValue(String) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
- createValue(InputStream) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
- createValue(Binary) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
- createValue(long) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
- createValue(double) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
- createValue(Calendar) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
- createValue(boolean) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
- createValue(Node) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
- createValue(Node, boolean) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
- createValue(BigDecimal) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
- createValue(String, int) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
- createValue() - Method in class org.apache.jackrabbit.oak.util.LazyValue
-
Factory method called to create the value on an as need basis.
- createValues(PropertyState, NamePathMapper) - Static method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
Utility method for creating Value
s based on a PropertyState
.
- createValues(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.value.ValueFactoryImpl
-
Utility method for creating Value
s based on a PropertyState
.
- CredentialsCallback - Class in org.apache.jackrabbit.oak.spi.security.authentication.callback
-
Callback implementation to retrieve Credentials
.
- CredentialsCallback() - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.callback.CredentialsCallback
-
- CredentialsImpl - Class in org.apache.jackrabbit.oak.security.user
-
Credentials implementation to cover
User.getCredentials()
- currentOakProperty(String) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
Get the property value.
- currentPath() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
Get the current absolute Oak path (normalized).
- currentProperty() - Method in class org.apache.jackrabbit.oak.query.ast.ColumnImpl
-
- currentProperty() - Method in class org.apache.jackrabbit.oak.query.ast.DynamicOperandImpl
-
- currentProperty() - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchScoreImpl
-
- currentProperty() - Method in class org.apache.jackrabbit.oak.query.ast.LengthImpl
-
- currentProperty() - Method in class org.apache.jackrabbit.oak.query.ast.LowerCaseImpl
-
- currentProperty() - Method in class org.apache.jackrabbit.oak.query.ast.NodeLocalNameImpl
-
- currentProperty() - Method in class org.apache.jackrabbit.oak.query.ast.NodeNameImpl
-
- currentProperty() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
-
- currentProperty(String) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
The value for the given selector for the current node.
- currentProperty() - Method in class org.apache.jackrabbit.oak.query.ast.UpperCaseImpl
-
- currentTree() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
Get the tree at the current path.
- Cursor - Interface in org.apache.jackrabbit.oak.spi.query
-
A cursor to read a number of nodes sequentially.
- Cursors - Class in org.apache.jackrabbit.oak.spi.query
-
This utility class provides factory methods to create commonly used types of
Cursor
s.
- Cursors.AbstractCursor - Class in org.apache.jackrabbit.oak.spi.query
-
A Cursor implementation where the remove method throws an
UnsupportedOperationException.
- Cursors.AbstractCursor() - Constructor for class org.apache.jackrabbit.oak.spi.query.Cursors.AbstractCursor
-
- generateNodeName(String) - Method in class org.apache.jackrabbit.oak.spi.security.user.AuthorizableNodeName.Default
-
- generateNodeName(String) - Method in interface org.apache.jackrabbit.oak.spi.security.user.AuthorizableNodeName
-
Generates a node name from the specified authorizableId
.
- generateUUID() - Static method in class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
-
- generateUUID(String) - Static method in class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
-
- GenericDescriptors - Class in org.apache.jackrabbit.oak.util
-
- GenericDescriptors() - Constructor for class org.apache.jackrabbit.oak.util.GenericDescriptors
-
Constructs an empty descriptors set.
- GenericDescriptors(Descriptors) - Constructor for class org.apache.jackrabbit.oak.util.GenericDescriptors
-
Constructs a descriptors set that uses the given base
descriptors as base.
- GenericPropertyState - Class in org.apache.jackrabbit.oak.plugins.memory
-
- GenericPropertyState(String, String, Type<?>) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.GenericPropertyState
-
- get(K, Callable<? extends V>) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
- get(K) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
Get the value, loading it if needed.
- get(String) - Static method in class org.apache.jackrabbit.oak.kernel.StringCache
-
- get(String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.Document
-
Gets the data for the given key
.
- get(String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.RevisionEntry
-
- get(Object) - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
- get(String) - Method in class org.apache.jackrabbit.oak.spi.xml.ReferenceChangeTracker
-
Returns the new node id to which oldUUID
has been mapped
or null
if no such mapping exists.
- get() - Method in class org.apache.jackrabbit.oak.util.LazyValue
-
Get value.
- GET_NAME - Static variable in interface org.apache.jackrabbit.oak.api.PropertyState
-
Mapping from a PropertyState instance to its name.
- GET_NAME - Static variable in interface org.apache.jackrabbit.oak.api.Tree
-
Mapping from a Tree instance to its name.
- GET_NAME - Static variable in interface org.apache.jackrabbit.oak.spi.state.ChildNodeEntry
-
Mapping from a ChildNodeEntry instance to its name.
- getAccessControlEntries() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlList
-
- getAccessControlManager(Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl
-
- getAccessControlManager(Root, NamePathMapper) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.AuthorizationConfiguration
-
- getAccessControlManager(Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.CompositeAuthorizationConfiguration
-
- getAccessControlManager(Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.OpenAuthorizationConfiguration
-
- getAdminId(ConfigurationParameters) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.UserUtil
-
- getAfterState() - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.UniversalFilter
-
- getAll(Iterable<? extends K>) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
- getAllNodeTypes() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- getAllPresent(Iterable<?>) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
- getAnonymousId(ConfigurationParameters) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.UserUtil
-
- getApplicablePolicies(String) - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlManagerImpl
-
- getApplicablePolicies(Principal) - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlManagerImpl
-
- getArrayType() - Method in class org.apache.jackrabbit.oak.api.Type
-
Determine the array type which has this type as base type
- getAsyncDelay() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK.Builder
-
- getAsyncDelay() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStore
-
- getAttribute(String) - Method in interface org.apache.jackrabbit.oak.api.AuthInfo
-
Returns the attribute with the given name or null
if no attribute
with that attributeName
exists.
- getAttribute(String) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AuthInfoImpl
-
- getAttributeNames() - Method in interface org.apache.jackrabbit.oak.api.AuthInfo
-
Returns the attribute names associated with this instance.
- getAttributeNames() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AuthInfoImpl
-
- getAuthDn() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- getAuthInfo() - Method in interface org.apache.jackrabbit.oak.api.ContentSession
-
This methods provides access to information related to authentication
and authorization of this content session.
- getAuthInfo() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getAuthorizable(String) - Method in class org.apache.jackrabbit.oak.security.user.autosave.AutoSaveEnabledManager
-
- getAuthorizable(Principal) - Method in class org.apache.jackrabbit.oak.security.user.autosave.AutoSaveEnabledManager
-
- getAuthorizable(String) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
-
- getAuthorizable(Principal) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
-
- getAuthorizableActions(SecurityProvider) - Method in interface org.apache.jackrabbit.oak.spi.security.user.action.AuthorizableActionProvider
-
- getAuthorizableActions(SecurityProvider) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.CompositeActionProvider
-
- getAuthorizableActions(SecurityProvider) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.DefaultAuthorizableActionProvider
-
- getAuthorizableActions(SecurityProvider) - Method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardAuthorizableActionProvider
-
- getAuthorizableByPath(String) - Method in class org.apache.jackrabbit.oak.security.user.autosave.AutoSaveEnabledManager
-
- getAuthorizableByPath(String) - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
-
- getAuthorizableId(Tree) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.UserUtil
-
- getAuthorizableRootPath(ConfigurationParameters, AuthorizableType) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.UserUtil
-
- getAuthPw() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- getAutoCreateNodeDefinitions() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
- getAutoCreatePropertyDefinitions() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
- getAverageLoadPenalty() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Returns the average time spent loading new values.
- getAverageLoadPenalty() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
-
- getAverageMemory() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
Get the average memory used per entry.
- getBase() - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
-
- getBase() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStoreBranch
-
Returns the base state of this branch.
- getBaseCredentials() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.ImpersonationCredentials
-
Returns the Credentials
originally passed to
Session.impersonate(javax.jcr.Credentials)
.
- getBaseState() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeBuilder
-
- getBaseState() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- getBaseState() - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
-
- getBaseState() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeBuilder
-
- getBaseState() - Method in class org.apache.jackrabbit.oak.query.ExecutionContext
-
Used to evaluate the query (ie.
- getBaseState() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Returns the original base state that this builder is modifying.
- getBaseState() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- getBaseType() - Method in class org.apache.jackrabbit.oak.api.Type
-
Determine the base type of array types
- getBaseVersion(Tree) - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
-
Returns the tree representing the base version of the given versionable
tree or null
if none exists yet.
- getBeforeState() - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.UniversalFilter
-
- getBestIndex(Filter) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
-
- getBinary() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
-
- getBinaryID() - Method in class org.apache.jackrabbit.oak.kernel.KernelBlob
-
The id returned from MicroKernel.write(java.io.InputStream)
- getBindVariableName() - Method in class org.apache.jackrabbit.oak.query.ast.BindVariableValueImpl
-
- getBindVariableNames(String, String, NamePathMapper) - Method in interface org.apache.jackrabbit.oak.api.QueryEngine
-
Parse the query (check if it's valid) and get the list of bind variable names.
- getBindVariableNames() - Method in interface org.apache.jackrabbit.oak.query.Query
-
- getBindVariableNames(String, String, NamePathMapper) - Method in class org.apache.jackrabbit.oak.query.QueryEngineImpl
-
Parse the query (check if it's valid) and get the list of bind variable names.
- getBindVariableNames() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
-
- getBindVariableNames() - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
-
- getBindVariableValue(String) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
-
- getBits(String...) - Method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBitsProvider
-
- getBits(Iterable<String>) - Method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBitsProvider
-
- getBits(Privilege[], NameMapper) - Method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBitsProvider
-
- getBlob(Value) - Static method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
-
- getBlobLength(String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.blob.gridfs.MongoGridFSBlobStore
-
- GetBlobLengthCommandGridFS - Class in org.apache.jackrabbit.oak.plugins.mongomk.blob.gridfs
-
Command
for MongoMicroKernel#getLength(String)
- GetBlobLengthCommandGridFS(GridFS, String) - Constructor for class org.apache.jackrabbit.oak.plugins.mongomk.blob.gridfs.GetBlobLengthCommandGridFS
-
Constructs the command.
- getBlobStore() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK.Builder
-
- getBlobStore() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStore
-
- getBoolean(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- getBoolean(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- getBoolean(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
-
- getBoolean() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
-
- getBoolean(NodeState, String) - Static method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
- getBoolean(String) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
- getBoolean(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Returns the boolean value of the named property.
- getBoolean(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
-
Returns the boolean value of the named property.
- getBoolean(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- getBoolean(String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
Returns the boolean representation of the property with the specified
propertyName
.
- getBoolean(Tree, String) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
-
Returns the boolean representation of the property with the specified
propertyName
.
- getBoost() - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextTerm
-
- getBound(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.DateConstraint
-
- getBound(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.DecimalConstraint
-
- getBound(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.DoubleConstraint
-
- getBound(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.LongConstraint
-
- getBound(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.NumericConstraint
-
- getBranches() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStore
-
- getBranches() - Method in interface org.apache.jackrabbit.oak.plugins.mongomk.RevisionContext
-
- getCacheStats() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
-
- getCacheStats() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoDocumentStore
-
- getChild(String) - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Get a possibly non existing child of this Tree
.
- getChild(String) - Method in class org.apache.jackrabbit.oak.core.ImmutableTree
-
- getChild(String) - Method in class org.apache.jackrabbit.oak.core.MutableTree
-
- getChild(String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getChild(String) - Method in class org.apache.jackrabbit.oak.util.TreeLocation
-
Navigate to a child of the given name
.
- getChildNames() - Method in class org.apache.jackrabbit.oak.core.AbstractTree
-
- getChildNode(String) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
-
- getChildNode(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- getChildNode(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- getChildNode(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
-
- getChildNode(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
-
- getChildNode(String, Segment, RecordId) - Method in class org.apache.jackrabbit.oak.plugins.segment.Template
-
- getChildNode(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Returns a builder for constructing changes to the named child node.
- getChildNode(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
-
Returns the named, possibly non-existent, child node.
- getChildNode(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- getChildNodeCount(long) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
-
- getChildNodeCount(String, String) - Method in class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
-
- getChildNodeCount(long) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- getChildNodeCount(long) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- getChildNodeCount(long) - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
-
- getChildNodeCount(String, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK
-
- getChildNodeCount(String, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.LogWrapper
-
- getChildNodeCount(String, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.TimingWrapper
-
- getChildNodeCount(long) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
-
- getChildNodeCount(long) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
- getChildNodeCount(long) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Returns the current number of child nodes.
- getChildNodeCount(long) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
-
Returns the number of iterable child nodes of this node.
- getChildNodeCount(long) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- getChildNodeEntries() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
-
- getChildNodeEntries() - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- getChildNodeEntries() - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
-
- getChildNodeEntries() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
-
- getChildNodeEntries() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
-
Returns the iterable child node entries of this instance.
- getChildNodeNames() - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- getChildNodeNames() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- getChildNodeNames() - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
-
- getChildNodeNames() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
-
- getChildNodeNames() - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
- getChildNodeNames() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Returns the names of current child nodes.
- getChildNodeNames() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
-
Returns the names of all iterable child nodes.
- getChildNodeNames() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- getChildPermission(String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.TreePermission
-
- getChildren() - Method in interface org.apache.jackrabbit.oak.api.Tree
-
All accessible children of this Tree
instance.
- getChildren() - Method in class org.apache.jackrabbit.oak.core.AbstractTree
-
- getChildren() - Method in class org.apache.jackrabbit.oak.core.MutableTree
-
- getChildrenCacheSize() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK.Builder
-
- getChildrenCount(long) - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Determine the number of children of this Tree
instance taking
access restrictions into account.
- getChildrenCount(long) - Method in class org.apache.jackrabbit.oak.core.AbstractTree
-
- getChildrenCount(long) - Method in class org.apache.jackrabbit.oak.core.MutableTree
-
- getChildSerializer() - Method in class org.apache.jackrabbit.oak.kernel.JsonSerializer
-
- getClusterId() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK.Builder
-
- getClusterId() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStore
-
- getClusterId() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.Revision
-
- getClusterId() - Method in interface org.apache.jackrabbit.oak.plugins.mongomk.RevisionContext
-
- getClusterInfo() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStore
-
- getCode() - Method in exception org.apache.jackrabbit.oak.api.CommitFailedException
-
Returns the type-specific error code of this exception.
- getCollation(QueryBuilder.Direction) - Static method in class org.apache.jackrabbit.oak.security.user.query.QueryUtil
-
- getColumnIndex(String) - Method in interface org.apache.jackrabbit.oak.query.Query
-
- getColumnIndex(String) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
-
- getColumnIndex(String) - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
-
- getColumnName() - Method in class org.apache.jackrabbit.oak.query.ast.ColumnImpl
-
- getColumnNames() - Method in interface org.apache.jackrabbit.oak.api.Result
-
Get the list of column names.
- getColumnNames() - Method in class org.apache.jackrabbit.oak.query.ResultImpl
-
- getColumns() - Method in interface org.apache.jackrabbit.oak.query.Query
-
- getColumns() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
-
- getColumns() - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
-
- getColumnSelectorNames() - Method in interface org.apache.jackrabbit.oak.api.Result
-
Get the distinct selector names of all columns.
- getColumnSelectorNames() - Method in class org.apache.jackrabbit.oak.query.ResultImpl
-
- getCommitHooks(String) - Method in class org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl
-
- getCommitHooks(String) - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeConfigurationImpl
-
- getCommitHooks(String) - Method in class org.apache.jackrabbit.oak.spi.security.CompositeConfiguration
-
- getCommitHooks(String) - Method in class org.apache.jackrabbit.oak.spi.security.SecurityConfiguration.Default
-
- getCommitHooks(String) - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityConfiguration
-
- getCommitRootPath(Revision) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.NodeDocument
-
Returns the commit root path for the given revision
or
null
if this document does not have a commit root entry for
the given revision
.
- getComparator(OrderingImpl[]) - Static method in class org.apache.jackrabbit.oak.query.ResultRowImpl
-
- getConfig() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlManager
-
- getConfiguration(Class<T>) - Method in class org.apache.jackrabbit.oak.osgi.OsgiSecurityProvider
-
- getConfiguration(Class<T>) - Method in class org.apache.jackrabbit.oak.security.SecurityProviderImpl
-
- getConfiguration(Class<T>) - Method in class org.apache.jackrabbit.oak.spi.security.OpenSecurityProvider
-
- getConfiguration(Class<T>) - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityProvider
-
- getConfigurations() - Method in class org.apache.jackrabbit.oak.osgi.OsgiSecurityProvider
-
- getConfigurations() - Method in class org.apache.jackrabbit.oak.security.SecurityProviderImpl
-
- getConfigurations() - Method in class org.apache.jackrabbit.oak.spi.security.CompositeConfiguration
-
- getConfigurations() - Method in class org.apache.jackrabbit.oak.spi.security.OpenSecurityProvider
-
- getConfigurations() - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityProvider
-
- getConfigValue(String, T, Class<T>) - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
-
Returns the value of the configuration entry with the given key
applying the following rules:
If this instance doesn't contain a configuration entry with that
key the specified defaultValue
will be returned.
If defaultValue
is null
the original value will
be returned.
If the configured value is null
this method will always
return null
.
If neither defaultValue
nor the configured value is
null
an attempt is made to convert the configured value to
match the type of the default value.
- getConfigValue(String, T) - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
-
Returns the value of the configuration entry with the given key
applying the following rules:
If this instance doesn't contain a configuration entry with that
key, or if the entry is null
, the specified defaultValue
will be returned.
If the configured value is not null
an attempt is made to convert the configured value to
match the type of the default value.
- getConstraint() - Method in class org.apache.jackrabbit.oak.query.ast.NotImpl
-
- getConstraint() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
-
- getConstraint1() - Method in class org.apache.jackrabbit.oak.query.ast.AndImpl
-
- getConstraint1() - Method in class org.apache.jackrabbit.oak.query.ast.OrImpl
-
- getConstraint2() - Method in class org.apache.jackrabbit.oak.query.ast.AndImpl
-
- getConstraint2() - Method in class org.apache.jackrabbit.oak.query.ast.OrImpl
-
- getContentRepository() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.RepositoryCallback
-
- getContentSession() - Method in interface org.apache.jackrabbit.oak.api.Root
-
Get the ContentSession
from which this root was acquired
- getContentSession() - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
-
- getContentSession() - Method in class org.apache.jackrabbit.oak.core.SystemRoot
-
- getContext() - Method in class org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl
-
- getContext() - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeConfigurationImpl
-
- getContext() - Method in class org.apache.jackrabbit.oak.security.user.UserConfigurationImpl
-
- getContext() - Method in class org.apache.jackrabbit.oak.spi.security.CompositeConfiguration
-
- getContext() - Method in class org.apache.jackrabbit.oak.spi.security.SecurityConfiguration.Default
-
- getContext() - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityConfiguration
-
- getConverter() - Method in class org.apache.jackrabbit.oak.plugins.memory.BinaryPropertyState
-
- getConverter() - Method in class org.apache.jackrabbit.oak.plugins.memory.BooleanPropertyState
-
- getConverter() - Method in class org.apache.jackrabbit.oak.plugins.memory.DecimalPropertyState
-
- getConverter() - Method in class org.apache.jackrabbit.oak.plugins.memory.DoublePropertyState
-
- getConverter() - Method in class org.apache.jackrabbit.oak.plugins.memory.GenericPropertyState
-
- getConverter() - Method in class org.apache.jackrabbit.oak.plugins.memory.LongPropertyState
-
- getConverter(Blob) - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiBinaryPropertyState
-
- getConverter(Boolean) - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiBooleanPropertyState
-
- getConverter(BigDecimal) - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiDecimalPropertyState
-
- getConverter(Double) - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiDoublePropertyState
-
- getConverter(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiGenericPropertyState
-
- getConverter(Long) - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiLongPropertyState
-
- getConverter(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiStringPropertyState
-
- getConverter() - Method in class org.apache.jackrabbit.oak.plugins.memory.StringPropertyState
-
- getCost(Filter, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.aggregate.AggregateIndex
-
- getCost(Filter) - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.BaseDiffCollector
-
- getCost(Filter) - Method in interface org.apache.jackrabbit.oak.plugins.index.diffindex.DiffCollector
-
- getCost(Filter, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.DiffIndex
-
- getCost(Filter, String, PropertyValue) - Method in class org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexLookup
-
- getCost(Filter, NodeState) - Method in class org.apache.jackrabbit.oak.query.index.TraversingIndex
-
- getCost(Filter, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex
-
Estimate the worst-case cost to query with the given filter.
- getCounter() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.Revision
-
- getCreated() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.NodeDocument
-
- getCredentials() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
- getCredentials() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.CredentialsCallback
-
- getCurrentSegment(UUID) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentWriter
-
- getCurrentTimestamp() - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.Revision
-
Get the timestamp value of the current date and time.
- getData() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.blob.MongoBlob
-
- getDate() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
-
- getDate() - Method in class org.apache.jackrabbit.oak.spi.commit.CommitInfo
-
- getDB() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.MongoConnection
-
Returns the DB
.
- getDecimal() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
-
- getDeclaredAggregateNames() - Method in class org.apache.jackrabbit.oak.spi.security.privilege.ImmutablePrivilegeDefinition
-
- getDeclaredAggregateNames() - Method in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeDefinition
-
Returns the internal names of the declared aggregated privileges or
an empty array if the privilege defined by this definition isn't
an aggregate.
- getDefaultBuilder() - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.util.MongoConnection
-
Constructs a builder with default options set.
- getDefaultChildType(Tree, Tree, String) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
-
Finds the default primary type for a new child node with the given name.
- getDefaultConfiguration(ConfigurationParameters) - Static method in class org.apache.jackrabbit.oak.spi.security.authentication.ConfigurationUtil
-
Creates a new
Configuration
for the default OAK authentication
setup which only handles login for standard JCR credentials.
- getDefinition(Tree, String) - Method in interface org.apache.jackrabbit.oak.plugins.nodetype.DefinitionProvider
-
Returns the node definition for a child node of parent
named
nodeName
with a default primary type.
- getDefinition(Tree, Tree) - Method in interface org.apache.jackrabbit.oak.plugins.nodetype.DefinitionProvider
-
Calculates the applicable definition for the child node under the given
parent node.
- getDefinition(Tree, PropertyState, boolean) - Method in interface org.apache.jackrabbit.oak.plugins.nodetype.DefinitionProvider
-
Calculates the applicable definition for the property state under the
given parent tree.
- getDefinition(Tree, String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- getDefinition(Tree, Tree) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- getDefinition(Tree, PropertyState, boolean) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- getDefinition() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.Restriction
-
Returns the underlying restriction definition.
- getDefinition() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionImpl
-
- getDescription() - Method in enum org.apache.jackrabbit.oak.plugins.version.VersionExceptionCode
-
- getDescriptors() - Method in interface org.apache.jackrabbit.oak.api.ContentRepository
-
Returns the repository descriptors which contain all or a subset of the descriptors defined in
Repository
.
- getDescriptors() - Method in class org.apache.jackrabbit.oak.core.ContentRepositoryImpl
-
- getDestPath(String) - Method in class org.apache.jackrabbit.oak.spi.commit.MoveTracker
-
- getDiffCacheSize() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK.Builder
-
- getDiffCacheStats() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK
-
- getDocChildrenCacheSize() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK.Builder
-
- getDocChildrenCacheStats() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK
-
- getDocChildrenCacheStats() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStore
-
- getDocumentCacheSize() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK.Builder
-
- getDocumentStore() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK.Builder
-
- getDocumentStore() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK
-
- getDocumentStore() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStore
-
- getDone() - Method in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
-
- getDouble() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
-
- getDummySegment() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentWriter
-
- getEffectiveNodeType(Node) - Method in interface org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeTypeProvider
-
Calculates and returns the effective node types of the given node.
- getEffectiveNodeType(Tree) - Method in interface org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeTypeProvider
-
Calculates and returns the effective node types of the given tree.
- getEffectiveNodeType(Node) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
Returns all the node types of the given node, in a breadth-first
traversal order of the type hierarchy.
- getEffectiveNodeType(Tree) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- getEffectivePolicies(String) - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlManagerImpl
-
- getEffectivePolicies(Set<Principal>) - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlManagerImpl
-
- getEffectiveType(Tree, Tree) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
-
Returns the effective node types of the given node.
- getElementCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Get the number of elements/objects in the cache.
- getElementCount() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
-
- getEntries(PermissionStore, String) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionEntryCache.Local
-
- getEntries(String) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PrincipalPermissionEntries
-
- getEntries() - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PrincipalPermissionEntries
-
- getEntries() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlList
-
- getEntries() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ImmutableACL
-
- getEntryName(String) - Static method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionUtil
-
- getEveryone() - Method in class org.apache.jackrabbit.oak.spi.security.principal.PrincipalManagerImpl
-
- getEvictionCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Returns the number of times an entry has been evicted.
- getEvictionCount() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
-
- getExcerpt(String, String, Query, boolean) - Static method in class org.apache.jackrabbit.oak.query.fulltext.SimpleExcerptProvider
-
- getExecutionContext() - Method in class org.apache.jackrabbit.oak.query.QueryEngineImpl
-
- getExistingSelector(String) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
-
Get the selector with the given name, or fail if not found.
- getExternalUser() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapLoginModule
-
- getExternalUser() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalLoginModule
-
TODO
- getFilter(NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.filter.FilterProvider
-
Factory method for creating a Filter
for the passed before and after
states.
- getFulltextConditions() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- getFulltextConditions() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Deprecated.
- getFullTextConstraint(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AndImpl
-
- getFullTextConstraint(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ConstraintImpl
-
Get the (combined) full-text constraint.
- getFullTextConstraint(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl
-
- getFullTextConstraint(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.OrImpl
-
- getFullTextConstraint() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- getFullTextConstraint() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Get the fulltext search condition expression, if any.
- getFullTextSearchExpression() - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl
-
- getGroupAttributes() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- getGroupFilter() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- getGroupMembership(Principal) - Method in class org.apache.jackrabbit.oak.spi.security.principal.CompositePrincipalProvider
-
- getGroupMembership(Principal) - Method in class org.apache.jackrabbit.oak.spi.security.principal.PrincipalManagerImpl
-
- getGroupMembership(Principal) - Method in interface org.apache.jackrabbit.oak.spi.security.principal.PrincipalProvider
-
Returns an iterator over all group principals for which the given
principal is either direct or indirect member of.
- getGroupMembershipAttribute() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- getGroupNameAttribute() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- getGroupRoot() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- getGroups() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapUser
-
- getGroups() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalUser
-
- getHead() - Method in interface org.apache.jackrabbit.oak.plugins.segment.Journal
-
- getHead() - Method in class org.apache.jackrabbit.oak.plugins.segment.memory.MemoryJournal
-
- getHead() - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
-
- getHead() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStoreBranch
-
Returns the head state of this branch.
- getHeadRevision() - Method in class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
-
- getHeadRevision() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK
-
- getHeadRevision() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.LogWrapper
-
- getHeadRevision() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.TimingWrapper
-
- getHitCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Returns the number of times Cache
lookup methods have returned a cached value.
- getHitCount() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
-
- getHitRate() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Returns the ratio of cache requests which were hits.
- getHitRate() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
-
- getHost() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- getId() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.blob.MongoBlob
-
- getId() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.ClusterNodeInfo
-
- getId() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.Document
-
- getId() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.Node
-
- getId() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.UpdateOp
-
- getId() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapUser
-
- getId() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalUser
-
- getIdentifier(Tree) - Static method in class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
-
Return the identifier of a tree.
- getIdentifierManager() - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
-
- getIdFromPath(String) - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.util.Utils
-
- getIfCached(Collection<T>, String) - Method in interface org.apache.jackrabbit.oak.plugins.mongomk.DocumentStore
-
Fetches the cached document.
- getIfCached(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MemoryDocumentStore
-
- getIfCached(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoDocumentStore
-
- getIfCached(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.LoggingDocumentStoreWrapper
-
- getIfCached(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.SynchronizingDocumentStoreWrapper
-
- getIfCached(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.TimingDocumentStoreWrapper
-
- getIfCached(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.sqlpersistence.SQLDocumentStore
-
- getIfPresent(Object) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
Get the value for the given key if the entry is cached.
- getImpersonatorInfo() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.ImpersonationCredentials
-
Returns the AuthInfo
present with the editing session that want
to impersonate.
- getIndexEditor(String, NodeBuilder, NodeState, IndexUpdateCallback) - Method in class org.apache.jackrabbit.oak.plugins.index.CompositeIndexEditorProvider
-
- getIndexEditor(String, NodeBuilder, NodeState, IndexUpdateCallback) - Method in interface org.apache.jackrabbit.oak.plugins.index.IndexEditorProvider
-
Each provider knows how to produce a certain type of index.
- getIndexEditor(String, NodeBuilder, NodeState, IndexUpdateCallback) - Method in class org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexEditorProvider
-
- getIndexEditor(String, NodeBuilder, NodeState, IndexUpdateCallback) - Method in class org.apache.jackrabbit.oak.plugins.index.reference.ReferenceEditorProvider
-
- getIndexEditor(String, NodeBuilder, NodeState, IndexUpdateCallback) - Method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardIndexEditorProvider
-
- getIndexName() - Method in class org.apache.jackrabbit.oak.plugins.index.aggregate.AggregateIndex
-
- getIndexName() - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.UUIDDiffIndex
-
- getIndexName() - Method in class org.apache.jackrabbit.oak.query.index.TraversingIndex
-
- getIndexName() - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex
-
Get the unique index name.
- getIndexProvider() - Method in class org.apache.jackrabbit.oak.query.ExecutionContext
-
- getIndexStats() - Method in class org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate
-
- getInitStackTrace() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getInMap() - Method in class org.apache.jackrabbit.oak.query.ast.AndImpl
-
- getInMap() - Method in class org.apache.jackrabbit.oak.query.ast.ChildNodeImpl
-
- getInMap() - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
-
- getInMap() - Method in class org.apache.jackrabbit.oak.query.ast.ConstraintImpl
-
Get the map of "in(..)" conditions.
- getInMap() - Method in class org.apache.jackrabbit.oak.query.ast.DescendantNodeImpl
-
- getInMap() - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl
-
- getInMap() - Method in class org.apache.jackrabbit.oak.query.ast.InImpl
-
- getInMap() - Method in class org.apache.jackrabbit.oak.query.ast.NotImpl
-
- getInMap() - Method in class org.apache.jackrabbit.oak.query.ast.OrImpl
-
- getInMap() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyExistenceImpl
-
- getInMap() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyInexistenceImpl
-
- getInMap() - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeImpl
-
- getInstance(DocumentStore) - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.ClusterNodeInfo
-
Create a cluster node info instance for the store, with the
- getInstance(DocumentStore, String, String) - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.ClusterNodeInfo
-
Create a cluster node info instance for the store.
- getInstance(Root, NamePathMapper) - Static method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- getInstance(NodeState) - Static method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
Returns a read-only node type manager based on the types stored within
the content tree starting at the given root node state.
- getInstance() - Static method in class org.apache.jackrabbit.oak.security.authorization.permission.AllPermissions
-
- getInstance() - Static method in class org.apache.jackrabbit.oak.security.authorization.permission.NoPermissions
-
- getInstance() - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.OpenPermissionProvider
-
- getInstance() - Static method in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
-
- getInstance() - Static method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
-
Creates a mutable instance of privilege bits.
- getInstance(PrivilegeBits...) - Static method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
-
Creates a mutable instance of privilege bits.
- getInstance(PropertyState) - Static method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
-
Get or create an instance of privilege bits for a specific property that
stores privileges.
- getInstance(Tree) - Static method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
-
Get or create an instance of privilege bits for a privilege definition.
- getJackrabbit2Configuration(ConfigurationParameters) - Static method in class org.apache.jackrabbit.oak.spi.security.authentication.ConfigurationUtil
-
Creates a new
Configuration
backwards compatible with the default
Jackrabbit 2.x authentication setup.
- getJcrName(String) - Method in class org.apache.jackrabbit.oak.namepath.GlobalNameMapper
-
- getJcrName(String) - Method in class org.apache.jackrabbit.oak.namepath.LocalNameMapper
-
- getJcrName(String) - Method in interface org.apache.jackrabbit.oak.namepath.NameMapper
-
Returns the JCR name for the given Oak name.
- getJcrName(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapper.Default
-
- getJcrName(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapperImpl
-
- getJcrPath(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapper.Default
-
- getJcrPath(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapperImpl
-
- getJcrPath(String) - Method in interface org.apache.jackrabbit.oak.namepath.PathMapper
-
Returns the JCR path for the given Oak path.
- getJoinCondition() - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
-
- getJournal(String, String, String) - Method in class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
-
- getJournal(String, String, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK
-
- getJournal(String, String, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.LogWrapper
-
- getJournal(String, String, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.TimingWrapper
-
- getJournal(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.file.FileStore
-
- getJournal(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.memory.MemoryStore
-
- getJournal(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.mongo.MongoStore
-
- getJournal(String) - Method in interface org.apache.jackrabbit.oak.plugins.segment.SegmentStore
-
- getKeyLowerLimit(String) - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.util.Utils
-
Returns the lower key limit to retrieve the children of the given
path
.
- getKeys() - Method in interface org.apache.jackrabbit.oak.api.Descriptors
-
Returns a string array holding all descriptor keys available for this
implementation, both the standard descriptors defined by the string
constants in this interface and any implementation-specific descriptors.
- getKeys() - Method in class org.apache.jackrabbit.oak.util.GenericDescriptors
-
Returns a string array holding all descriptor keys available for this
implementation, both the standard descriptors defined by the string
constants in this interface and any implementation-specific descriptors.
- getKeyUpperLimit(String) - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.util.Utils
-
Returns the upper key limit to retrieve the children of the given
path
.
- getLastCheckTime() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.NodeDocument
-
Returns the last time when this object was checked for consistency.
- getLastFailedSave() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getLastMod() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.blob.MongoBlob
-
- getLastReadAccess() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getLastRefresh() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getLastRev() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.NodeDocument
-
- getLastRevision() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.Node
-
- getLastSave() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getLastWriteAccess() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getLatestRoot() - Method in interface org.apache.jackrabbit.oak.api.ContentSession
-
The current head root as seen by this content session.
- getLatestRoot() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlManager
-
- getLdapPassword() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapUser
-
- getLeaseTime() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.ClusterNodeInfo
-
- getLeft() - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
-
- getLength(String) - Method in class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
-
- getLength(String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK
-
- getLength(String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.LogWrapper
-
- getLength(String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.TimingWrapper
-
- getLength() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
-
- getLevel() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.blob.MongoBlob
-
- getLiteralValue() - Method in class org.apache.jackrabbit.oak.query.ast.LiteralImpl
-
- getLiveRevision(RevisionContext, Revision, Set<Revision>) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.NodeDocument
-
Get the earliest (oldest) revision where the node was alive at or before
the provided revision, if the node was alive at the given revision.
- getLoadCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Returns the total number of times that Cache
lookup methods attempted to load new
values.
- getLoadCount() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
-
- getLoadExceptionCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Returns the number of times Cache
lookup methods threw an exception while loading a
new value.
- getLoadExceptionCount() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
-
- getLoadExceptionRate() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Returns the ratio of cache loading attempts which threw exceptions.
- getLoadExceptionRate() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
-
- getLoadSuccessCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Returns the number of times Cache
lookup methods have successfully loaded a new value.
- getLoadSuccessCount() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
-
- getLogging() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK.Builder
-
- getLoginContext(Credentials, String) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.LoginContextProvider
-
Returns a new login context instance for handling authentication.
- getLoginContextProvider(ContentRepository) - Method in class org.apache.jackrabbit.oak.security.authentication.AuthenticationConfigurationImpl
-
Create a
LoginContextProvider
using standard
JAAS
functionality.
- getLoginContextProvider(ContentRepository) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.AuthenticationConfiguration
-
- getLoginContextProvider(ContentRepository) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.OpenAuthenticationConfiguration
-
- getLoginTimeStamp() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getLong(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- getLong(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
-
- getLong() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
-
- getLong(NodeState, String) - Static method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
- getLong(String) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
- getLong(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
-
Returns the long value of the named property.
- getLong(String, long) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getLowerBound() - Method in class org.apache.jackrabbit.oak.query.fulltext.LikePattern
-
Get the lower bound if any.
- getMandatoryNodeDefinitions() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
- getMandatoryPropertyDefinitions() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
- getMaxMemory() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
Get the maximum memory to use.
- getMaxTotalWeight() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
The maximum weight of entries the cache may contain.
- getMaxTotalWeight() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
-
- getMembershipSizeThreshold() - Method in class org.apache.jackrabbit.oak.security.user.MembershipWriter
-
- getMemory(K) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
Get the memory used for the given key.
- getMemory() - Method in interface org.apache.jackrabbit.oak.cache.CacheValue
-
The estimated amount of memory used by this object, in bytes.
- getMemory() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.Document
-
- getMemory() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.Node
-
- getMessage() - Method in class org.apache.jackrabbit.oak.spi.commit.CommitInfo
-
- getMissCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Returns the number of times Cache
lookup methods have returned an uncached (newly
loaded) value, or null.
- getMissCount() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
-
- getMissRate() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Returns the ratio of cache requests which were misses.
- getMissRate() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
-
- getMixinNodeTypes() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- getMixinTypeNames() - Method in class org.apache.jackrabbit.oak.spi.xml.NodeInfo
-
Returns the names of the mixin types of the node being imported.
- getMixinTypes() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- getMixinTypes() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- getMixinTypes() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Returns the names of all matching mixin node types.
- getModCount() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.Document
-
- getModCount(String) - Method in interface org.apache.jackrabbit.oak.security.authorization.permission.PermissionStore
-
- getModCount(String) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionStoreImpl
-
- getModCount() - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PrincipalPermissionEntries
-
- getModified(long) - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.Commit
-
- getName() - Method in interface org.apache.jackrabbit.oak.api.PropertyState
-
- getName() - Method in interface org.apache.jackrabbit.oak.api.Tree
-
- getName() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
-
- getName() - Method in class org.apache.jackrabbit.oak.core.AbstractTree
-
- getName() - Method in class org.apache.jackrabbit.oak.core.MutableTree
-
- getName(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- getName() - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyPropertyState
-
- getName() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryChildNodeEntry
-
- getName() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
Accessor for name
- getName(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- getName() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.UpdateOp.Key
-
- getName(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
-
- getName() - Method in enum org.apache.jackrabbit.oak.query.ast.Order
-
- getName() - Method in class org.apache.jackrabbit.oak.security.authentication.AuthenticationConfigurationImpl
-
- getName() - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl
-
- getName() - Method in class org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl
-
- getName() - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PrincipalPermissionEntries
-
- getName() - Method in class org.apache.jackrabbit.oak.security.principal.PrincipalConfigurationImpl
-
- getName() - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeConfigurationImpl
-
- getName() - Method in class org.apache.jackrabbit.oak.security.user.UserConfigurationImpl
-
- getName() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinition
-
The internal oak name of this restriction definition.
- getName() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinitionImpl
-
- getName() - Method in class org.apache.jackrabbit.oak.spi.security.CompositeConfiguration
-
- getName() - Method in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
-
- getName() - Method in class org.apache.jackrabbit.oak.spi.security.principal.PrincipalImpl
-
- getName() - Method in class org.apache.jackrabbit.oak.spi.security.principal.SystemPrincipal
-
- getName() - Method in class org.apache.jackrabbit.oak.spi.security.privilege.ImmutablePrivilegeDefinition
-
- getName() - Method in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeDefinition
-
The internal name of this privilege.
- getName() - Method in class org.apache.jackrabbit.oak.spi.security.SecurityConfiguration.Default
-
- getName() - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityConfiguration
-
Returns the name of this security configuration.
- getName(NodeState, String) - Static method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
- getName(String) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
- getName() - Method in interface org.apache.jackrabbit.oak.spi.state.ChildNodeEntry
-
The name of the child node state wrt.
- getName() - Method in enum org.apache.jackrabbit.oak.spi.state.ConflictType
-
- getName(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Returns the name value of the named property.
- getName(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
-
Returns the name value of the named property.
- getName(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- getName() - Method in class org.apache.jackrabbit.oak.spi.xml.NodeInfo
-
Returns the name of the node being imported.
- getName() - Method in class org.apache.jackrabbit.oak.spi.xml.PropInfo
-
- getName() - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getName(String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getName(String, String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getName() - Method in class org.apache.jackrabbit.oak.util.PropertyBuilder
-
- getName(Tree, String) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
-
- getNamedNodeDefinitions(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
Return all node definitions that match the specified oak name.
- getNamedPropertyDefinitions(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
Return all property definitions that match the specified oak name.
- getNamePathMapper() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
Returns a
NameMapper
to be used by this node type manager.
- getNamePathMapper() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
-
- getNamePathMapper() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlList
-
- getNamePathMapper() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlManager
-
- getNames(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- getNames(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- getNames(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
-
- getNames(long) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
Returns names of the specified permissions.
- getNames(NodeState, String) - Static method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
- getNames(String) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
- getNames(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Returns the name values of the named property.
- getNames(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
-
Returns the name values of the named property.
- getNames(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- getNames(String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getNames(Tree, String) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
-
- getNamespaceMap(Tree) - Static method in class org.apache.jackrabbit.oak.plugins.name.Namespaces
-
- getNamespacePrefix(Tree, String) - Static method in class org.apache.jackrabbit.oak.plugins.name.Namespaces
-
- getNamespaceURI(Tree, String) - Static method in class org.apache.jackrabbit.oak.plugins.name.Namespaces
-
- getNewestRevision(RevisionContext, Revision, CollisionHandler) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.NodeDocument
-
Get the revision of the latest change made to this node.
- getNewStream() - Method in interface org.apache.jackrabbit.oak.api.Blob
-
Returns a new stream for this blob.
- getNewStream() - Method in class org.apache.jackrabbit.oak.kernel.KernelBlob
-
- getNewStream() - Method in class org.apache.jackrabbit.oak.plugins.memory.ArrayBasedBlob
-
- getNewStream() - Method in class org.apache.jackrabbit.oak.plugins.memory.StringBasedBlob
-
This implementation returns the bytes of the UTF-8 encoding
of the underlying string.
- getNewStream() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoBlob
-
- getNext() - Method in class org.apache.jackrabbit.oak.util.AbstractLazyIterator
-
Returns the next element of this iteration or null
if the iteration has finished.
- getNode(NodeState, String) - Static method in class org.apache.jackrabbit.oak.spi.state.NodeStateUtils
-
Get a possibly non existing child node of a node.
- getNodeAggregator() - Method in class org.apache.jackrabbit.oak.plugins.index.aggregate.AggregateIndex
-
- getNodeAggregator() - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex.FulltextQueryIndex
-
Returns the NodeAggregator responsible for providing the aggregation
settings or null if aggregation is not available/desired.
- getNodeAtRevision(RevisionContext, Revision, Revision) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.NodeDocument
-
Returns a
Node
as seen at the given
readRevision
.
- getNodeCacheSize() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK.Builder
-
- getNodeCacheStats() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK
-
- getNodeCacheStats() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStore
-
- getNodeChildrenCacheStats() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK
-
- getNodeChildrenCacheStats() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStore
-
- getNodeDefinition(String, EffectiveNodeType) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
- getNodeDefinitions() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
- getNodes(String, String, int, long, int, String) - Method in class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
-
- getNodes(String, String, int, long, int, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK
-
- getNodes(String, String, int, long, int, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.LogWrapper
-
- getNodes(String, String, int, long, int, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.TimingWrapper
-
- getNodes(String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getNodeState() - Method in class org.apache.jackrabbit.oak.core.AbstractTree
-
- getNodeState() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryChildNodeEntry
-
- getNodeState() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- getNodeState() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeBuilder
-
- getNodeState() - Method in interface org.apache.jackrabbit.oak.spi.state.ChildNodeEntry
-
The child node state
- getNodeState() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Returns an immutable node state that matches the current state of
the builder.
- getNodeState() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- getNodeStore() - Method in class org.apache.jackrabbit.oak.core.ContentRepositoryImpl
-
- getNodeStore() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK.Builder
-
- getNodeStore() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK
-
- getNodeStore() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService
-
- getNodeStore() - Method in class org.apache.jackrabbit.oak.spi.state.ProxyNodeStore
-
- getNodeType(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- getNodeTypeManager() - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
-
- getNodeTypeName(AuthorizableType) - Static method in class org.apache.jackrabbit.oak.security.user.query.QueryUtil
-
Retrieve the node type name for the specified authorizable type.
- getNumEntries(PermissionStore, String) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionEntryCache.Local
-
- getNumEntries(String) - Method in interface org.apache.jackrabbit.oak.security.authorization.permission.PermissionStore
-
- getNumEntries(String) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionStoreImpl
-
- getNumOfRetries() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.blob.gridfs.BaseCommand
-
- getNumOfRetries() - Method in interface org.apache.jackrabbit.oak.plugins.mongomk.blob.gridfs.Command
-
Returns the number of retries this Command
should be retried in
case of an error or false result.
- getNumPermissions(NodeBuilder) - Static method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionUtil
-
- getNumPermissions(Tree) - Static method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionUtil
-
- getOakName(String) - Method in class org.apache.jackrabbit.oak.namepath.GlobalNameMapper
-
- getOakName(String) - Method in interface org.apache.jackrabbit.oak.namepath.NameMapper
-
Returns the Oak name for the specified JCR name.
- getOakName(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapper.Default
-
- getOakName(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapperImpl
-
- getOakName(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
Returns the internal name for the specified JCR name.
- getOakNameFromExpanded(String) - Method in class org.apache.jackrabbit.oak.namepath.GlobalNameMapper
-
- getOakNameOrNull(String) - Method in class org.apache.jackrabbit.oak.namepath.GlobalNameMapper
-
- getOakNameOrNull(String) - Method in class org.apache.jackrabbit.oak.namepath.LocalNameMapper
-
- getOakNameOrNull(String) - Method in interface org.apache.jackrabbit.oak.namepath.NameMapper
-
Returns the Oak name for the given JCR name, or null
if no
such mapping exists because the given JCR name contains an unknown
namespace URI or prefix, or is otherwise invalid.
- getOakNameOrNull(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapper.Default
-
- getOakNameOrNull(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapperImpl
-
- getOakPath(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapper.Default
-
- getOakPath(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapperImpl
-
- getOakPath(String) - Method in interface org.apache.jackrabbit.oak.namepath.PathMapper
-
Returns the Oak path for the given JCR path, or null
if no
such mapping exists because the given JCR path contains a name element
with an unknown namespace URI or prefix, or is otherwise invalid.
- getOakPath(String) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
-
Validate the path is syntactically correct, and convert it to an Oak
internal path (including namespace remapping if needed).
- getOakPath(String, NamePathMapper) - Static method in class org.apache.jackrabbit.oak.spi.query.PropertyValues
-
- getOakPath() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlList
-
- getOakPath(String) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlManager
-
- getOakPathKeepIndex(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapper.Default
-
- getOakPathKeepIndex(String) - Method in class org.apache.jackrabbit.oak.namepath.NamePathMapperImpl
-
- getOakPathKeepIndex(String) - Method in interface org.apache.jackrabbit.oak.namepath.PathMapper
-
- getOakPrefixOrNull(String) - Method in class org.apache.jackrabbit.oak.namepath.GlobalNameMapper
-
- getOakString() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
-
Same as
ValueImpl.getString()
unless that names and paths are returned in their
Oak representation instead of being mapped to their JCR representation.
- getOffset() - Method in class org.apache.jackrabbit.oak.plugins.segment.RecordId
-
- getOperand() - Method in class org.apache.jackrabbit.oak.query.ast.LowerCaseImpl
-
- getOperand() - Method in class org.apache.jackrabbit.oak.query.ast.OrderingImpl
-
- getOperand() - Method in class org.apache.jackrabbit.oak.query.ast.UpperCaseImpl
-
- getOperand1() - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
-
- getOperand1() - Method in class org.apache.jackrabbit.oak.query.ast.InImpl
-
- getOperand2() - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
-
- getOperand2List() - Method in class org.apache.jackrabbit.oak.query.ast.InImpl
-
- getOperator() - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
-
- getOrAddChild(String, String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getOrAddTree(String, String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
TODO: clean up.
- getOrCreateOakIndex(NodeBuilder) - Static method in class org.apache.jackrabbit.oak.plugins.index.IndexUtils
-
- getOrderings() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
-
- getOriginalSourcePath(String) - Method in class org.apache.jackrabbit.oak.spi.commit.MoveTracker
-
- getParameters(String) - Method in class org.apache.jackrabbit.oak.osgi.OsgiSecurityProvider
-
- getParameters(String) - Method in class org.apache.jackrabbit.oak.security.SecurityProviderImpl
-
- getParameters() - Method in class org.apache.jackrabbit.oak.spi.security.CompositeConfiguration
-
- getParameters() - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationBase
-
- getParameters(String) - Method in class org.apache.jackrabbit.oak.spi.security.OpenSecurityProvider
-
- getParameters() - Method in class org.apache.jackrabbit.oak.spi.security.SecurityConfiguration.Default
-
- getParameters() - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityConfiguration
-
Returns the configuration parameters associated with this security
configuration instance.
- getParameters(String) - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityProvider
-
- getParent() - Method in interface org.apache.jackrabbit.oak.api.Tree
-
- getParent() - Method in class org.apache.jackrabbit.oak.core.AbstractTree
-
- getParent() - Method in class org.apache.jackrabbit.oak.core.ImmutableTree.DefaultParentProvider
-
- getParent() - Method in class org.apache.jackrabbit.oak.core.ImmutableTree
-
- getParent() - Method in interface org.apache.jackrabbit.oak.core.ImmutableTree.ParentProvider
-
- getParent() - Method in class org.apache.jackrabbit.oak.core.MutableTree
-
- getParent() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
Accessor for parent builder
- getParent() - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getParent() - Method in class org.apache.jackrabbit.oak.util.TreeLocation
-
Navigate to the parent or an invalid location for the root of the hierarchy.
- getParentPathOrNull(String) - Static method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionUtil
-
- getParents(NodeState, String) - Method in interface org.apache.jackrabbit.oak.plugins.index.aggregate.NodeAggregator
-
- getParents(NodeState, String) - Method in class org.apache.jackrabbit.oak.plugins.index.aggregate.SimpleNodeAggregator
-
- getPassword() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapUser
-
- getPassword() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalUser
-
- getPasswordHash() - Method in class org.apache.jackrabbit.oak.security.user.CredentialsImpl
-
- getPath() - Method in interface org.apache.jackrabbit.oak.api.ResultRow
-
The path, assuming there is only one selector.
- getPath(String) - Method in interface org.apache.jackrabbit.oak.api.ResultRow
-
The path for the given selector name.
- getPath() - Method in interface org.apache.jackrabbit.oak.api.Tree
-
- getPath() - Method in class org.apache.jackrabbit.oak.core.AbstractTree
-
- getPath() - Method in class org.apache.jackrabbit.oak.core.ImmutableTree
-
- getPath() - Method in class org.apache.jackrabbit.oak.core.MutableTree
-
- getPath(String) - Method in class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
-
The path of the tree identified by the specified identifier
or null
.
- getPath(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
-
Returns the path of the tree references by the specified (weak)
reference PropertyState
.
- getPath(PropertyValue) - Method in class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
-
Returns the path of the tree references by the specified (weak)
reference PropertyState
.
- getPath() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- getPath() - Method in interface org.apache.jackrabbit.oak.plugins.observation.filter.FilterProvider
-
- 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 class org.apache.jackrabbit.oak.security.authentication.ldap.LdapUser
-
- getPath(Tree, Tree) - Static method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionUtil
-
- getPath() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Get the path, or "/" if there is no path restriction set.
- getPath() - Method in interface org.apache.jackrabbit.oak.spi.query.IndexRow
-
The path of the node, if available.
- getPath() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalUser
-
- getPath() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlList
-
- getPath() - Method in class org.apache.jackrabbit.oak.util.TreeLocation
-
The path of this location
- getPathFromId(String) - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.util.Utils
-
- getPathRestriction() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- getPathRestriction() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Get the path restriction type.
- getPattern(String, Tree) - Method in class org.apache.jackrabbit.oak.security.authorization.restriction.PrincipalRestrictionProvider
-
- getPattern(String, Tree) - Method in class org.apache.jackrabbit.oak.security.authorization.restriction.RestrictionProviderImpl
-
- getPattern(String, Tree) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.CompositeRestrictionProvider
-
- getPattern(String, Tree) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionProvider
-
Creates the
RestrictionPattern
for the restriction information
stored with specified tree.
- getPattern(String, Tree) - Method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardRestrictionProvider
-
- getPendingModifications() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStore
-
- getPendingModifications() - Method in interface org.apache.jackrabbit.oak.plugins.mongomk.RevisionContext
-
- getPendingWriteCount() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStore
-
- getPermission(String, long) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- getPermissionProvider(Root, String, Set<Principal>) - Method in class org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl
-
- getPermissionProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlManager
-
- getPermissionProvider(Root, String, Set<Principal>) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.AuthorizationConfiguration
-
- getPermissionProvider(Root, String, Set<Principal>) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.CompositeAuthorizationConfiguration
-
- getPermissionProvider(Root, String, Set<Principal>) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.OpenAuthorizationConfiguration
-
- getPermissions(String, TreeLocation, boolean) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
Returns the permissions that correspond the given jcr actions such as
specified in Session.hasPermission(String, String)
.
- getPermissions(String) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
Returns the permissions that correspond the given permission names.
- getPermissionsRoot(Root, String) - Static method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionUtil
-
- getPlan(Filter, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.aggregate.AggregateIndex
-
- getPlan(Filter, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.DiffIndex
-
- getPlan(NodeState) - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
-
- getPlan(NodeState) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- getPlan(NodeState) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
-
Get the query plan.
- getPlan(Filter, NodeState) - Method in class org.apache.jackrabbit.oak.query.index.TraversingIndex
-
- getPlan() - Method in interface org.apache.jackrabbit.oak.query.Query
-
Get the query plan.
- getPlan() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
-
- getPlan() - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
-
- getPlan(Filter, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndex
-
Get the query plan for the given filter.
- getPolicies(String) - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlManagerImpl
-
- getPolicies(Principal) - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlManagerImpl
-
- getPort() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- getPrecedence() - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextAnd
-
- getPrecedence() - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextExpression
-
Get the operator precedence.
- getPrecedence() - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextOr
-
- getPrecedence() - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextTerm
-
- getPrefix(String) - Method in class org.apache.jackrabbit.oak.plugins.name.ReadOnlyNamespaceRegistry
-
- getPrefixes() - Method in class org.apache.jackrabbit.oak.plugins.name.ReadOnlyNamespaceRegistry
-
- getPreviousIdFor(String, Revision) - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.util.Utils
-
- getPrimaryNodeTypeName() - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getPrimaryNodeTypes() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- getPrimaryTypeName(NodeState) - Static method in class org.apache.jackrabbit.oak.spi.state.NodeStateUtils
-
- getPrimaryTypeName() - Method in class org.apache.jackrabbit.oak.spi.xml.NodeInfo
-
Returns the name of the primary type of the node being imported.
- getPrimaryTypeName(Tree) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
-
- getPrimaryTypes() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- getPrimaryTypes() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- getPrimaryTypes() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Returns the names of all matching primary node types.
- getPrincipal() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapUser
-
- getPrincipal() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalUser
-
- getPrincipal() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ACE
-
- getPrincipal(String) - Method in class org.apache.jackrabbit.oak.spi.security.principal.CompositePrincipalProvider
-
- getPrincipal(String) - Method in class org.apache.jackrabbit.oak.spi.security.principal.PrincipalManagerImpl
-
- getPrincipal(String) - Method in interface org.apache.jackrabbit.oak.spi.security.principal.PrincipalProvider
-
Returns the principal with the specified name or null
if the
principal does not exist.
- getPrincipalManager(Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.security.principal.PrincipalConfigurationImpl
-
- getPrincipalManager(Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.spi.security.principal.CompositePrincipalConfiguration
-
- getPrincipalManager(Root, NamePathMapper) - Method in interface org.apache.jackrabbit.oak.spi.security.principal.PrincipalConfiguration
-
Returns an instance of PrincipalManager
that can be used
to query and retrieve principals such as needed for JCR access control
management.
- getPrincipalProvider(Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.security.principal.PrincipalConfigurationImpl
-
- getPrincipalProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
- getPrincipalProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.PrincipalProviderCallback
-
- getPrincipalProvider(Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.spi.security.principal.CompositePrincipalConfiguration
-
- getPrincipalProvider(Root, NamePathMapper) - Method in interface org.apache.jackrabbit.oak.spi.security.principal.PrincipalConfiguration
-
- getPrincipalRoot(Tree, String) - Static method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionUtil
-
- getPrincipals() - Method in interface org.apache.jackrabbit.oak.api.AuthInfo
-
Returns the set of principals associated with this AuthInfo
instance.
- getPrincipals(String) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
Retrieves all principals associated with the specified userId
for
the configured principal provider.
- getPrincipals() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AuthInfoImpl
-
- getPrincipals(String) - Method in class org.apache.jackrabbit.oak.spi.security.principal.CompositePrincipalProvider
-
- getPrincipals(int) - Method in class org.apache.jackrabbit.oak.spi.security.principal.PrincipalManagerImpl
-
- getPrincipals(String) - Method in interface org.apache.jackrabbit.oak.spi.security.principal.PrincipalProvider
-
Tries to resolve the specified userID
to a valid principal and
it's group membership.
- getPrivateAttributes() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenInfo
-
Returns the private attributes stored with this info object.
- getPrivilegeBits() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ACE
-
- getPrivilegeManager(Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeConfigurationImpl
-
- getPrivilegeManager() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlManager
-
- getPrivilegeManager(Root, NamePathMapper) - Method in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConfiguration
-
Creates a new instance of PrivilegeManager
.
- getPrivilegeNames(PrivilegeBits) - Method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBitsProvider
-
Resolve the given privilege bits to a set of privilege names.
- getPrivileges(ImmutableTree) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.AllPermissions
-
- getPrivileges(ImmutableTree) - Method in interface org.apache.jackrabbit.oak.security.authorization.permission.CompiledPermissions
-
- getPrivileges(ImmutableTree) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.NoPermissions
-
- getPrivileges(Tree) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionProviderImpl
-
- getPrivileges(String) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlManager
-
- getPrivileges(String, Set<Principal>) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlManager
-
- getPrivileges(Tree) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.OpenPermissionProvider
-
- getPrivileges(Tree) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionProvider
-
- getPrivilegesTree() - Method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBitsProvider
-
Returns the root tree for all privilege definitions stored in the content
repository.
- getPrivilegesTree(Root) - Static method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeUtil
-
Returns the root tree for all privilege definitions stored in the content
repository.
- getProcessedReferences() - Method in class org.apache.jackrabbit.oak.spi.xml.ReferenceChangeTracker
-
Returns an iterator over all processed reference properties.
- getProperties() - Method in interface org.apache.jackrabbit.oak.api.Tree
-
All accessible property states.
- getProperties() - Method in class org.apache.jackrabbit.oak.core.AbstractTree
-
- getProperties() - Method in class org.apache.jackrabbit.oak.core.MutableTree
-
- getProperties() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
-
- getProperties() - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- getProperties() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- getProperties() - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
-
- getProperties() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
-
- getProperties() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapUser
-
- getProperties() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalUser
-
- getProperties() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Returns the current properties.
- getProperties() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
-
Returns an iterable of the properties of this node.
- getProperties() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- getProperty(String) - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Get a property state
- getProperty(String) - Method in class org.apache.jackrabbit.oak.core.AbstractTree
-
- getProperty(String) - Method in class org.apache.jackrabbit.oak.core.MutableTree
-
- getProperty(String) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
-
- getProperty(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- getProperty(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- getProperty(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
-
- getProperty(String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.Node
-
- getProperty(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
-
- getProperty() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.Restriction
-
The OAK property state associated with this restriction.
- getProperty() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionImpl
-
- getProperty(String) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
- getProperty(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Returns the current state of the named property, or null
if the property is not set.
- getProperty(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
-
Returns the named property.
- getProperty(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- getProperty() - Method in class org.apache.jackrabbit.oak.util.TreeLocation
-
- 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.AbstractTree
-
- getPropertyCount() - Method in class org.apache.jackrabbit.oak.core.MutableTree
-
- getPropertyCount() - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeState
-
- getPropertyCount() - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- getPropertyCount() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- getPropertyCount() - Method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
-
- getPropertyCount() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
-
- getPropertyCount() - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
- getPropertyCount() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Returns the current number of properties.
- getPropertyCount() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
-
Returns the number of properties of this node.
- getPropertyCount() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- getPropertyDef(EffectiveNodeType) - Method in class org.apache.jackrabbit.oak.spi.xml.PropInfo
-
- getPropertyDefinition(String, boolean, int, boolean) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
Calculates the applicable definition for the property with the specified
characteristics under a parent with this effective type.
- getPropertyDefinitions() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
- getPropertyExistence() - Method in class org.apache.jackrabbit.oak.query.ast.DynamicOperandImpl
-
Get the property existence condition for this operand, if this operand is
used as part of a condition.
- getPropertyExistence() - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchScoreImpl
-
- getPropertyExistence() - Method in class org.apache.jackrabbit.oak.query.ast.LengthImpl
-
- getPropertyExistence() - Method in class org.apache.jackrabbit.oak.query.ast.LowerCaseImpl
-
- getPropertyExistence() - Method in class org.apache.jackrabbit.oak.query.ast.NodeLocalNameImpl
-
- getPropertyExistence() - Method in class org.apache.jackrabbit.oak.query.ast.NodeNameImpl
-
- getPropertyExistence() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
-
- getPropertyExistence() - Method in class org.apache.jackrabbit.oak.query.ast.UpperCaseImpl
-
- getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.AndImpl
-
- getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.ChildNodeImpl
-
- getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
-
- getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.ConstraintImpl
-
Get the set of property existence conditions that can be derived for this
condition.
- getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.DescendantNodeImpl
-
- getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl
-
- getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.InImpl
-
- getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.NotImpl
-
- getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.OrImpl
-
- getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyExistenceImpl
-
- getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyInexistenceImpl
-
- getPropertyExistenceConditions() - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeImpl
-
- getPropertyName() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
-
- getPropertyName() - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextTerm
-
- getPropertyNames() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.Node
-
- getPropertyRestriction(String) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
Get the restriction for the given property, if any.
- getPropertyRestriction(String) - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Get the property restriction for the given property, if any.
- getPropertyRestrictions() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- getPropertyRestrictions() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Get the list of property restrictions, if any.
- getPropertyState() - Method in class org.apache.jackrabbit.oak.util.PropertyBuilder
-
- getPropertyStatus(String) - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Get the Status
of a property state or null
.
- getPropertyStatus(String) - Method in class org.apache.jackrabbit.oak.core.AbstractTree
-
- getPropertyStatus(String) - Method in class org.apache.jackrabbit.oak.core.ImmutableTree
-
- getPropertyStatus(String) - Method in class org.apache.jackrabbit.oak.core.MutableTree
-
- getPropertyTypeFromName(String) - Static method in class org.apache.jackrabbit.oak.query.SQL2Parser
-
Get the property type from the given case insensitive name.
- getPropertyValue() - Method in class org.apache.jackrabbit.oak.query.ast.LengthImpl
-
- getProtectedItemImporters() - Method in class org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl
-
- getProtectedItemImporters() - Method in class org.apache.jackrabbit.oak.security.user.UserConfigurationImpl
-
- getProtectedItemImporters() - Method in class org.apache.jackrabbit.oak.spi.security.CompositeConfiguration
-
- getProtectedItemImporters() - Method in class org.apache.jackrabbit.oak.spi.security.SecurityConfiguration.Default
-
- getProtectedItemImporters() - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityConfiguration
-
- getPublicAttributes() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenInfo
-
Returns the public attributes stored with this info object.
- getQueryEngine() - Method in interface org.apache.jackrabbit.oak.api.Root
-
Get the query engine.
- getQueryEngine() - Method in class org.apache.jackrabbit.oak.core.AbstractRoot
-
- getQueryEngine() - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
-
- getQueryIndexes(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.aggregate.AggregateIndexProvider
-
- getQueryIndexes(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.UUIDDiffIndexProviderWrapper
-
- getQueryIndexes(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.nodetype.NodeTypeIndexProvider
-
- getQueryIndexes(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexProvider
-
- getQueryIndexes(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.index.reference.ReferenceIndexProvider
-
- getQueryIndexes(NodeState) - Method in class org.apache.jackrabbit.oak.spi.query.CompositeQueryIndexProvider
-
- getQueryIndexes(NodeState) - Method in interface org.apache.jackrabbit.oak.spi.query.QueryIndexProvider
-
Get the currently configured indexes.
- getQueryIndexes(NodeState) - Method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardIndexProvider
-
- getQueryStatement() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- getQueryStatement() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Get the complete query statement.
- getReadCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getReadPreference() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MemoryDocumentStore
-
- getReadRate() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- 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
).
- getRecordIdIfAvailable(InputStream, SegmentStore) - Static method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
-
- getReferencedIds() - Method in class org.apache.jackrabbit.oak.plugins.segment.Segment
-
- getReferencedSegmentIds() - Method in class org.apache.jackrabbit.oak.plugins.segment.AbstractStore
-
- getReferences(boolean, Tree, String, String...) - Method in class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
-
Searches all reference properties to the specified tree
that match
the given name and node type constraints.
- getRefreshCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getRefreshRate() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getRepositoryInitializer() - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeConfigurationImpl
-
- getRepositoryInitializer() - Method in class org.apache.jackrabbit.oak.spi.security.CompositeConfiguration
-
- getRepositoryInitializer() - Method in class org.apache.jackrabbit.oak.spi.security.SecurityConfiguration.Default
-
- getRepositoryInitializer() - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityConfiguration
-
Returns a repository initializer for this security configuration.
- getRepositoryPermission() - Method in class org.apache.jackrabbit.oak.security.authorization.permission.AllPermissions
-
- getRepositoryPermission() - Method in interface org.apache.jackrabbit.oak.security.authorization.permission.CompiledPermissions
-
- getRepositoryPermission() - Method in class org.apache.jackrabbit.oak.security.authorization.permission.NoPermissions
-
- getRepositoryPermission() - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionProviderImpl
-
- getRepositoryPermission() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.OpenPermissionProvider
-
- getRepositoryPermission() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionProvider
-
- getRequestCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Returns the number of times Cache
lookup methods have returned either a cached or
uncached value.
- getRequestCount() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
-
- getRequiredType() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinition
-
The required type as defined by this definition.
- getRequiredType() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinitionImpl
-
- getResidualNodeDefinitions() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
Return all residual node definitions.
- getResidualPropertyDefinitions() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
Return all residual property definitions.
- getRestriction(String) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ACE
-
- getRestrictionNames() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlList
-
- getRestrictionNames() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ACE
-
- getRestrictionProvider() - Method in class org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl
-
- getRestrictionProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlList
-
- getRestrictionProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ImmutableACL
-
- getRestrictionProvider() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.AuthorizationConfiguration
-
- getRestrictionProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.CompositeAuthorizationConfiguration
-
- getRestrictionProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.OpenAuthorizationConfiguration
-
- getRestrictions() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ACE
-
- getRestrictions(String) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ACE
-
- getRestrictionType(String) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlList
-
- getResults(Filter) - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.BaseDiffCollector
-
- getResults(Filter) - Method in interface org.apache.jackrabbit.oak.plugins.index.diffindex.DiffCollector
-
- getReverse() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.UpdateOp.Operation
-
- getReverseOperation() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.UpdateOp
-
- getRevision() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.UpdateOp.Key
-
- getRevisionComparator() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStore
-
- getRevisionComparator() - Method in interface org.apache.jackrabbit.oak.plugins.mongomk.RevisionContext
-
- getRevisionHistory(long, int, String) - Method in class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
-
- getRevisionHistory(long, int, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK
-
- getRevisionHistory(long, int, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.LogWrapper
-
- getRevisionHistory(long, int, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.TimingWrapper
-
- 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.kernel.KernelNodeStoreBranch
-
- getRoot() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeStore
-
- getRoot() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStore
-
- getRoot() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStoreBranch
-
- getRoot() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStore
-
- getRoot() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
Tries to obtain a Root
object from the callback handler using
a new RepositoryCallback and keeps the value as private field.
- getRoot() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlManager
-
- getRoot() - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
-
- getRoot() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStore
-
Returns the latest state of the tree.
- getRoot() - Method in class org.apache.jackrabbit.oak.spi.state.ProxyNodeStore
-
- getRootDefinition() - Method in interface org.apache.jackrabbit.oak.plugins.nodetype.DefinitionProvider
-
- getRootDefinition() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- getRootDiff(NodeState, NodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.spi.commit.DiffObserver
-
Returns the diff handler to be used for the given content change.
- getRootEditor(NodeState, NodeState, NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.index.IndexUpdateProvider
-
- getRootEditor(NodeState, NodeState, NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.name.NamespaceEditorProvider
-
- getRootEditor(NodeState, NodeState, NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.TypeEditorProvider
-
- getRootEditor(NodeState, NodeState, NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.version.VersionEditorProvider
-
- getRootEditor(NodeState, NodeState, NodeBuilder) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditorProvider
-
- getRootEditor(NodeState, NodeState, NodeBuilder) - Method in interface org.apache.jackrabbit.oak.spi.commit.EditorProvider
-
Returns an editor for processing changes between the given two states.
- getRootEditor(NodeState, NodeState, NodeBuilder) - Method in class org.apache.jackrabbit.oak.spi.commit.ValidatorProvider
-
- getRootEditor(NodeState, NodeState, NodeBuilder) - Method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardEditorProvider
-
- getRootTree() - Method in class org.apache.jackrabbit.oak.query.ExecutionContext
-
Used to create the actual query results from the indexed paths, needs to
be a secured version of a tree to take into account ACLs
- getRootValidator(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictValidatorProvider
-
- getRootValidator(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.name.NameValidatorProvider
-
- getRootValidator(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlValidatorProvider
-
- getRootValidator(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionStoreValidatorProvider
-
- getRootValidator(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionValidatorProvider
-
- getRootValidator(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.ValidatorProvider
-
Returns a validator for checking the changes between the given
two root states.
- getRows() - Method in interface org.apache.jackrabbit.oak.api.Result
-
Get the rows.
- getRows() - Method in interface org.apache.jackrabbit.oak.query.Query
-
- getRows() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
-
- getRows() - Method in class org.apache.jackrabbit.oak.query.ResultImpl
-
- getRows() - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
-
- getSaveCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getSaveRate() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getScanCount() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- getSearchRoot(AuthorizableType, ConfigurationParameters) - Static method in class org.apache.jackrabbit.oak.security.user.query.QueryUtil
-
Determine the search root for the given authorizable type based on the
configured root path.
- getSearchTimeout() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- getSecurityProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
Tries to obtain the SecurityProvider
object from the callback
handler using a new SecurityProviderCallback and keeps the value as
private field.
- getSecurityProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.RepositoryCallback
-
- getSecurityProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.SecurityProviderCallback
-
- getSecurityProvider() - Method in class org.apache.jackrabbit.oak.spi.security.CompositeConfiguration
-
- getSecurityProvider() - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationBase
-
- getSegmentId() - Method in class org.apache.jackrabbit.oak.plugins.segment.RecordId
-
- getSegmentId() - Method in class org.apache.jackrabbit.oak.plugins.segment.Segment
-
- getSegmentIds() - Method in class org.apache.jackrabbit.oak.plugins.segment.file.FileStore
-
- getSelector() - Method in class org.apache.jackrabbit.oak.query.ast.ColumnImpl
-
- getSelector(String) - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
-
- getSelector(String) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- getSelector(String) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
-
Get the selector with the given name, or null if not found.
- getSelector() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- getSelectorIndex(String) - Method in interface org.apache.jackrabbit.oak.query.Query
-
- getSelectorIndex(String) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
-
- getSelectorIndex(String) - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
-
- getSelectorName() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
-
- getSelectorName() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- getSelectorNames() - Method in interface org.apache.jackrabbit.oak.api.Result
-
Get the list of selector names.
- getSelectorNames() - Method in interface org.apache.jackrabbit.oak.query.Query
-
- getSelectorNames() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
-
- getSelectorNames() - Method in class org.apache.jackrabbit.oak.query.ResultImpl
-
- getSelectorNames() - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
-
- getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.AndImpl
-
- getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.ChildNodeImpl
-
- getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
-
- getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.ConstraintImpl
-
Get the set of selectors for the given condition.
- getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.DescendantNodeImpl
-
- getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.DynamicOperandImpl
-
Get the set of selectors for this operand.
- getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl
-
- getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchScoreImpl
-
- getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.InImpl
-
- getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.LengthImpl
-
- getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.LowerCaseImpl
-
- getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.NodeLocalNameImpl
-
- getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.NodeNameImpl
-
- getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.NotImpl
-
- getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.OrImpl
-
- getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyExistenceImpl
-
- getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyInexistenceImpl
-
- getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
-
- getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeImpl
-
- getSelectors() - Method in class org.apache.jackrabbit.oak.query.ast.UpperCaseImpl
-
- getServices() - Method in class org.apache.jackrabbit.oak.spi.whiteboard.AbstractServiceTracker
-
Returns all services of type T
currently available.
- getServices() - Method in interface org.apache.jackrabbit.oak.spi.whiteboard.Tracker
-
Returns the currently available services of the tracked type.
- getSessionAttributes() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getSessionId() - Method in class org.apache.jackrabbit.oak.spi.commit.CommitInfo
-
- getSessionLocalMappings() - Method in class org.apache.jackrabbit.oak.namepath.LocalNameMapper
-
- getSharedCredentials() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
- getSharedLoginName() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
- getSize() - Method in interface org.apache.jackrabbit.oak.api.Result
-
Get the number of rows, if known.
- getSize() - Method in interface org.apache.jackrabbit.oak.query.Query
-
- getSize() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
-
- getSize() - Method in class org.apache.jackrabbit.oak.query.ResultImpl
-
- getSize() - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
-
- getSource() - Method in exception org.apache.jackrabbit.oak.api.CommitFailedException
-
Returns the name of the source of this exception.
- getSource() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
-
- getSourcePath(String) - Method in class org.apache.jackrabbit.oak.spi.commit.MoveTracker
-
- getSplitDocumentAgeMillis() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK.Builder
-
- getStart() - Method in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
-
- getStatement() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
-
- getStatus() - Method in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
-
Returns the current status of the indexing job
- getStatus() - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Get the Status
of this tree instance.
- getStatus() - Method in class org.apache.jackrabbit.oak.core.AbstractTree
-
- getStatus() - Method in class org.apache.jackrabbit.oak.core.ImmutableTree
-
- getStatus() - Method in class org.apache.jackrabbit.oak.core.MutableTree
-
- getStream() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
-
- getString(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- getString(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- getString(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
-
- getString() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
-
- getString() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
-
- getString(long) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
Returns the names of the specified permissions separated by ','.
- getString(NodeState, String) - Static method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
- getString(String) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
- getString(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Returns the name value of the named property.
- getString(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
-
Returns the string value of the named property.
- getString(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- getString() - Method in interface org.apache.jackrabbit.oak.spi.xml.TextValue
-
- getString(String, String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getString(Tree, String) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
-
- getStrings(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- getStrings(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
-
- getStrings(NodeState, String) - Static method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
- getStrings(String) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeState
-
- getStrings(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeState
-
Returns the string values of the named property.
- getStrings(String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getStrings(Tree, String) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
-
- getSubject() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.LoginContext
-
- getSubject() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.PreAuthContext
-
- getSupertypes() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- getSupertypes() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- getSupertypes() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
Returns the names of the filter node type and all its supertypes.
- getSupportedCredentials() - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenLoginModule
-
- getSupportedCredentials() - Method in class org.apache.jackrabbit.oak.security.authentication.user.LoginModuleImpl
-
- getSupportedCredentials() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
- getSupportedCredentials() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalLoginModule
-
- getSupportedLanguages() - Method in interface org.apache.jackrabbit.oak.query.QueryParser
-
Returns the set of query languages supported by this parser.
- getSupportedPrivileges(String) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlManager
-
- getSupportedQueryLanguages() - Method in interface org.apache.jackrabbit.oak.api.QueryEngine
-
Get the set of supported query languages.
- getSupportedQueryLanguages() - Method in class org.apache.jackrabbit.oak.query.QueryEngineImpl
-
- getSupportedRestrictions(String) - Method in class org.apache.jackrabbit.oak.security.authorization.restriction.PrincipalRestrictionProvider
-
- getSupportedRestrictions(String) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.AbstractRestrictionProvider
-
- getSupportedRestrictions(String) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.CompositeRestrictionProvider
-
- getSupportedRestrictions(String) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionProvider
-
Returns the restriction definitions supported by this provider implementation
at the specified path.
- getSupportedRestrictions(String) - Method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardRestrictionProvider
-
- getSyncHandler() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalLoginModule
-
TODO
- getTargetType(PropertyDefinition) - Method in class org.apache.jackrabbit.oak.spi.xml.PropInfo
-
- getText() - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextTerm
-
- getTextValue() - Method in class org.apache.jackrabbit.oak.spi.xml.PropInfo
-
- getTextValues() - Method in class org.apache.jackrabbit.oak.spi.xml.PropInfo
-
- getTimestamp() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.Revision
-
Get the timestamp in milliseconds since 1970.
- getTimestampDifference(long, long) - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.Revision
-
Get the difference between two timestamps (a - b) in milliseconds.
- getTiming() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK.Builder
-
- getToken() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenInfo
-
Returns the login token.
- getTokenInfo(String) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.token.CompositeTokenProvider
-
- getTokenInfo(String) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenProvider
-
Retrieves the TokenInfo
associated with the specified login token
or null
.
- getTokenProvider(Root) - Method in class org.apache.jackrabbit.oak.security.authentication.token.TokenConfigurationImpl
-
- getTokenProvider() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.TokenProviderCallback
-
- getTokenProvider(Root) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.token.CompositeTokenConfiguration
-
- getTokenProvider(Root) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenConfiguration
-
- getTotalLoadTime() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Returns the total number of nanoseconds the cache has spent loading new values.
- getTotalLoadTime() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
-
- getTree(String) - Method in interface org.apache.jackrabbit.oak.api.ResultRow
-
The tree for the given selector name.
- getTree(String) - Method in interface org.apache.jackrabbit.oak.api.Root
-
Retrieve the possible non existing Tree
at the given absolute path
.
- getTree(String) - Method in class org.apache.jackrabbit.oak.core.AbstractRoot
-
- getTree(String) - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
-
- getTree(String) - Method in class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
-
The possibly non existing tree identified by the specified identifier
or null
.
- getTree(String) - Method in interface org.apache.jackrabbit.oak.query.Query
-
- getTree(String) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
-
- getTree(String) - Method in class org.apache.jackrabbit.oak.query.ResultRowImpl
-
- getTree(String) - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
-
- getTree(String, long, boolean) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlManager
-
- getTree() - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getTree() - Method in class org.apache.jackrabbit.oak.util.TreeLocation
-
Get the underlying
Tree
for this
TreeLocation
.
- getTree(Tree, String) - Static method in class org.apache.jackrabbit.oak.util.TreeUtil
-
Return the possibly non existing tree located at the passed path
from
the location of the start tree
or null
if path
results
in a parent of the root.
- getTreePermission(ImmutableTree, TreePermission) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.AllPermissions
-
- getTreePermission(ImmutableTree, TreePermission) - Method in interface org.apache.jackrabbit.oak.security.authorization.permission.CompiledPermissions
-
- getTreePermission(ImmutableTree, TreePermission) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.NoPermissions
-
- getTreePermission(Tree, TreePermission) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionProviderImpl
-
- getTreePermission(Tree, TreePermission) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.OpenPermissionProvider
-
- getTreePermission(Tree, TreePermission) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionProvider
-
- getType() - Method in exception org.apache.jackrabbit.oak.api.CommitFailedException
-
Return the name of the type of this exception.
- getType() - Method in interface org.apache.jackrabbit.oak.api.PropertyState
-
Determine the type of this property
- getType() - Method in interface org.apache.jackrabbit.oak.api.PropertyValue
-
Determine the type of this value
- getType() - Method in class org.apache.jackrabbit.oak.core.ImmutableTree
-
- getType(ImmutableTree) - Method in interface org.apache.jackrabbit.oak.core.TreeTypeProvider
-
- getType(ImmutableTree) - Method in class org.apache.jackrabbit.oak.core.TreeTypeProviderImpl
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.BinaryPropertyState
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.BooleanPropertyState
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.DecimalPropertyState
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.DoublePropertyState
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.GenericPropertyState
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.LongPropertyState
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiBinaryPropertyState
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiBooleanPropertyState
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiDecimalPropertyState
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiDoublePropertyState
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiGenericPropertyState
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiLongPropertyState
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.MultiStringPropertyState
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.memory.StringPropertyState
-
- getType() - Method in class org.apache.jackrabbit.oak.plugins.value.ValueImpl
-
- getType(ImmutableTree, PropertyState) - Static method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionUtil
-
- getType() - Method in class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
-
- getType(int) - Static method in enum org.apache.jackrabbit.oak.spi.security.user.AuthorizableType
-
- getType(Tree) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.UserUtil
-
- getType() - Method in class org.apache.jackrabbit.oak.spi.xml.PropInfo
-
- getTypes() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- getUnchecked(K) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
Get the value, loading it if needed.
- getUncommittedRevisions(RevisionContext) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.NodeDocument
-
Gets a sorted map of uncommitted revisions of this document with the
local cluster node id as returned by the
RevisionContext
.
- getUniqueClusterId() - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.util.Utils
-
Generate a unique cluster id, similar to the machine id field in MongoDB ObjectId objects.
- getUpperBound() - Method in class org.apache.jackrabbit.oak.query.fulltext.LikePattern
-
Get the upper bound if any.
- getURI(String) - Method in class org.apache.jackrabbit.oak.plugins.name.ReadOnlyNamespaceRegistry
-
- getURIs() - Method in class org.apache.jackrabbit.oak.plugins.name.ReadOnlyNamespaceRegistry
-
- getUsedMemory() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
Get the currently used memory.
- getUserAttributes() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- getUserFilter() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- getUserID() - Method in interface org.apache.jackrabbit.oak.api.AuthInfo
-
Return the user ID to be exposed on the JCR Session object.
- getUserId() - Method in class org.apache.jackrabbit.oak.security.user.CredentialsImpl
-
- getUserId() - Method in class org.apache.jackrabbit.oak.spi.commit.CommitInfo
-
- getUserID() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AuthInfoImpl
-
- getUserId() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenInfo
-
Returns the ID of the user associated with this token info object.
- getUserIdAttribute() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- getUserManager(Root, NamePathMapper) - Method in class org.apache.jackrabbit.oak.security.user.UserConfigurationImpl
-
- getUserManager() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
Retrieves the UserManager
that should be used to handle
this authentication.
- getUserManager() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.UserManagerCallback
-
- getUserManager(Root, NamePathMapper) - Method in interface org.apache.jackrabbit.oak.spi.security.user.UserConfiguration
-
- getUserRoot() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- getUUID() - Method in class org.apache.jackrabbit.oak.spi.xml.NodeInfo
-
Returns the uuid of the node being imported.
- getValidators(String, Set<Principal>, MoveTracker) - Method in class org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl
-
- getValidators(String, Set<Principal>, MoveTracker) - Method in class org.apache.jackrabbit.oak.security.privilege.PrivilegeConfigurationImpl
-
- getValidators(String, Set<Principal>, MoveTracker) - Method in class org.apache.jackrabbit.oak.security.user.UserConfigurationImpl
-
- getValidators(String, Set<Principal>, MoveTracker) - Method in class org.apache.jackrabbit.oak.spi.security.CompositeConfiguration
-
- getValidators(String, Set<Principal>, MoveTracker) - Method in class org.apache.jackrabbit.oak.spi.security.SecurityConfiguration.Default
-
- getValidators(String, Set<Principal>, MoveTracker) - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityConfiguration
-
- getValue(String) - Method in interface org.apache.jackrabbit.oak.api.Descriptors
-
The value of a single-value descriptor is found by passing the key for
that descriptor to this method.
- getValue(Type<T>) - Method in interface org.apache.jackrabbit.oak.api.PropertyState
-
Value of this property.
- getValue(Type<T>, int) - Method in interface org.apache.jackrabbit.oak.api.PropertyState
-
Value at the given index
.
- getValue(Type<T>) - Method in interface org.apache.jackrabbit.oak.api.PropertyValue
-
Value of this object.
- getValue(Type<T>, int) - Method in interface org.apache.jackrabbit.oak.api.PropertyValue
-
Value at the given index
.
- getValue(String) - Method in interface org.apache.jackrabbit.oak.api.ResultRow
-
The property value.
- getValue() - Method in class org.apache.jackrabbit.oak.plugins.memory.BinaryPropertyState
-
- getValue() - Method in class org.apache.jackrabbit.oak.plugins.memory.BooleanPropertyState
-
- getValue() - Method in class org.apache.jackrabbit.oak.plugins.memory.DecimalPropertyState
-
- getValue() - Method in class org.apache.jackrabbit.oak.plugins.memory.DoublePropertyState
-
- getValue(Type<T>) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyPropertyState
-
- getValue(Type<T>, int) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyPropertyState
-
- getValue() - Method in class org.apache.jackrabbit.oak.plugins.memory.GenericPropertyState
-
- getValue() - Method in class org.apache.jackrabbit.oak.plugins.memory.LongPropertyState
-
- getValue() - Method in class org.apache.jackrabbit.oak.plugins.memory.StringPropertyState
-
- getValue(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.BinaryConstraint
-
- getValue(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.DateConstraint
-
- getValue(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.DecimalConstraint
-
- getValue(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.DoubleConstraint
-
- getValue(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.LongConstraint
-
- getValue(Value) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.NumericConstraint
-
- getValue(String) - Method in class org.apache.jackrabbit.oak.query.index.IndexRowImpl
-
- getValue(String) - Method in class org.apache.jackrabbit.oak.query.ResultRowImpl
-
- getValue(String) - Method in interface org.apache.jackrabbit.oak.spi.query.IndexRow
-
The value of the given property, if available.
- getValue(Type<T>) - Method in class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
-
- getValue(Type<T>, int) - Method in class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
-
- getValue(int) - Method in class org.apache.jackrabbit.oak.spi.xml.PropInfo
-
- getValue(int) - Method in interface org.apache.jackrabbit.oak.spi.xml.TextValue
-
- getValue(String) - Method in class org.apache.jackrabbit.oak.util.GenericDescriptors
-
The value of a single-value descriptor is found by passing the key for
that descriptor to this method.
- getValue() - Method in class org.apache.jackrabbit.oak.util.PropertyBuilder
-
- getValue(int) - Method in class org.apache.jackrabbit.oak.util.PropertyBuilder
-
- getValueFactory() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
The value factory to be used by PropertyDefinitionImpl.getDefaultValues()
.
- getValueMap(String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.NodeDocument
-
Gets the value map for the given key.
- getValues(String) - Method in interface org.apache.jackrabbit.oak.api.Descriptors
-
The value array of a multi-value descriptor is found by passing the key
for that descriptor to this method.
- getValues() - Method in interface org.apache.jackrabbit.oak.api.ResultRow
-
Get the list of values.
- getValues() - Method in class org.apache.jackrabbit.oak.query.ResultRowImpl
-
- getValues(int) - Method in class org.apache.jackrabbit.oak.spi.xml.PropInfo
-
- getValues(String) - Method in class org.apache.jackrabbit.oak.util.GenericDescriptors
-
The value array of a multi-value descriptor is found by passing the key
for that descriptor to this method.
- getValues(String, ValueFactory) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- getValues() - Method in class org.apache.jackrabbit.oak.util.PropertyBuilder
-
- getVersionHistory(Tree) - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
-
Returns the tree representing the version history of the given
versionable tree or null
if none exists yet.
- getVersionHistoryPath(String) - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
-
Returns the path of the version history for the given uuid
.
- getVersionStorage() - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
-
- getWeigher() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK.Builder
-
- getWhiteboard() - Method in class org.apache.jackrabbit.oak.Oak
-
- getWildcardColumns() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- getWorkspaceInitializer() - Method in class org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl
-
- getWorkspaceInitializer() - Method in class org.apache.jackrabbit.oak.security.user.UserConfigurationImpl
-
- getWorkspaceInitializer() - Method in class org.apache.jackrabbit.oak.spi.security.CompositeConfiguration
-
- getWorkspaceInitializer() - Method in class org.apache.jackrabbit.oak.spi.security.SecurityConfiguration.Default
-
- getWorkspaceInitializer() - Method in interface org.apache.jackrabbit.oak.spi.security.SecurityConfiguration
-
Returns a workspace initializer for this security configuration.
- getWorkspaceName() - Method in interface org.apache.jackrabbit.oak.api.ContentSession
-
TODO clarify workspace handling
The name of the workspace this ContentSession
instance has
been created for.
- getWorkspaceName() - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.RepositoryCallback
-
- getWorkspaceRoot() - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
-
/**
- getWriteConcern() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MemoryDocumentStore
-
- getWriteCount() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getWriter() - Method in class org.apache.jackrabbit.oak.plugins.segment.AbstractStore
-
- getWriter() - Method in interface org.apache.jackrabbit.oak.plugins.segment.SegmentStore
-
- getWriteRate() - Method in interface org.apache.jackrabbit.oak.api.jmx.SessionMBean
-
- getWriteRoot() - Method in class org.apache.jackrabbit.oak.plugins.name.ReadWriteNamespaceRegistry
-
Called by the write methods to acquire a fresh
Root
instance
that can be used to persist the requested namespace changes (and
nothing else).
- getWriteRoot() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
-
- GlobalNameMapper - Class in org.apache.jackrabbit.oak.namepath
-
Name mapper with no local prefix remappings.
- GlobalNameMapper(Tree) - Constructor for class org.apache.jackrabbit.oak.namepath.GlobalNameMapper
-
- GlobbingPathFilter - Class in org.apache.jackrabbit.oak.plugins.observation.filter
-
This Filter
implementation supports filtering on paths using
simple glob patterns.
- GlobbingPathFilter(String) - Constructor for class org.apache.jackrabbit.oak.plugins.observation.filter.GlobbingPathFilter
-
- greater(T, T) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.NumericConstraint
-
- greaterOrEqual(T, T) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.constraint.NumericConstraint
-
- GROUP_PRIVILEGE_NAMES - Static variable in class org.apache.jackrabbit.oak.spi.security.user.action.AccessControlAction
-
- GROUP_PROPERTY_NAMES - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
- GuestLoginModule - Class in org.apache.jackrabbit.oak.spi.security.authentication
-
The GuestLoginModule
is intended to provide backwards compatibility
with the login handling present in the JCR reference implementation located
in jackrabbit-core.
- GuestLoginModule() - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.GuestLoginModule
-
- IdentifierManager - Class in org.apache.jackrabbit.oak.plugins.identifier
-
TODO document
- IdentifierManager(Root) - Constructor for class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
-
- IGNORE - Static variable in class org.apache.jackrabbit.oak.spi.xml.ImportBehavior
-
If a value cannot be set due to constraints
enforced by the API implementation, the failure is logged as
warning but otherwise ignored.
- ImmutableACL - Class in org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol
-
An implementation of the JackrabbitAccessControlList
interface that only
allows for reading.
- ImmutableACL(String, List<? extends JackrabbitAccessControlEntry>, RestrictionProvider, NamePathMapper) - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ImmutableACL
-
Construct a new UnmodifiableAccessControlList
- ImmutablePrivilegeDefinition - Class in org.apache.jackrabbit.oak.spi.security.privilege
-
Default implementation of the PrivilegeDefinition
interface.
- ImmutablePrivilegeDefinition(String, boolean, Iterable<String>) - Constructor for class org.apache.jackrabbit.oak.spi.security.privilege.ImmutablePrivilegeDefinition
-
- ImmutableRoot - Class in org.apache.jackrabbit.oak.core
-
Simple implementation of the Root interface that only supports simple read
operations based on the NodeState
(or ImmutableTree
)
passed to the constructor.
- ImmutableRoot(NodeState) - Constructor for class org.apache.jackrabbit.oak.core.ImmutableRoot
-
- ImmutableRoot(Root, TreeTypeProvider) - Constructor for class org.apache.jackrabbit.oak.core.ImmutableRoot
-
- ImmutableRoot(ImmutableTree) - Constructor for class org.apache.jackrabbit.oak.core.ImmutableRoot
-
- ImmutableTree - Class in org.apache.jackrabbit.oak.core
-
Immutable implementation of the Tree
interface in order to provide
the much feature rich API functionality for a given NodeState
.
- ImmutableTree(NodeState) - Constructor for class org.apache.jackrabbit.oak.core.ImmutableTree
-
- ImmutableTree(NodeState, TreeTypeProvider) - Constructor for class org.apache.jackrabbit.oak.core.ImmutableTree
-
- ImmutableTree(ImmutableTree, String, NodeState) - Constructor for class org.apache.jackrabbit.oak.core.ImmutableTree
-
- ImmutableTree(ImmutableTree.ParentProvider, String, NodeState) - Constructor for class org.apache.jackrabbit.oak.core.ImmutableTree
-
- ImmutableTree(ImmutableTree.ParentProvider, String, NodeState, TreeTypeProvider) - Constructor for class org.apache.jackrabbit.oak.core.ImmutableTree
-
- ImmutableTree.DefaultParentProvider - Class in org.apache.jackrabbit.oak.core
-
- ImmutableTree.ParentProvider - Interface in org.apache.jackrabbit.oak.core
-
- ImpersonationCredentials - Class in org.apache.jackrabbit.oak.spi.security.authentication
-
Implementation of the JCR Credentials
interface used to distinguish
a regular login request from Session.impersonate(javax.jcr.Credentials)
.
- ImpersonationCredentials(Credentials, AuthInfo) - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.ImpersonationCredentials
-
- ImportBehavior - Class in org.apache.jackrabbit.oak.spi.xml
-
Utility class defining specific, configurable import behavior.
- Importer - Interface in org.apache.jackrabbit.oak.spi.xml
-
Content importer.
- in(DynamicOperandImpl, ArrayList<StaticOperandImpl>) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
-
- INCLUDE_ALL - Static variable in class org.apache.jackrabbit.oak.plugins.index.aggregate.SimpleNodeAggregator
-
- INCLUDE_ALL - Static variable in class org.apache.jackrabbit.oak.plugins.observation.filter.ConstantFilter
-
- includeAdd(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ACFilter
-
- includeAdd(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ACFilter
-
- includeAdd(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ConstantFilter
-
- includeAdd(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ConstantFilter
-
- includeAdd(PropertyState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.filter.EventFilter
-
Include an added property
- includeAdd(String, NodeState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.filter.EventFilter
-
Include an added node
- includeAdd(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.EventTypeFilter
-
- includeAdd(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.EventTypeFilter
-
- includeAdd(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.GlobbingPathFilter
-
- includeAdd(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.GlobbingPathFilter
-
- includeAdd(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.UniversalFilter
-
- includeAdd(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.UniversalFilter
-
- includeAll() - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.FilterBuilder
-
A condition the always holds
- includeAll() - Static method in class org.apache.jackrabbit.oak.plugins.observation.filter.Filters
-
- includeChange(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ACFilter
-
- includeChange(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ACFilter
-
- includeChange(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ConstantFilter
-
- includeChange(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ConstantFilter
-
- includeChange(PropertyState, PropertyState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.filter.EventFilter
-
Include a changed property
- includeChange(String, NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.filter.EventFilter
-
Include a changed node
- includeChange(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.EventTypeFilter
-
- includeChange(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.EventTypeFilter
-
- includeChange(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.GlobbingPathFilter
-
- includeChange(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.GlobbingPathFilter
-
- includeChange(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.UniversalFilter
-
- includeChange(String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.UniversalFilter
-
- includeClusterExternal(boolean) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.FilterBuilder
-
Whether to include cluster external changes.
- includeCommit(String, CommitInfo) - Method in interface org.apache.jackrabbit.oak.plugins.observation.filter.FilterProvider
-
Filter whole commits.
- includeDelete(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ACFilter
-
- includeDelete(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ACFilter
-
- includeDelete(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ConstantFilter
-
- includeDelete(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ConstantFilter
-
- includeDelete(PropertyState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.filter.EventFilter
-
Include a deleted property
- includeDelete(String, NodeState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.filter.EventFilter
-
Include a deleted node
- includeDelete(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.EventTypeFilter
-
- includeDelete(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.EventTypeFilter
-
- includeDelete(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.GlobbingPathFilter
-
- includeDelete(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.GlobbingPathFilter
-
- includeDelete(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.UniversalFilter
-
- includeDelete(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.UniversalFilter
-
- includeMove(String, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ACFilter
-
- includeMove(String, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.ConstantFilter
-
- includeMove(String, String, NodeState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.filter.EventFilter
-
Include a moved node
- includeMove(String, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.EventTypeFilter
-
- includeMove(String, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.GlobbingPathFilter
-
- includeMove(String, String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.UniversalFilter
-
- includes(long, long) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- includes(PrivilegeBits) - Method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
-
Returns true
if all privileges defined by the specified
otherBits
are present in this instance.
- includeSessionLocal(boolean) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.FilterBuilder
-
Whether to include session local changes.
- includesNodeType(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
Determines whether this effective node type representation includes
(either through inheritance or aggregation) the given node type.
- includesNodeTypes(String[]) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
Determines whether this effective node type representation includes
(either through inheritance or aggregation) all of the given node types.
- increment(String, long) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.UpdateOp
-
Increment the value.
- index - Variable in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- INDEX_CONTENT_NODE_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.index.IndexConstants
-
- INDEX_DEFINITIONS_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.index.IndexConstants
-
- INDEX_DEFINITIONS_NODE_TYPE - Static variable in interface org.apache.jackrabbit.oak.plugins.index.IndexConstants
-
- IndexConstants - Interface in org.apache.jackrabbit.oak.plugins.index
-
TODO document
- IndexEditor - Interface in org.apache.jackrabbit.oak.plugins.index
-
Represents the content of a QueryIndex as well as a mechanism for keeping
this content up to date.
- IndexEditorProvider - Interface in org.apache.jackrabbit.oak.plugins.index
-
Extension point for plugging in different kinds of IndexEditor providers.
- IndexRow - Interface in org.apache.jackrabbit.oak.spi.query
-
A row returned by the index.
- IndexRowImpl - Class in org.apache.jackrabbit.oak.query.index
-
A simple index row implementation.
- IndexRowImpl(String) - Constructor for class org.apache.jackrabbit.oak.query.index.IndexRowImpl
-
- IndexStatsMBean - Interface in org.apache.jackrabbit.oak.api.jmx
-
- IndexStoreStrategy - Interface in org.apache.jackrabbit.oak.plugins.index.property.strategy
-
Strategy that defines how the index content will be actually stored under the
index node
- indexUpdate() - Method in interface org.apache.jackrabbit.oak.plugins.index.IndexUpdateCallback
-
- IndexUpdateCallback - Interface in org.apache.jackrabbit.oak.plugins.index
-
- IndexUpdateProvider - Class in org.apache.jackrabbit.oak.plugins.index
-
- IndexUpdateProvider(IndexEditorProvider) - Constructor for class org.apache.jackrabbit.oak.plugins.index.IndexUpdateProvider
-
- IndexUpdateProvider(IndexEditorProvider, String) - Constructor for class org.apache.jackrabbit.oak.plugins.index.IndexUpdateProvider
-
- IndexUtils - Class in org.apache.jackrabbit.oak.plugins.index
-
TODO document
- IndexUtils() - Constructor for class org.apache.jackrabbit.oak.plugins.index.IndexUtils
-
- InImpl - Class in org.apache.jackrabbit.oak.query.ast
-
A "in" comparison operation.
- InImpl(DynamicOperandImpl, List<StaticOperandImpl>) - Constructor for class org.apache.jackrabbit.oak.query.ast.InImpl
-
- init - Variable in class org.apache.jackrabbit.oak.plugins.index.diffindex.BaseDiffCollector
-
- init(QueryImpl) - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
-
- init(QueryImpl) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- init(QueryImpl) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
-
Initialize the query.
- init() - Method in interface org.apache.jackrabbit.oak.query.Query
-
- init() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
-
- init() - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
-
- init(Session, Root, NamePathMapper, boolean, int, ReferenceChangeTracker, SecurityProvider) - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlImporter
-
- init(SecurityProvider, ConfigurationParameters) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.AbstractAuthorizableAction
-
Doesn't perform any action.
- init(SecurityProvider, ConfigurationParameters) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.AccessControlAction
-
- init(SecurityProvider, ConfigurationParameters) - Method in interface org.apache.jackrabbit.oak.spi.security.user.action.AuthorizableAction
-
Initialize this action with the specified security provider and configuration.
- init(SecurityProvider, ConfigurationParameters) - Method in class org.apache.jackrabbit.oak.spi.security.user.action.PasswordValidationAction
-
- init(Session, Root, NamePathMapper, boolean, int, ReferenceChangeTracker, SecurityProvider) - Method in interface org.apache.jackrabbit.oak.spi.xml.ProtectedItemImporter
-
Initializes the importer.
- INITIAL_CONTENT - Static variable in class org.apache.jackrabbit.oak.plugins.nodetype.write.InitialContent
-
- InitialContent - Class in org.apache.jackrabbit.oak.plugins.nodetype.write
-
InitialContent
implements a
RepositoryInitializer
and
registers built-in node types when the micro kernel becomes available.
- InitialContent() - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.write.InitialContent
-
- initialize(NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.InitialContent
-
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapLoginModule
-
- initialize(NodeBuilder) - Method in class org.apache.jackrabbit.oak.spi.lifecycle.CompositeInitializer
-
- initialize(NodeBuilder, String, QueryIndexProvider, CommitHook) - Method in class org.apache.jackrabbit.oak.spi.lifecycle.CompositeWorkspaceInitializer
-
- initialize(NodeStore, RepositoryInitializer, IndexEditorProvider) - Static method in class org.apache.jackrabbit.oak.spi.lifecycle.OakInitializer
-
- initialize(Iterable<WorkspaceInitializer>, NodeStore, String, IndexEditorProvider, QueryIndexProvider, CommitHook) - Static method in class org.apache.jackrabbit.oak.spi.lifecycle.OakInitializer
-
- initialize(NodeBuilder) - Method in interface org.apache.jackrabbit.oak.spi.lifecycle.RepositoryInitializer
-
Initializes repository content.
- initialize(NodeBuilder, String, QueryIndexProvider, CommitHook) - Method in interface org.apache.jackrabbit.oak.spi.lifecycle.WorkspaceInitializer
-
Initialize the content of a new workspace.
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
- initialize(UserManager, Root, SyncMode, ConfigurationParameters) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.external.DefaultSyncHandler
-
- initialize(UserManager, Root, SyncMode, ConfigurationParameters) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.external.SyncHandler
-
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.GuestLoginModule
-
- INSTANCE - Static variable in class org.apache.jackrabbit.oak.plugins.mongomk.StableRevisionComparator
-
- INSTANCE - Static variable in class org.apache.jackrabbit.oak.spi.commit.DefaultEditor
-
- INSTANCE - Static variable in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
-
- INSTANCE - Static variable in class org.apache.jackrabbit.oak.spi.commit.EmptyHook
-
Static instance of this class, useful as a "null object".
- INSTANCE - Static variable in class org.apache.jackrabbit.oak.spi.commit.EmptyObserver
-
Static instance of this class, useful as a "null object".
- INSTANCE - Static variable in class org.apache.jackrabbit.oak.spi.security.authentication.SystemSubject
-
- INSTANCE - Static variable in class org.apache.jackrabbit.oak.spi.security.principal.SystemPrincipal
-
- INTEGRITY - Static variable in exception org.apache.jackrabbit.oak.api.CommitFailedException
-
Type name for referential integrity violation errors.
- invalidate(Object) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
Remove an entry.
- invalidateAll() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
Remove all entries.
- invalidateAll(Iterable<?>) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
- invalidateCache() - Method in interface org.apache.jackrabbit.oak.plugins.mongomk.DocumentStore
-
Invalidate the document cache.
- invalidateCache(Collection<T>, String) - Method in interface org.apache.jackrabbit.oak.plugins.mongomk.DocumentStore
-
Invalidate the document cache for the given key.
- invalidateCache() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MemoryDocumentStore
-
- invalidateCache(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MemoryDocumentStore
-
- invalidateCache() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoDocumentStore
-
- invalidateCache(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoDocumentStore
-
- invalidateCache() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.LoggingDocumentStoreWrapper
-
- invalidateCache(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.LoggingDocumentStoreWrapper
-
- invalidateCache() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.SynchronizingDocumentStoreWrapper
-
- invalidateCache(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.SynchronizingDocumentStoreWrapper
-
- invalidateCache() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.TimingDocumentStoreWrapper
-
- invalidateCache(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.TimingDocumentStoreWrapper
-
- invalidateCache() - Method in class org.apache.jackrabbit.oak.plugins.sqlpersistence.SQLDocumentStore
-
- invalidateCache(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.sqlpersistence.SQLDocumentStore
-
- isAbstract() - Method in class org.apache.jackrabbit.oak.spi.security.privilege.ImmutablePrivilegeDefinition
-
- isAbstract() - Method in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeDefinition
-
Returns true
if the privilege described by this definition
is abstract.
- isAccessControlViolation() - Method in exception org.apache.jackrabbit.oak.api.CommitFailedException
-
Checks whether this is an access control violation exception.
- isAccessViolation() - Method in exception org.apache.jackrabbit.oak.api.CommitFailedException
-
Checks whether this is an access violation exception.
- isAllow() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ACE
-
- isAlwaysFalse() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- isAlwaysFalse() - Method in interface org.apache.jackrabbit.oak.spi.query.Filter
-
If the filter condition can not possibly match any row, due to a
contradiction in the query (for example "x=1 and x=2").
- isArray() - Method in interface org.apache.jackrabbit.oak.api.PropertyState
-
Determine whether the value is an array of atoms
- isArray() - Method in interface org.apache.jackrabbit.oak.api.PropertyValue
-
Determine whether the value is an array of atoms
- isArray() - Method in class org.apache.jackrabbit.oak.api.Type
-
Determine whether this is an array type
- isArray() - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyPropertyState
-
- isArray() - Method in class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
-
- isArray() - Method in class org.apache.jackrabbit.oak.util.PropertyBuilder
-
- isAutoSave() - Method in class org.apache.jackrabbit.oak.security.user.autosave.AutoSaveEnabledManager
-
- isAutoSave() - Method in class org.apache.jackrabbit.oak.security.user.UserManagerImpl
-
Always returns false
.
- isBranch() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.Revision
-
- isBulkSegmentId(UUID) - Static method in class org.apache.jackrabbit.oak.plugins.segment.SegmentIdFactory
-
Checks whether the given UUID identifies a bulk segment.
- isCheckedOut(Tree) - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
-
Returns true
if the tree is checked out; otherwise
false
.
- isCheckedOut(String) - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
-
Returns true
if the tree at the given absolute Oak path is
checked out; otherwise false
.
- isCommitted(Revision) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.NodeDocument
-
Returns true
if the given revision
is marked
committed.
- isCommitted(String) - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.util.Utils
-
Returns true
if a revision tagged with the given revision
should be considered committed, false
otherwise.
- isConflicting(UpdateOp, Revision, RevisionContext) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.NodeDocument
-
Returns true
if the given operation is conflicting with this
document.
- isConstraintViolation() - Method in exception org.apache.jackrabbit.oak.api.CommitFailedException
-
Checks whether this is a constraint violation exception.
- isDataSegmentId(UUID) - Static method in class org.apache.jackrabbit.oak.plugins.segment.SegmentIdFactory
-
Checks whether the given UUID identifies a data segment.
- isDeleted(RevisionContext, Revision, Set<Revision>) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.NodeDocument
-
Returns true
if this node is considered deleted at the
given readRevision
.
- isDescending() - Method in class org.apache.jackrabbit.oak.query.ast.OrderingImpl
-
- isDistinct() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- isEmpty() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
- isEmpty() - Method in class org.apache.jackrabbit.oak.spi.commit.MoveTracker
-
- isEmpty() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlList
-
- isEmpty() - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
- isEmpty() - Method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBits
-
Returns true
if this privilege bits includes no privileges
at all.
- isEmpty() - Method in class org.apache.jackrabbit.oak.util.PropertyBuilder
-
- isEmptyState(NodeState) - Static method in class org.apache.jackrabbit.oak.plugins.memory.EmptyNodeState
-
- isExpandedName(String) - Static method in class org.apache.jackrabbit.oak.namepath.GlobalNameMapper
-
- isExpired(long) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenInfo
-
Returns true
if the token has already expired; false
otherwise.
- isFullTextCharacter(char) - Static method in class org.apache.jackrabbit.oak.query.fulltext.FullTextTerm
-
Whether or not the given character is part of a full-text term that
should be indexed.
- isGranted(ImmutableTree, PropertyState, long) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.AllPermissions
-
- isGranted(String, long) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.AllPermissions
-
- isGranted(ImmutableTree, PropertyState, long) - Method in interface org.apache.jackrabbit.oak.security.authorization.permission.CompiledPermissions
-
- isGranted(String, long) - Method in interface org.apache.jackrabbit.oak.security.authorization.permission.CompiledPermissions
-
- isGranted(ImmutableTree, PropertyState, long) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.NoPermissions
-
- isGranted(String, long) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.NoPermissions
-
- isGranted(Tree, PropertyState, long) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionProviderImpl
-
- isGranted(String, String) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionProviderImpl
-
- isGranted(Tree, PropertyState, long) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.OpenPermissionProvider
-
- isGranted(String, String) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.OpenPermissionProvider
-
- isGranted(Tree, PropertyState, long) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionProvider
-
- isGranted(String, String) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionProvider
-
- isGranted(long) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.RepositoryPermission
-
Returns true
if the specified repository level permissions are
granted
; false otherwise.
- isGranted(long) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.TreePermission
-
- isGranted(long, PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.TreePermission
-
- isHidden(String) - Static method in class org.apache.jackrabbit.oak.spi.state.NodeStateUtils
-
Check whether the node or property with the given name is hidden, that
is, if the node name starts with a ":".
- isHiddenName(String) - Static method in class org.apache.jackrabbit.oak.namepath.GlobalNameMapper
-
- isIndexed(String, String, Filter) - Method in class org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexLookup
-
Checks whether the named property is indexed somewhere along the given
path.
- isIndexNodeType(NodeState) - Static method in class org.apache.jackrabbit.oak.plugins.index.IndexUtils
-
- isIndexNodeType(NodeState, String) - Static method in class org.apache.jackrabbit.oak.plugins.index.IndexUtils
-
- isInstance(Object, Class<? extends Record>) - Method in class org.apache.jackrabbit.oak.plugins.segment.AbstractStore
-
- isInstance(Object, Class<? extends Record>) - Method in interface org.apache.jackrabbit.oak.plugins.segment.SegmentStore
-
Checks whether the given object is a record of the given type and
is stored in this segment store.
- isLike - Variable in class org.apache.jackrabbit.oak.spi.query.Filter.PropertyRestriction
-
Whether this is a like constraint.
- isMandatory() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinition
-
Indicates if this restriction is mandatory.
- isMandatory() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinitionImpl
-
- isMarkEnabled() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.blob.MongoBlobStore
-
- isMarkEnabled() - Method in class org.apache.jackrabbit.oak.plugins.sqlpersistence.SQLBlobStore
-
- isMember(Principal) - Method in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
-
- isModified() - Method in class org.apache.jackrabbit.oak.core.AbstractTree
-
- isModified() - Method in class org.apache.jackrabbit.oak.core.ImmutableTree
-
- isModified() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- isModified() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Check whether this builder represents a modified node, which has either modified properties
or removed or added child nodes.
- isModified() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- isNew() - Method in class org.apache.jackrabbit.oak.core.AbstractTree
-
- isNew() - Method in class org.apache.jackrabbit.oak.core.ImmutableTree
-
- isNew() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- isNew(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- isNew() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.UpdateOp
-
- isNew() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Check whether this builder represents a new node, which is not present in the base state.
- isNew(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Check whether the named property is new, i.e.
- isNew() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- isNew(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- isNodeType(Tree, String) - Method in interface org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeTypeProvider
-
Returns true
if this tree is of the specified primary node
type or mixin type, or a subtype thereof respecting the effective node
type of the tree
.
- isNodeType(String, String) - Method in interface org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeTypeProvider
-
Returns true
if typeName
is of the specified primary node
type or mixin type, or a subtype thereof.
- isNodeType(Tree, String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- isNodeType(String, String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- isNot() - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextTerm
-
- isOfType(String) - Method in exception org.apache.jackrabbit.oak.api.CommitFailedException
-
Checks whether this exception is of the given type.
- isParent(SourceImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ChildNodeJoinConditionImpl
-
- isParent(SourceImpl) - Method in class org.apache.jackrabbit.oak.query.ast.DescendantNodeJoinConditionImpl
-
- isParent(SourceImpl) - Method in class org.apache.jackrabbit.oak.query.ast.EquiJoinConditionImpl
-
- isParent(SourceImpl) - Method in class org.apache.jackrabbit.oak.query.ast.JoinConditionImpl
-
Check whether the given source is the parent of the join condition, as
selector "[b]" is the parent of the join condition
"isdescendantnode([a], [b])".
- isParent(SourceImpl) - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeJoinConditionImpl
-
- isParent - Variable in class org.apache.jackrabbit.oak.query.ast.SourceImpl
-
Whether this selector is the parent of a descendent or parent-child join.
- isPartialObject() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.RevisionEntry
-
- isPlainTextPassword(String) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.PasswordUtil
-
Returns true
if the specified string doesn't start with a
valid algorithm name in curly brackets.
- isPrepared() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- isPreparing() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- isPropertyName(String) - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.util.Utils
-
- isReplaced() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- isReplaced(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- isReplaced() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Check whether this builder represents a node that used to exist but
was then replaced with other content, for example as a result of
a
NodeBuilder.setChildNode(String)
call.
- isReplaced(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
- isReplaced() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- isReplaced(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- isRepositoryPermission(long) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- isRoot() - Method in interface org.apache.jackrabbit.oak.api.Tree
-
- isRoot() - Method in class org.apache.jackrabbit.oak.core.AbstractTree
-
- isRoot() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- isRoot() - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- isSame(String, char[]) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.PasswordUtil
-
Returns true
if hash of the specified password
equals the
given hashed password.
- isSame(String, String) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.PasswordUtil
-
Returns true
if hash of the specified password
equals the
given hashed password.
- isSecure() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- isSingleValueDescriptor(String) - Method in interface org.apache.jackrabbit.oak.api.Descriptors
-
Returns true
if key
is a valid single-value
descriptor; otherwise returns false
- isSingleValueDescriptor(String) - Method in class org.apache.jackrabbit.oak.util.GenericDescriptors
-
Returns true
if key
is a valid single-value
descriptor; otherwise returns false
- isSplitPath() - Method in class org.apache.jackrabbit.oak.security.authentication.ldap.LdapSettings
-
- isStandardDescriptor(String) - Method in interface org.apache.jackrabbit.oak.api.Descriptors
-
Returns true
if key
is a standard descriptor
defined by the string constants in this interface and false
if it is either a valid implementation-specific key or not a valid key.
- isStandardDescriptor(String) - Method in class org.apache.jackrabbit.oak.util.GenericDescriptors
-
Returns true
if key
is a standard descriptor
defined by the string constants in this interface and false
if it is either a valid implementation-specific key or not a valid key.
- isType(Authorizable) - Method in enum org.apache.jackrabbit.oak.spi.security.user.AuthorizableType
-
- isType(Tree, AuthorizableType) - Static method in class org.apache.jackrabbit.oak.spi.security.user.util.UserUtil
-
- isUnique() - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.BaseDiffCollector
-
- isUnique() - Method in class org.apache.jackrabbit.oak.plugins.index.diffindex.UUIDDiffCollector
-
- isUpToDate(long) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.NodeDocument
-
Returns true if the document has already been checked for consistency
in current cycle.
- isUseSimpleRevision() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK.Builder
-
- isValidLocalName(String) - Static method in class org.apache.jackrabbit.oak.plugins.name.Namespaces
-
- isValidPrefix(String) - Static method in class org.apache.jackrabbit.oak.plugins.name.Namespaces
-
- isValidUUID(String) - Static method in class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
-
- isVersionable(Tree) - Method in class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
-
Returns true
if the given tree
is of type
mix:versionable
; false
otherwise.
- iterable(Iterable<E>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MemoryChildNodeEntry
-
- iterator() - Method in class org.apache.jackrabbit.oak.plugins.observation.EventIterable
-
- PARAM_ADMIN_ID - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
Configuration option defining the ID of the administrator user.
- PARAM_ADMINISTRATIVE_PRINCIPALS - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
-
Configuration parameter specifying additional principals that should be
treated as 'administrator' thus get granted full permissions on the
complete repository content.
- PARAM_ANONYMOUS_ID - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
Configuration option defining the ID of the anonymous user.
- PARAM_APP_NAME - Static variable in interface org.apache.jackrabbit.oak.spi.security.authentication.AuthenticationConfiguration
-
- PARAM_AUTHORIZABLE_ACTION_PROVIDER - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
- PARAM_AUTHORIZABLE_NODE_NAME - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
Optional configuration parameter defining how to generate the name of the
authorizable node from the ID of the new authorizable that is being created.
- PARAM_DEFAULT_DEPTH - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
Parameter used to change the number of levels that are used by default
store authorizable nodes.
The default number of levels is 2.
- PARAM_GROUP_PATH - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
Configuration option to define the path underneath which group nodes
are being created.
- PARAM_IMPORT_BEHAVIOR - Static variable in interface org.apache.jackrabbit.oak.spi.xml.ProtectedItemImporter
-
Parameter name for the import behavior configuration option.
- PARAM_OMIT_ADMIN_PW - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
Configuration option defining if the admin password should be omitted
upon user creation.
- PARAM_PASSWORD_HASH_ALGORITHM - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
Configuration parameter to change the default algorithm used to generate
password hashes.
- PARAM_PASSWORD_HASH_ITERATIONS - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
Configuration parameter to change the number of iterations used for
password hash generation.
- PARAM_PASSWORD_SALT_SIZE - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
Configuration parameter to change the number of iterations used for
password hash generation.
- PARAM_PERMISSIONS_JR2 - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
-
Configuration parameter to enforce backwards compatible permission
validation with respect to user management and node removal:
User Management: As of OAK 1.0 creation/removal of user and
groups as well as modification of user/group specific protected properties
requires
USER_MANAGEMENT
permissions while in Jackrabbit 2.0 they were covered by regular item
write permissions.
Removing Nodes: As of OAK 1.0 removing a node will succeed if the
removal is granted on that specific node irrespective of the permission
granted or denied within the subtree.
- PARAM_READ_PATHS - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
-
Configuration parameter to enable full read access to regular nodes and
properties at the specified paths.
- PARAM_RESTRICTION_PROVIDER - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
-
- PARAM_SUPPORT_AUTOSAVE - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
Optional configuration parameter that might be used to get back support
for the auto-save behavior which has been dropped in the default
user management implementation present with OAK.
- PARAM_SYNC_MODE - Static variable in class org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalLoginModule
-
- PARAM_TOKEN_EXPIRATION - Static variable in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenProvider
-
Optional configuration parameter to set the token expiration time in ms.
- PARAM_TOKEN_LENGTH - Static variable in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenProvider
-
Optional configuration parameter to define the length of the key.
- PARAM_TOKEN_OPTIONS - Static variable in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenConfiguration
-
- PARAM_USER_PATH - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
Configuration option to define the path underneath which user nodes
are being created.
- PARENT - Static variable in class org.apache.jackrabbit.oak.plugins.observation.filter.Selectors
-
A selector returning the parent node of the item for which a call back
on
EventFilter
was called.
- parse(String, JcrNameParser.Listener, int) - Static method in class org.apache.jackrabbit.oak.namepath.JcrNameParser
-
Parse the specified jcr name and inform the specified listener
about the result or any error that may occur during parsing.
- parse(String, JcrPathParser.Listener) - Static method in class org.apache.jackrabbit.oak.namepath.JcrPathParser
-
- parse(String, String) - Static method in class org.apache.jackrabbit.oak.query.fulltext.FullTextParser
-
- parse(String, String) - Method in interface org.apache.jackrabbit.oak.query.QueryParser
-
Parses the given query string, expressed in the specified language.
- parse(String) - Method in class org.apache.jackrabbit.oak.query.SQL2Parser
-
Parse the statement and return the query.
- PasswordChangeAction - Class in org.apache.jackrabbit.oak.spi.security.user.action
-
- PasswordChangeAction() - Constructor for class org.apache.jackrabbit.oak.spi.security.user.action.PasswordChangeAction
-
- PasswordUtil - Class in org.apache.jackrabbit.oak.spi.security.user.util
-
Utility to generate and compare password hashes.
- PasswordValidationAction - Class in org.apache.jackrabbit.oak.spi.security.user.action
-
PasswordValidationAction
provides a simple password validation
mechanism with the following configurable option:
constraint: a regular expression that can be compiled
to a
Pattern
defining validation rules for a password.
- PasswordValidationAction() - Constructor for class org.apache.jackrabbit.oak.spi.security.user.action.PasswordValidationAction
-
- PATH - Static variable in class org.apache.jackrabbit.oak.api.Type
-
Map String
to PropertyType.PATH
- path(String) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.FilterBuilder
-
A condition that holds on the paths matching a certain pattern.
- PathConstraint - Class in org.apache.jackrabbit.oak.plugins.nodetype.constraint
-
- PathConstraint(String) - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.constraint.PathConstraint
-
- pathDepth(String) - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.util.Utils
-
- PathMapper - Interface in org.apache.jackrabbit.oak.namepath
-
PathMapper
instances provide methods for mapping paths from their JCR
string representation to their Oak representation and vice versa.
- pathProperty(String, String) - Static method in class org.apache.jackrabbit.oak.plugins.memory.GenericPropertyState
-
Create a PropertyState
from a path.
- pathProperty(String, Iterable<String>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MultiGenericPropertyState
-
Create a multi valued PropertyState
from a list of paths.
- PATHS - Static variable in class org.apache.jackrabbit.oak.api.Type
-
Map Iterable<String>
to array of PropertyType.PATH
- peek(K) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
Get the value for the given key if the entry is cached.
- PERMISSION_NAMES - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- PERMISSION_NODE_NAMES - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
-
- PERMISSION_NODETYPE_NAMES - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
-
- PERMISSION_PROPERTY_NAMES - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
-
- PermissionConstants - Interface in org.apache.jackrabbit.oak.spi.security.authorization.permission
-
Implementation specific constants related to permission evaluation.
- PermissionEntryCache - Class in org.apache.jackrabbit.oak.security.authorization.permission
-
PermissionEntryCache
caches the permission entries of principals.
- PermissionEntryCache() - Constructor for class org.apache.jackrabbit.oak.security.authorization.permission.PermissionEntryCache
-
- PermissionEntryCache.Local - Class in org.apache.jackrabbit.oak.security.authorization.permission
-
- PermissionHook - Class in org.apache.jackrabbit.oak.security.authorization.permission
-
CommitHook
implementation that processes any modification made to
access control content and updates persisted permission store associated
with access control related data stored in the repository.
- PermissionHook(String, RestrictionProvider, PermissionEntryCache) - Constructor for class org.apache.jackrabbit.oak.security.authorization.permission.PermissionHook
-
- PermissionProvider - Interface in org.apache.jackrabbit.oak.spi.security.authorization.permission
-
PermissionProvider...
- PermissionProviderImpl - Class in org.apache.jackrabbit.oak.security.authorization.permission
-
PermissionProviderImpl...
- PermissionProviderImpl(Root, String, Set<Principal>, AuthorizationConfiguration, PermissionEntryCache.Local) - Constructor for class org.apache.jackrabbit.oak.security.authorization.permission.PermissionProviderImpl
-
- Permissions - Class in org.apache.jackrabbit.oak.spi.security.authorization.permission
-
Provides constants for permissions used in the OAK access evaluation as well
as permission related utility methods.
- PERMISSIONS_STORE_PATH - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
-
- PermissionStore - Interface in org.apache.jackrabbit.oak.security.authorization.permission
-
The permission store is used to store and provide access control permissions for principals.
- PermissionStoreImpl - Class in org.apache.jackrabbit.oak.security.authorization.permission
-
PermissionStoreImpl
...
- PermissionStoreImpl(Root, String, RestrictionProvider) - Constructor for class org.apache.jackrabbit.oak.security.authorization.permission.PermissionStoreImpl
-
- PermissionStoreValidatorProvider - Class in org.apache.jackrabbit.oak.security.authorization.permission
-
Validator implementation that asserts that the permission store is read-only.
- PermissionStoreValidatorProvider() - Constructor for class org.apache.jackrabbit.oak.security.authorization.permission.PermissionStoreValidatorProvider
-
- PermissionUtil - Class in org.apache.jackrabbit.oak.security.authorization.permission
-
Utility methods to evaluate permissions.
- PermissionValidatorProvider - Class in org.apache.jackrabbit.oak.security.authorization.permission
-
ValidatorProvider
implementation for permission evaluation associated
with write operations.
- PermissionValidatorProvider(SecurityProvider, String, Set<Principal>, MoveTracker) - Constructor for class org.apache.jackrabbit.oak.security.authorization.permission.PermissionValidatorProvider
-
- persist(NodeState, KernelNodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStoreBranch
-
- persist(NodeState, MongoNodeState, CommitInfo) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStoreBranch
-
- persist(NodeState, N, CommitInfo) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
-
Persists the changes between toPersist
and base
to the underlying store.
- POLICY_NODE_NAMES - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
-
- PolicyOwner - Interface in org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol
-
Interface to improve pluggability of the AccessControlManager
,
namely the interaction of multiple managers within a
single repository.
- PostValidationHook - Interface in org.apache.jackrabbit.oak.spi.commit
-
Extension to the CommitHook
interface that indicates that this
commit hook implementation must be executed after the
validation hooks.
- PreAuthContext - Class in org.apache.jackrabbit.oak.spi.security.authentication
-
LoginContext for pre-authenticated subjects that don't require further
validation nor additional login/logout steps.
- PreAuthContext(Subject) - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.PreAuthContext
-
- PRECEDENCE_AND - Static variable in class org.apache.jackrabbit.oak.query.fulltext.FullTextExpression
-
The operator precedence for AND conditions.
- PRECEDENCE_OR - Static variable in class org.apache.jackrabbit.oak.query.fulltext.FullTextExpression
-
The operator precedence for OR conditions.
- PRECEDENCE_TERM - Static variable in class org.apache.jackrabbit.oak.query.fulltext.FullTextExpression
-
The operator precedence for terms.
- PREFIX_REP - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
-
- PREFIX_SV - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
-
- PREFIX_XMLNS - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
-
- prepare() - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
-
- prepare() - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- prepare() - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
-
Prepare executing the query (recursively).
- prepare() - Method in interface org.apache.jackrabbit.oak.query.Query
-
- prepare() - Method in class org.apache.jackrabbit.oak.query.QueryImpl
-
- prepare() - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
-
- PrincipalConfiguration - Interface in org.apache.jackrabbit.oak.spi.security.principal
-
Configuration interface for principal management.
- PrincipalConfigurationImpl - Class in org.apache.jackrabbit.oak.security.principal
-
Default implementation of the PrincipalConfiguration
- PrincipalConfigurationImpl() - Constructor for class org.apache.jackrabbit.oak.security.principal.PrincipalConfigurationImpl
-
- PrincipalConfigurationImpl(SecurityProvider) - Constructor for class org.apache.jackrabbit.oak.security.principal.PrincipalConfigurationImpl
-
- PrincipalImpl - Class in org.apache.jackrabbit.oak.spi.security.principal
-
Default implementation of the JackrabbitPrincipal
interface.
- PrincipalImpl(String) - Constructor for class org.apache.jackrabbit.oak.spi.security.principal.PrincipalImpl
-
- PrincipalIteratorAdapter - Class in org.apache.jackrabbit.oak.spi.security.principal
-
Principal specific RangeIteratorAdapter
implementing the
PrincipalIterator
interface.
- PrincipalIteratorAdapter(RangeIterator) - Constructor for class org.apache.jackrabbit.oak.spi.security.principal.PrincipalIteratorAdapter
-
Creates an adapter for the given RangeIterator
.
- PrincipalIteratorAdapter(Iterator<? extends Principal>) - Constructor for class org.apache.jackrabbit.oak.spi.security.principal.PrincipalIteratorAdapter
-
Creates an adapter for the given
Iterator
of principals.
- PrincipalIteratorAdapter(Collection<? extends Principal>) - Constructor for class org.apache.jackrabbit.oak.spi.security.principal.PrincipalIteratorAdapter
-
Creates an iterator for the given collection of Principal
s.
- PrincipalManagerImpl - Class in org.apache.jackrabbit.oak.spi.security.principal
-
Default implementation of the PrincipalManager
interface.
- PrincipalManagerImpl(PrincipalProvider) - Constructor for class org.apache.jackrabbit.oak.spi.security.principal.PrincipalManagerImpl
-
- PrincipalPermissionEntries - Class in org.apache.jackrabbit.oak.security.authorization.permission
-
PermissionEntries
holds the permission entries of one principal
- PrincipalPermissionEntries(String) - Constructor for class org.apache.jackrabbit.oak.security.authorization.permission.PrincipalPermissionEntries
-
- PrincipalProvider - Interface in org.apache.jackrabbit.oak.spi.security.principal
-
The
PrincipalProvider
defines methods to provide access to sources
of
Principal
s.
- PrincipalProviderCallback - Class in org.apache.jackrabbit.oak.spi.security.authentication.callback
-
- PrincipalProviderCallback() - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.callback.PrincipalProviderCallback
-
- PrincipalRestrictionProvider - Class in org.apache.jackrabbit.oak.security.authorization.restriction
-
Restriction provider implementation used for editing access control by
principal.
- PrincipalRestrictionProvider(RestrictionProvider) - Constructor for class org.apache.jackrabbit.oak.security.authorization.restriction.PrincipalRestrictionProvider
-
- PRIVILEGE_MANAGEMENT - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- PRIVILEGE_NODETYPE_NAMES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Node type names associated with privilege content
- PRIVILEGE_PROPERTY_NAMES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
The internal names of all property definitions that are associated with
the
rep:Privilege
node type
- PrivilegeBits - Class in org.apache.jackrabbit.oak.spi.security.privilege
-
Internal representation of JCR privileges.
- PrivilegeBitsProvider - Class in org.apache.jackrabbit.oak.spi.security.privilege
-
Reads and writes privilege definitions from and to the repository content
without applying any validation.
- PrivilegeBitsProvider(Root) - Constructor for class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeBitsProvider
-
- PrivilegeConfiguration - Interface in org.apache.jackrabbit.oak.spi.security.privilege
-
Interface for the privilege management configuration.
- PrivilegeConfigurationImpl - Class in org.apache.jackrabbit.oak.security.privilege
-
Configuration for the privilege management component.
- PrivilegeConfigurationImpl() - Constructor for class org.apache.jackrabbit.oak.security.privilege.PrivilegeConfigurationImpl
-
- PrivilegeConstants - Interface in org.apache.jackrabbit.oak.spi.security.privilege
-
Internal name constants used for the privilege management.
- PrivilegeDefinition - Interface in org.apache.jackrabbit.oak.spi.security.privilege
-
The PrivilegeDefinition
interface defines the characteristics of
a JCR Privilege
.
- privilegeFromName(String) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlManager
-
- PRIVILEGES_PATH - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Internal (oak) path for the privilege store.
- PrivilegeUtil - Class in org.apache.jackrabbit.oak.spi.security.privilege
-
Privilege management related utility methods.
- process(Editor, NodeState, NodeState) - Static method in class org.apache.jackrabbit.oak.spi.commit.EditorDiff
-
Validates and possibly edits the given subtree by diffing
and recursing through it.
- processCommit(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictHook
-
- processCommit(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.version.VersionablePathHook
-
- processCommit(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionHook
-
- processCommit(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(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeHook
-
- processCommit(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.EditorHook
-
- processCommit(NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.spi.commit.EmptyHook
-
- processedReference(Object) - Method in class org.apache.jackrabbit.oak.spi.xml.ReferenceChangeTracker
-
- processReferences() - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlImporter
-
- processReferences() - Method in interface org.apache.jackrabbit.oak.spi.xml.ProtectedItemImporter
-
Post processing protected reference properties underneath a protected
or non-protected parent node.
- property(UniversalFilter.Selector, String, Predicate<PropertyState>) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.FilterBuilder
-
A condition that holds when the property predicate matches.
- PROPERTY_NAMES - Static variable in interface org.apache.jackrabbit.oak.plugins.index.IndexConstants
-
Defines the names of the properties that are covered by a specific
property index definition.
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.kernel.JsopDiff
-
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictValidator
-
- propertyAdded(PropertyState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.EventGenerator.Listener
-
Notification for an added property
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.EventGenerator
-
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.segment.MergeDiff
-
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
-
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultEditor
-
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
-
- propertyAdded(PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Editor
-
Processes an added property.
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.EditorDiff
-
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.FailingValidator
-
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeExcludingValidator
-
- propertyAdded(PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Validator
-
Validate an added property
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleEditor
-
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleValidator
-
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
-
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.ApplyDiff
-
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.DefaultNodeStateDiff
-
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.EqualsDiff
-
- propertyAdded(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.MoveDetector
-
- propertyAdded(PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStateDiff
-
Called for all added properties.
- PropertyBuilder<T> - Class in org.apache.jackrabbit.oak.util
-
PropertyBuilder
for building in memory PropertyState
instances.
- PropertyBuilder(Type<T>) - Constructor for class org.apache.jackrabbit.oak.util.PropertyBuilder
-
Create a new instance for building PropertyState
instances
of the given type
.
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.kernel.JsopDiff
-
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.commit.ConflictValidator
-
- propertyChanged(PropertyState, PropertyState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.EventGenerator.Listener
-
Notification for a changed property
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.EventGenerator
-
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.segment.MergeDiff
-
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
-
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultEditor
-
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
-
- propertyChanged(PropertyState, PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Editor
-
Processes a changed property.
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.EditorDiff
-
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.FailingValidator
-
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeExcludingValidator
-
- propertyChanged(PropertyState, PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Validator
-
Validate a changed property
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleEditor
-
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleValidator
-
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
-
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.ApplyDiff
-
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.DefaultNodeStateDiff
-
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.EqualsDiff
-
- propertyChanged(PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.MoveDetector
-
- propertyChanged(PropertyState, PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStateDiff
-
Called for all changed properties.
- propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.kernel.JsopDiff
-
- propertyDeleted(PropertyState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.EventGenerator.Listener
-
Notification for a deleted property
- propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.EventGenerator
-
- propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.segment.MergeDiff
-
- propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeEditor
-
- propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultEditor
-
- propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.DefaultValidator
-
- propertyDeleted(PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Editor
-
Processes a removed property.
- propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.EditorDiff
-
- propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.FailingValidator
-
- propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.SubtreeExcludingValidator
-
- propertyDeleted(PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.commit.Validator
-
Validate a deleted property
- propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleEditor
-
- propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.commit.VisibleValidator
-
- propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
-
- propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.ApplyDiff
-
- propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.DefaultNodeStateDiff
-
- propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.EqualsDiff
-
- propertyDeleted(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.MoveDetector
-
- propertyDeleted(PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStateDiff
-
Called for all deleted properties.
- propertyExistence(String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
-
- PropertyExistenceImpl - Class in org.apache.jackrabbit.oak.query.ast
-
A condition to check if the property exists ("is not null").
- PropertyExistenceImpl(SelectorImpl, String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.PropertyExistenceImpl
-
- PropertyExistenceImpl(String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.PropertyExistenceImpl
-
- PropertyIndexEditorProvider - Class in org.apache.jackrabbit.oak.plugins.index.property
-
Service that provides PropertyIndex based editors.
- PropertyIndexEditorProvider() - Constructor for class org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexEditorProvider
-
- PropertyIndexLookup - Class in org.apache.jackrabbit.oak.plugins.index.property
-
Is responsible for querying the property index content.
- PropertyIndexLookup(NodeState) - Constructor for class org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexLookup
-
- PropertyIndexProvider - Class in org.apache.jackrabbit.oak.plugins.index.property
-
A provider for property indexes.
- PropertyIndexProvider() - Constructor for class org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexProvider
-
- propertyInexistence(String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
-
- PropertyInexistenceImpl - Class in org.apache.jackrabbit.oak.query.ast
-
A condition to check if the property does not exist ("is null").
- PropertyInexistenceImpl(SelectorImpl, String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.PropertyInexistenceImpl
-
- PropertyInexistenceImpl(String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.PropertyInexistenceImpl
-
- propertyName - Variable in class org.apache.jackrabbit.oak.spi.query.Filter.PropertyRestriction
-
The name of the property.
- PropertyPredicate - Class in org.apache.jackrabbit.oak.plugins.observation.filter
-
Predicate on property values.
- PropertyPredicate(String, Predicate<PropertyState>) - Constructor for class org.apache.jackrabbit.oak.plugins.observation.filter.PropertyPredicate
-
- PropertyState - Interface in org.apache.jackrabbit.oak.api
-
Immutable property state.
- PropertyStates - Class in org.apache.jackrabbit.oak.plugins.memory
-
- PropertyStateValue - Class in org.apache.jackrabbit.oak.spi.query
-
- PropertyStateValue(PropertyState) - Constructor for class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
-
- propertyType - Variable in class org.apache.jackrabbit.oak.spi.query.Filter.PropertyRestriction
-
The property type, if restricted.
- PropertyValue - Interface in org.apache.jackrabbit.oak.api
-
Immutable property value.
- propertyValue(String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
-
- propertyValue(String, String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
-
- PropertyValueImpl - Class in org.apache.jackrabbit.oak.query.ast
-
A property expression.
- PropertyValueImpl(String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
-
- PropertyValueImpl(String, String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
-
- PropertyValues - Class in org.apache.jackrabbit.oak.spi.query
-
- PropInfo - Class in org.apache.jackrabbit.oak.spi.xml
-
Information about a property being imported.
- PropInfo(String, int, TextValue) - Constructor for class org.apache.jackrabbit.oak.spi.xml.PropInfo
-
Creates a property information instance.
- PropInfo(String, int, List<? extends TextValue>) - Constructor for class org.apache.jackrabbit.oak.spi.xml.PropInfo
-
Creates a property information instance.
- PropInfo(String, int, List<? extends TextValue>, PropInfo.MultipleStatus) - Constructor for class org.apache.jackrabbit.oak.spi.xml.PropInfo
-
Creates a property information instance.
- PropInfo.MultipleStatus - Enum in org.apache.jackrabbit.oak.spi.xml
-
Hint indicating whether the property is multi- or single-value
- ProtectedItemImporter - Interface in org.apache.jackrabbit.oak.spi.xml
-
- ProtectedNodeImporter - Interface in org.apache.jackrabbit.oak.spi.xml
-
ProtectedNodeImporter
provides means to import protected
Node
s and the subtree defined below such nodes.
- ProtectedPropertyImporter - Interface in org.apache.jackrabbit.oak.spi.xml
-
ProtectedPropertyImporter
is in charge of importing single
properties with a protected PropertyDefinition
.
- ProxyNodeStore - Class in org.apache.jackrabbit.oak.spi.state
-
- ProxyNodeStore() - Constructor for class org.apache.jackrabbit.oak.spi.state.ProxyNodeStore
-
- purge(long) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.Revision.RevisionComparator
-
Forget the order of older revisions.
- put(K, V, int) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
Add an entry to the cache.
- put(K, V) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
Add an entry to the cache using the average memory size.
- put(String, Object) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.Document
-
Sets the data for the given key
.
- put(String, Object) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.RevisionEntry
-
- put(String, Object) - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
- put(String, String) - Method in class org.apache.jackrabbit.oak.spi.xml.ReferenceChangeTracker
-
- put(String, Value[], boolean, boolean) - Method in class org.apache.jackrabbit.oak.util.GenericDescriptors
-
Adds a new descriptor to this set of descriptors which overlay the ones from the base set.
- put(String, Value, boolean, boolean) - Method in class org.apache.jackrabbit.oak.util.GenericDescriptors
-
Adds a new descriptor to this set of descriptors which overlay the ones from the base set.
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
- putAll(BSONObject) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.RevisionEntry
-
- putAll(Map) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.RevisionEntry
-
- putAll(Map<? extends String, ?>) - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
- putIfAbsent(K, V) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
- read(String, long, byte[], int, int) - Method in class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
-
- read(String, long, byte[], int, int) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK
-
- read(String, long, byte[], int, int) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.LogWrapper
-
- read(String, long, byte[], int, int) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.TimingWrapper
-
- read() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
-
- read(byte[]) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
-
- read(byte[], int, int) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
-
- READ - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- READ_ACCESS_CONTROL - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- READ_NODE - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- READ_PROPERTY - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- readBlob(String, long, byte[], int, int) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.blob.gridfs.MongoGridFSBlobStore
-
- ReadBlobCommandGridFS - Class in org.apache.jackrabbit.oak.plugins.mongomk.blob.gridfs
-
Command
for MongoMicroKernel#read(String, long, byte[], int, int)
FIXME - Reading from large blobs with small increments is slow in this implementation.
- ReadBlobCommandGridFS(GridFS, String, long, byte[], int, int) - Constructor for class org.apache.jackrabbit.oak.plugins.mongomk.blob.gridfs.ReadBlobCommandGridFS
-
Constructs a new ReadBlobCommandMongo
.
- readBlockFromBackend(AbstractBlobStore.BlockId) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.blob.MongoBlobStore
-
- readBlockFromBackend(AbstractBlobStore.BlockId) - Method in class org.apache.jackrabbit.oak.plugins.sqlpersistence.SQLBlobStore
-
- readDefinition(Tree) - Static method in class org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeUtil
-
Reads the privilege definition stored in the specified definition tree.
- ReadOnlyBuilder - Class in org.apache.jackrabbit.oak.spi.state
-
- 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.nodetype
-
- ReadOnlyNodeTypeManager() - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
- ReadOnlyVersionManager - Class in org.apache.jackrabbit.oak.plugins.version
-
ReadOnlyVersionManager
provides implementations for read-only
version operations modeled after the ones available in VersionManager
.
- ReadOnlyVersionManager() - Constructor for class org.apache.jackrabbit.oak.plugins.version.ReadOnlyVersionManager
-
- readRestrictions(String, Tree) - Method in class org.apache.jackrabbit.oak.security.authorization.restriction.PrincipalRestrictionProvider
-
- readRestrictions(String, Tree) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.AbstractRestrictionProvider
-
- readRestrictions(String, Tree) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.restriction.CompositeRestrictionProvider
-
- readRestrictions(String, Tree) - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionProvider
-
Read the valid restrictions stored in the specified ACE tree.
- readRestrictions(String, Tree) - Method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardRestrictionProvider
-
- readSegment(UUID) - Method in class org.apache.jackrabbit.oak.plugins.segment.AbstractStore
-
- readSegment(UUID) - Method in interface org.apache.jackrabbit.oak.plugins.segment.SegmentStore
-
- 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.nodetype.write
-
- ReadWriteNodeTypeManager() - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
-
- rebase() - Method in interface org.apache.jackrabbit.oak.api.Root
-
Rebase this root instance to the latest revision.
- rebase() - Method in class org.apache.jackrabbit.oak.core.AbstractRoot
-
- rebase() - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
-
- rebase(NodeBuilder) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
-
This implementation delegates to
KernelRootBuilder.rebase()
if
builder
is a
KernelNodeBuilder
instance.
- rebase(KernelNodeState, KernelNodeState) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStoreBranch
-
- rebase(String, String) - Method in class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
-
- rebase(NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeStore
-
This implementation is equal to applying the differences between the builders base state
and its head state to a fresh builder on the stores root state using
ConflictAnnotatingRebaseDiff
for resolving
conflicts.
- rebase(String, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK
-
- rebase(NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStore
-
- rebase(MongoNodeState, MongoNodeState) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStoreBranch
-
- rebase(String, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.LogWrapper
-
- rebase(String, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.TimingWrapper
-
- rebase(NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStore
-
- rebase(N, N) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
-
Rebases the branch head to the given base.
- rebase() - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
-
- rebase(NodeBuilder) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStore
-
Rebase the changes in the passed builder
on top of the current root state.
- rebase() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStoreBranch
-
Rebase the changes from this branch on top of the current
root.
- rebase(NodeBuilder) - Method in class org.apache.jackrabbit.oak.spi.state.ProxyNodeStore
-
- RecordId - Class in org.apache.jackrabbit.oak.plugins.segment
-
- RecordId(UUID, int) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.RecordId
-
- recordStats() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS.Builder
-
- REF_NAME - Static variable in class org.apache.jackrabbit.oak.plugins.index.reference.NodeReferenceConstants
-
- REFERENCE - Static variable in class org.apache.jackrabbit.oak.api.Type
-
Map String
to PropertyType.REFERENCE
- ReferenceChangeTracker - Class in org.apache.jackrabbit.oak.spi.xml
-
Helper class used to keep track of uuid mappings (e.g.
- ReferenceChangeTracker() - Constructor for class org.apache.jackrabbit.oak.spi.xml.ReferenceChangeTracker
-
- ReferenceConstraint - Class in org.apache.jackrabbit.oak.plugins.nodetype.constraint
-
- ReferenceConstraint(String) - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.constraint.ReferenceConstraint
-
- ReferenceEditorProvider - Class in org.apache.jackrabbit.oak.plugins.index.reference
-
- ReferenceEditorProvider() - Constructor for class org.apache.jackrabbit.oak.plugins.index.reference.ReferenceEditorProvider
-
- ReferenceIndexProvider - Class in org.apache.jackrabbit.oak.plugins.index.reference
-
A provider for node references indices.
- ReferenceIndexProvider() - Constructor for class org.apache.jackrabbit.oak.plugins.index.reference.ReferenceIndexProvider
-
- referenceProperty(String, String) - Static method in class org.apache.jackrabbit.oak.plugins.memory.GenericPropertyState
-
Create a PropertyState
from a reference.
- referenceProperty(String, Iterable<String>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MultiGenericPropertyState
-
Create a multi valued PropertyState
from a list of references.
- REFERENCES - Static variable in class org.apache.jackrabbit.oak.api.Type
-
Map Iterable<String>
to array of PropertyType.REFERENCE
- refresh() - Method in interface org.apache.jackrabbit.oak.api.Root
-
Reverts all changes made to this root and refreshed to the latest trunk.
- refresh(K) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
Re-load the value for the given key.
- refresh() - Method in class org.apache.jackrabbit.oak.core.AbstractRoot
-
- refresh() - Method in class org.apache.jackrabbit.oak.core.ImmutableRoot
-
- refresh() - Method in class org.apache.jackrabbit.oak.plugins.name.ReadWriteNamespaceRegistry
-
Called by the write methods to refresh the state of the possible
session associated with this instance.
- refresh() - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
-
Called by the
ReadWriteNodeTypeManager
implementation methods to
refresh the state of the session associated with this instance.
- refresh(ImmutableRoot, String) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.AllPermissions
-
- refresh(ImmutableRoot, String) - Method in interface org.apache.jackrabbit.oak.security.authorization.permission.CompiledPermissions
-
- refresh(ImmutableRoot, String) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.NoPermissions
-
- refresh() - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PermissionProviderImpl
-
- refresh() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.OpenPermissionProvider
-
- refresh() - Method in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionProvider
-
- register(Class<T>, T, Map<?, ?>) - Method in class org.apache.jackrabbit.oak.osgi.OsgiWhiteboard
-
- register(Class<T>, T, Map<?, ?>) - Method in class org.apache.jackrabbit.oak.spi.whiteboard.DefaultWhiteboard
-
- register(Class<T>, T, Map<?, ?>) - Method in interface org.apache.jackrabbit.oak.spi.whiteboard.Whiteboard
-
Publishes the given service to the whiteboard.
- registerMBean(Whiteboard, Class<T>, T, String, String) - Static method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardUtils
-
- registerNamespace(String, String) - Method in class org.apache.jackrabbit.oak.plugins.name.ReadOnlyNamespaceRegistry
-
- registerNamespace(String, String) - Method in class org.apache.jackrabbit.oak.plugins.name.ReadWriteNamespaceRegistry
-
- registerNodeType(NodeTypeDefinition, boolean) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
This implementation always throws a UnsupportedRepositoryOperationException
.
- registerNodeType(NodeTypeDefinition, boolean) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
-
- registerNodeTypes(NodeTypeDefinition[], boolean) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.ReadOnlyNodeTypeManager
-
This implementation always throws a UnsupportedRepositoryOperationException
.
- registerNodeTypes(NodeTypeDefinition[], boolean) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.write.ReadWriteNodeTypeManager
-
- registerObserver(Whiteboard, Observer) - Static method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardUtils
-
- Registration - Interface in org.apache.jackrabbit.oak.spi.whiteboard
-
Whiteboard service registration.
- REINDEX_PROPERTY_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.index.IndexConstants
-
- RelativePathSelector - Class in org.apache.jackrabbit.oak.plugins.observation.filter
-
A selector for selecting a node at a relative path from the node selected by
an initial selector.
- RelativePathSelector(String, UniversalFilter.Selector) - Constructor for class org.apache.jackrabbit.oak.plugins.observation.filter.RelativePathSelector
-
- relax() - Static method in class org.apache.jackrabbit.oak.util.TODO
-
- remove() - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Remove this tree instance.
- remove(Object) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
Remove an entry.
- remove() - Method in class org.apache.jackrabbit.oak.core.ImmutableTree
-
- remove() - Method in class org.apache.jackrabbit.oak.core.MutableTree
-
- remove() - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- remove() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.BlobReferenceIterator
-
- remove(Collection<T>, String) - Method in interface org.apache.jackrabbit.oak.plugins.mongomk.DocumentStore
-
Remove a document.
- remove(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MemoryDocumentStore
-
- remove(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoDocumentStore
-
- remove(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.LoggingDocumentStoreWrapper
-
- remove() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.MergeSortedIterators
-
- remove(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.SynchronizingDocumentStoreWrapper
-
- remove(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.TimingDocumentStoreWrapper
-
- remove(Collection<T>, String) - Method in class org.apache.jackrabbit.oak.plugins.sqlpersistence.SQLDocumentStore
-
- remove() - Method in class org.apache.jackrabbit.oak.security.user.query.ResultIterator
-
- remove() - Method in class org.apache.jackrabbit.oak.spi.query.Cursors.AbstractCursor
-
- remove() - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenInfo
-
Tries to remove the login token and all related information.
- REMOVE - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- remove(Object) - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
- remove() - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Remove this child node from its parent.
- remove() - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- remove() - Method in class org.apache.jackrabbit.oak.util.AbstractLazyIterator
-
- remove() - Method in class org.apache.jackrabbit.oak.util.TreeLocation
-
Remove the underlying item.
- REMOVE_NODE - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- REMOVE_PROPERTY - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- removeAccessControlEntry(AccessControlEntry) - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.ImmutableACL
-
- removeCollision(UpdateOp, Revision) - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.NodeDocument
-
- removeCommitRoot(UpdateOp, Revision) - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.NodeDocument
-
- removeConfiguration(T) - Method in class org.apache.jackrabbit.oak.spi.security.CompositeConfiguration
-
- removeDeleted(UpdateOp, Revision) - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.NodeDocument
-
- removedService(ServiceReference, Object) - Method in class org.apache.jackrabbit.oak.osgi.Activator
-
- removedService(ServiceReference, Object) - Method in class org.apache.jackrabbit.oak.osgi.ObserverTracker
-
- removeField(String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.RevisionEntry
-
- removeMapEntry(String, Revision) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.UpdateOp
-
Remove a map entry.
- removeMember(Principal) - Method in class org.apache.jackrabbit.oak.spi.security.principal.EveryonePrincipal
-
- removeNode(String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.Commit
-
- removeNodeDiff(String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.Commit
-
- removeObserver(Observer) - Method in class org.apache.jackrabbit.oak.spi.commit.CompositeObserver
-
- removePolicy(String, AccessControlPolicy) - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlManagerImpl
-
- removeProperty(String) - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Remove the property with the given name.
- removeProperty(String) - Method in class org.apache.jackrabbit.oak.core.ImmutableTree
-
- removeProperty(String) - Method in class org.apache.jackrabbit.oak.core.MutableTree
-
- 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
-
- removeReferences(List<Object>) - Method in class org.apache.jackrabbit.oak.spi.xml.ReferenceChangeTracker
-
Remove the given references that have already been processed from the
references list.
- removeRevision(UpdateOp, Revision) - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.NodeDocument
-
- removeValue(int) - Method in class org.apache.jackrabbit.oak.util.PropertyBuilder
-
- removeValue(Object) - Method in class org.apache.jackrabbit.oak.util.PropertyBuilder
-
- renewLease(long) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.ClusterNodeInfo
-
Renew the cluster id lease.
- REP_ACCESS_CONTROLLED_PATH - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
-
- REP_ACTIVITIES - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
-
- REP_ADD_PROPERTIES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Internal (oak) name of the rep:addProperties privilege
- REP_ADD_VERSION_LABELS - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
-
Version operation property name to add version labels.
- REP_AGGREGATES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Name of the privilege definition property that stores the aggregate privilege names.
- REP_ALTER_PROPERTIES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Internal (oak) name of the rep:alterProperties privilege
- REP_AUTHORIZABLE_ID - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
- REP_BITS - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Name of the privilege definition property that stores the internal representation
of this privilege.
- REP_CONFIGURATIONS - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
-
- REP_DECLARING_NODE_TYPE - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
-
- REP_DISABLED - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
- REP_EMPTY - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
-
- REP_EXCERPT - Static variable in class org.apache.jackrabbit.oak.query.QueryImpl
-
The "rep:excerpt" pseudo-property.
- REP_GLOB - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
-
- REP_HAS_PROTECTED_RESIDUAL_CHILD_NODES - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
-
- REP_HAS_PROTECTED_RESIDUAL_PROPERTIES - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
-
- REP_IMPERSONATORS - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
- REP_IS_ABSTRACT - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Name of the property that defines if the privilege is abstract.
- REP_IS_ALLOW - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
-
- REP_MANDATORY_CHILD_NODES - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
-
- REP_MANDATORY_PROPERTIES - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
-
- REP_MEMBERS - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
- REP_MEMBERS_LIST - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
- REP_MIXIN_SUBTYPES - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
-
- REP_MIXIN_TYPES - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
-
- REP_MOD_COUNT - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
-
- REP_NAMED_CHILD_NODE_DEFINITIONS - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
-
- REP_NAMED_PROPERTY_DEFINITIONS - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
-
- REP_NAMED_SINGLE_VALUED_PROPERTIES - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
-
- REP_NAMESPACES - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
-
- REP_NEXT - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Name of the property storing the value of the next available privilege bits.
- REP_NODE_PATH - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
-
- REP_NSDATA - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
-
- REP_NT_NAMES - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
-
Name of the optional multivalued access control restriction by node type name.
- REP_NUM_PERMISSIONS - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
-
- REP_OURS - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
-
- REP_PASSWORD - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
- REP_PERMISSION_STORE - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
-
- REP_POLICY - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
-
- REP_PREFIXES - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
-
- REP_PREFIXES - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
-
Name of the optional multivalued access control restriction which matches by name space prefix.
- REP_PRIMARY_SUBTYPES - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
-
- REP_PRIMARY_TYPE - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
-
- REP_PRINCIPAL_NAME - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
-
- REP_PRINCIPAL_NAME - Static variable in interface org.apache.jackrabbit.oak.spi.security.user.UserConstants
-
- REP_PRIVILEGE_BITS - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.permission.PermissionConstants
-
- REP_PRIVILEGE_MANAGEMENT - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Internal (oak) name of the rep:privilegeManagement privilege
- REP_PRIVILEGES - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
-
- REP_PRIVILEGES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Internal (oak) name for the root node of the privilege store.
- REP_PROTECTED_CHILD_NODES - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
-
- REP_PROTECTED_PROPERTIES - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
-
- REP_READ_NODES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Internal (oak) name of the rep:readNodes privilege
- REP_READ_PROPERTIES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Internal (oak) name of the rep:readProperties privilege
- REP_REMOVE_PROPERTIES - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Internal (oak) name of the rep:removeProperties privilege
- REP_REMOVE_VERSION_LABELS - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
-
Version operation property name to remove version labels.
- REP_REPO_POLICY - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
-
- REP_RESIDUAL_CHILD_NODE_DEFINITIONS - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
-
- REP_RESIDUAL_PROPERTY_DEFINITIONS - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
-
- REP_RESTRICTIONS - Static variable in interface org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AccessControlConstants
-
- REP_SUPERTYPES - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
-
- REP_URIS - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
-
- REP_USER_MANAGEMENT - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Internal (oak) name of the rep:userManagement privilege
- REP_UUID - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
-
- REP_VERSIONSTORAGE - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
-
- REP_WRITE - Static variable in interface org.apache.jackrabbit.oak.spi.security.privilege.PrivilegeConstants
-
Internal (oak) name of the rep:write privilege
- RepositoryCallback - Class in org.apache.jackrabbit.oak.spi.security.authentication.callback
-
Callback implementation used to access the repository.
- RepositoryCallback() - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.callback.RepositoryCallback
-
- RepositoryInitializer - Interface in org.apache.jackrabbit.oak.spi.lifecycle
-
Initializer of repository content.
- RepositoryPermission - Interface in org.apache.jackrabbit.oak.spi.security.authorization.permission
-
RepositoryPermission...
- RESERVED_PREFIXES - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
-
Reserved namespace prefixes as defined in jackrabbit 2
- RESERVED_URIS - Static variable in interface org.apache.jackrabbit.oak.plugins.name.NamespaceConstants
-
Reserved namespace URIs as defined in jackrabbit 2
- reset(NodeState) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeBuilder
-
- reset(NodeBuilder) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
-
This implementation delegates to
KernelRootBuilder.reset()
if
builder
is a
KernelNodeBuilder
instance.
- reset(KernelNodeState, KernelNodeState) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStoreBranch
-
- reset(String, String) - Method in class org.apache.jackrabbit.oak.kernel.NodeStoreKernel
-
- reset(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
Throws away all changes in this builder and resets the base to the
given node state.
- reset(NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeStore
-
This implementation is equal resetting the builder to the root of the store and returning
the resulting node state from the builder.
- reset(String, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK
-
- reset(NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStore
-
- reset(MongoNodeState, MongoNodeState) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStoreBranch
-
- reset(String, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.LogWrapper
-
- reset(String, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.TimingWrapper
-
- reset(NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStore
-
- reset() - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
-
- reset(N, N) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
-
Resets the branch head to the given ancestor on the same branch.
- reset(NodeBuilder) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStore
-
Reset the passed builder
by throwing away all its changes and
setting its base state to the current root state.
- reset(NodeBuilder) - Method in class org.apache.jackrabbit.oak.spi.state.ProxyNodeStore
-
- resetExpiration(long) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.token.TokenInfo
-
Resets the expiration time of the login token associated with the given
TokenInfo
.
- resetStats() - Method in interface org.apache.jackrabbit.oak.api.jmx.CacheStatsMBean
-
Reset the cache stats
- resetStats() - Method in class org.apache.jackrabbit.oak.cache.CacheStats
-
- RESIDUAL_NAME - Static variable in interface org.apache.jackrabbit.oak.plugins.nodetype.NodeTypeConstants
-
- resolveCommitRevision(Revision, String) - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.util.Utils
-
Resolve the commit revision for the given revision rev
and
the associated commit tag.
- resolveUUID(String) - Method in class org.apache.jackrabbit.oak.plugins.identifier.IdentifierManager
-
- respectParentPermissions(long) - Static method in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- RESTORE_PREFIX - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
-
Prefix of the jcr:baseVersion value for a restore.
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AndImpl
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ChildNodeImpl
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ChildNodeJoinConditionImpl
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ConstraintImpl
-
Apply the condition to the filter, further restricting the filter if
possible.
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.DescendantNodeImpl
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.DescendantNodeJoinConditionImpl
-
- restrict(FilterImpl, Operator, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.ast.DynamicOperandImpl
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.EquiJoinConditionImpl
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl
-
- restrict(FilterImpl, Operator, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchScoreImpl
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.InImpl
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.JoinConditionImpl
-
Apply the condition to the filter, further restricting the filter if
possible.
- restrict(FilterImpl, Operator, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.ast.LengthImpl
-
- restrict(FilterImpl, Operator, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.ast.LowerCaseImpl
-
- restrict(FilterImpl, Operator, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.ast.NodeLocalNameImpl
-
- restrict(FilterImpl, Operator, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.ast.NodeNameImpl
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.NotImpl
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.OrImpl
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.PropertyExistenceImpl
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.PropertyInexistenceImpl
-
- restrict(FilterImpl, Operator, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeImpl
-
- restrict(FilterImpl) - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeJoinConditionImpl
-
- restrict(FilterImpl, Operator, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.ast.UpperCaseImpl
-
- restrictFulltextCondition(String) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- Restriction - Interface in org.apache.jackrabbit.oak.spi.security.authorization.restriction
-
A Restriction
object represents a "live" restriction object that
has been created using the Jackrabbit specific extensions of the
AccessControlEntry
interface.
- RestrictionDefinition - Interface in org.apache.jackrabbit.oak.spi.security.authorization.restriction
-
The RestrictionDefinition
interface provides methods for
discovering the static definition of any additional policy-internal refinements
of the access control definitions.
- RestrictionDefinitionImpl - Class in org.apache.jackrabbit.oak.spi.security.authorization.restriction
-
- RestrictionDefinitionImpl(String, Type<?>, boolean) - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinitionImpl
-
Create a new instance.
- RestrictionImpl - Class in org.apache.jackrabbit.oak.spi.security.authorization.restriction
-
RestrictionImpl
- RestrictionImpl(PropertyState, RestrictionDefinition) - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionImpl
-
- RestrictionImpl(PropertyState, boolean) - Constructor for class org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionImpl
-
- RestrictionPattern - Interface in org.apache.jackrabbit.oak.spi.security.authorization.restriction
-
Interface used to verify if a given restriction
applies to a given
item or path.
- RestrictionProvider - Interface in org.apache.jackrabbit.oak.spi.security.authorization.restriction
-
Interface to manage the supported restrictions present with a given access
control and permission management implementation.
- RestrictionProviderImpl - Class in org.apache.jackrabbit.oak.security.authorization.restriction
-
- RestrictionProviderImpl() - Constructor for class org.apache.jackrabbit.oak.security.authorization.restriction.RestrictionProviderImpl
-
- restrictList(FilterImpl, List<PropertyValue>) - Method in class org.apache.jackrabbit.oak.query.ast.DynamicOperandImpl
-
- restrictList(FilterImpl, List<PropertyValue>) - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchScoreImpl
-
- restrictList(FilterImpl, List<PropertyValue>) - Method in class org.apache.jackrabbit.oak.query.ast.LengthImpl
-
- restrictList(FilterImpl, List<PropertyValue>) - Method in class org.apache.jackrabbit.oak.query.ast.LowerCaseImpl
-
- restrictList(FilterImpl, List<PropertyValue>) - Method in class org.apache.jackrabbit.oak.query.ast.NodeLocalNameImpl
-
- restrictList(FilterImpl, List<PropertyValue>) - Method in class org.apache.jackrabbit.oak.query.ast.NodeNameImpl
-
- restrictList(FilterImpl, List<PropertyValue>) - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
-
- restrictList(FilterImpl, List<PropertyValue>) - Method in class org.apache.jackrabbit.oak.query.ast.UpperCaseImpl
-
- restrictPath(String, Filter.PathRestriction) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- restrictProperty(String, Operator, PropertyValue) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- restrictPropertyAsList(String, List<PropertyValue>) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- restrictPropertyType(String, Operator, int) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.AndImpl
-
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ChildNodeImpl
-
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ChildNodeJoinConditionImpl
-
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ComparisonImpl
-
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.ConstraintImpl
-
Push as much of the condition down to this selector, further restricting
the selector condition if possible.
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.DescendantNodeImpl
-
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.DescendantNodeJoinConditionImpl
-
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.EquiJoinConditionImpl
-
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl
-
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.InImpl
-
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.JoinConditionImpl
-
Push as much of the condition down to this selector, further restricting
the selector condition if possible.
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.NotImpl
-
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.OrImpl
-
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.PropertyExistenceImpl
-
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.PropertyInexistenceImpl
-
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeImpl
-
- restrictPushDown(SelectorImpl) - Method in class org.apache.jackrabbit.oak.query.ast.SameNodeJoinConditionImpl
-
- restrictSelector(ConstraintImpl) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- Result - Interface in org.apache.jackrabbit.oak.api
-
A result from executing a query.
- ResultImpl - Class in org.apache.jackrabbit.oak.query
-
A query result.
- ResultIterator<T> - Class in org.apache.jackrabbit.oak.security.user.query
-
Implements a query result iterator which only returns a maximum number of
element from an underlying iterator starting at a given offset.
- ResultRow - Interface in org.apache.jackrabbit.oak.api
-
A query result row.
- ResultRowImpl - Class in org.apache.jackrabbit.oak.query
-
A query result row that keeps all data (for this row only) in memory.
- RETENTION_MANAGEMENT - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- retrieve(String) - Method in class org.apache.jackrabbit.oak.kernel.KernelNodeStore
-
- retrieve(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeStore
-
- retrieve(String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStore
-
- retrieve(String) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStore
-
- retrieve(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStore
-
Retrieves the root node from a previously created repository checkpoint.
- retrieve(String) - Method in class org.apache.jackrabbit.oak.spi.state.ProxyNodeStore
-
- returnValue(T) - Method in class org.apache.jackrabbit.oak.util.TODO
-
- returnValueOrNull(T) - Method in class org.apache.jackrabbit.oak.util.TODO
-
- REVERSE - Static variable in class org.apache.jackrabbit.oak.plugins.mongomk.StableRevisionComparator
-
- Revision - Class in org.apache.jackrabbit.oak.plugins.mongomk
-
A revision.
- Revision(long, int, int) - Constructor for class org.apache.jackrabbit.oak.plugins.mongomk.Revision
-
- Revision(long, int, int, boolean) - Constructor for class org.apache.jackrabbit.oak.plugins.mongomk.Revision
-
- Revision.RevisionComparator - Class in org.apache.jackrabbit.oak.plugins.mongomk
-
A facility that is able to compare revisions of different cluster instances.
- RevisionContext - Interface in org.apache.jackrabbit.oak.plugins.mongomk
-
Provides revision related context.
- RevisionEntry - Class in org.apache.jackrabbit.oak.plugins.mongomk
-
A light-weight implementation of a MongoDB DBObject for a single revision
based map entry.
- RevisionEntry(Revision, Object) - Constructor for class org.apache.jackrabbit.oak.plugins.mongomk.RevisionEntry
-
- Root - Interface in org.apache.jackrabbit.oak.api
-
A
Root
instance serves as a container for a
Tree
.
- ROOT_PROVIDER - Static variable in interface org.apache.jackrabbit.oak.core.ImmutableTree.ParentProvider
-
- run() - Method in class org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate
-
- sameNode(String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
-
- SameNodeImpl - Class in org.apache.jackrabbit.oak.query.ast
-
The function "issamenode(..)".
- SameNodeImpl(String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.SameNodeImpl
-
- sameNodeJoinCondition(String, String, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
-
- SameNodeJoinConditionImpl - Class in org.apache.jackrabbit.oak.query.ast
-
The "issamenode(...)" join condition.
- SameNodeJoinConditionImpl(String, String, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.SameNodeJoinConditionImpl
-
- scalar(Type<T>) - Static method in class org.apache.jackrabbit.oak.util.PropertyBuilder
-
Create a new instance for building scalar PropertyState
instances
of the given type
.
- scalar(Type<T>, String) - Static method in class org.apache.jackrabbit.oak.util.PropertyBuilder
-
Create a new instance for building scalar PropertyState
instances
of the given type
.
- scheduleWithFixedDelay(Whiteboard, Runnable, long) - Static method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardUtils
-
- scheduleWithFixedDelay(Whiteboard, Runnable, long, boolean) - Static method in class org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardUtils
-
- seal() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.Document
-
Seals this document and turns it into an immutable object.
- SecurityConfiguration - Interface in org.apache.jackrabbit.oak.spi.security
-
SecurityConfiguration...
- SecurityConfiguration.Default - Class in org.apache.jackrabbit.oak.spi.security
-
Default implementation that provides empty initializers, validators,
commit hooks and parameters.
- SecurityConfiguration.Default() - Constructor for class org.apache.jackrabbit.oak.spi.security.SecurityConfiguration.Default
-
- SecurityProvider - Interface in org.apache.jackrabbit.oak.spi.security
-
SecurityProvider...
- SecurityProviderCallback - Class in org.apache.jackrabbit.oak.spi.security.authentication.callback
-
- SecurityProviderCallback() - Constructor for class org.apache.jackrabbit.oak.spi.security.authentication.callback.SecurityProviderCallback
-
- SecurityProviderImpl - Class in org.apache.jackrabbit.oak.security
-
- SecurityProviderImpl() - Constructor for class org.apache.jackrabbit.oak.security.SecurityProviderImpl
-
- SecurityProviderImpl(ConfigurationParameters) - Constructor for class org.apache.jackrabbit.oak.security.SecurityProviderImpl
-
- Segment - Class in org.apache.jackrabbit.oak.plugins.segment
-
- Segment(SegmentStore, SegmentIdFactory, UUID, ByteBuffer) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.Segment
-
- SegmentIdFactory - Class in org.apache.jackrabbit.oak.plugins.segment
-
Factory for creating the UUID objects used to identify segments.
- SegmentIdFactory() - Constructor for class org.apache.jackrabbit.oak.plugins.segment.SegmentIdFactory
-
- SegmentNodeBuilder - Class in org.apache.jackrabbit.oak.plugins.segment
-
- SegmentNodeState - Class in org.apache.jackrabbit.oak.plugins.segment
-
- SegmentNodeState(Segment, RecordId) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeState
-
- SegmentNodeStore - Class in org.apache.jackrabbit.oak.plugins.segment
-
- SegmentNodeStore(SegmentStore, String) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStore
-
- SegmentNodeStore(SegmentStore) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStore
-
- SegmentNodeStore() - Constructor for class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStore
-
- SegmentNodeStoreService - Class in org.apache.jackrabbit.oak.plugins.segment
-
- SegmentNodeStoreService() - Constructor for class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService
-
- segments - Variable in class org.apache.jackrabbit.oak.plugins.segment.AbstractStore
-
- SegmentStore - Interface in org.apache.jackrabbit.oak.plugins.segment
-
- SegmentStream - Class in org.apache.jackrabbit.oak.plugins.segment
-
- SegmentWriter - Class in org.apache.jackrabbit.oak.plugins.segment
-
- SegmentWriter(SegmentStore, SegmentIdFactory) - Constructor for class org.apache.jackrabbit.oak.plugins.segment.SegmentWriter
-
- select(UniversalFilter, PropertyState, PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.RelativePathSelector
-
- select(UniversalFilter, String, NodeState, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.observation.filter.RelativePathSelector
-
- select(UniversalFilter, PropertyState, PropertyState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.filter.UniversalFilter.Selector
-
Map a property event.
- select(UniversalFilter, String, NodeState, NodeState) - Method in interface org.apache.jackrabbit.oak.plugins.observation.filter.UniversalFilter.Selector
-
Map a node event.
- select(NodeBuilder) - Method in class org.apache.jackrabbit.oak.plugins.version.DateVersionSelector
-
- select(NodeBuilder) - Method in interface org.apache.jackrabbit.oak.plugins.version.VersionSelector
-
Selects a version of the given version history.
- selector(NodeState, String) - Method in class org.apache.jackrabbit.oak.query.ast.AstElementFactory
-
- SelectorImpl - Class in org.apache.jackrabbit.oak.query.ast
-
A selector within a query.
- SelectorImpl(NodeState, String) - Constructor for class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- Selectors - Class in org.apache.jackrabbit.oak.plugins.observation.filter
-
Common Selector
implementations
- serialize(Blob) - Method in class org.apache.jackrabbit.oak.kernel.BlobSerializer
-
- serialize(PropertyState) - Method in class org.apache.jackrabbit.oak.kernel.JsonSerializer
-
- SessionMBean - Interface in org.apache.jackrabbit.oak.api.jmx
-
MBean providing basic Session
information and statistics.
- set(NodeState) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
Replaces the current state of this builder with the given node state.
- SET_PROPERTY - Static variable in class org.apache.jackrabbit.oak.spi.security.authorization.permission.Permissions
-
- setAllowNumberLiterals(boolean) - Method in class org.apache.jackrabbit.oak.query.SQL2Parser
-
- setAllowTextLiterals(boolean) - Method in class org.apache.jackrabbit.oak.query.SQL2Parser
-
Enable or disable support for text literals in queries.
- setAlwaysFalse() - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- setArray() - Method in class org.apache.jackrabbit.oak.util.PropertyBuilder
-
- setAsyncDelay(int) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK.Builder
-
Set the maximum delay to write the last revision to the root node.
- setAsyncDelay(int) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStore
-
- setAverageMemory(int) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
Set the average memory used per entry.
- setBlobStore(BlobStore) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK.Builder
-
Set the blob store to use.
- setBoolean(String, boolean) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- setChildNode(String) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- setChildNode(String, NodeState) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- setChildNode(String) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Adds the named child node and returns a builder for modifying it.
- setChildNode(String, NodeState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Adds or replaces a subtree.
- setChildNode(String, NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- setChildNode(String) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- setChildrenFlag(UpdateOp, boolean) - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.NodeDocument
-
- setClusterId(int) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK.Builder
-
Set the cluster id to use.
- setColumnSelector(Selector) - Method in class org.apache.jackrabbit.oak.query.xpath.Statement
-
- setCommitRoot(UpdateOp, Revision, int) - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.NodeDocument
-
- setContentRepository(ContentRepository) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.RepositoryCallback
-
- setCredentials(Credentials) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.CredentialsCallback
-
Set the credentials.
- setData(byte[]) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.blob.MongoBlob
-
- setDate(String, long) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- setDeleted(UpdateOp, Revision, boolean) - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.NodeDocument
-
- setDistinct(boolean) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- setDistinct(boolean) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
-
- setDocumentStore(DocumentStore) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK.Builder
-
Set the document store to use.
- setExecutionContext(ExecutionContext) - Method in interface org.apache.jackrabbit.oak.query.Query
-
- setExecutionContext(ExecutionContext) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
-
- setExecutionContext(ExecutionContext) - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
-
- setExplain(boolean) - Method in interface org.apache.jackrabbit.oak.query.Query
-
- setExplain(boolean) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
-
- setExplain(boolean) - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
-
- setExplain(boolean) - Method in class org.apache.jackrabbit.oak.query.xpath.Statement
-
- setFilterProvider(FilterProvider) - Method in class org.apache.jackrabbit.oak.plugins.observation.ChangeProcessor
-
Set the filter for the events this change processor will generate.
- setFullTextConstraint(FullTextExpression) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- setHead(RecordId, RecordId) - Method in interface org.apache.jackrabbit.oak.plugins.segment.Journal
-
- setHead(RecordId, RecordId) - Method in class org.apache.jackrabbit.oak.plugins.segment.memory.MemoryJournal
-
- setId(String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.blob.MongoBlob
-
- setIncludeSelectorNameInWildcardColumns(boolean) - Method in class org.apache.jackrabbit.oak.query.SQL2Parser
-
- setLastMod(long) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.blob.MongoBlob
-
- setLastRev(UpdateOp, Revision) - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.NodeDocument
-
- setLastRevision(Revision) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.Node
-
- setLeaseTime(long) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.ClusterNodeInfo
-
- setLevel(int) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.blob.MongoBlob
-
- setLimit(long) - Method in interface org.apache.jackrabbit.oak.query.Query
-
- setLimit(long) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
-
- setLimit(long) - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
-
- setLogging(boolean) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK.Builder
-
- setMatchesAllTypes(boolean) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- setMaxMemory(long) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
Set the maximum memory this cache should use.
- setMeasure(boolean) - Method in interface org.apache.jackrabbit.oak.query.Query
-
- setMeasure(boolean) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
-
- setMeasure(boolean) - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
-
- setMeasure(boolean) - Method in class org.apache.jackrabbit.oak.query.xpath.Statement
-
- setMembers(NodeBuilder, Set<String>) - Method in class org.apache.jackrabbit.oak.security.user.MembershipWriter
-
Sets the given set of members to the specified group.
- setMembershipSizeThreshold(int) - Method in class org.apache.jackrabbit.oak.security.user.MembershipWriter
-
- setModCount(long) - Method in class org.apache.jackrabbit.oak.security.authorization.permission.PrincipalPermissionEntries
-
- setModified(UpdateOp, Revision) - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.NodeDocument
-
- setMongoDB(DB) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK.Builder
-
Set the MongoDB connection to use.
- setMongoJDBC(String, String, String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK.Builder
-
Sets a JDBC connection to use.
- setName(String, String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- setName(String) - Method in class org.apache.jackrabbit.oak.util.PropertyBuilder
-
- setNamePathMapper(NamePathMapper) - Method in interface org.apache.jackrabbit.oak.query.Query
-
- setNamePathMapper(NamePathMapper) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
-
- setNamePathMapper(NamePathMapper) - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
-
- setNames(String, String...) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- setOffset(long) - Method in interface org.apache.jackrabbit.oak.query.Query
-
- setOffset(long) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
-
- setOffset(long) - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
-
- setOrderableChildren(boolean) - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Changes the nature of this tree such that the order of the children
is kept stable.
- setOrderableChildren(boolean) - Method in class org.apache.jackrabbit.oak.core.ImmutableTree
-
- setOrderableChildren(boolean) - Method in class org.apache.jackrabbit.oak.core.MutableTree
-
- setOrderings(OrderingImpl[]) - Method in interface org.apache.jackrabbit.oak.query.Query
-
- setOrderings(OrderingImpl[]) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
-
- setOrderings(OrderingImpl[]) - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
-
- setOriginalQuery(String) - Method in class org.apache.jackrabbit.oak.query.xpath.Statement
-
- setOuterJoin(boolean, boolean) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
-
Set whether this source is the left hand side or right hand side of a left outer join.
- setParent(JoinConditionImpl) - Method in class org.apache.jackrabbit.oak.query.ast.JoinImpl
-
- setParent(JoinConditionImpl) - Method in class org.apache.jackrabbit.oak.query.ast.SelectorImpl
-
- setPath(String) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- setPolicy(String, AccessControlPolicy) - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlManagerImpl
-
- setPreparing(boolean) - Method in class org.apache.jackrabbit.oak.query.index.FilterImpl
-
- setPrevious(UpdateOp, Revision, Revision) - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.NodeDocument
-
- setPrincipalProvider(PrincipalProvider) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.PrincipalProviderCallback
-
Sets the PrincipalProvider
that is being used during the
authentication process.
- setProperty(PropertyState) - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Set a property state
- setProperty(String, T) - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Set a property state
- setProperty(String, T, Type<T>) - Method in interface org.apache.jackrabbit.oak.api.Tree
-
Set a property state
- setProperty(PropertyState) - Method in class org.apache.jackrabbit.oak.core.ImmutableTree
-
- setProperty(String, T) - Method in class org.apache.jackrabbit.oak.core.ImmutableTree
-
- setProperty(String, T, Type<T>) - Method in class org.apache.jackrabbit.oak.core.ImmutableTree
-
- setProperty(PropertyState) - Method in class org.apache.jackrabbit.oak.core.MutableTree
-
- setProperty(String, T) - Method in class org.apache.jackrabbit.oak.core.MutableTree
-
- setProperty(String, T, Type<T>) - Method in class org.apache.jackrabbit.oak.core.MutableTree
-
- setProperty(PropertyState) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- setProperty(String, T) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- setProperty(String, T, Type<T>) - Method in class org.apache.jackrabbit.oak.plugins.memory.MemoryNodeBuilder
-
- setProperty(PropertyState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Set a property state
- setProperty(String, T) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Set a property state
- setProperty(String, T, Type<T>) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeBuilder
-
Set a property state
- setProperty(PropertyState) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- setProperty(String, T) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- setProperty(String, T, Type<T>) - Method in class org.apache.jackrabbit.oak.spi.state.ReadOnlyBuilder
-
- setQueryConstraint(ConstraintImpl) - Method in class org.apache.jackrabbit.oak.query.ast.SourceImpl
-
Set the complete constraint of the query (the WHERE ...
- setReadWriteMode(String) - Method in interface org.apache.jackrabbit.oak.plugins.mongomk.DocumentStore
-
Set the level of guarantee for read and write operations, if supported by this backend.
- setReadWriteMode(String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MemoryDocumentStore
-
- setReadWriteMode(String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoDocumentStore
-
- setReadWriteMode(String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.LoggingDocumentStoreWrapper
-
- setReadWriteMode(String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.SynchronizingDocumentStoreWrapper
-
- setReadWriteMode(String) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.util.TimingDocumentStoreWrapper
-
- setReadWriteMode(String) - Method in class org.apache.jackrabbit.oak.plugins.sqlpersistence.SQLDocumentStore
-
- setRevision(UpdateOp, Revision, String) - Static method in class org.apache.jackrabbit.oak.plugins.mongomk.NodeDocument
-
- setRoot(NodeState) - Method in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
-
- setRoot(NodeState) - Method in interface org.apache.jackrabbit.oak.spi.state.NodeStoreBranch
-
Updates the state of the content tree of this private branch.
- setScalar() - Method in class org.apache.jackrabbit.oak.util.PropertyBuilder
-
- setSecurityProvider(SecurityProvider) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.RepositoryCallback
-
- setSecurityProvider(SecurityProvider) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.SecurityProviderCallback
-
- setSecurityProvider(SecurityProvider) - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationBase
-
- setSelectors(ArrayList<Selector>) - Method in class org.apache.jackrabbit.oak.query.xpath.Statement
-
- setSplitDocumentAgeMillis(long) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK.Builder
-
- setString(String, String) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- setStrings(String, String...) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- setSupportSQL1(boolean) - Method in class org.apache.jackrabbit.oak.query.SQL2Parser
-
Enable or disable support for SQL-1 queries.
- setTiming(boolean) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK.Builder
-
Use the timing document store wrapper.
- setTokenProvider(TokenProvider) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.TokenProviderCallback
-
Sets the TokenProvider
that is being used during the
authentication process.
- setTraversalFallback(boolean) - Method in interface org.apache.jackrabbit.oak.query.Query
-
- setTraversalFallback(boolean) - Method in class org.apache.jackrabbit.oak.query.QueryEngineImpl
-
- setTraversalFallback(boolean) - Method in class org.apache.jackrabbit.oak.query.QueryImpl
-
- setTraversalFallback(boolean) - Method in class org.apache.jackrabbit.oak.query.UnionQueryImpl
-
- setupNamespaces(NodeBuilder) - Static method in class org.apache.jackrabbit.oak.plugins.name.Namespaces
-
- setupTestNamespaces(Map<String, String>) - Static method in class org.apache.jackrabbit.oak.plugins.name.Namespaces
-
- setUserManager(UserManager) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.UserManagerCallback
-
Sets the UserManager
that is being used during the
authentication process.
- setUseSimpleRevision(boolean) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK.Builder
-
- setValue(T) - Method in class org.apache.jackrabbit.oak.util.PropertyBuilder
-
- setValue(T, int) - Method in class org.apache.jackrabbit.oak.util.PropertyBuilder
-
- setValues(String, Value[]) - Method in class org.apache.jackrabbit.oak.util.NodeUtil
-
- setValues(Iterable<T>) - Method in class org.apache.jackrabbit.oak.util.PropertyBuilder
-
- setWhere(Expression) - Method in class org.apache.jackrabbit.oak.query.xpath.Statement
-
- setWorkspaceName(String) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.callback.RepositoryCallback
-
- sha256() - Method in class org.apache.jackrabbit.oak.plugins.memory.AbstractBlob
-
This hash code implementation returns the hash code of the underlying stream
- SHARED_KEY_CREDENTIALS - Static variable in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
Key of the sharedState entry referring to validated Credentials that is
shared between multiple login modules.
- SHARED_KEY_LOGIN_NAME - Static variable in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
Key of the sharedState entry referring to a valid login ID that is shared
between multiple login modules.
- sharedState - Variable in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
- SimpleExcerptProvider - Class in org.apache.jackrabbit.oak.query.fulltext
-
- SimpleExcerptProvider() - Constructor for class org.apache.jackrabbit.oak.query.fulltext.SimpleExcerptProvider
-
- SimpleNodeAggregator - Class in org.apache.jackrabbit.oak.plugins.index.aggregate
-
List based NodeAggregator
- SimpleNodeAggregator() - Constructor for class org.apache.jackrabbit.oak.plugins.index.aggregate.SimpleNodeAggregator
-
- simplify() - Method in class org.apache.jackrabbit.oak.query.ast.AndImpl
-
- simplify() - Method in class org.apache.jackrabbit.oak.query.ast.ConstraintImpl
-
Simplify the expression if possible, for example by removing duplicate expressions.
- simplify() - Method in class org.apache.jackrabbit.oak.query.ast.OrImpl
-
- simplify() - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextAnd
-
- simplify() - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextOr
-
- simplify() - Method in class org.apache.jackrabbit.oak.query.fulltext.FullTextTerm
-
- size() - Method in interface org.apache.jackrabbit.oak.api.PropertyState
-
The size of the value of this property.
- size(int) - Method in interface org.apache.jackrabbit.oak.api.PropertyState
-
The size of the value at the given index
.
- size() - Method in interface org.apache.jackrabbit.oak.api.PropertyValue
-
The size of the value of this object.
- size(int) - Method in interface org.apache.jackrabbit.oak.api.PropertyValue
-
The size of the value at the given index
.
- size() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
Get the number of resident entries.
- size() - Method in class org.apache.jackrabbit.oak.plugins.memory.BinaryPropertyState
-
- size() - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyPropertyState
-
- size(int) - Method in class org.apache.jackrabbit.oak.plugins.memory.EmptyPropertyState
-
- size() - Method in class org.apache.jackrabbit.oak.plugins.segment.Segment
-
- SIZE - Static variable in class org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService
-
- size() - Method in class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
-
- size(int) - Method in class org.apache.jackrabbit.oak.spi.query.PropertyStateValue
-
- size() - Method in class org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol.AbstractAccessControlList
-
- size() - Method in class org.apache.jackrabbit.oak.spi.security.ConfigurationParameters
- sizeHot() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
Get the number of hot entries in the cache.
- sizeMapArray() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
Get the length of the internal map array.
- sizeNonResident() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
Get the number of non-resident entries in the cache.
- sizeOf(K, V) - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
Get the size of the given value.
- skip(long) - Method in class org.apache.jackrabbit.oak.plugins.segment.SegmentStream
-
- SOURCE_PATH - Static variable in class org.apache.jackrabbit.oak.spi.state.MoveDetector
-
- SourceImpl - Class in org.apache.jackrabbit.oak.query.ast
-
The base class of a selector and a join.
- SourceImpl() - Constructor for class org.apache.jackrabbit.oak.query.ast.SourceImpl
-
- split(String) - Static method in class org.apache.jackrabbit.oak.kernel.TypeCodes
-
Splits a jsonString
, which is prefixed with a type code
at the location where the prefix ends.
- split(RevisionContext) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.NodeDocument
-
Returns update operations to split this document.
- SQL2Parser - Class in org.apache.jackrabbit.oak.query
-
The SQL2 parser can convert a JCR-SQL2 query to a query.
- SQL2Parser(NamePathMapper, NodeState) - Constructor for class org.apache.jackrabbit.oak.query.SQL2Parser
-
Create a new parser.
- SQLBlobStore - Class in org.apache.jackrabbit.oak.plugins.sqlpersistence
-
- SQLBlobStore() - Constructor for class org.apache.jackrabbit.oak.plugins.sqlpersistence.SQLBlobStore
-
Creates a
SQLBlobStore instance using an embedded H2
database in in-memory mode.
- SQLBlobStore(String, String, String) - Constructor for class org.apache.jackrabbit.oak.plugins.sqlpersistence.SQLBlobStore
-
Creates a
SQLBlobStore instance using the provided JDBC
connection information.
- SQLBlobStore(DataSource) - Constructor for class org.apache.jackrabbit.oak.plugins.sqlpersistence.SQLBlobStore
-
- SQLDocumentStore - Class in org.apache.jackrabbit.oak.plugins.sqlpersistence
-
- SQLDocumentStore() - Constructor for class org.apache.jackrabbit.oak.plugins.sqlpersistence.SQLDocumentStore
-
Creates a
SQLDocumentStore instance using an embedded H2
database in in-memory mode.
- SQLDocumentStore(DataSource) - Constructor for class org.apache.jackrabbit.oak.plugins.sqlpersistence.SQLDocumentStore
-
- SQLDocumentStore(String, String, String) - Constructor for class org.apache.jackrabbit.oak.plugins.sqlpersistence.SQLDocumentStore
-
Creates a
SQLDocumentStore instance using the provided JDBC
connection information.
- squeeze(NodeState) - Static method in class org.apache.jackrabbit.oak.plugins.memory.ModifiedNodeState
-
- StableRevisionComparator - Class in org.apache.jackrabbit.oak.plugins.mongomk
-
StableRevisionComparator
implements a revision comparator, which
is only based on stable information available in the two revisions presented
to this comparator.
- STAR - Static variable in class org.apache.jackrabbit.oak.plugins.observation.filter.GlobbingPathFilter
-
- STAR_STAR - Static variable in class org.apache.jackrabbit.oak.plugins.observation.filter.GlobbingPathFilter
-
- start(BundleContext) - Method in class org.apache.jackrabbit.oak.osgi.Activator
-
- start(BundleContext) - Method in class org.apache.jackrabbit.oak.osgi.ObserverTracker
-
- start(Whiteboard) - Method in class org.apache.jackrabbit.oak.plugins.observation.ChangeProcessor
-
Start this change processor
- start(Tree) - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlImporter
-
- start(Whiteboard) - Method in class org.apache.jackrabbit.oak.spi.whiteboard.AbstractServiceTracker
-
- start() - Method in interface org.apache.jackrabbit.oak.spi.xml.Importer
-
Called once at the beginning of the content import.
- start(Tree) - Method in interface org.apache.jackrabbit.oak.spi.xml.ProtectedNodeImporter
-
Notifies this importer about the existence of a protected node that
has either been created (NEW) or has been found to be existing.
- startChildInfo(NodeInfo, List<PropInfo>) - Method in class org.apache.jackrabbit.oak.security.authorization.accesscontrol.AccessControlImporter
-
- startChildInfo(NodeInfo, List<PropInfo>) - Method in interface org.apache.jackrabbit.oak.spi.xml.ProtectedNodeImporter
-
Informs this importer about a new childInfo
and it's properties.
- startMark() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.blob.MongoBlobStore
-
- startMark() - Method in class org.apache.jackrabbit.oak.plugins.sqlpersistence.SQLBlobStore
-
- startNode(NodeInfo, List<PropInfo>) - Method in interface org.apache.jackrabbit.oak.spi.xml.Importer
-
Called to start the import of a node.
- STATE - Static variable in exception org.apache.jackrabbit.oak.api.CommitFailedException
-
Type name for state violation errors.
- Statement - Class in org.apache.jackrabbit.oak.query.xpath
-
An xpath statement.
- Statement() - Constructor for class org.apache.jackrabbit.oak.query.xpath.Statement
-
- StaticOperandImpl - Class in org.apache.jackrabbit.oak.query.ast
-
The base class for static operands (literal, bind variables).
- StaticOperandImpl() - Constructor for class org.apache.jackrabbit.oak.query.ast.StaticOperandImpl
-
- stats() - Method in class org.apache.jackrabbit.oak.cache.CacheLIRS
-
- STATUS_DONE - Static variable in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
-
- STATUS_INIT - Static variable in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
-
- STATUS_RUNNING - Static variable in interface org.apache.jackrabbit.oak.api.jmx.IndexStatsMBean
-
- stop(BundleContext) - Method in class org.apache.jackrabbit.oak.osgi.Activator
-
- stop() - Method in class org.apache.jackrabbit.oak.osgi.ObserverTracker
-
- stop() - Method in class org.apache.jackrabbit.oak.plugins.observation.ChangeProcessor
-
Stop this change processor after all pending events have been
delivered.
- stop() - Method in class org.apache.jackrabbit.oak.spi.whiteboard.AbstractServiceTracker
-
- stop() - Method in interface org.apache.jackrabbit.oak.spi.whiteboard.Tracker
-
Stops tracking.
- stopAndWait(int, TimeUnit) - Method in class org.apache.jackrabbit.oak.plugins.observation.ChangeProcessor
-
Try to stop this change processor if running.
- store - Variable in class org.apache.jackrabbit.oak.plugins.mongomk.MongoMK
-
The MongoDB store (might be used by multiple MongoMKs).
- store - Variable in class org.apache.jackrabbit.oak.plugins.mongomk.MongoNodeStore
-
The MongoDB store (might be used by multiple MongoMKs).
- store - Variable in class org.apache.jackrabbit.oak.spi.state.AbstractNodeStoreBranch
-
The underlying store to which this branch belongs
- storeBlock(byte[], int, byte[]) - Method in class org.apache.jackrabbit.oak.plugins.mongomk.blob.MongoBlobStore
-
- storeBlock(byte[], int, byte[]) - Method in class org.apache.jackrabbit.oak.plugins.sqlpersistence.SQLBlobStore
-
- STRING - Static variable in class org.apache.jackrabbit.oak.api.Type
-
Map String
to PropertyType.STRING
- StringBasedBlob - Class in org.apache.jackrabbit.oak.plugins.memory
-
This Blob
implementations is based on a string.
- StringBasedBlob(String) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.StringBasedBlob
-
- StringCache - Class in org.apache.jackrabbit.oak.kernel
-
TODO document
- StringConstraint - Class in org.apache.jackrabbit.oak.plugins.nodetype.constraint
-
- StringConstraint(String) - Constructor for class org.apache.jackrabbit.oak.plugins.nodetype.constraint.StringConstraint
-
- stringProperty(String, Iterable<String>) - Static method in class org.apache.jackrabbit.oak.plugins.memory.MultiStringPropertyState
-
Create a multi valued PropertyState
from a list of strings.
- stringProperty(String, String) - Static method in class org.apache.jackrabbit.oak.plugins.memory.StringPropertyState
-
Create a PropertyState
from a string.
- StringPropertyState - Class in org.apache.jackrabbit.oak.plugins.memory
-
- StringPropertyState(String, String) - Constructor for class org.apache.jackrabbit.oak.plugins.memory.StringPropertyState
-
- STRINGS - Static variable in class org.apache.jackrabbit.oak.api.Type
-
Map Iterable<String>
to array of PropertyType.STRING
- subject - Variable in class org.apache.jackrabbit.oak.spi.security.authentication.AbstractLoginModule
-
- SubtreeEditor - Class in org.apache.jackrabbit.oak.spi.commit
-
Editor wrapper that passes only changes in the specified subtree to
the given delegate editor.
- SubtreeEditor(Editor, String...) - Constructor for class org.apache.jackrabbit.oak.spi.commit.SubtreeEditor
-
- SubtreeExcludingValidator - Class in org.apache.jackrabbit.oak.spi.commit
-
Validator that excludes a subtree from the validation process and delegates
validation of other changes to another given validator.
- SubtreeExcludingValidator(Validator, String...) - Constructor for class org.apache.jackrabbit.oak.spi.commit.SubtreeExcludingValidator
-
- SubtreeExcludingValidator(Validator, List<String>) - Constructor for class org.apache.jackrabbit.oak.spi.commit.SubtreeExcludingValidator
-
- SubtreeValidator - Class in org.apache.jackrabbit.oak.spi.commit
-
Validator that detects changes to a specified subtree and delegates the
validation of such changes to another given validator.
- SubtreeValidator(Validator, String...) - Constructor for class org.apache.jackrabbit.oak.spi.commit.SubtreeValidator
-
- SUPPORTED_CREDENTIALS - Static variable in class org.apache.jackrabbit.oak.security.authentication.user.LoginModuleImpl
-
- supportsMixin(String) - Method in class org.apache.jackrabbit.oak.plugins.nodetype.EffectiveNodeType
-
Determines whether this effective node type supports adding
the specified mixin.
- supportsRangeConditions() - Method in class org.apache.jackrabbit.oak.query.ast.DynamicOperandImpl
-
- supportsRangeConditions() - Method in class org.apache.jackrabbit.oak.query.ast.NodeNameImpl
-
- supportsRangeConditions() - Method in class org.apache.jackrabbit.oak.query.ast.PropertyValueImpl
-
- sweep() - Method in class org.apache.jackrabbit.oak.plugins.mongomk.blob.MongoBlobStore
-
- sweep() - Method in class org.apache.jackrabbit.oak.plugins.sqlpersistence.SQLBlobStore
-
- sync(ExternalUser) - Method in class org.apache.jackrabbit.oak.spi.security.authentication.external.DefaultSyncHandler
-
- sync(ExternalUser) - Method in interface org.apache.jackrabbit.oak.spi.security.authentication.external.SyncHandler
-
- SyncException - Exception in org.apache.jackrabbit.oak.spi.security.authentication.external
-
SyncException...
- SyncException(String) - Constructor for exception org.apache.jackrabbit.oak.spi.security.authentication.external.SyncException
-
- SyncException(Throwable) - Constructor for exception org.apache.jackrabbit.oak.spi.security.authentication.external.SyncException
-
- SyncException(String, Throwable) - Constructor for exception org.apache.jackrabbit.oak.spi.security.authentication.external.SyncException
-
- SyncHandler - Interface in org.apache.jackrabbit.oak.spi.security.authentication.external
-
SyncHandler...
- SynchronizingDocumentStoreWrapper - Class in org.apache.jackrabbit.oak.plugins.mongomk.util
-
Implements a DocumentStore
wrapper which synchronizes on all
methods.
- SynchronizingDocumentStoreWrapper(DocumentStore) - Constructor for class org.apache.jackrabbit.oak.plugins.mongomk.util.SynchronizingDocumentStoreWrapper
-
- SyncMode - Class in org.apache.jackrabbit.oak.spi.security.authentication.external
-
SyncMode...
- SYSTEM_PATHS - Static variable in interface org.apache.jackrabbit.oak.plugins.version.VersionConstants
-
- SystemPrincipal - Class in org.apache.jackrabbit.oak.spi.security.principal
-
Principal to mark an system internal subject.
- SystemRoot - Class in org.apache.jackrabbit.oak.core
-
Internal extension of the
AbstractRoot
to be used
when an usage of the system internal subject is needed.
- SystemRoot(NodeStore, CommitHook, String, SecurityProvider, QueryIndexProvider) - Constructor for class org.apache.jackrabbit.oak.core.SystemRoot
-
- SystemRoot(NodeStore) - Constructor for class org.apache.jackrabbit.oak.core.SystemRoot
-
- SystemRoot(NodeStore, CommitHook) - Constructor for class org.apache.jackrabbit.oak.core.SystemRoot
-
- SystemSubject - Class in org.apache.jackrabbit.oak.spi.security.authentication
-
Internal utility providing access to a system internal subject instance.