registerFilterCollectionName

registerFilterCollectionName(pSchemaName:      String;
                             pParentClassName: String;
                             pRefPropertyName: String): Boolean;

The registerFilterCollectionName method of the JadeAuditAccess class specifies collection class filtering, using the schema, parent class, and reference property names specified in the pSchemaName, pParentClassName, and pRefPropertyName parameters, respectively.

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.

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.)

The registerFilterCollectionName method returns true if the filter was set.