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<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. |
void |
ObjectPrinter.printInteger(String indent,
String header,
OutputInteger value)
|