Uses of Class
org.apache.jackrabbit.oak.spi.commit.ThreeWayConflictHandler.Resolution
-
Packages that use ThreeWayConflictHandler.Resolution Package Description org.apache.jackrabbit.oak.plugins.commit org.apache.jackrabbit.oak.spi.commit -
-
Uses of ThreeWayConflictHandler.Resolution in org.apache.jackrabbit.oak.plugins.commit
Methods in org.apache.jackrabbit.oak.plugins.commit that return ThreeWayConflictHandler.Resolution Modifier and Type Method Description @NotNull ThreeWayConflictHandler.ResolutionAnnotatingConflictHandler. addExistingNode(@NotNull NodeBuilder parent, @NotNull String name, @NotNull NodeState ours, @NotNull NodeState theirs)@NotNull ThreeWayConflictHandler.ResolutionDefaultThreeWayConflictHandler. addExistingNode(@NotNull NodeBuilder parent, @NotNull String name, @NotNull NodeState ours, @NotNull NodeState theirs)@NotNull ThreeWayConflictHandler.ResolutionAnnotatingConflictHandler. addExistingProperty(@NotNull NodeBuilder parent, @NotNull PropertyState ours, @NotNull PropertyState theirs)@NotNull ThreeWayConflictHandler.ResolutionDefaultThreeWayConflictHandler. addExistingProperty(@NotNull NodeBuilder parent, @NotNull PropertyState ours, @NotNull PropertyState theirs)@NotNull ThreeWayConflictHandler.ResolutionJcrLastModifiedConflictHandler. addExistingProperty(@NotNull NodeBuilder parent, @NotNull PropertyState ours, @NotNull PropertyState theirs)@NotNull ThreeWayConflictHandler.ResolutionAnnotatingConflictHandler. changeChangedProperty(@NotNull NodeBuilder parent, @NotNull PropertyState ours, @NotNull PropertyState theirs, @NotNull PropertyState base)@NotNull ThreeWayConflictHandler.ResolutionDefaultThreeWayConflictHandler. changeChangedProperty(@NotNull NodeBuilder parent, @NotNull PropertyState ours, @NotNull PropertyState theirs, @NotNull PropertyState base)@NotNull ThreeWayConflictHandler.ResolutionJcrLastModifiedConflictHandler. changeChangedProperty(@NotNull NodeBuilder parent, @NotNull PropertyState ours, @NotNull PropertyState theirs, @NotNull PropertyState base)@NotNull ThreeWayConflictHandler.ResolutionAnnotatingConflictHandler. changeDeletedNode(@NotNull NodeBuilder parent, @NotNull String name, @NotNull NodeState ours, @NotNull NodeState base)@NotNull ThreeWayConflictHandler.ResolutionDefaultThreeWayConflictHandler. changeDeletedNode(@NotNull NodeBuilder parent, @NotNull String name, @NotNull NodeState ours, @NotNull NodeState base)@NotNull ThreeWayConflictHandler.ResolutionAnnotatingConflictHandler. changeDeletedProperty(@NotNull NodeBuilder parent, @NotNull PropertyState ours, @NotNull PropertyState base)@NotNull ThreeWayConflictHandler.ResolutionDefaultThreeWayConflictHandler. changeDeletedProperty(@NotNull NodeBuilder parent, @NotNull PropertyState ours, @NotNull PropertyState base)@NotNull ThreeWayConflictHandler.ResolutionAnnotatingConflictHandler. deleteChangedNode(@NotNull NodeBuilder parent, @NotNull String name, @NotNull NodeState theirs, @NotNull NodeState base)@NotNull ThreeWayConflictHandler.ResolutionDefaultThreeWayConflictHandler. deleteChangedNode(@NotNull NodeBuilder parent, @NotNull String name, @NotNull NodeState theirs, @NotNull NodeState base)@NotNull ThreeWayConflictHandler.ResolutionAnnotatingConflictHandler. deleteChangedProperty(@NotNull NodeBuilder parent, @NotNull PropertyState theirs, @NotNull PropertyState base)@NotNull ThreeWayConflictHandler.ResolutionDefaultThreeWayConflictHandler. deleteChangedProperty(@NotNull NodeBuilder parent, @NotNull PropertyState theirs, @NotNull PropertyState base)@NotNull ThreeWayConflictHandler.ResolutionAnnotatingConflictHandler. deleteDeletedNode(@NotNull NodeBuilder parent, @NotNull String name, @NotNull NodeState base)@NotNull ThreeWayConflictHandler.ResolutionDefaultThreeWayConflictHandler. deleteDeletedNode(@NotNull NodeBuilder parent, @NotNull String name, @NotNull NodeState base)@NotNull ThreeWayConflictHandler.ResolutionAnnotatingConflictHandler. deleteDeletedProperty(@NotNull NodeBuilder parent, @NotNull PropertyState base)@NotNull ThreeWayConflictHandler.ResolutionDefaultThreeWayConflictHandler. deleteDeletedProperty(@NotNull NodeBuilder parent, @NotNull PropertyState base)Constructors in org.apache.jackrabbit.oak.plugins.commit with parameters of type ThreeWayConflictHandler.Resolution Constructor Description DefaultThreeWayConflictHandler(ThreeWayConflictHandler.Resolution resolution)Create a newConflictHandlerwhich always returnsresolution. -
Uses of ThreeWayConflictHandler.Resolution in org.apache.jackrabbit.oak.spi.commit
Methods in org.apache.jackrabbit.oak.spi.commit that return ThreeWayConflictHandler.Resolution Modifier and Type Method Description @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 PropertyState ours, @NotNull PropertyState theirs)@NotNull ThreeWayConflictHandler.ResolutionThreeWayConflictHandler. addExistingProperty(@NotNull NodeBuilder parent, @NotNull PropertyState ours, @NotNull 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 PropertyState ours, @NotNull PropertyState theirs, @NotNull PropertyState base)@NotNull ThreeWayConflictHandler.ResolutionThreeWayConflictHandler. changeChangedProperty(@NotNull NodeBuilder parent, @NotNull PropertyState ours, @NotNull PropertyState theirs, @NotNull 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 PropertyState ours, @NotNull PropertyState base)@NotNull ThreeWayConflictHandler.ResolutionThreeWayConflictHandler. changeDeletedProperty(@NotNull NodeBuilder parent, @NotNull PropertyState ours, @NotNull 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 PropertyState theirs, @NotNull PropertyState base)@NotNull ThreeWayConflictHandler.ResolutionThreeWayConflictHandler. deleteChangedProperty(@NotNull NodeBuilder parent, @NotNull PropertyState theirs, @NotNull 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 PropertyState base)@NotNull ThreeWayConflictHandler.ResolutionThreeWayConflictHandler. deleteDeletedProperty(@NotNull NodeBuilder parent, @NotNull PropertyState base)The propertyourshas been removed inparentwhile it was also removed in the persistence store.static ThreeWayConflictHandler.ResolutionThreeWayConflictHandler.Resolution. valueOf(String name)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.
-