Class DefaultBulkAttachmentOperations
java.lang.Object
com.atlassian.jira.issue.attachment.DefaultBulkAttachmentOperations
- All Implemented Interfaces:
BulkAttachmentOperations
public final class DefaultBulkAttachmentOperations
extends Object
implements BulkAttachmentOperations
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultBulkAttachmentOperations(IssueManager issueManager, OfBizDelegator ofBizDelegator) -
Method Summary
Modifier and TypeMethodDescriptionRetrieve all the attachments of the system.getAttachmentOfIssue(Issue issue) Retrieve all the attachments of an issue.
-
Constructor Details
-
DefaultBulkAttachmentOperations
-
-
Method Details
-
getAttachmentOfIssue
Description copied from interface:BulkAttachmentOperationsRetrieve all the attachments of an issue.- Specified by:
getAttachmentOfIssuein interfaceBulkAttachmentOperations- Parameters:
issue- The issue. return a class to traverse all the returned attachments.
-
getAllAttachments
Description copied from interface:BulkAttachmentOperationsRetrieve all the attachments of the system. return a class to traverse all the returned attachments.- Specified by:
getAllAttachmentsin interfaceBulkAttachmentOperations
-