| Package | Description |
|---|---|
| com.hcl.domino.data |
| Modifier and Type | Method and Description |
|---|---|
static CollectionEntry.SpecialValue |
CollectionEntry.SpecialValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionEntry.SpecialValue[] |
CollectionEntry.SpecialValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
CollectionEntry.getSpecialValue(CollectionEntry.SpecialValue value,
Class<T> clazz,
T defaultValue)
Read meta data of the collection entry
|
CollectionSearchQuery |
CollectionSearchQuery.readSpecialValues(CollectionEntry.SpecialValue... values)
Read additional meta data for the collection entries or their document
|
| Modifier and Type | Method and Description |
|---|---|
CollectionSearchQuery |
CollectionSearchQuery.readSpecialValues(Collection<CollectionEntry.SpecialValue> values)
Read additional meta data for the collection entries or their document
|
Copyright © 2019–2021 HCL. All rights reserved.