Uses of Interface
org.apache.jackrabbit.oak.spi.commit.ThreeWayConflictHandler
-
-
Uses of ThreeWayConflictHandler in org.apache.jackrabbit.oak
Methods in org.apache.jackrabbit.oak with parameters of type ThreeWayConflictHandler Modifier and Type Method Description @NotNull OakOak. with(@NotNull ThreeWayConflictHandler conflictHandler) -
Uses of ThreeWayConflictHandler in org.apache.jackrabbit.oak.exercise.security.authorization.models.readonly
Methods in org.apache.jackrabbit.oak.exercise.security.authorization.models.readonly that return types with arguments of type ThreeWayConflictHandler Modifier and Type Method Description @NotNull List<ThreeWayConflictHandler>ReadOnlyAuthorizationConfiguration. getConflictHandlers() -
Uses of ThreeWayConflictHandler in org.apache.jackrabbit.oak.jcr
Methods in org.apache.jackrabbit.oak.jcr with parameters of type ThreeWayConflictHandler Modifier and Type Method Description @NotNull JcrJcr. with(@NotNull ThreeWayConflictHandler conflictHandler) -
Uses of ThreeWayConflictHandler in org.apache.jackrabbit.oak.plugins.commit
Classes in org.apache.jackrabbit.oak.plugins.commit that implement ThreeWayConflictHandler Modifier and Type Class Description classAnnotatingConflictHandlerThisThreeWayConflictHandlerimplementation resolves conflicts toThreeWayConflictHandler.Resolution.THEIRSand in addition marks nodes where a conflict occurred with the mixinrep:MergeConflict:classDefaultThreeWayConflictHandlerThis implementation of aThreeWayConflictHandleralways returns the same resolution.classJcrLastModifiedConflictHandlerConflict Handler that merges concurrent updates toorg.apache.jackrabbit.JcrConstants.JCR_LASTMODIFIEDby picking the older of the 2 conflicting dates andorg.apache.jackrabbit.JcrConstants.JCR_CREATEDby picking the newer of the 2 conflicting dates.Fields in org.apache.jackrabbit.oak.plugins.commit declared as ThreeWayConflictHandler Modifier and Type Field Description static ThreeWayConflictHandlerDefaultThreeWayConflictHandler. OURSAConflictHandlerwhich always returnThreeWayConflictHandler.Resolution.OURS.static ThreeWayConflictHandlerDefaultThreeWayConflictHandler. THEIRSAConflictHandlerwhich always returnThreeWayConflictHandler.Resolution.THEIRS.Methods in org.apache.jackrabbit.oak.plugins.commit with parameters of type ThreeWayConflictHandler Modifier and Type Method Description static ConflictHookConflictHook. of(ThreeWayConflictHandler handler)Constructors in org.apache.jackrabbit.oak.plugins.commit with parameters of type ThreeWayConflictHandler Constructor Description ConflictHook(ThreeWayConflictHandler conflictHandler)Create a new instance of the conflict hook using the passed conflict handler for resolving conflicts. -
Uses of ThreeWayConflictHandler in org.apache.jackrabbit.oak.security.user
Methods in org.apache.jackrabbit.oak.security.user that return types with arguments of type ThreeWayConflictHandler Modifier and Type Method Description @NotNull List<ThreeWayConflictHandler>UserConfigurationImpl. getConflictHandlers() -
Uses of ThreeWayConflictHandler in org.apache.jackrabbit.oak.spi.commit
Classes in org.apache.jackrabbit.oak.spi.commit that implement ThreeWayConflictHandler Modifier and Type Class Description classCompositeConflictHandlerACompositeConflictHandlerdelegates conflict handling to multiple backing handlers.Methods in org.apache.jackrabbit.oak.spi.commit that return ThreeWayConflictHandler Modifier and Type Method Description static @NotNull ThreeWayConflictHandlerConflictHandlers. wrap(@NotNull PartialConflictHandler handler)Methods in org.apache.jackrabbit.oak.spi.commit with parameters of type ThreeWayConflictHandler Modifier and Type Method Description CompositeConflictHandlerCompositeConflictHandler. addHandler(@NotNull ThreeWayConflictHandler handler)Add a new backing conflict handler.Constructor parameters in org.apache.jackrabbit.oak.spi.commit with type arguments of type ThreeWayConflictHandler Constructor Description CompositeConflictHandler(@NotNull Iterable<ThreeWayConflictHandler> handlers)Create a newCompositeConflictHandlerwith an initial set of backing handler. -
Uses of ThreeWayConflictHandler in org.apache.jackrabbit.oak.spi.security
Methods in org.apache.jackrabbit.oak.spi.security that return types with arguments of type ThreeWayConflictHandler Modifier and Type Method Description @NotNull List<ThreeWayConflictHandler>CompositeConfiguration. getConflictHandlers()@NotNull List<ThreeWayConflictHandler>SecurityConfiguration.Default. getConflictHandlers()@NotNull List<ThreeWayConflictHandler>SecurityConfiguration. getConflictHandlers()Returns the list of conflict handlers available for this security configuration. -
Uses of ThreeWayConflictHandler in org.apache.jackrabbit.oak.spi.security.authentication.external.impl.principal
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.impl.principal that return types with arguments of type ThreeWayConflictHandler Modifier and Type Method Description @NotNull List<ThreeWayConflictHandler>ExternalPrincipalConfiguration. getConflictHandlers()
-