AR System Java API

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

Uses of IndexInfo in com.bmc.arsys.api
 

Methods in com.bmc.arsys.api that return types with arguments of type IndexInfo
 List<IndexInfo> Form.getIndexInfo()
          Returns the list of indexes for the form.
 

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

Method parameters in com.bmc.arsys.api with type arguments of type IndexInfo
 void ObjectPrinter.printIndexInfoList(String indent, String header, List<IndexInfo> value)
           
 void Form.setIndexInfo(List<IndexInfo> indexList)
          Sets the list of indexes to create for the form.
 void ParameterValidator.validateARIndexList(List<IndexInfo> indexInfo)
          Validate that List of objects of type IndexInfo contains values and that the values are legal.
 


AR System Java API

© Copyright 2006, 2007 BMC Software, Inc.