Uses of Class
org.apache.jackrabbit.oak.plugins.document.UpdateOp.Key
-
Packages that use UpdateOp.Key Package Description org.apache.jackrabbit.oak.plugins.document -
-
Uses of UpdateOp.Key in org.apache.jackrabbit.oak.plugins.document
Methods in org.apache.jackrabbit.oak.plugins.document that return types with arguments of type UpdateOp.Key Modifier and Type Method Description java.util.Map<UpdateOp.Key,UpdateOp.Operation>UpdateOp. getChanges()java.util.Map<UpdateOp.Key,UpdateOp.Condition>UpdateOp. getConditions()Method parameters in org.apache.jackrabbit.oak.plugins.document with type arguments of type UpdateOp.Key Modifier and Type Method Description static booleanUpdateUtils. checkConditions(@NotNull Document doc, @NotNull java.util.Map<UpdateOp.Key,UpdateOp.Condition> conditions)
-