Package | Description |
---|---|
com.hcl.domino.data |
Modifier and Type | Method and Description |
---|---|
CollectionSearchQuery |
CollectionSearchQuery.deselectByKey(List<Object> key,
boolean exact)
Convenience method that calls
select(SelectedEntries) with
CollectionSearchQuery.SelectedEntries.deselectAll() and CollectionSearchQuery.AllDeselectedEntries.selectByKey(List, boolean) . |
CollectionSearchQuery |
CollectionSearchQuery.deselectByKey(String key,
boolean exact)
Convenience method that calls
select(SelectedEntries) with
CollectionSearchQuery.SelectedEntries.selectAll() and CollectionSearchQuery.AllSelectedEntries.deselectByKey(String, boolean) . |
CollectionSearchQuery |
CollectionSearchQuery.direction(Navigate mode)
Direction and read mode
|
CollectionSearchQuery |
CollectionSearchQuery.expand(CollectionSearchQuery.ExpandedEntries expandedEntries)
Configure which elements are expanded
|
CollectionSearchQuery |
DominoCollection.query() |
CollectionSearchQuery |
CollectionSearchQuery.readColumnValues()
Decodes the collection column values, they can be read via
TypedAccess.get(String, Class, Object) or
TypedAccess.getAsList(String, Class, List) . |
CollectionSearchQuery |
CollectionSearchQuery.readDocumentClass()
Reads the document class for each view entry.
|
CollectionSearchQuery |
CollectionSearchQuery.readSpecialValues(Collection<CollectionEntry.SpecialValue> values)
Read additional meta data for the collection entries or their document
|
CollectionSearchQuery |
CollectionSearchQuery.readSpecialValues(CollectionEntry.SpecialValue... values)
Read additional meta data for the collection entries or their document
|
CollectionSearchQuery |
CollectionSearchQuery.readUNID()
Reads the UNID of each collection entry.
|
CollectionSearchQuery |
CollectionSearchQuery.select(CollectionSearchQuery.SelectedEntries selectedEntries)
Configure which elements are selected
|
CollectionSearchQuery |
CollectionSearchQuery.selectByKey(List<Object> key,
boolean exact)
Convenience method that calls
select(SelectedEntries) with
CollectionSearchQuery.SelectedEntries.selectAll() and CollectionSearchQuery.AllSelectedEntries.deselectByKey(List, boolean) . |
CollectionSearchQuery |
CollectionSearchQuery.selectByKey(String key,
boolean exact)
Convenience method that calls
select(SelectedEntries) with
CollectionSearchQuery.SelectedEntries.deselectAll() and CollectionSearchQuery.AllDeselectedEntries.selectByKey(String, boolean) . |
CollectionSearchQuery |
CollectionSearchQuery.startAtCategory(List<Object> categoryLevels)
Restricts search result to a single category
|
CollectionSearchQuery |
CollectionSearchQuery.startAtCategory(String category)
Restrict search result to a single category
|
CollectionSearchQuery |
CollectionSearchQuery.startAtEntryId(int noteId)
Start reading view data at an entry with the specified note id
|
CollectionSearchQuery |
CollectionSearchQuery.startAtFirstEntry()
Start reading view data at first entry
|
CollectionSearchQuery |
CollectionSearchQuery.startAtLastEntry()
Start reading at last view row
|
CollectionSearchQuery |
CollectionSearchQuery.startAtPosition(String pos)
Start reading at a fixed collection position.
|
Copyright © 2019–2021 HCL. All rights reserved.