public interface Receiver
| Modifier and Type | Method and Description |
|---|---|
ReceiverTypes |
getType() |
void |
send(String receiverId,
String subject,
String content,
List<WfDocument> attachments,
List<String> excludedEmails,
String processId)
Metoda służy do wysłania wiadomości do odbiorcy, uwzględniająca wyklucze adresy email.
|
ReceiverTypes getType()
void send(String receiverId, String subject, String content, List<WfDocument> attachments, List<String> excludedEmails, String processId) throws javax.mail.MessagingException
receiverId - Identyfikator odbiorcy (zależy od typu odbiorcy)subject - Temat wiadomościcontent - Zawartość wiadomościattachments - Lista załącznikówexcludedEmails - Wykluczone z wysyłania adresy emailprocessId - Identyfikator procesujavax.mail.MessagingExceptionNoSuchReceiverExceptionCopyright © 2018 Suncode. All rights reserved.