Interface CDXRecordFilter

    • Method Detail

      • process

        boolean process​(CDXRecord cdxrec)
        Process one CDXRecord - return true/false.
        Parameters:
        cdxrec - the CDXRecord to be processed.
        Returns:
        true or false on whether the processed CDXRecord is "valid" according to this filter implementation. true means this CDXRecord is valid!
      • getFilterName

        String getFilterName()
        Returns:
        the name of the Filter