Uses of Interface
org.apache.jackrabbit.oak.spi.commit.CommitHook
Packages that use CommitHook
Package
Description
Internal utilities and implementation of a memory-based store.
-
Uses of CommitHook in org.apache.jackrabbit.oak.plugins.memory
Methods in org.apache.jackrabbit.oak.plugins.memory with parameters of type CommitHookModifier and TypeMethodDescriptionMemoryNodeStore.merge(@NotNull NodeBuilder builder, @NotNull CommitHook commitHook, @NotNull CommitInfo info) This implementation is equal to first rebasing the builder and then applying it to a new branch and immediately merging it back. -
Uses of CommitHook in org.apache.jackrabbit.oak.spi.commit
Subinterfaces of CommitHook in org.apache.jackrabbit.oak.spi.commitModifier and TypeInterfaceDescriptioninterfaceExtension to theCommitHookinterface that indicates that this commit hook implementation must be executed after the validation hooks.Classes in org.apache.jackrabbit.oak.spi.commit that implement CommitHookModifier and TypeClassDescriptionclassComposite commit hook.classThis commit hook implementation processes changes to be committed using theEditorinstance provided by theEditorProviderpassed to the constructor.classBasic commit hook implementation that by default doesn't do anything.enumFields in org.apache.jackrabbit.oak.spi.commit declared as CommitHookModifier and TypeFieldDescriptionstatic final CommitHookEmptyHook.INSTANCEStatic instance of this class, useful as a "null object".Methods in org.apache.jackrabbit.oak.spi.commit that return CommitHookModifier and TypeMethodDescriptionstatic CommitHookCompositeHook.compose(@NotNull Collection<CommitHook> hooks) Method parameters in org.apache.jackrabbit.oak.spi.commit with type arguments of type CommitHookModifier and TypeMethodDescriptionstatic CommitHookCompositeHook.compose(@NotNull Collection<CommitHook> hooks) Constructors in org.apache.jackrabbit.oak.spi.commit with parameters of type CommitHook -
Uses of CommitHook in org.apache.jackrabbit.oak.spi.state
Methods in org.apache.jackrabbit.oak.spi.state with parameters of type CommitHookModifier and TypeMethodDescription@NotNull NodeStateNodeStore.merge(@NotNull NodeBuilder builder, @NotNull CommitHook commitHook, @NotNull CommitInfo info) @NotNull NodeStateNodeStoreBranch.merge(@NotNull CommitHook hook, @NotNull CommitInfo info) Merges the changes in this branch to the main content tree.ProxyNodeStore.merge(NodeBuilder builder, CommitHook commitHook, CommitInfo info)