Uses of Interface
com.atlassian.jira.bc.issue.attachment.AttachmentService

Packages that use AttachmentService
com.atlassian.jira.bc.issue.attachment   
com.atlassian.jira.plugin.webfragment.conditions   
com.atlassian.jira.rest.v2.issue   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.util   
 

Uses of AttachmentService in com.atlassian.jira.bc.issue.attachment
 

Classes in com.atlassian.jira.bc.issue.attachment that implement AttachmentService
 class DefaultAttachmentService
           
 

Uses of AttachmentService in com.atlassian.jira.plugin.webfragment.conditions
 

Constructors in com.atlassian.jira.plugin.webfragment.conditions with parameters of type AttachmentService
CanAttachFileToIssueCondition(AttachmentService attachmentService)
           
CanAttachScreenshotToIssueCondition(AttachmentService attachmentService)
           
CanManageAttachmentsCondition(AttachmentService attachmentService)
           
 

Uses of AttachmentService in com.atlassian.jira.rest.v2.issue
 

Constructors in com.atlassian.jira.rest.v2.issue with parameters of type AttachmentService
AttachmentResource(AttachmentService attachmentService, AttachmentManager attachmentManager, PermissionManager permissionManager, JiraAuthenticationContext authContext, BeanBuilderFactory beanBuilderFactory, ContextI18n i18n, ContextUriInfo uriInfo)
           
IssueAttachmentsResource(JiraAuthenticationContext authContext, IssueManager issueManager, AttachmentService attachmentService, AttachmentManager attachmentManager, IssueUpdater issueUpdater, ContextI18n i18n, IssueFinder issueFinder, JiraBaseUrls jiraBaseUrls, ThumbnailManager thumbnailManager)
           
 

Uses of AttachmentService in com.atlassian.jira.web.action.issue
 

Constructors in com.atlassian.jira.web.action.issue with parameters of type AttachmentService
AttachFile(SubTaskManager subTaskManager, FieldScreenRendererFactory fieldScreenRendererFactory, FieldManager fieldManager, ProjectRoleManager projectRoleManager, CommentService commentService, AttachmentService attachmentService, AttachmentManager attachmentManager, IssueUpdater issueUpdater, TemporaryAttachmentsMonitorLocator temporaryAttachmentsMonitorLocator, UserUtil userUtil)
           
AttachScreenshot(SubTaskManager subTaskManager, FieldScreenRendererFactory fieldScreenRendererFactory, FieldManager fieldManager, ProjectRoleManager projectRoleManager, CommentService commentService, WebAttachmentManager webAttachmentManager, IssueUpdater issueUpdater, AttachmentService attachmentService, SecureUserTokenManager secureUserTokenManager, JiraAuthenticationContext authenticationContext, UserUtil userUtil)
           
DeleteAttachment(AttachmentService attachmentService)
           
ManageAttachments(SubTaskManager subTaskManager, AttachmentService attachmentService, com.atlassian.plugin.PluginAccessor pluginAccessor, FieldScreenRendererFactory fieldScreenRendererFactory, FieldManager fieldManager, ProjectRoleManager projectRoleManager, CommentService commentService, PagerManager pagerManager, UserUtil userUtil)
           
 

Uses of AttachmentService in com.atlassian.jira.web.util
 

Constructors in com.atlassian.jira.web.util with parameters of type AttachmentService
DefaultWebAttachmentManager(AttachmentManager attachmentManager, I18nHelper.BeanFactory beanFactory, JiraAuthenticationContext authenticationContext, TemporaryAttachmentsMonitorLocator locator, AttachmentService service)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.