Package | Description |
---|---|
com.hcl.domino.dql |
Modifier and Type | Method and Description |
---|---|
static QueryResultsProcessor.SortOrder |
QueryResultsProcessor.SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryResultsProcessor.SortOrder[] |
QueryResultsProcessor.SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryResultsProcessor.addSortColumn(String name,
String title,
QueryResultsProcessor.SortOrder sortorder,
QueryResultsProcessor.Hidden ishidden,
QueryResultsProcessor.Categorized iscategorized)
Creates a single column of values to be returned when
QueryResultsProcessor execute
is performed. |
Copyright © 2019–2021 HCL. All rights reserved.