Interface IssueRecategorizationFilterContext
- All Superinterfaces:
UserProvider
The IssueRecategorizationFilterContext has all required information to provide a
list of suitable categories for the current user and the selected issues.
- Since:
- 10.0.142
-
Method Summary
Methods inherited from interface com.novomind.ecom.api.iagent.provider.UserProvider
getUser
-
Method Details
-
getIssues
The recategorization can be done for one or more selected issues at the same time. The method provides a set of all selected issues to be recategorized by the user.- Returns:
- the Set of Issues to be recategorized.
- Since:
- 10.0.142
-