Uses of Interface
org.apache.jackrabbit.oak.spi.commit.CommitHook
-
Packages that use CommitHook Package Description org.apache.jackrabbit.oak.plugins.memory org.apache.jackrabbit.oak.spi.commit org.apache.jackrabbit.oak.spi.state -
-
Uses of CommitHook in org.apache.jackrabbit.oak.plugins.memory
Methods in org.apache.jackrabbit.oak.plugins.memory with parameters of type CommitHook Modifier and Type Method Description NodeStateMemoryNodeStore. 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.commit Modifier and Type Interface Description interfacePostValidationHookExtension 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 CommitHook Modifier and Type Class Description classCompositeHookComposite commit hook.classEditorHookThis commit hook implementation processes changes to be committed using theEditorinstance provided by theEditorProviderpassed to the constructor.classEmptyHookBasic commit hook implementation that by default doesn't do anything.classResetCommitAttributeHookFields in org.apache.jackrabbit.oak.spi.commit declared as CommitHook Modifier and Type Field Description static CommitHookEmptyHook. INSTANCEStatic instance of this class, useful as a "null object".Methods in org.apache.jackrabbit.oak.spi.commit that return CommitHook Modifier and Type Method Description static CommitHookCompositeHook. compose(@NotNull java.util.Collection<CommitHook> hooks)Method parameters in org.apache.jackrabbit.oak.spi.commit with type arguments of type CommitHook Modifier and Type Method Description static CommitHookCompositeHook. compose(@NotNull java.util.Collection<CommitHook> hooks)Constructors in org.apache.jackrabbit.oak.spi.commit with parameters of type CommitHook Constructor Description CompositeHook(CommitHook... hooks) -
Uses of CommitHook in org.apache.jackrabbit.oak.spi.state
Methods in org.apache.jackrabbit.oak.spi.state with parameters of type CommitHook Modifier and Type Method Description @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.NodeStateProxyNodeStore. merge(NodeBuilder builder, CommitHook commitHook, CommitInfo info)
-