Uses of Interface
com.atlassian.jira.issue.managers.IssueAttachmentDeleteHelper
Packages that use IssueAttachmentDeleteHelper
-
Uses of IssueAttachmentDeleteHelper in com.atlassian.jira.component.spring.registrar
Methods in com.atlassian.jira.component.spring.registrar that return IssueAttachmentDeleteHelperModifier and TypeMethodDescriptionFullJiraConfiguration.JiraCoreConfiguration.issueAttachmentDeleteHelper(AttachmentManager attachmentManager, AttachmentConfigManager attachmentConfigManager, StreamAttachmentStore streamAttachmentStore, ThumbnailManager thumbnailManager) Methods in com.atlassian.jira.component.spring.registrar with parameters of type IssueAttachmentDeleteHelperModifier and TypeMethodDescriptionJiraDomainEntitiesConfiguration.defaultIssueDeleteHelper(IssueIndexManager issueIndexManager, SubTaskManager subTaskManager, IssueLinkManager issueLinkManager, RemoteIssueLinkManager remoteIssueLinkManager, MailThreadManager mailThreadManager, CustomFieldManager customFieldManager, IssueManager issueManager, NodeAssociationStore nodeAssociationStore, WorkflowManager workflowManager, ChangeHistoryManager changeHistoryManager, IssueEventManager issueEventManager, UserAssociationStore userAssociationStore, com.atlassian.event.api.EventPublisher eventPublisher, MovedIssueKeyStore movedIssueKeyStore, JsonEntityPropertyManager jsonEntityPropertyManager, CommentManager commentManager, IssueAttachmentDeleteHelper issueAttachmentDeleteHelper, IssueEventBundleFactory issueEventBundleFactory, WorklogManager worklogManager, SpanningOperationHolder spanningOperationHolder, IssueStateAuditHandler issueStateAuditHandler) -
Uses of IssueAttachmentDeleteHelper in com.atlassian.jira.issue.managers
Classes in com.atlassian.jira.issue.managers that implement IssueAttachmentDeleteHelperModifier and TypeClassDescriptionfinal classHelper for deleting attachments for a given issue, including any thumbnails for those attachments.Constructors in com.atlassian.jira.issue.managers with parameters of type IssueAttachmentDeleteHelperModifierConstructorDescriptionDefaultIssueDeleteHelper(IssueIndexManager indexManager, SubTaskManager subTaskManager, IssueLinkManager issueLinkManager, RemoteIssueLinkManager remoteIssueLinkManager, MailThreadManager mailThreadManager, CustomFieldManager customFieldManager, IssueManager issueManager, NodeAssociationStore nodeAssociationStore, WorkflowManager workflowManager, ChangeHistoryManager changeHistoryManager, IssueEventManager issueEventManager, UserAssociationStore userAssociationStore, com.atlassian.event.api.EventPublisher eventPublisher, MovedIssueKeyStore movedIssueKeyStore, JsonEntityPropertyManager jsonEntityPropertyManager, CommentManager commentManager, IssueAttachmentDeleteHelper attachmentDeleteHelper, IssueEventBundleFactory issueEventBundleFactory, WorklogManager worklogManager, SpanningOperationHolder spanningOperationHolder, IssueStateAuditHandler issueStateAuditHandler)