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

    Modifier and Type
    Method
    Description
    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 Details

    • getIssues

      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