| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.document |
| Modifier and Type | Field and Description |
|---|---|
static UpdateOp.Condition |
UpdateOp.Condition.EXISTS
Check if a map entry exists in a map.
|
static UpdateOp.Condition |
UpdateOp.Condition.MISSING
Check if a map entry is missing in a map.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateOp.Condition |
UpdateOp.Condition.newEqualsCondition(@Nullable Object value)
Creates a new equals condition with the given value.
|
static UpdateOp.Condition |
UpdateOp.Condition.newNotEqualsCondition(@Nullable Object value)
Creates a new notEquals condition with the given value.
|
| Modifier and Type | Method and Description |
|---|---|
Map<UpdateOp.Key,UpdateOp.Condition> |
UpdateOp.getConditions() |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.