Class AbstractWorkflowWebscript.ExcludeFilter

    • Constructor Detail

      • ExcludeFilter

        public ExcludeFilter​(String filters)
        Creates a new ExcludeFilter
        Parameters:
        filters - Comma separated list of filters which can optionally contain wildcards
    • Method Detail

      • isMatch

        public boolean isMatch​(String item)
        Determines whether the given item matches one of the filters.
        Parameters:
        item - The item to check
        Returns:
        true if the item matches one of the filters