Package | Description |
---|---|
com.bmc.arsys.api |
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. |
List<EntryValueList> |
ARServerUser.getListValuesFromMultiSchemaEntries(RegularComplexQuery query,
int firstRetrieve,
int maxRetrieve,
boolean useLocale,
boolean selectDistinct,
OutputInteger nMatches)
Returns a list of
EntryValueList objects that match the provided criteria. |
? Copyright 2013 BMC Software, Inc.