AR System Java API

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

Uses of PushFieldsInfo in com.bmc.arsys.api
 

Methods in com.bmc.arsys.api that return types with arguments of type PushFieldsInfo
 List<PushFieldsInfo> PushFieldsAction.getPushFieldsList()
          Returns information about Push Fields filter action.
 

Methods in com.bmc.arsys.api with parameters of type PushFieldsInfo
 void ObjectPrinter.printPushFieldsInfo(String indent, String header, PushFieldsInfo value)
           
 void ObjectPrinter.printPushFieldsInfoList(String indent, String header, PushFieldsInfo[] value)
           
 

Method parameters in com.bmc.arsys.api with type arguments of type PushFieldsInfo
 void PushFieldsAction.setPushFieldsList(List<PushFieldsInfo> pushFieldsList)
          Assigns values for Push Fields filter action.
 void ParameterValidator.validateARPushFieldsList(List<PushFieldsInfo> pfI)
          Validate that List of objects of type PushFieldsInfo each contains a value and that the value is legal.
 

Constructor parameters in com.bmc.arsys.api with type arguments of type PushFieldsInfo
PushFieldsAction(String sampleForm, String sampleServer, List<PushFieldsInfo> pushFieldsList)
           
 


AR System Java API

© Copyright 2006, 2007 BMC Software, Inc.