Interface WorkItemFilter

  • All Known Implementing Classes:
    InboxFilter

    public interface WorkItemFilter
    The WorkItemFilter interface allows filter implementations that can be used to filter specific WorkItems
    • Method Detail

      • doInclude

        boolean doInclude​(WorkItem workItem)
        This method returns true if the given WorkItem matches the filter criteria.
        Parameters:
        workItem - WorkItem to check
        Returns:
        true if the given WorkItem matches the filter criteria.