Package | Description |
---|---|
com.bmc.arsys.api |
Modifier and Type | Method and Description |
---|---|
static void |
FieldAssignInfo.buildFieldAssignmentList(ARServerUser ctx,
String localForm,
String remoteForm,
OutputInteger isByMatchingIds,
OutputInteger isSetToDefaults,
List<FieldAssignInfo> fieldAssignList) |
int |
OutputInteger.compareTo(OutputInteger anotherInteger) |
List<MenuItem> |
ARServerUser.expandMenu(Menu menu,
Entry keywordList,
Entry parameterList,
int maxRetrieve,
OutputInteger nMatches)
Expands the query and file references for the specified menu definition
and returns a character menu with list-type items only.
|
List<Integer> |
ARServerUser.getCacheEvent(int[] eventIdList,
int returnOption,
OutputInteger cacheCount)
Returns cache event IDs that have occurred.
|
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<QuerySourceValues> |
ARServerUser.getListEntryObjects(RegularQuery query,
int firstRetrieve,
int maxRetrieve,
boolean useLocale,
OutputInteger nMatches)
Returns a list of
QuerySourceValues 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. |
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. |
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 |
ObjectPrinter.printInteger(String indent,
String header,
OutputInteger value) |
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.verifyARGetListEntryWithMultiSchemaFields(ApiUserContextI context,
RegularQuery arg1,
int arg2,
int arg3,
boolean arg4,
OutputInteger arg5) |
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) |
void |
MethodValidator.verifyARGetListValuesFromMultiSchemaEntries(ApiUserContextI context,
RegularComplexQuery arg1,
int arg2,
int arg3,
boolean arg4,
OutputInteger arg5) |
void |
MethodValidator.verifyARGetOneEntryWithFields(ApiUserContextI context,
String formName,
QualifierInfo qualification,
List<SortInfo> sortList,
int[] fieldIds,
boolean useLocale,
OutputInteger nMatches) |
? Copyright 2013 BMC Software, Inc.