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