|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OutputInteger in com.bmc.arsys.api |
---|
Methods in com.bmc.arsys.api with parameters of type OutputInteger | |
---|---|
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. |
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(com.bmc.arsys.apitransport.ApiUserContextI context,
String formName,
QualifierInfo qualification,
int firstRetrieve,
int maxRetrieve,
List<EntryListFieldInfo> entryListFields,
List<SortInfo> sortList,
boolean useLocale,
OutputInteger nMatches)
|
void |
MethodValidator.verifyARGetListEntryBlocks(com.bmc.arsys.apitransport.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(com.bmc.arsys.apitransport.ApiUserContextI context,
String formName,
QualifierInfo qualification,
int firstRetrieve,
int maxRetrieve,
List<SortInfo> sortList,
int[] fieldIds,
boolean useLocale,
OutputInteger nMatches)
|
void |
MethodValidator.verifyARGetListEntryWithMultiSchemaFields(com.bmc.arsys.apitransport.ApiUserContextI context,
RegularQuery arg1,
int arg2,
int arg3,
boolean arg4,
OutputInteger arg5)
|
void |
MethodValidator.verifyARGetOneEntryWithFields(com.bmc.arsys.apitransport.ApiUserContextI context,
String formName,
QualifierInfo qualification,
List<SortInfo> sortList,
int[] fieldIds,
boolean useLocale,
OutputInteger nMatches)
|
|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |