Package | Description |
---|---|
com.bmc.arsys.api | |
com.bmc.arsys.demo.javadriver |
Modifier and Type | Method and Description |
---|---|
List<EntryListFieldInfo> |
Form.getEntryListFieldInfo()
Returns the list of fields that identifies the default query list data for retrieving form entries.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectPrinter.printEntryListFieldInfo(String indent,
String header,
EntryListFieldInfo 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. |
void |
ObjectPrinter.printEntryListFieldInfoList(String indent,
String header,
List<EntryListFieldInfo> value) |
void |
Form.setEntryListFieldInfo(List<EntryListFieldInfo> getListFields)
Sets the list of fields that identifies the default query list data for retrieving form entries.
|
void |
ParameterValidator.validateAREntryListFieldInfo(List<EntryListFieldInfo> getListFields)
Validate that List of objects of type EntryListFieldInfo each contains a legal columnWidth and separator and that
the total length specified is within the limits of the allowed value.
|
void |
ParameterValidator.validateAREntryListFieldList(List<EntryListFieldInfo> entryListFields)
Validate that a List of type EntryListFieldInfo each contain a legal columnWidth and separator and that the total
length specified is within the limits of the allowed value.
|
void |
MethodValidator.verifyARGetListEntry(ApiUserContextI context,
String formName,
QualifierInfo qualification,
int firstRetrieve,
int maxRetrieve,
List<EntryListFieldInfo> entryListFields,
List<SortInfo> sortList,
boolean useLocale,
OutputInteger nMatches) |
Modifier and Type | Method and Description |
---|---|
static EntryListFieldInfo |
InputReader.getEntryListFieldInfo() |
Modifier and Type | Method and Description |
---|---|
static List<EntryListFieldInfo> |
InputReader.getEntryListFieldInfoList() |
? Copyright 2013 BMC Software, Inc.