Package | Description |
---|---|
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.mail.extensions | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Method and Description |
---|---|
IMailForm |
ITask.getMailForm(int type)
Gets the
IMailForm associated with the task. |
Modifier and Type | Method and Description |
---|---|
protected IMailForm |
BaseMailExtension.getMailForm() |
Modifier and Type | Method and Description |
---|---|
IMailForm |
IBaseWorkflowModule.getMailForm(IContext context,
IWorkflow workflow,
String mailFormName) |
IMailForm |
IBaseDocumentModule.getMailForm(IContext context,
IWorkflow workflow,
String mailFormName) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends IMailForm> |
IBaseWorkflowModule.getMailForms(IContext context,
IWorkflow workflow)
Gets all the mail forms from a specified
IWorkflow object. |
Collection<? extends IMailForm> |
IBaseDocumentModule.getMailForms(IContext context,
IWorkflow workflow)
Gets all the mail forms from a specified
IWorkflow object. |
Collection<? extends IMailForm> |
IBaseWorkflowModule.getMailForms(IContext context,
IWorkflow workflow,
String startsWith) |
Collection<? extends IMailForm> |
IBaseDocumentModule.getMailForms(IContext context,
IWorkflow workflow,
String startsWith) |
Modifier and Type | Method and Description |
---|---|
String |
IBaseWorkflowModule.buildMailMessage(IResource resource,
IMailForm mailForm,
String language)
Evaluates the form and returns the HTML content as a java.lang.String object.
|
String |
IBaseWorkflowModule.buildMailMessage(ITaskInstance taskInstance,
IMailForm mailForm,
String language)
Evaluates the form and returns the HTML content as a java.lang.String object.
|
String |
IBaseWorkflowModule.evaluatedHtml(IResource resource,
IMailForm mailForm)
Deprecated.
: use buildMailMessage( IResource resource, IMailForm mailForm, String language )
|
String |
IBaseDocumentModule.evaluatedHtml(IResource resource,
IMailForm mailForm)
Evaluates the form and returns the HTML content as a java.lang.String object.
|
String |
IBaseWorkflowModule.evaluatedHtml(ITaskInstance taskInstance,
IMailForm mailForm)
Deprecated.
: use buildMailMessage( ITaskInstance taskInstance, IMailForm mailForm, String language )
|
String |
IBaseDocumentModule.evaluatedHtml(ITaskInstance taskInstance,
IMailForm mailForm)
Evaluates the form and returns the HTML content as a java.lang.String object.
|
void |
IBaseWorkflowModule.send(IContext context,
IResource resource,
IMailForm mailForm,
Collection<?> entries,
String subject,
String content)
Deprecated.
use send( IContext context, IResource resource, IMailForm mailForm, Collection extends IUser> mail_to, String comment )
|
void |
IBaseWorkflowModule.send(IContext context,
IResource resource,
IMailForm mailForm,
Collection<? extends IUser> mail_to,
String comment)
Sends a mail by specifying the subject and the content of the body.
|
void |
IBaseDocumentModule.send(IContext context,
IResource resource,
IMailForm mailForm,
Collection entries,
String subject,
String content)
Sends a mail by specifying the subject and the content of the body.
|
void |
IBaseWorkflowModule.send(IContext context,
ITaskInstance taskInstance,
IMailForm mailForm,
Collection<?> entries,
String subject,
String content)
Deprecated.
use send( IContext context, ITaskInstance taskInstance, IMailForm mailForm, Collection extends IUser> mail_to, String comment )
|
void |
IBaseWorkflowModule.send(IContext context,
ITaskInstance taskInstance,
IMailForm mailForm,
Collection<? extends IUser> mail_to,
String comment)
Sends a mail by specifying the subject and the content of the body.
|
void |
IBaseDocumentModule.send(IContext context,
ITaskInstance taskInstance,
IMailForm mailForm,
Collection entries,
String subject,
String content)
Sends a mail by specifying the subject and the content of the body.
|
void |
IBaseWorkflowModule.send(IContext context,
ITaskInstance instance,
IMailForm form,
String comment)
Deprecated.
use send( IContext context, ITaskInstance taskInstance, IMailForm mailForm, Collection extends IUser> mail_to, String comment )
|
void |
IBaseDocumentModule.send(IContext context,
ITaskInstance instance,
IMailForm form,
String comment)
Sends a mail using a specified mail form.
|
void |
IBaseWorkflowModule.send(IContext context,
IUser addressee,
ITaskInstance instance,
IMailForm form,
String comment)
Deprecated.
use send( IContext context, ITaskInstance taskInstance, IMailForm mailForm, Collection extends IUser> mail_to, String comment )
|
void |
IBaseDocumentModule.send(IContext context,
IUser addressee,
ITaskInstance instance,
IMailForm form,
String comment)
Sends a mail using a specified mail form.
|
Copyright © 2022 Visiativ. All rights reserved.