registerFilterCollection

registerFilterCollection(pClassNumber:       Integer;
                         pParentClassNumber: Integer);

The registerFilterCollection method of the JadeAuditAccess class specifies collection class filtering. If any collection classes are registered, only instances of those collection classes are returned by calls to the getNextRecord method. (See also the setFilterExcludes method.)

A zero (0) value of the pParentClassNumber parameter specifies that monitoring is performed regardless of the parent class. A non-zero value of the pParentClassNumber parameter specifies that monitoring is performed if the collection is on the specified parent class.