Interface IssueInternalForwardFilterContext

All Superinterfaces:
UserProvider

public interface IssueInternalForwardFilterContext extends UserProvider
The IssueInternalForwardFilterContext has all required information to provide a list of suitable users for the selected issues.
Since:
12.23
  • Method Summary

    Modifier and Type
    Method
    Description
    The internal forwarding 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 internal forwarding can be done for one or more selected issues at the same time. The method provides a set of all selected issues to be forwarded by the user.
      Returns:
      the Set of Issues to be forwarded.
      Since:
      12.23