Package com.day.cq.workflow.exec.filter
Interface WorkItemFilter
-
- All Known Implementing Classes:
InboxFilter
public interface WorkItemFilterTheWorkItemFilterinterface allows filter implementations that can be used to filter specificWorkItems
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleandoInclude(WorkItem workItem)This method returnstrueif the givenmatches the filter criteria.WorkItem
-