Modifier and Type | Method and Description |
---|---|
AttachmentBean |
ObjectFacade.addAttachmentBean(int objectId,
File file,
String fileName,
String contentType,
String comment)
Add a
AttachmentBean domain objects. |
AttachmentBean |
ObjectFacade.deleteAttachmentBean(int id)
Delete
AttachmentBean |
AttachmentBean |
ObjectFacade.loadAttachmentBeanById(int id)
Load a
AttachmentBean |
Modifier and Type | Method and Description |
---|---|
List<AttachmentBean> |
ObjectFacade.findAttachmentBeans(int objectId)
Finds attachmentBeans for specified
ObjectBean id |
Modifier and Type | Method and Description |
---|---|
AttachmentBean |
ObjectFacadeImpl.addAttachmentBean(int objectId,
File file,
String fileName,
String contentType,
String comment) |
AttachmentBean |
ObjectFacadeImpl.deleteAttachmentBean(int attachmentId) |
AttachmentBean |
ObjectFacadeImpl.loadAttachmentBeanById(int id) |
Modifier and Type | Method and Description |
---|---|
List<AttachmentBean> |
ObjectFacadeImpl.findAttachmentBeans(int objectId) |
Modifier and Type | Method and Description |
---|---|
AttachmentBean |
InsightObjectAttachmentEvent.getAttachmentBean() |
Constructor and Description |
---|
InsightObjectAttachmentAddedEvent(ObjectBean objectBean,
AttachmentBean attachmentBean,
InsightUser runAsUser) |
InsightObjectAttachmentDeletedEvent(ObjectBean objectBean,
AttachmentBean attachmentBean,
InsightUser runAsUser) |
Modifier and Type | Method and Description |
---|---|
List<AttachmentBean> |
ImportAttachmentsForObjectBean.getAttachments() |
Modifier and Type | Method and Description |
---|---|
void |
ImportAttachmentsForObjectBean.setAttachments(List<AttachmentBean> attachments) |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableAttachmentBean
Immutable implementation of
AttachmentBean . |
Modifier and Type | Method and Description |
---|---|
static ImmutableAttachmentBean |
ImmutableAttachmentBean.copyOf(AttachmentBean instance)
Creates an immutable copy of a
AttachmentBean value. |
ImmutableAttachmentBean.Builder |
ImmutableAttachmentBean.Builder.from(AttachmentBean instance)
Fill a builder with attribute values from the provided
AttachmentBean instance. |
Copyright © 2024 Atlassian. All rights reserved.