AR System Java API

Uses of Class
com.bmc.arsys.api.OutputInteger

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<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(ARServerUser context, String formName, QualifierInfo qualification, int firstRetrieve, int maxRetrieve, List<EntryListFieldInfo> entryListFields, List<SortInfo> sortList, boolean useLocale, OutputInteger nMatches)
           
 void MethodValidator.verifyARGetListEntryBlocks(ARServerUser 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(ARServerUser context, String formName, QualifierInfo qualification, int firstRetrieve, int maxRetrieve, List<SortInfo> sortList, int[] fieldIds, boolean useLocale, OutputInteger nMatches)
           
 void MethodValidator.verifyARGetListEntryWithMultiSchemaFields(ARServerUser context, RegularQuery arg1, int arg2, int arg3, boolean arg4, OutputInteger arg5)
           
 void MethodValidator.verifyARGetOneEntryWithFields(ARServerUser context, String formName, QualifierInfo qualification, List<SortInfo> sortList, int[] fieldIds, boolean useLocale, OutputInteger nMatches)
           
 


AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.