Uses of Class
org.apache.jackrabbit.oak.api.CommitFailedException
-
-
Uses of CommitFailedException in org.apache.jackrabbit.oak.api
Methods in org.apache.jackrabbit.oak.api that throw CommitFailedException Modifier and Type Method Description voidRoot. commit()Atomically persists all changes made to the tree attached to this root.voidRoot. commit(@NotNull Map<String,Object> info)Atomically persists all changes made to the tree attached to this root. -
Uses of CommitFailedException in org.apache.jackrabbit.oak.api.jmx
Methods in org.apache.jackrabbit.oak.api.jmx that throw CommitFailedException Modifier and Type Method Description StringIndexStatsMBean. forceIndexLaneCatchup(String confirmationMessage)booleanIndexerMBean. importIndex(String indexDirPath)booleanIndexerMBean. importIndex(String indexDirPath, boolean ignoreLocalLock) -
Uses of CommitFailedException in org.apache.jackrabbit.oak.composite
Methods in org.apache.jackrabbit.oak.composite that throw CommitFailedException Modifier and Type Method Description protected voidCompositeNodeStoreService. activate(org.osgi.service.component.ComponentContext context, Map<String,?> config)protected voidCompositeNodeStoreService. bindNodeStore(NodeStoreProvider ns, Map<String,?> config)ValidatorCrossMountReferenceValidator. childNodeAdded(String name, NodeState after)ValidatorCrossMountReferenceValidator. childNodeChanged(String name, NodeState before, NodeState after)protected voidInitialContentMigrator. doMigrate()voidCrossMountReferenceValidator. enter(NodeState before, NodeState after)voidCrossMountReferenceValidator. leave(NodeState before, NodeState after)NodeStateCompositeNodeStore. merge(NodeBuilder builder, CommitHook commitHook, CommitInfo info)voidInitialContentMigrator. migrate()voidCrossMountReferenceValidator. propertyAdded(PropertyState after)voidCrossMountReferenceValidator. propertyChanged(PropertyState before, PropertyState after) -
Uses of CommitFailedException in org.apache.jackrabbit.oak.index
Methods in org.apache.jackrabbit.oak.index that throw CommitFailedException Modifier and Type Method Description List<org.apache.jackrabbit.oak.plugins.index.search.IndexDefinition>IndexerSupport. getIndexDefinitions()@Nullable EditorSegmentPropertyIndexEditorProvider. getIndexEditor(@NotNull String type, @NotNull NodeBuilder definition, @NotNull NodeState root, @NotNull IndexUpdateCallback callback)voidIndexImporterSupportBase. importIndex(File importDir)voidIndexerSupport. postIndexWork(NodeStore copyOnWriteStore)voidOutOfBandIndexerBase. reindex()voidIndexerSupport. switchIndexLanesAndReindexFlag(NodeStore copyOnWriteStore)protected voidIndexerSupport. switchIndexLanesBack(NodeStore copyOnWriteStore)voidIndexerSupport. updateIndexDefinitions(NodeBuilder rootBuilder) -
Uses of CommitFailedException in org.apache.jackrabbit.oak.index.indexer.document
Methods in org.apache.jackrabbit.oak.index.indexer.document that throw CommitFailedException Modifier and Type Method Description IndexStoreDocumentStoreIndexerBase. buildFlatFileStore()Deprecated.replaced byDocumentStoreIndexerBase.buildStore()IndexStoreDocumentStoreIndexerBase. buildStore()IndexStoreDocumentStoreIndexerBase. buildStore(String initialCheckpoint, String finalCheckpoint)IndexStoreDocumentStoreIndexerBase. buildStore(String initialCheckpoint, String finalCheckpoint, long maxDurationSeconds)IndexStoreDocumentStoreIndexerBase. buildTreeStore()booleanCompositeIndexer. index(NodeStateEntry entry)booleanLuceneIndexer. index(NodeStateEntry entry)booleanNodeStateIndexer. index(NodeStateEntry entry)voidDocumentStoreIndexerBase. reindex() -
Uses of CommitFailedException in org.apache.jackrabbit.oak.indexversion
Methods in org.apache.jackrabbit.oak.indexversion that throw CommitFailedException Modifier and Type Method Description voidPurgeOldIndexVersion. execute(NodeStore nodeStore, boolean isReadWriteRepository, long purgeThresholdMillis, List<String> indexPaths)Execute purging index based on the index version naming and last time index time.voidPurgeOldIndexVersion. execute(NodeStore nodeStore, boolean isReadWriteRepository, long purgeThresholdMillis, List<String> indexPaths, boolean shouldPurgeBaseIndex)Execute purging index based on the index version naming and last time index timeList<IndexVersionOperation>PurgeOldIndexVersion. getPurgeIndexes(NodeStore nodeStore, long purgeThresholdMillis, List<String> indexPaths)List<IndexVersionOperation>PurgeOldIndexVersion. getPurgeIndexes(NodeStore nodeStore, long purgeThresholdMillis, List<String> indexPaths, boolean shouldPurgeBaseIndex)static voidPurgeOldVersionUtils. recursiveDeleteHiddenChildNodes(NodeStore store, String path) -
Uses of CommitFailedException in org.apache.jackrabbit.oak.jcr.delegate
Methods in org.apache.jackrabbit.oak.jcr.delegate that throw CommitFailedException Modifier and Type Method Description voidSessionDelegate. commit()Commits the changes currently in the transient space.voidSessionDelegate. commit(Root root)Commits the changes applied to the given root. -
Uses of CommitFailedException in org.apache.jackrabbit.oak.json
Methods in org.apache.jackrabbit.oak.json that throw CommitFailedException Modifier and Type Method Description static voidJsonNodeBuilder. addOrReplace(NodeStore nodeStore, String targetPath, String nodeType, String jsonString)Add or replace a node in the node store, including all child nodes. -
Uses of CommitFailedException in org.apache.jackrabbit.oak.plugins.atomic
Methods in org.apache.jackrabbit.oak.plugins.atomic that throw CommitFailedException Modifier and Type Method Description EditorAtomicCounterEditor. childNodeAdded(String name, NodeState after)EditorAtomicCounterEditor. childNodeChanged(String name, NodeState before, NodeState after)EditorAtomicCounterEditorProvider. getRootEditor(NodeState before, NodeState after, NodeBuilder builder, CommitInfo info)voidAtomicCounterEditor. leave(NodeState before, NodeState after)voidAtomicCounterEditor. propertyAdded(PropertyState after) -
Uses of CommitFailedException in org.apache.jackrabbit.oak.plugins.commit
Methods in org.apache.jackrabbit.oak.plugins.commit that throw CommitFailedException Modifier and Type Method Description voidConflictValidator. enter(NodeState before, NodeState after)voidConflictValidator. leave(NodeState before, NodeState after)@NotNull NodeStateConflictHook. processCommit(NodeState before, NodeState after, CommitInfo info)voidConflictValidator. propertyAdded(PropertyState after)voidConflictValidator. propertyChanged(PropertyState before, PropertyState after) -
Uses of CommitFailedException in org.apache.jackrabbit.oak.plugins.cow
Methods in org.apache.jackrabbit.oak.plugins.cow that throw CommitFailedException Modifier and Type Method Description voidCOWNodeStore. enableCopyOnWrite()@NotNull NodeStateBranchNodeStore. merge(@NotNull NodeBuilder builder, @NotNull CommitHook commitHook, @NotNull CommitInfo info)@NotNull NodeStateCOWNodeStore. merge(@NotNull NodeBuilder builder, @NotNull CommitHook commitHook, @NotNull CommitInfo info)Constructors in org.apache.jackrabbit.oak.plugins.cow that throw CommitFailedException Constructor Description BranchNodeStore(NodeStore nodeStore) -
Uses of CommitFailedException in org.apache.jackrabbit.oak.plugins.document
Methods in org.apache.jackrabbit.oak.plugins.document that throw CommitFailedException Modifier and Type Method Description @NotNull NodeStateDocumentNodeStore. merge(@NotNull NodeBuilder builder, @NotNull CommitHook commitHook, @NotNull CommitInfo info) -
Uses of CommitFailedException in org.apache.jackrabbit.oak.plugins.index
Methods in org.apache.jackrabbit.oak.plugins.index that throw CommitFailedException Modifier and Type Method Description @NotNull EditorIndexUpdate. childNodeAdded(String name, NodeState after)@NotNull EditorIndexUpdate. childNodeChanged(String name, NodeState before, NodeState after)@Nullable EditorIndexUpdate. childNodeDeleted(String name, NodeState before)voidIndexUpdate. enter(NodeState before, NodeState after)EditorCompositeIndexEditorProvider. getIndexEditor(@NotNull String type, @NotNull NodeBuilder builder, @NotNull NodeState root, @NotNull IndexUpdateCallback callback)@Nullable EditorIndexEditorProvider. getIndexEditor(@NotNull String type, @NotNull NodeBuilder definition, @NotNull NodeState root, @NotNull IndexUpdateCallback callback)Each provider knows how to produce a certain type of index.EditorWhiteboardIndexEditorProvider. getIndexEditor(@NotNull String type, @NotNull NodeBuilder builder, @NotNull NodeState root, @NotNull IndexUpdateCallback callback)booleanIndexerMBeanImpl. importIndex(String indexDirPath)booleanIndexerMBeanImpl. importIndex(String indexDirPath, boolean ignoreLocalLock)voidAsyncIndexUpdate.AsyncUpdateCallback. indexUpdate()voidIndexUpdateCallback. indexUpdate()Invoked by theIndexEditorfor every NodeState indexed it.protected voidAsyncIndexUpdate.AsyncUpdateCallback. initLease()voidIndexUpdate. leave(NodeState before, NodeState after)voidIndexUpdate.MissingIndexProviderStrategy. onMissingIndex(String type, NodeBuilder definition, String indexPath)protected voidAsyncIndexUpdate.AsyncUpdateCallback. prepare(String afterCheckpoint)voidIndexUpdate. propertyAdded(PropertyState after)voidIndexUpdate. propertyChanged(PropertyState before, PropertyState after)voidIndexUpdate. propertyDeleted(PropertyState before)voidAsyncIndexUpdate.AsyncUpdateCallback. traversedNode(NodeTraversalCallback.PathSource pathSource)voidNodeTraversalCallback. traversedNode(NodeTraversalCallback.PathSource pathSource)protected booleanAsyncIndexUpdate. updateIndex(NodeState before, String beforeCheckpoint, NodeState after, String afterCheckpoint, String afterTime, AsyncIndexUpdate.AsyncUpdateCallback callback, AtomicReference<String> checkpointToReleaseRef) -
Uses of CommitFailedException in org.apache.jackrabbit.oak.plugins.memory
Methods in org.apache.jackrabbit.oak.plugins.memory that throw CommitFailedException 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 CommitFailedException in org.apache.jackrabbit.oak.plugins.migration
Methods in org.apache.jackrabbit.oak.plugins.migration that throw CommitFailedException Modifier and Type Method Description booleanNodeStateCopier.Builder. copy(@NotNull NodeStore source, @NotNull NodeStore target)Creates a NodeStateCopier to copy thesourceNodeStore to thetargetNodeStore, using any include, exclude, merge paths and consumer set on this NodeStateCopier.Builder.static booleanNodeStateCopier. copyNodeStore(@NotNull NodeStore source, @NotNull NodeStore target)Shorthand method to copy one NodeStore to another. -
Uses of CommitFailedException in org.apache.jackrabbit.oak.plugins.migration.version
Methods in org.apache.jackrabbit.oak.plugins.migration.version that throw CommitFailedException Modifier and Type Method Description EditorVersionableEditor. childNodeAdded(String name, NodeState after)EditorVersionablePropertiesEditor. childNodeAdded(String name, NodeState after)EditorVersionableEditor. childNodeChanged(String name, NodeState before, NodeState after)EditorVersionablePropertiesEditor. childNodeChanged(String name, NodeState before, NodeState after)EditorVersionableEditor. childNodeDeleted(String name, NodeState before)EditorVersionableEditor.Provider. getRootEditor(NodeState before, NodeState after, NodeBuilder rootBuilder, CommitInfo info)EditorVersionablePropertiesEditor.Provider. getRootEditor(NodeState before, NodeState after, NodeBuilder builder, CommitInfo info)voidVersionableEditor. leave(NodeState before, NodeState after) -
Uses of CommitFailedException in org.apache.jackrabbit.oak.plugins.name
Methods in org.apache.jackrabbit.oak.plugins.name that throw CommitFailedException Modifier and Type Method Description voidNamespaceRegistryModel. apply(Root root)Applies this namespace registry model to the given repositoryRoot.EditorNamespaceEditorProvider. getRootEditor(NodeState before, NodeState after, NodeBuilder builder, CommitInfo info) -
Uses of CommitFailedException in org.apache.jackrabbit.oak.plugins.nodetype
Methods in org.apache.jackrabbit.oak.plugins.nodetype that throw CommitFailedException Modifier and Type Method Description EditorTypeEditor. childNodeAdded(String name, NodeState after)TypeEditorTypeEditor. childNodeChanged(String name, NodeState before, NodeState after)EditorTypeEditor. childNodeDeleted(String name, NodeState before)static TypeEditorTypeEditor. create(@NotNull TypeEditor.ConstraintViolationCallback callback, Set<String> typesToCheck, @NotNull NodeState types, String primary, Iterable<String> mixins, @NotNull NodeBuilder builder)Creates a new TypeEditor instancevoidTypeEditor. enter(NodeState before, NodeState after)EditorTypeEditorProvider. getRootEditor(NodeState before, NodeState after, NodeBuilder builder, CommitInfo info)voidTypeEditor.ConstraintViolationCallback. onConstraintViolation(String path, List<String> nodeTypeNames, int code, String message)Invoked whenever a constraint violation is detected.voidTypeEditor. propertyAdded(PropertyState after)voidTypeEditor. propertyChanged(PropertyState before, PropertyState after)voidTypeEditor. propertyDeleted(PropertyState before) -
Uses of CommitFailedException in org.apache.jackrabbit.oak.plugins.observation
Methods in org.apache.jackrabbit.oak.plugins.observation that throw CommitFailedException Modifier and Type Method Description voidCommitRateLimiter. blockCommit()protected voidCommitRateLimiter. delay()@NotNull NodeStateCommitRateLimiter. processCommit(NodeState before, NodeState after, CommitInfo info) -
Uses of CommitFailedException in org.apache.jackrabbit.oak.plugins.version
Methods in org.apache.jackrabbit.oak.plugins.version that throw CommitFailedException Modifier and Type Method Description voidReadWriteVersionManager. checkin(@NotNull NodeBuilder versionable)@NotNull NodeStateVersionHook. processCommit(NodeState before, NodeState after, CommitInfo info)voidReadWriteVersionManager. removeVersionLabel(@NotNull String historyRelPath, @NotNull String label)Removes a version label from the jcr:versionLabels node of the referenced version history.voidReadWriteVersionManager. restore(@NotNull NodeBuilder versionable, @NotNull String versionUUID, @Nullable org.apache.jackrabbit.oak.plugins.version.VersionSelector selector) -
Uses of CommitFailedException in org.apache.jackrabbit.oak.security.authorization.permission
Methods in org.apache.jackrabbit.oak.security.authorization.permission that throw CommitFailedException Modifier and Type Method Description ValidatorMoveAwarePermissionValidator. childNodeAdded(String name, NodeState after)ValidatorMoveAwarePermissionValidator. childNodeDeleted(String name, NodeState before)@NotNull NodeStateVersionablePathHook. processCommit(NodeState before, NodeState after, CommitInfo info) -
Uses of CommitFailedException in org.apache.jackrabbit.oak.segment
Methods in org.apache.jackrabbit.oak.segment that throw CommitFailedException Modifier and Type Method Description @NotNull NodeStateSegmentNodeStore. merge(@NotNull NodeBuilder builder, @NotNull CommitHook commitHook, @NotNull CommitInfo info) -
Uses of CommitFailedException in org.apache.jackrabbit.oak.segment.scheduler
Methods in org.apache.jackrabbit.oak.segment.scheduler that throw CommitFailedException Modifier and Type Method Description SegmentNodeStateCommit. apply(SegmentNodeState base)Apply the changes represented by this commit to the passedbasenode state.NodeStateLockBasedScheduler. schedule(@NotNull Commit commit, Scheduler.SchedulerOption... schedulingOptions)NodeStateScheduler. schedule(@NotNull Commit commit, Scheduler.SchedulerOption... schedulingOptions)Schedule acommit. -
Uses of CommitFailedException in org.apache.jackrabbit.oak.spi.commit
Methods in org.apache.jackrabbit.oak.spi.commit that return CommitFailedException Modifier and Type Method Description static @Nullable CommitFailedExceptionEditorDiff. process(@Nullable Editor editor, @NotNull NodeState before, @NotNull NodeState after)Validates and possibly edits the given subtree by diffing and recursing through it.Methods in org.apache.jackrabbit.oak.spi.commit that throw CommitFailedException Modifier and Type Method Description EditorCompositeEditor. childNodeAdded(String name, NodeState after)EditorDefaultEditor. childNodeAdded(String name, NodeState after)MoveValidatorDefaultMoveValidator. childNodeAdded(String name, NodeState after)ValidatorDefaultValidator. childNodeAdded(String name, NodeState after)@Nullable EditorEditor. childNodeAdded(String name, NodeState after)Processes an added child node.ValidatorFailingValidator. childNodeAdded(String name, NodeState after)EditorProgressNotificationEditor. childNodeAdded(String name, NodeState after)ValidatorSubtreeExcludingValidator. childNodeAdded(String name, NodeState after)@Nullable ValidatorValidator. childNodeAdded(String name, NodeState after)Validate an added node@Nullable EditorVisibleEditor. childNodeAdded(String name, NodeState after)@Nullable ValidatorVisibleValidator. childNodeAdded(String name, NodeState after)EditorCompositeEditor. childNodeChanged(String name, NodeState before, NodeState after)EditorDefaultEditor. childNodeChanged(String name, NodeState before, NodeState after)MoveValidatorDefaultMoveValidator. childNodeChanged(String name, NodeState before, NodeState after)ValidatorDefaultValidator. childNodeChanged(String name, NodeState before, NodeState after)@Nullable EditorEditor. childNodeChanged(String name, NodeState before, NodeState after)Processes a changed child node.EditorProgressNotificationEditor. childNodeChanged(String name, NodeState before, NodeState after)ValidatorSubtreeExcludingValidator. childNodeChanged(String name, NodeState before, NodeState after)@Nullable ValidatorValidator. childNodeChanged(String name, NodeState before, NodeState after)Validate a changed node@Nullable EditorVisibleEditor. childNodeChanged(String name, NodeState before, NodeState after)@Nullable ValidatorVisibleValidator. childNodeChanged(String name, NodeState before, NodeState after)EditorCompositeEditor. childNodeDeleted(String name, NodeState before)EditorDefaultEditor. childNodeDeleted(String name, NodeState before)MoveValidatorDefaultMoveValidator. childNodeDeleted(String name, NodeState before)ValidatorDefaultValidator. childNodeDeleted(String name, NodeState before)@Nullable EditorEditor. childNodeDeleted(String name, NodeState before)Processes a deleted child node.ValidatorFailingValidator. childNodeDeleted(String name, NodeState before)EditorProgressNotificationEditor. childNodeDeleted(String name, NodeState before)ValidatorSubtreeExcludingValidator. childNodeDeleted(String name, NodeState before)@Nullable ValidatorValidator. childNodeDeleted(String name, NodeState before)Validate a deleted node@Nullable EditorVisibleEditor. childNodeDeleted(String name, NodeState before)@Nullable ValidatorVisibleValidator. childNodeDeleted(String name, NodeState before)voidCompositeEditor. enter(NodeState before, NodeState after)voidDefaultEditor. enter(NodeState before, NodeState after)voidDefaultValidator. enter(NodeState before, NodeState after)voidEditor. enter(NodeState before, NodeState after)Called before the given before and after states are compared.voidProgressNotificationEditor. enter(NodeState before, NodeState after)voidVisibleEditor. enter(NodeState before, NodeState after)voidVisibleValidator. enter(NodeState before, NodeState after)@Nullable EditorCompositeEditorProvider. getRootEditor(NodeState before, NodeState after, NodeBuilder builder, CommitInfo info)@Nullable EditorEditorProvider. getRootEditor(NodeState before, NodeState after, NodeBuilder builder, CommitInfo info)Returns an editor for processing changes between the given two states.@Nullable EditorWhiteboardEditorProvider. getRootEditor(NodeState before, NodeState after, NodeBuilder builder, CommitInfo info)voidCompositeEditor. leave(NodeState before, NodeState after)voidDefaultEditor. leave(NodeState before, NodeState after)voidDefaultValidator. leave(NodeState before, NodeState after)voidEditor. leave(NodeState before, NodeState after)Called after the given before and after states are compared.voidProgressNotificationEditor. leave(NodeState before, NodeState after)voidVisibleEditor. leave(NodeState before, NodeState after)voidVisibleValidator. leave(NodeState before, NodeState after)voidDefaultMoveValidator. move(String name, String sourcePath, NodeState moved)@NotNull NodeStateCommitHook. processCommit(NodeState before, NodeState after, CommitInfo info)Validates and/or modifies the given content change before it gets persisted.@NotNull NodeStateCompositeHook. processCommit(NodeState before, NodeState after, CommitInfo info)@NotNull NodeStateEditorHook. processCommit(@NotNull NodeState before, @NotNull NodeState after, @NotNull CommitInfo info)@NotNull NodeStateEmptyHook. processCommit(NodeState before, NodeState after, CommitInfo info)@NotNull NodeStateResetCommitAttributeHook. processCommit(NodeState before, NodeState after, CommitInfo info)voidCompositeEditor. propertyAdded(PropertyState after)voidDefaultEditor. propertyAdded(PropertyState after)voidDefaultValidator. propertyAdded(PropertyState after)voidEditor. propertyAdded(PropertyState after)Processes an added property.voidFailingValidator. propertyAdded(PropertyState after)voidProgressNotificationEditor. propertyAdded(PropertyState after)voidSubtreeExcludingValidator. propertyAdded(PropertyState after)voidValidator. propertyAdded(PropertyState after)Validate an added propertyvoidVisibleEditor. propertyAdded(PropertyState after)voidVisibleValidator. propertyAdded(PropertyState after)voidCompositeEditor. propertyChanged(PropertyState before, PropertyState after)voidDefaultEditor. propertyChanged(PropertyState before, PropertyState after)voidDefaultValidator. propertyChanged(PropertyState before, PropertyState after)voidEditor. propertyChanged(PropertyState before, PropertyState after)Processes a changed property.voidFailingValidator. propertyChanged(PropertyState before, PropertyState after)voidProgressNotificationEditor. propertyChanged(PropertyState before, PropertyState after)voidSubtreeExcludingValidator. propertyChanged(PropertyState before, PropertyState after)voidValidator. propertyChanged(PropertyState before, PropertyState after)Validate a changed propertyvoidVisibleEditor. propertyChanged(PropertyState before, PropertyState after)voidVisibleValidator. propertyChanged(PropertyState before, PropertyState after)voidCompositeEditor. propertyDeleted(PropertyState before)voidDefaultEditor. propertyDeleted(PropertyState before)voidDefaultValidator. propertyDeleted(PropertyState before)voidEditor. propertyDeleted(PropertyState before)Processes a removed property.voidFailingValidator. propertyDeleted(PropertyState before)voidProgressNotificationEditor. propertyDeleted(PropertyState before)voidSubtreeExcludingValidator. propertyDeleted(PropertyState before)voidValidator. propertyDeleted(PropertyState before)Validate a deleted propertyvoidVisibleEditor. propertyDeleted(PropertyState before)voidVisibleValidator. propertyDeleted(PropertyState before) -
Uses of CommitFailedException in org.apache.jackrabbit.oak.spi.state
Methods in org.apache.jackrabbit.oak.spi.state that throw CommitFailedException Modifier and Type Method Description ValidatorMoveDetector. childNodeAdded(String name, NodeState after)@Nullable MoveValidatorMoveValidator. childNodeAdded(String name, NodeState after)ValidatorMoveDetector. childNodeChanged(String name, NodeState before, NodeState after)@Nullable MoveValidatorMoveValidator. childNodeChanged(String name, NodeState before, NodeState after)ValidatorMoveDetector. childNodeDeleted(String name, NodeState before)@Nullable MoveValidatorMoveValidator. childNodeDeleted(String name, NodeState before)voidMoveDetector. enter(NodeState before, NodeState after)voidMoveDetector. leave(NodeState before, NodeState after)@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)voidMoveValidator. move(String name, String sourcePath, NodeState moved)Called when a moved node has been detected.voidMoveDetector. propertyAdded(PropertyState after)voidMoveDetector. propertyChanged(PropertyState before, PropertyState after)voidMoveDetector. propertyDeleted(PropertyState before)
-