Interface IssueRecategorizationFilterContext
-
- All Superinterfaces:
UserProvider
public interface IssueRecategorizationFilterContext extends 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<Issue>
getIssues()
The recategorization can be done for one or more selected issues at the same time.-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.UserProvider
getUser
-
-
-
-
Method Detail
-
getIssues
java.util.Set<Issue> 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
-
-