Package | Description |
---|---|
com.bmc.arsys.api |
Modifier and Type | Method and Description |
---|---|
List<ComplexSortInfo> |
RegularComplexQuery.getSortBy()
Returns a list of
SortInfo objects |
Modifier and Type | Method and Description |
---|---|
boolean |
RegularComplexQuery.addSortByInfo(ComplexSortInfo sortInfo)
Adds new
SortInfo object to the list |
Modifier and Type | Method and Description |
---|---|
List<EntryValueList> |
ARServerUser.getListValuesFromEntries(String formName,
QualifierInfo qualification,
int startEntry,
int maxEntries,
List<ComplexSortInfo> sortList,
List<ArithmeticOrRelationalOperand> selectionList,
List<ArithmeticOrRelationalOperand> groupByList,
QualifierInfo having,
boolean distinct,
boolean useLocale,
OutputInteger nMatches)
Returns a list of
EntryValueList objects that match the provided criteria. |
void |
RegularComplexQuery.setSortBy(List<ComplexSortInfo> sortInfo)
Sets a list of
SortInfo objects |
void |
MethodValidator.verifyARGetListValuesFromEntries(ARServerUser arServerUser,
String formName,
QualifierInfo qualification,
int startEntry,
int maxEntries,
List<ComplexSortInfo> sortList,
List<ArithmeticOrRelationalOperand> selectionList,
List<ArithmeticOrRelationalOperand> groupByList,
QualifierInfo having,
boolean distinct,
boolean useLocale,
OutputInteger nMatches) |
? Copyright 2013 BMC Software, Inc.