Uses of Class
org.apache.jackrabbit.oak.spi.commit.CompositeConflictHandler
-
Packages that use CompositeConflictHandler Package Description org.apache.jackrabbit.oak.plugins.commit org.apache.jackrabbit.oak.spi.commit -
-
Uses of CompositeConflictHandler in org.apache.jackrabbit.oak.plugins.commit
Methods in org.apache.jackrabbit.oak.plugins.commit that return CompositeConflictHandler Modifier and Type Method Description static CompositeConflictHandlerJcrConflictHandler. createJcrConflictHandler()The conflict handler is a composite ofJcrLastModifiedConflictHandler,ChildOrderConflictHandlerandAnnotatingConflictHandler. -
Uses of CompositeConflictHandler in org.apache.jackrabbit.oak.spi.commit
Methods in org.apache.jackrabbit.oak.spi.commit that return CompositeConflictHandler Modifier and Type Method Description CompositeConflictHandlerCompositeConflictHandler. addHandler(@NotNull ThreeWayConflictHandler handler)Add a new backing conflict handler.
-