Uses of Interface
org.apache.jackrabbit.oak.spi.commit.EditorProvider
-
-
Uses of EditorProvider in org.apache.jackrabbit.oak
Methods in org.apache.jackrabbit.oak that return types with arguments of type EditorProvider Modifier and Type Method Description Iterable<EditorProvider>Oak.OakDefaultComponents. editorProviders()Methods in org.apache.jackrabbit.oak with parameters of type EditorProvider Modifier and Type Method Description @NotNull OakOak. 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 Modifier and Type Class Description classCrossMountReferenceValidatorProviderValidatorwhich detects references crossing the mount boundariesclassPrivateStoreValidatorProviderValidatorwhich detects change commits to the read only mounts. -
Uses of EditorProvider in org.apache.jackrabbit.oak.jcr
Methods in org.apache.jackrabbit.oak.jcr with parameters of type EditorProvider Modifier and Type Method Description @NotNull JcrJcr. with(@NotNull EditorProvider provider) -
Uses of EditorProvider in org.apache.jackrabbit.oak.plugins.atomic
Classes in org.apache.jackrabbit.oak.plugins.atomic that implement EditorProvider Modifier and Type Class Description classAtomicCounterEditorProviderProvide an instance ofAtomicCounterEditor. -
Uses of EditorProvider in org.apache.jackrabbit.oak.plugins.commit
Classes in org.apache.jackrabbit.oak.plugins.commit that implement EditorProvider Modifier and Type Class Description classConflictValidatorProviderTODO document -
Uses of EditorProvider in org.apache.jackrabbit.oak.plugins.index
Classes in org.apache.jackrabbit.oak.plugins.index that implement EditorProvider Modifier and Type Class Description classIndexUpdateProvider -
Uses of EditorProvider in org.apache.jackrabbit.oak.plugins.itemsave
Classes in org.apache.jackrabbit.oak.plugins.itemsave that implement EditorProvider Modifier and Type Class Description classItemSaveValidatorProviderThis 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 EditorProvider Modifier and Type Class Description static classVersionableEditor.Providerstatic classVersionablePropertiesEditor.Provider -
Uses of EditorProvider in org.apache.jackrabbit.oak.plugins.name
Classes in org.apache.jackrabbit.oak.plugins.name that implement EditorProvider Modifier and Type Class Description classNamespaceEditorProviderValidator 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.classNameValidatorProviderValidator 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 Modifier and Type Class Description classTypeEditorProvider -
Uses of EditorProvider in org.apache.jackrabbit.oak.plugins.observation
Classes in org.apache.jackrabbit.oak.plugins.observation that implement EditorProvider Modifier and Type Class Description classChangeCollectorProviderA 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 EditorProvider Modifier and Type Class Description classAccessControlValidatorProviderAccessControlValidatorProvideraimed 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 EditorProvider Modifier and Type Class Description classPermissionStoreValidatorProviderValidator implementation that asserts that the permission store is read-only.classPermissionValidatorProviderValidatorProviderimplementation 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 EditorProvider Modifier and Type Class Description classCompositeEditorProviderAggregation of a list of editor providers into a single provider.classValidatorProviderExtension point for plugging in different kinds of validation rules for content changes.classWhiteboardEditorProviderDynamicEditorProviderbased on the available whiteboard services.Methods in org.apache.jackrabbit.oak.spi.commit that return EditorProvider Modifier and Type Method Description static @NotNull EditorProviderCompositeEditorProvider. compose(@NotNull Collection<? extends EditorProvider> providers)Method parameters in org.apache.jackrabbit.oak.spi.commit with type arguments of type EditorProvider Modifier and Type Method Description static @NotNull EditorProviderCompositeEditorProvider. compose(@NotNull Collection<? extends EditorProvider> providers)Constructors in org.apache.jackrabbit.oak.spi.commit with parameters of type EditorProvider Constructor Description CompositeEditorProvider(EditorProvider... providers)EditorHook(@NotNull EditorProvider provider)
-