public class IndexUpdateProvider extends java.lang.Object implements EditorProvider
Constructor and Description |
---|
IndexUpdateProvider(IndexEditorProvider provider) |
IndexUpdateProvider(IndexEditorProvider provider,
boolean failOnMissingIndexProvider) |
IndexUpdateProvider(@NotNull IndexEditorProvider provider,
@Nullable java.lang.String async,
boolean failOnMissingIndexProvider) |
Modifier and Type | Method and Description |
---|---|
@Nullable Editor |
getRootEditor(NodeState before,
NodeState after,
NodeBuilder builder,
CommitInfo info)
Returns an editor for processing changes between the given two states.
|
void |
setCorruptIndexHandler(CorruptIndexHandler corruptIndexHandler) |
void |
setIgnoreReindexFlags(boolean ignoreReindexFlags) |
public IndexUpdateProvider(IndexEditorProvider provider, boolean failOnMissingIndexProvider)
public IndexUpdateProvider(IndexEditorProvider provider)
public IndexUpdateProvider(@NotNull @NotNull IndexEditorProvider provider, @Nullable @Nullable java.lang.String async, boolean failOnMissingIndexProvider)
@Nullable public @Nullable Editor getRootEditor(NodeState before, NodeState after, NodeBuilder builder, CommitInfo info)
EditorProvider
null
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 EditorProvider
before
- original root stateafter
- modified root statebuilder
- node builder based on the after stateinfo
- metadata associated with this commitnull
public void setCorruptIndexHandler(CorruptIndexHandler corruptIndexHandler)
public void setIgnoreReindexFlags(boolean ignoreReindexFlags)
Copyright © 2010 - 2020 Adobe. All Rights Reserved