Package com.adobe.granite.workflow.model
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 TypeMethodDescriptionbooleandoInclude(WorkflowModel model) Filter method which is called to check if a model should be filtered out from the result set or not.
-
Method Details
-
doInclude
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.
-