
Getting objects and object information
  - getDBFields(String handle)
  Gets DBFields that can be used in the report and returns a mapping name array. 
  - getControlFields(String handle, String name)
  Gets fields that control property values at runtime. 
  - getFormulae(String handle)
  Gets formulas that can be used in the report and returns a mapping name array. 
  - getSummaries(String handle)
  Gets summaries that can be used in the report and returns a mapping name array. 
  - getParameter()
  Gets parameters in the catalog and returns a mapping name array. 
  - getQueries()
  Gets queries in the catalog and returns a mapping name array. 
  - getQueryName(String handle)
  Gets the query name of a report. 
  - getProcedures()
  Gets stored procedures in the catalog and returns a mapping name array. 
  - getSections(String handle, boolean visible), getSections(String handle)
  Gets handles of sections in a report. 
  - getGroups(String handle)
  Gets handles of groups in a report. 
  - public GroupInfo[] getGroupInfo(String handle)
  Gets the group information in a report. 
  - public ReportSortInfo getReportSortInfo(String handle)
  Gets the sort information of a report. 
  - public SortInfo[] getSortInfo(java.lang.String handle)
  Gets the sort information of a group. 
  - getSQLs()
  Gets the SQLs in the catalog. 
  - getUDS()
  Gets the UDSs in the catalog. 
  - getViews()
  Gets the VIEWs in the catalog. 
  - getObjectType(String handle)
  Gets the type information of an object. 
  - getObjectInfo(String handle)
  Gets the handle of an object in a report. 
Parameters
  - handle - Report node handle.
 
  - name - The property name.
 
  - visible - A Boolean type parameter which specifies that  the section is visible.
 
 