Interface CaseFileDataFilter


  • public interface CaseFileDataFilter
    Provides mechanism to filter case file data to return only expected results.
    • Method Detail

      • accept

        boolean accept​(String name,
                       Object caseFileData)
        Checks if given caseFileData matches defined filter.
        Parameters:
        name - name of the case data
        caseFileData - actual instance of the data
        Returns:
        returns true if filter condition(s) were matched, otherwise false