public static class CollectionSearchQuery.AllSelectedEntries extends CollectionSearchQuery.SelectedEntries
Constructor and Description |
---|
AllSelectedEntries() |
Modifier and Type | Method and Description |
---|---|
CollectionSearchQuery.AllSelectedEntries |
deselect(DQL.DQLTerm dql) |
CollectionSearchQuery.AllSelectedEntries |
deselect(int... noteIds) |
CollectionSearchQuery.AllSelectedEntries |
deselect(Set<Integer> noteIds) |
CollectionSearchQuery.AllSelectedEntries |
deselect(String ftQuery) |
CollectionSearchQuery.AllSelectedEntries |
deselectByKey(List<Object> key,
boolean exact)
Deselects collection entries via key lookup
|
CollectionSearchQuery.AllSelectedEntries |
deselectByKey(String key,
boolean exact)
Deselects collection entries via key lookup
|
deselectAll, getDQLQueries, getFTQueries, getLookupKeysMultiCol, getLookupKeysSingleCol, getMode, getNoteIds, selectAll
public CollectionSearchQuery.AllSelectedEntries deselect(int... noteIds)
public CollectionSearchQuery.AllSelectedEntries deselect(Set<Integer> noteIds)
public CollectionSearchQuery.AllSelectedEntries deselect(DQL.DQLTerm dql)
public CollectionSearchQuery.AllSelectedEntries deselect(String ftQuery)
public CollectionSearchQuery.AllSelectedEntries deselectByKey(String key, boolean exact)
key
- lookup keyexact
- true for exact match, false for prefix searchpublic CollectionSearchQuery.AllSelectedEntries deselectByKey(List<Object> key, boolean exact)
key
- lookup keyexact
- true for exact match, false for prefix searchCopyright © 2019–2021 HCL. All rights reserved.