Uses of Class
bpmn.handler.email_handler.Attachment
Packages that use Attachment
-
Uses of Attachment in bpmn.handler.email_handler
Fields in bpmn.handler.email_handler declared as AttachmentMethods in bpmn.handler.email_handler that return types with arguments of type AttachmentConstructors in bpmn.handler.email_handler with parameters of type Attachment -
Uses of Attachment in service.email
Methods in service.email that return AttachmentMethods in service.email with parameters of type AttachmentModifier and TypeMethodDescriptionprotected List<AttachmentModel>
EmailServiceImpl.getAttachmentModels
(Attachment[] attachments) Constructors in service.email with parameters of type AttachmentModifierConstructorDescriptionEmailSettings
(javax.mail.Session session, String[] to, String[] copy, String[] hiddenCopy, String subject, String body, Attachment[] attachments, String addressArrayDelimiter, String bodyArrayDelimiter)