Package | Description |
---|---|
com.bmc.arsys.api | |
com.bmc.arsys.demo.javadriver |
Modifier and Type | Class and Description |
---|---|
class |
ComplexSortInfo |
Modifier and Type | Method and Description |
---|---|
List<SortInfo> |
RegularQuery.getSortBy()
Returns a list of
SortInfo objects |
List<SortInfo> |
Form.getSortInfo()
Returns the list of fields that identifies the default sort order for retrieving form entries.
|
List<SortInfo> |
OpenWindowAction.getSortOrderList()
Returns list of fields in ascending/descending order included in a report.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RegularQuery.addSortByInfo(SortInfo sortInfo)
Adds new
SortInfo object to the list |
void |
ObjectPrinter.printSortInfo(String indent,
String header,
SortInfo value) |
Modifier and Type | Method and Description |
---|---|
List<EntryListInfo> |
ARServerUser.getListEntry(String formName,
QualifierInfo qualification,
int firstRetrieve,
int maxRetrieve,
List<SortInfo> sortList,
List<EntryListFieldInfo> entryListFields,
boolean useLocale,
OutputInteger nMatches)
Returns list of
EntryListInfo objects that uniquely identify the entry objects that match the provided
criteria. |
List<Entry> |
ARServerUser.getListEntryObjects(String formName,
QualifierInfo qualification,
int firstRetrieve,
int maxRetrieve,
List<SortInfo> sortList,
int[] fieldIds,
boolean useLocale,
OutputInteger nMatches)
Returns a list of
Entry objects that match the provided criteria. |
void |
ARServerUser.getListEntryObjects(String formName,
QualifierInfo qualification,
int firstRetrieve,
int maxRetrieve,
List<SortInfo> sortList,
int[] fieldIds,
boolean useLocale,
OutputInteger nMatches,
IARRowIterator iterator)
Applies the iteratorCallback method of the iterator parameter to each
Entry object that matches the
provided criteria. |
Entry |
ARServerUser.getOneEntryObject(String formName,
QualifierInfo qualification,
List<SortInfo> sortList,
int[] fieldIds,
boolean useLocale,
OutputInteger nMatches)
Returns a list of
Entry objects that match the provided criteria. |
void |
RegularQuery.setSortBy(List<SortInfo> sortInfo)
Sets a list of
SortInfo objects |
void |
Form.setSortInfo(List<SortInfo> sortList)
Sets the list of fields that identifies the default sort order for retrieving form entries.
|
void |
OpenWindowAction.setSortOrderList(List<SortInfo> sortOrderList)
Sets list of fields in ascending/descending order included in a report.
|
void |
ParameterValidator.validateARSortList(List<? extends SortInfo> sortInfo)
Validate that an object of type SortInfo contain values and that the values are legal.
|
void |
MethodValidator.verifyARGetListEntry(ApiUserContextI context,
String formName,
QualifierInfo qualification,
int firstRetrieve,
int maxRetrieve,
List<EntryListFieldInfo> entryListFields,
List<SortInfo> sortList,
boolean useLocale,
OutputInteger nMatches) |
void |
MethodValidator.verifyARGetListEntryBlocks(ApiUserContextI context,
String formName,
QualifierInfo qualification,
int numEntriesPerBlock,
int firstRetrieve,
int maxRetrieve,
List<SortInfo> sortList,
int[] fieldIds,
boolean useLocale,
OutputInteger numReturnedBlocks,
OutputInteger numReturnedRows,
OutputInteger numTotalMatches) |
void |
MethodValidator.verifyARGetListEntryWithFields(ApiUserContextI context,
String formName,
QualifierInfo qualification,
int firstRetrieve,
int maxRetrieve,
List<SortInfo> sortList,
int[] fieldIds,
boolean useLocale,
OutputInteger nMatches) |
void |
MethodValidator.verifyARGetOneEntryWithFields(ApiUserContextI context,
String formName,
QualifierInfo qualification,
List<SortInfo> sortList,
int[] fieldIds,
boolean useLocale,
OutputInteger nMatches) |
Constructor and Description |
---|
OpenWindowAction(String serverName,
String formName,
String vuiLabel,
boolean closeBox,
List<FieldAssignInfo> inputValueFieldPairs,
List<FieldAssignInfo> outputValueFieldPairs,
int windowMode,
QualifierInfo query,
boolean noMatchContinue,
MessageAction msg,
int pollinginterval,
OpenWindowAction.ReportInfo reportInfo,
List<SortInfo> sortOrderList,
String targetLocation,
boolean suppressEmptyLst) |
Modifier and Type | Method and Description |
---|---|
static SortInfo |
InputReader.getSortInfo() |
static SortInfo |
InputReader.getSortInfoWithSources(List<IQuerySource> sources) |
Modifier and Type | Method and Description |
---|---|
static List<SortInfo> |
InputReader.getSortInfoList() |
static List<SortInfo> |
InputReader.getSortInfoListWithSources(List<IQuerySource> sources) |
? Copyright 2013 BMC Software, Inc.