|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SerializableAttachment | |
|---|---|
| com.atlassian.confluence.plugins.emailgateway.api | |
| com.atlassian.confluence.plugins.emailgateway.attachmentconverter | |
| Uses of SerializableAttachment in com.atlassian.confluence.plugins.emailgateway.api |
|---|
| Methods in com.atlassian.confluence.plugins.emailgateway.api that return types with arguments of type SerializableAttachment | |
|---|---|
java.util.List<SerializableAttachment> |
StagedEmailThread.getAttachments()
|
java.util.List<SerializableAttachment> |
ReceivedEmail.getAttachments()
|
| Method parameters in com.atlassian.confluence.plugins.emailgateway.api with type arguments of type SerializableAttachment | |
|---|---|
void |
AttachmentConverterService.attachTo(ContentEntityObject ceo,
java.util.List<SerializableAttachment> attachments)
Attaches attachments to a contentEntityObject |
ReceivedEmailBuilder |
ReceivedEmailBuilder.withAttachments(java.util.List<SerializableAttachment> attachments)
|
| Constructor parameters in com.atlassian.confluence.plugins.emailgateway.api with type arguments of type SerializableAttachment | |
|---|---|
ReceivedEmail(javax.mail.internet.InternetAddress sender,
javax.mail.internet.InternetAddress recipientAddress,
java.util.List<javax.mail.internet.InternetAddress> participants,
EmailHeaders headers,
java.lang.String subject,
EmailBodyType bodyType,
java.lang.String bodyContent,
java.util.List<SerializableAttachment> attachments)
|
|
ReceivedEmail(javax.mail.internet.InternetAddress sender,
javax.mail.internet.InternetAddress recipient,
java.util.List<javax.mail.internet.InternetAddress> participants,
EmailHeaders headers,
java.lang.String subject,
EmailBodyType bodyType,
java.lang.String content,
java.util.List<SerializableAttachment> attachments,
java.util.Map<java.lang.String,? extends java.io.Serializable> context)
|
|
| Uses of SerializableAttachment in com.atlassian.confluence.plugins.emailgateway.attachmentconverter |
|---|
| Method parameters in com.atlassian.confluence.plugins.emailgateway.attachmentconverter with type arguments of type SerializableAttachment | |
|---|---|
void |
DefaultAttachmentConverterService.attachTo(ContentEntityObject ceo,
java.util.List<SerializableAttachment> attachments)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||