newViewAdded

newViewAdded(userName: String;
             viewName: String);

The newViewAdded method of the JadeReportWriterSecurity class enables the user who created a new view to subsequently access that view when security is set. When a user creates a new view, this method is called by the JADE Report Writer Configuration application, passing the current user name and view name as values to the userName and viewName parameters.

You can reimplement this method in the JadeReportWriterSecurity subclass, to automatically create a security access entry for the values specified in the method parameters so that the user can then access and maintain that view.