Class InboxFilter

java.lang.Object
com.day.cq.workflow.filter.InboxFilter
All Implemented Interfaces:
WorkItemFilter

public class InboxFilter extends Object implements WorkItemFilter
  • Constructor Details

  • Method Details

    • doInclude

      public boolean doInclude(WorkItem item)
      Description copied from interface: WorkItemFilter
      This method returns true if the given WorkItem matches the filter criteria.
      Specified by:
      doInclude in interface WorkItemFilter
      Parameters:
      item - WorkItem to check
      Returns:
      true if the given WorkItem matches the filter criteria.
    • getPath

      public String getPath()
      Returns:
      the path
    • setPath

      public void setPath(String path)
      Parameters:
      path - the path to set
    • getModel

      public String getModel()
      Returns:
      the model
    • setModel

      public void setModel(String model)
      Parameters:
      model - the model to set
    • getStep

      public String getStep()
      Returns:
      the step
    • setStep

      public void setStep(String step)
      Parameters:
      step - the step to set
    • getAuthorizableType

      public String getAuthorizableType()
      Returns:
      the authorizableType
    • setAuthorizableType

      public void setAuthorizableType(String authorizableType)
      Parameters:
      authorizableType - the authorizableType to set
    • getAssignee

      public String getAssignee()
      Returns:
      the assignee
    • setAssignee

      public void setAssignee(String assignee)
      Parameters:
      assignee - the assignee to set