Interface WorkflowModelFilter


public interface WorkflowModelFilter
Interface for WorkflowModel filter implementation which can be used to filter the result set when retrieving models.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Filter method which is called to check if a model should be filtered out from the result set or not.
  • Method Details

    • doInclude

      boolean doInclude(WorkflowModel model)
      Filter method which is called to check if a model should be filtered out from the result set or not.
      Parameters:
      model - the workflow model
      Returns:
      Returns true if the model should be included, otherwise false.