Skip navigation links
A C E G I M O S W 

A

AbstractMailScriptService - Class in org.xwiki.mail.script
 
AbstractMailScriptService() - Constructor for class org.xwiki.mail.script.AbstractMailScriptService
 
addHeader(String, String) - Method in class org.xwiki.mail.script.ScriptMimeMessage
Add a mail header.
addPart(String, Object) - Method in class org.xwiki.mail.script.ScriptMimeMessage
Add some content to the mail to be sent.
addPart(String, Object, Map<String, Object>) - Method in class org.xwiki.mail.script.ScriptMimeMessage
Add some content to the mail to be sent.
addRecipient(Message.RecipientType, Address) - Method in class org.xwiki.mail.script.ScriptMimeMessage
 
addRecipients(Message.RecipientType, Address[]) - Method in class org.xwiki.mail.script.ScriptMimeMessage
 

C

componentManagerProvider - Variable in class org.xwiki.mail.script.AbstractMailScriptService
 
createMessage(String, Object, Map<String, Object>) - Method in class org.xwiki.mail.script.MailSenderScriptService
Creates a pre-filled Mime Message by running the Component implementation of MimeMessageFactory corresponding to the passed hint.
createMessage(String, Object) - Method in class org.xwiki.mail.script.MailSenderScriptService
Creates a pre-filled Mime Message by running the Component implementation of MimeMessageFactory corresponding to the passed hint.
createMessage() - Method in class org.xwiki.mail.script.MailSenderScriptService
Create an empty Mail message.
createMessage(String, String) - Method in class org.xwiki.mail.script.MailSenderScriptService
Create a Mail message with the "To" recipient and the mail subject set.
createMessage(String, String, String) - Method in class org.xwiki.mail.script.MailSenderScriptService
Create a Mail message with the "To" recipient and the mail subject set.
createMessages(String, Object) - Method in class org.xwiki.mail.script.MailSenderScriptService
Construct an iterator of Mime Messages by running the Component implementation of MimeMessageFactory corresponding to the passed hint.
createMessages(String, Object, Map<String, Object>) - Method in class org.xwiki.mail.script.MailSenderScriptService
Construct an iterator of Mime Messages by running the Component implementation of MimeMessageFactory corresponding to the passed hint.

E

execution - Variable in class org.xwiki.mail.script.AbstractMailScriptService
Provides access to the current context.

G

getBatchId() - Method in class org.xwiki.mail.script.ScriptMailResult
 
getConfiguration() - Method in class org.xwiki.mail.script.MailSenderScriptService
 
getErrorKey() - Method in class org.xwiki.mail.script.AbstractMailScriptService
 
getErrorKey() - Method in class org.xwiki.mail.script.MailSenderScriptService
 
getLastError() - Method in class org.xwiki.mail.script.AbstractMailScriptService
Get the error generated while performing the previously called action.
getStatusResult() - Method in class org.xwiki.mail.script.ScriptMailResult
 

I

isProcessed() - Method in class org.xwiki.mail.script.ScriptMailResult
Deprecated.
since 7.1M2 use MailStatusResult.isProcessed() instead. Kept to not break script backward compatibility

M

mailSender - Variable in class org.xwiki.mail.script.AbstractMailScriptService
 
MailSenderScriptService - Class in org.xwiki.mail.script
Expose Mail Sending API to scripts.
MailSenderScriptService() - Constructor for class org.xwiki.mail.script.MailSenderScriptService
 

O

org.xwiki.mail.script - package org.xwiki.mail.script
 

S

ScriptMailResult - Class in org.xwiki.mail.script
Implementation used by the Mail Sender Script Service.
ScriptMailResult(MailResult, MailStatusResult) - Constructor for class org.xwiki.mail.script.ScriptMailResult
 
ScriptMimeMessage - Class in org.xwiki.mail.script
Extends MimeMessage with additional helper methods for scripts.
send(MimeMessage) - Method in class org.xwiki.mail.script.MailSenderScriptService
Send one mail synchronously with Memory MailListener .
send(Iterable<? extends MimeMessage>) - Method in class org.xwiki.mail.script.MailSenderScriptService
Send the list of mails synchronously, using a Memory MailListener} to store the results.
send(Iterable<? extends MimeMessage>, String) - Method in class org.xwiki.mail.script.MailSenderScriptService
Send the mail synchronously (wait till the message is sent).
sendAsynchronously(Iterable<? extends MimeMessage>, MailListener, boolean) - Method in class org.xwiki.mail.script.AbstractMailScriptService
Send the mail asynchronously.
sendAsynchronously(Iterable<? extends MimeMessage>, String) - Method in class org.xwiki.mail.script.MailSenderScriptService
Send the mail asynchronously.
senderConfiguration - Variable in class org.xwiki.mail.script.AbstractMailScriptService
 
sessionFactory - Variable in class org.xwiki.mail.script.AbstractMailScriptService
 
setError(Exception) - Method in class org.xwiki.mail.script.AbstractMailScriptService
Store a caught exception in the context, so that it can be later retrieved using AbstractMailScriptService.getLastError().
setFrom(Address) - Method in class org.xwiki.mail.script.ScriptMimeMessage
 
setSubject(String) - Method in class org.xwiki.mail.script.ScriptMimeMessage
 

W

waitTillProcessed(long) - Method in class org.xwiki.mail.script.ScriptMailResult
Deprecated.
since 7.1M2 use MailStatusResult.waitTillProcessed(long) instead. Kept to not break script backward compatibility
A C E G I M O S W 
Skip navigation links

Copyright © 2004–2017 XWiki. All rights reserved.