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