registerFilterClassName

registerFilterClassName(pSchemaName: String;
                        pClassName:  String): Boolean;

The registerFilterClassName method of the JadeAuditAccess class specifies class filtering for the schema and class name specified in the pSchemaName and pClassName parameters, respectively.

If any classes are registered, only instances of those classes are returned by calls to the getNextRecord method. (See also the setFilterExcludes method.)

The getJournal method must have been successfully called to locate the required audit journal and to load the associated description file before this method can be used. The Boolean return value indicates whether the filter was set.