Package com.day.cq.workflow.filter
Class InboxFilter
java.lang.Object
com.day.cq.workflow.filter.InboxFilter
- All Implemented Interfaces:
WorkItemFilter
-
Constructor Summary
ConstructorsConstructorDescriptionInboxFilter(UserManager usrMgr) InboxFilter(UserManager usrMgr, String path, String model, String step, String authorizableType, String assignee) -
Method Summary
Modifier and TypeMethodDescriptionbooleanThis method returnstrueif the givenmatches the filter criteria.WorkItemgetModel()getPath()getStep()voidsetAssignee(String assignee) voidsetAuthorizableType(String authorizableType) voidvoidvoid
-
Constructor Details
-
InboxFilter
-
InboxFilter
-
-
Method Details
-
doInclude
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
- Returns:
- the path
-
setPath
- Parameters:
path- the path to set
-
getModel
- Returns:
- the model
-
setModel
- Parameters:
model- the model to set
-
getStep
- Returns:
- the step
-
setStep
- Parameters:
step- the step to set
-
getAuthorizableType
- Returns:
- the authorizableType
-
setAuthorizableType
- Parameters:
authorizableType- the authorizableType to set
-
getAssignee
- Returns:
- the assignee
-
setAssignee
- Parameters:
assignee- the assignee to set
-