Class AbstractWorkflowWebscript.ExcludeFilter
java.lang.Object
org.alfresco.repo.web.scripts.workflow.AbstractWorkflowWebscript.ExcludeFilter
- Enclosing class:
- AbstractWorkflowWebscript
Helper class to check for excluded items.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExcludeFilter
Creates a new ExcludeFilter- Parameters:
filters
- Comma separated list of filters which can optionally contain wildcards
-
-
Method Details
-
isMatch
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
-