Uses of Class
com.riadalabs.jira.plugins.insight.services.model.AttachmentBean
Packages that use AttachmentBean
Package
Description
-
Uses of AttachmentBean in com.riadalabs.jira.plugins.insight.channel.external.api.facade
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade that return AttachmentBeanModifier and TypeMethodDescriptionObjectFacade.addAttachmentBean
(int objectId, File file, String fileName, String contentType, String comment) Add aAttachmentBean
domain objects.ObjectFacade.deleteAttachmentBean
(int id) DeleteAttachmentBean
ObjectFacade.loadAttachmentBeanById
(int id) Load aAttachmentBean
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade that return types with arguments of type AttachmentBeanModifier and TypeMethodDescriptionObjectFacade.findAttachmentBeans
(int objectId) Finds attachmentBeans for specifiedObjectBean
id -
Uses of AttachmentBean in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl that return AttachmentBeanModifier and TypeMethodDescriptionObjectFacadeImpl.addAttachmentBean
(int objectId, File file, String fileName, String contentType, String comment) ObjectFacadeImpl.deleteAttachmentBean
(int attachmentId) ObjectFacadeImpl.loadAttachmentBeanById
(int id) Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl that return types with arguments of type AttachmentBean -
Uses of AttachmentBean in com.riadalabs.jira.plugins.insight.services.events.objects.event
Methods in com.riadalabs.jira.plugins.insight.services.events.objects.event that return AttachmentBeanConstructors in com.riadalabs.jira.plugins.insight.services.events.objects.event with parameters of type AttachmentBeanModifierConstructorDescriptionInsightObjectAttachmentAddedEvent
(ObjectBean objectBean, AttachmentBean attachmentBean, InsightUser runAsUser) InsightObjectAttachmentDeletedEvent
(ObjectBean objectBean, AttachmentBean attachmentBean, InsightUser runAsUser) -
Uses of AttachmentBean in com.riadalabs.jira.plugins.insight.services.imports.model
Methods in com.riadalabs.jira.plugins.insight.services.imports.model that return types with arguments of type AttachmentBeanMethod parameters in com.riadalabs.jira.plugins.insight.services.imports.model with type arguments of type AttachmentBeanModifier and TypeMethodDescriptionvoid
ImportAttachmentsForObjectBean.setAttachments
(List<AttachmentBean> attachments) -
Uses of AttachmentBean in com.riadalabs.jira.plugins.insight.services.model
Subclasses of AttachmentBean in com.riadalabs.jira.plugins.insight.services.modelMethods in com.riadalabs.jira.plugins.insight.services.model with parameters of type AttachmentBeanModifier and TypeMethodDescriptionstatic ImmutableAttachmentBean
ImmutableAttachmentBean.copyOf
(AttachmentBean instance) Creates an immutable copy of aAttachmentBean
value.ImmutableAttachmentBean.Builder.from
(AttachmentBean instance) Fill a builder with attribute values from the providedAttachmentBean
instance.