AR System Java API

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

Uses of SortInfo in com.bmc.arsys.api
 

Methods in com.bmc.arsys.api that return types with arguments of type SortInfo
 List<SortInfo> Form.getSortInfo()
          Returns the list of fields that identifies the default sort order for retrieving form entries.
 List<SortInfo> OpenWindowAction.getSortOrderList()
          Returns list of fields in ascending/descending order included in a report.
 

Methods in com.bmc.arsys.api with parameters of type SortInfo
 void ObjectPrinter.printSortInfo(String indent, String header, SortInfo value)
           
 

Method parameters in com.bmc.arsys.api with type arguments of type SortInfo
 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 Form.setSortInfo(List<SortInfo> sortList)
          Sets the list of fields that identifies the default sort order for retrieving form entries.
 void OpenWindowAction.setSortOrderList(List<SortInfo> sortOrderList)
          Sets list of fields in ascending/descending order included in a report.
 

Constructor parameters in com.bmc.arsys.api with type arguments of type SortInfo
OpenWindowAction(String serverName, String formName, String vuiLabel, boolean closeBox, List<FieldAssignInfo> inputValueFieldPairs, List<FieldAssignInfo> outputValueFieldPairs, int windowMode, QualifierInfo query, boolean noMatchContinue, MessageAction msg, int pollinginterval, String reportString, List<SortInfo> sortOrderList, String targetLocation, boolean suppressEmptyLst)
           
 


AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.