Uses of Enum
org.apache.jackrabbit.oak.spi.commit.ThreeWayConflictHandler.Resolution
Packages that use ThreeWayConflictHandler.Resolution
-
Uses of ThreeWayConflictHandler.Resolution in org.apache.jackrabbit.oak.spi.commit
Methods in org.apache.jackrabbit.oak.spi.commit that return ThreeWayConflictHandler.ResolutionModifier and TypeMethodDescription@NotNull ThreeWayConflictHandler.ResolutionCompositeConflictHandler.addExistingNode(@NotNull NodeBuilder parent, @NotNull String name, @NotNull NodeState ours, @NotNull NodeState theirs) @NotNull ThreeWayConflictHandler.ResolutionThreeWayConflictHandler.addExistingNode(@NotNull NodeBuilder parent, @NotNull String name, @NotNull NodeState ours, @NotNull NodeState theirs) The nodeourshas been added toparentwhich conflicts with nodetheirswhich has been added in the persistence store.@NotNull ThreeWayConflictHandler.ResolutionCompositeConflictHandler.addExistingProperty(@NotNull NodeBuilder parent, @NotNull org.apache.jackrabbit.oak.api.PropertyState ours, @NotNull org.apache.jackrabbit.oak.api.PropertyState theirs) @NotNull ThreeWayConflictHandler.ResolutionThreeWayConflictHandler.addExistingProperty(@NotNull NodeBuilder parent, @NotNull org.apache.jackrabbit.oak.api.PropertyState ours, @NotNull org.apache.jackrabbit.oak.api.PropertyState theirs) The propertyourshas been added toparentwhich conflicts with propertytheirswhich has been added in the persistence store.@NotNull ThreeWayConflictHandler.ResolutionCompositeConflictHandler.changeChangedProperty(@NotNull NodeBuilder parent, @NotNull org.apache.jackrabbit.oak.api.PropertyState ours, @NotNull org.apache.jackrabbit.oak.api.PropertyState theirs, @NotNull org.apache.jackrabbit.oak.api.PropertyState base) @NotNull ThreeWayConflictHandler.ResolutionThreeWayConflictHandler.changeChangedProperty(@NotNull NodeBuilder parent, @NotNull org.apache.jackrabbit.oak.api.PropertyState ours, @NotNull org.apache.jackrabbit.oak.api.PropertyState theirs, @NotNull org.apache.jackrabbit.oak.api.PropertyState base) The propertyourshas been changed inparentwhile it was also changed to a different value (theirs) in the persistence store.@NotNull ThreeWayConflictHandler.ResolutionCompositeConflictHandler.changeDeletedNode(@NotNull NodeBuilder parent, @NotNull String name, @NotNull NodeState ours, @NotNull NodeState base) @NotNull ThreeWayConflictHandler.ResolutionThreeWayConflictHandler.changeDeletedNode(@NotNull NodeBuilder parent, @NotNull String name, @NotNull NodeState ours, @NotNull NodeState base) The nodeourshas been changed inparentwhile it was removed in the persistence store.@NotNull ThreeWayConflictHandler.ResolutionCompositeConflictHandler.changeDeletedProperty(@NotNull NodeBuilder parent, @NotNull org.apache.jackrabbit.oak.api.PropertyState ours, @NotNull org.apache.jackrabbit.oak.api.PropertyState base) @NotNull ThreeWayConflictHandler.ResolutionThreeWayConflictHandler.changeDeletedProperty(@NotNull NodeBuilder parent, @NotNull org.apache.jackrabbit.oak.api.PropertyState ours, @NotNull org.apache.jackrabbit.oak.api.PropertyState base) The propertyourshas been changed inparentwhile it was removed in the persistence store.@NotNull ThreeWayConflictHandler.ResolutionCompositeConflictHandler.deleteChangedNode(@NotNull NodeBuilder parent, @NotNull String name, @NotNull NodeState theirs, @NotNull NodeState base) @NotNull ThreeWayConflictHandler.ResolutionThreeWayConflictHandler.deleteChangedNode(@NotNull NodeBuilder parent, @NotNull String name, @NotNull NodeState theirs, @NotNull NodeState base) The nodetheirschanged in the persistence store while it has been deleted locally.@NotNull ThreeWayConflictHandler.ResolutionCompositeConflictHandler.deleteChangedProperty(@NotNull NodeBuilder parent, @NotNull org.apache.jackrabbit.oak.api.PropertyState theirs, @NotNull org.apache.jackrabbit.oak.api.PropertyState base) @NotNull ThreeWayConflictHandler.ResolutionThreeWayConflictHandler.deleteChangedProperty(@NotNull NodeBuilder parent, @NotNull org.apache.jackrabbit.oak.api.PropertyState theirs, @NotNull org.apache.jackrabbit.oak.api.PropertyState base) The propertytheirschanged in the persistence store while it has been deleted locally.@NotNull ThreeWayConflictHandler.ResolutionCompositeConflictHandler.deleteDeletedNode(@NotNull NodeBuilder parent, @NotNull String name, @NotNull NodeState base) @NotNull ThreeWayConflictHandler.ResolutionThreeWayConflictHandler.deleteDeletedNode(@NotNull NodeBuilder parent, @NotNull String name, @NotNull NodeState base) The nodenamehas been removed inparentwhile it was also removed in the persistence store.@NotNull ThreeWayConflictHandler.ResolutionCompositeConflictHandler.deleteDeletedProperty(@NotNull NodeBuilder parent, @NotNull org.apache.jackrabbit.oak.api.PropertyState base) @NotNull ThreeWayConflictHandler.ResolutionThreeWayConflictHandler.deleteDeletedProperty(@NotNull NodeBuilder parent, @NotNull org.apache.jackrabbit.oak.api.PropertyState base) The propertyourshas been removed inparentwhile it was also removed in the persistence store.Returns the enum constant of this type with the specified name.static ThreeWayConflictHandler.Resolution[]ThreeWayConflictHandler.Resolution.values()Returns an array containing the constants of this enum type, in the order they are declared.