Uses of Interface
org.apache.jackrabbit.oak.spi.commit.EditorProvider
Packages that use EditorProvider
Package
Description
Composition support
-
Uses of EditorProvider in org.apache.jackrabbit.oak
Methods in org.apache.jackrabbit.oak that return types with arguments of type EditorProviderMethods in org.apache.jackrabbit.oak with parameters of type EditorProviderModifier and TypeMethodDescription@NotNull Oak
Oak.with
(@NotNull EditorProvider provider) Associates the given editor provider with the repository to be created. -
Uses of EditorProvider in org.apache.jackrabbit.oak.composite
Classes in org.apache.jackrabbit.oak.composite that implement EditorProvider -
Uses of EditorProvider in org.apache.jackrabbit.oak.jcr
Methods in org.apache.jackrabbit.oak.jcr with parameters of type EditorProvider -
Uses of EditorProvider in org.apache.jackrabbit.oak.plugins.atomic
Classes in org.apache.jackrabbit.oak.plugins.atomic that implement EditorProvider -
Uses of EditorProvider in org.apache.jackrabbit.oak.plugins.commit
Classes in org.apache.jackrabbit.oak.plugins.commit that implement EditorProvider -
Uses of EditorProvider in org.apache.jackrabbit.oak.plugins.index
Classes in org.apache.jackrabbit.oak.plugins.index that implement EditorProvider -
Uses of EditorProvider in org.apache.jackrabbit.oak.plugins.itemsave
Classes in org.apache.jackrabbit.oak.plugins.itemsave that implement EditorProviderModifier and TypeClassDescriptionclass
This validator checks that all changes are contained within the subtree rooted at a given path. -
Uses of EditorProvider in org.apache.jackrabbit.oak.plugins.migration.version
Classes in org.apache.jackrabbit.oak.plugins.migration.version that implement EditorProviderModifier and TypeClassDescriptionstatic class
static class
-
Uses of EditorProvider in org.apache.jackrabbit.oak.plugins.name
Classes in org.apache.jackrabbit.oak.plugins.name that implement EditorProviderModifier and TypeClassDescriptionclass
Validator service that checks that all node and property names as well as any name values are syntactically valid and that any namespace prefixes are properly registered.class
Validator service that checks that all node and property names as well as any name values are syntactically valid and that any namespace prefixes are properly registered. -
Uses of EditorProvider in org.apache.jackrabbit.oak.plugins.nodetype
Classes in org.apache.jackrabbit.oak.plugins.nodetype that implement EditorProvider -
Uses of EditorProvider in org.apache.jackrabbit.oak.plugins.observation
Classes in org.apache.jackrabbit.oak.plugins.observation that implement EditorProviderModifier and TypeClassDescriptionclass
A ChangeCollectorProvider can be hooked into Oak thus enabling the collection of ChangeSets of changed items of a commit, which downstream Observers can then use at their convenience. -
Uses of EditorProvider in org.apache.jackrabbit.oak.security.authorization.accesscontrol
Classes in org.apache.jackrabbit.oak.security.authorization.accesscontrol that implement EditorProviderModifier and TypeClassDescriptionclass
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. -
Uses of EditorProvider in org.apache.jackrabbit.oak.security.authorization.permission
Classes in org.apache.jackrabbit.oak.security.authorization.permission that implement EditorProviderModifier and TypeClassDescriptionclass
Validator implementation that asserts that the permission store is read-only.class
ValidatorProvider
implementation for permission evaluation associated with write operations. -
Uses of EditorProvider in org.apache.jackrabbit.oak.spi.commit
Classes in org.apache.jackrabbit.oak.spi.commit that implement EditorProviderModifier and TypeClassDescriptionclass
Aggregation of a list of editor providers into a single provider.class
Extension point for plugging in different kinds of validation rules for content changes.class
DynamicEditorProvider
based on the available whiteboard services.Methods in org.apache.jackrabbit.oak.spi.commit that return EditorProviderModifier and TypeMethodDescriptionstatic @NotNull EditorProvider
CompositeEditorProvider.compose
(@NotNull Collection<? extends EditorProvider> providers) Method parameters in org.apache.jackrabbit.oak.spi.commit with type arguments of type EditorProviderModifier and TypeMethodDescriptionstatic @NotNull EditorProvider
CompositeEditorProvider.compose
(@NotNull Collection<? extends EditorProvider> providers) Constructors in org.apache.jackrabbit.oak.spi.commit with parameters of type EditorProviderModifierConstructorDescriptionCompositeEditorProvider
(EditorProvider... providers) EditorHook
(@NotNull EditorProvider provider)