Interface WorkflowFilter


public interface WorkflowFilter
The WorkflowFilter interface allows filter implementations that can be used to filter specific Workflows
  • Method Summary

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

    • doInclude

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