AR System Java API

Uses of Class
com.bmc.arsys.api.OpenWindowAction.ReportInfo

Uses of OpenWindowAction.ReportInfo in com.bmc.arsys.api
 

Methods in com.bmc.arsys.api that return OpenWindowAction.ReportInfo
 OpenWindowAction.ReportInfo OpenWindowAction.getReportInfo()
          return the report info that is encoded in the Open Window report string.
 

Methods in com.bmc.arsys.api with parameters of type OpenWindowAction.ReportInfo
 void OpenWindowAction.setReportInfo(OpenWindowAction.ReportInfo report)
          Sets report information to the Open Window action, and encode the info into a report string, which late on will be stored in the server.
 

Constructors in com.bmc.arsys.api with parameters of type OpenWindowAction.ReportInfo
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, OpenWindowAction.ReportInfo reportInfo, List<SortInfo> sortOrderList, String targetLocation, boolean suppressEmptyLst)
           
 


AR System Java API

© Copyright 2006, 2007 BMC Software, Inc.