Package com.day.cq.workflow.filter
Class InboxFilter
- java.lang.Object
-
- com.day.cq.workflow.filter.InboxFilter
-
- All Implemented Interfaces:
WorkItemFilter
public class InboxFilter extends Object implements WorkItemFilter
-
-
Constructor Summary
Constructors Constructor Description InboxFilter(UserManager usrMgr)InboxFilter(UserManager usrMgr, String path, String model, String step, String authorizableType, String assignee)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandoInclude(WorkItem item)This method returnstrueif the givenmatches the filter criteria.WorkItemStringgetAssignee()StringgetAuthorizableType()StringgetModel()StringgetPath()StringgetStep()voidsetAssignee(String assignee)voidsetAuthorizableType(String authorizableType)voidsetModel(String model)voidsetPath(String path)voidsetStep(String step)
-
-
-
Constructor Detail
-
InboxFilter
public InboxFilter(UserManager usrMgr, String path, String model, String step, String authorizableType, String assignee)
-
InboxFilter
public InboxFilter(UserManager usrMgr)
-
-
Method Detail
-
doInclude
public boolean doInclude(WorkItem item)
Description copied from interface:WorkItemFilterThis method returnstrueif the givenmatches the filter criteria.WorkItem- Specified by:
doIncludein interfaceWorkItemFilter- Parameters:
item-to checkWorkItem- Returns:
trueif the givenmatches the filter criteria.WorkItem
-
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
-
-