Interface WorkItemFilter


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

    Modifier and Type
    Method
    Description
    boolean
    doInclude(WorkItem workItem)
    This method returns true if the given WorkItem matches the filter criteria.
  • Method Details

    • 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.