Class FilterByRegExpAction

    • Constructor Detail

      • FilterByRegExpAction

        public FilterByRegExpAction()
        Creates a new component instance.
    • Method Detail

      • process

        public List<Map<String,​Object>> process​(Map<String,​Object> data,
                                                      JobExecution jobExecution)
        Matches the provided data against the configured regular expression and filters it, if it doesn't match.
        Parameters:
        data - The data the action will work with.
        jobExecution - The job execution log.
        Returns:
        The supplied data, if the value under the configured input matches the regular expresion. null otherwise.