public class CompositeEditorProvider extends java.lang.Object implements EditorProvider
| Constructor and Description |
|---|
CompositeEditorProvider(EditorProvider... providers) |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull EditorProvider |
compose(@NotNull java.util.Collection<? extends EditorProvider> providers) |
@Nullable Editor |
getRootEditor(NodeState before,
NodeState after,
NodeBuilder builder,
CommitInfo info)
Returns an editor for processing changes between the given two states.
|
java.lang.String |
toString() |
public CompositeEditorProvider(EditorProvider... providers)
@NotNull public static @NotNull EditorProvider compose(@NotNull @NotNull java.util.Collection<? extends EditorProvider> providers)
@Nullable public @Nullable Editor getRootEditor(NodeState before, NodeState after, NodeBuilder builder, CommitInfo info) throws org.apache.jackrabbit.oak.api.CommitFailedException
EditorProvidernull if the changes don't require processing.
An implementation of this method should generally not compare the
given before and after states, as the caller is expected to compare
the states and invoke the respective callback methods on the
Editor instance returned by this method. Instead the
implementation can use the opportunity for other preparatory work.
getRootEditor in interface EditorProviderbefore - original root stateafter - modified root statebuilder - node builder based on the after stateinfo - metadata associated with this commitnullorg.apache.jackrabbit.oak.api.CommitFailedException - if processing failedpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2012–2022 The Apache Software Foundation. All rights reserved.