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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<Issue>
getIssues()
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 Detail
-
getIssues
java.util.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
-
-