getViewDetails

getViewDetails(viewName:         String;
               description:      String output;
               topSchemaName:    String output;
               lowestSchemaName: String output;
               concurrency:      Integer output;
               folders:          HugeStringArray input;
               allowTransients:  Boolean output);

The getViewDetails method of the JadeReportWriterManager class updates the description, topSchemaName, lowestSchemaName, concurrency, folders, and allowTransients parameter values with the details of the reporting view specified in the viewName parameter.

Use this method to obtain the details of the reporting views visible to the current user obtained by calling the JadeReportWriterManager class getAllViewNames method.