Interface AttachmentFilterContext
-
- All Superinterfaces:
IssueProvider
,UserProvider
public interface AttachmentFilterContext extends IssueProvider, UserProvider
The AttachmentFilterContext has all required information to provide a list of suitable attachments for the current issue and the current user.- Since:
- 10.0.38
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description User
getUser()
Returns the user-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.IssueProvider
getIssue
-
-
-
-
Method Detail
-
getUser
User getUser()
Description copied from interface:UserProvider
Returns the user- Specified by:
getUser
in interfaceUserProvider
- Returns:
- the user object
- Since:
- 10.0.38
-
-