Package | Description |
---|---|
com.hcl.domino.data | |
com.hcl.domino.dql |
Modifier and Type | Method and Description |
---|---|
List<DQL.DQLTerm> |
CollectionSearchQuery.ExpandedEntries.getDQLQueries() |
List<DQL.DQLTerm> |
CollectionSearchQuery.SelectedEntries.getDQLQueries() |
Modifier and Type | Method and Description |
---|---|
CollectionSearchQuery.AllSelectedEntries |
CollectionSearchQuery.AllSelectedEntries.deselect(DQL.DQLTerm dql) |
CollectionSearchQuery.AllCollapsedEntries |
CollectionSearchQuery.AllCollapsedEntries.expand(DQL.DQLTerm dql) |
DQLQueryResult |
Database.queryDQL(DQL.DQLTerm query)
Runs a DQL query against the documents in the database.
|
DQLQueryResult |
Database.queryDQL(DQL.DQLTerm query,
Set<DBQuery> flags)
Runs a DQL query against the documents in the database.
|
DQLQueryResult |
Database.queryDQL(DQL.DQLTerm query,
Set<DBQuery> flags,
int maxDocsScanned,
int maxEntriesScanned,
int maxMsecs)
Runs a DQL query against the documents in the database.
|
CollectionSearchQuery.AllDeselectedEntries |
CollectionSearchQuery.AllDeselectedEntries.select(DQL.DQLTerm dql) |
CollectionSearchQuery.AllExpandedEntries |
CollectionSearchQuery.AllExpandedEntries.unselect(DQL.DQLTerm dql) |
Modifier and Type | Class and Description |
---|---|
static class |
DQL.AllTerm |
static class |
DQL.AndTerm |
static class |
DQL.InViewsOrFoldersTerm |
static class |
DQL.NoteContainsTerm |
static class |
DQL.NotTerm |
static class |
DQL.OrTerm |
static class |
DQL.ValueComparisonTerm |
static class |
DQL.ValueContainsTerm |
Modifier and Type | Method and Description |
---|---|
static DQL.DQLTerm |
DQL.all()
Returns a DQL term that matches all documents
|
static DQL.DQLTerm |
DQL.and(DQL.DQLTerm... terms)
Returns a DQL term to do an AND operation on multiple other terms
|
static DQL.DQLTerm |
DQL.contains(String... values)
Returns a DQL term to run a FT search on the whole note with one or multiple search words.
|
static DQL.DQLTerm |
DQL.containsAll(String... values)
Returns a DQL term to run a FT search on the whole note with one or multiple search words.
All search words must exist in the note for it to be a match. |
static DQL.DQLTerm |
DQL.not(DQL.DQLTerm term)
Returns a DQL term to negate the specified term
|
static DQL.DQLTerm |
DQL.or(DQL.DQLTerm... terms)
Returns a DQL term to do an OR operation on multiple other terms
|
Modifier and Type | Method and Description |
---|---|
static DQL.DQLTerm |
DQL.and(DQL.DQLTerm... terms)
Returns a DQL term to do an AND operation on multiple other terms
|
static DQL.DQLTerm |
DQL.not(DQL.DQLTerm term)
Returns a DQL term to negate the specified term
|
static DQL.DQLTerm |
DQL.or(DQL.DQLTerm... terms)
Returns a DQL term to do an OR operation on multiple other terms
|
Copyright © 2019–2021 HCL. All rights reserved.