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

    Modifier and Type
    Method
    Description
    Returns the user

    Methods inherited from interface com.novomind.ecom.api.iagent.provider.IssueProvider

    getIssue
  • Method Details

    • getUser

      User getUser()
      Description copied from interface: UserProvider
      Returns the user
      Specified by:
      getUser in interface UserProvider
      Returns:
      the user object
      Since:
      10.0.38