Package com.day.cq.workflow.model
Interface WorkflowModelFilter
-
public interface WorkflowModelFilterInterface forfilter implementation which can be used to filter the result set when retrieving models.WorkflowModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleandoInclude(WorkflowModel model)Filter method which is called to check if a model should be filtered out from the result set or not.
-
-
-
Method Detail
-
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.- Returns:
- Returns true if the model should be included, otherwise false.
-
-