Uses of Interface
com.axemble.vdoc.sdk.interfaces.IMailForm
Packages that use IMailForm
Package
Description
- 
Uses of IMailForm in com.axemble.vdoc.sdk.implMethods in com.axemble.vdoc.sdk.impl that return IMailFormModifier and TypeMethodDescriptionWorkflowModuleImpl.getMailForm(IContext context, IWorkflow workflow, String mailFormName) Methods in com.axemble.vdoc.sdk.impl that return types with arguments of type IMailFormModifier and TypeMethodDescriptionCollection<? extends IMailForm> WorkflowModuleImpl.getMailForms(IContext context, IWorkflow workflow) Collection<? extends IMailForm> WorkflowModuleImpl.getMailForms(IContext context, IWorkflow workflow, String startsWith) Methods in com.axemble.vdoc.sdk.impl with parameters of type IMailFormModifier and TypeMethodDescriptionWorkflowModuleImpl.buildMailMessage(IResource resource, IMailForm mailForm, String language) WorkflowModuleImpl.buildMailMessage(ITaskInstance taskInstance, IMailForm mailForm, String language) WorkflowModuleImpl.evaluatedHtml(IResource resource, IMailForm mailForm) WorkflowModuleImpl.evaluatedHtml(ITaskInstance taskInstance, IMailForm mailForm) WorkflowModuleImpl.evaluatedMailForm(IResource resource, IMailForm mailForm, String language) Evaluate mail formWorkflowModuleImpl.evaluatedMailForm(ITaskInstance taskInstance, IMailForm mailForm, String language) Evaluate mail formvoidWorkflowModuleImpl.send(IContext context, IResource resource, IMailForm mailForm, Collection<?> entries, String subject, String content) voidWorkflowModuleImpl.send(IContext context, IResource resource, IMailForm mailForm, Collection<? extends IUser> mailTo, String comment) protected final voidWorkflowModuleImpl.send(IContext context, IResource resource, ITaskInstance taskInstance, IMailForm mailForm, Collection<?> entries, String subject, String content) voidWorkflowModuleImpl.send(IContext context, ITaskInstance instance, IMailForm form, String comment) voidWorkflowModuleImpl.send(IContext context, ITaskInstance taskInstance, IMailForm mailForm, Collection<?> entries, String subject, String content) voidWorkflowModuleImpl.send(IContext context, ITaskInstance taskInstance, IMailForm mailForm, Collection<? extends IUser> mailTo, String comment) voidWorkflowModuleImpl.send(IContext context, IUser addressee, ITaskInstance instance, IMailForm form, String comment) 
- 
Uses of IMailForm in com.axemble.vdoc.sdk.interfacesMethods in com.axemble.vdoc.sdk.interfaces that return IMailFormModifier and TypeMethodDescriptionITask.getMailForm(int type) Gets theIMailFormassociated with the task.
- 
Uses of IMailForm in com.axemble.vdoc.sdk.mail.extensionsMethods in com.axemble.vdoc.sdk.mail.extensions that return IMailForm
- 
Uses of IMailForm in com.axemble.vdoc.sdk.modulesMethods in com.axemble.vdoc.sdk.modules that return IMailFormModifier and TypeMethodDescriptionIBaseDocumentModule.getMailForm(IContext context, IWorkflow workflow, String mailFormName) IBaseWorkflowModule.getMailForm(IContext context, IWorkflow workflow, String mailFormName) Methods in com.axemble.vdoc.sdk.modules that return types with arguments of type IMailFormModifier and TypeMethodDescriptionCollection<? extends IMailForm> IBaseDocumentModule.getMailForms(IContext context, IWorkflow workflow) Gets all the mail forms from a specifiedIWorkflowobject.Collection<? extends IMailForm> IBaseDocumentModule.getMailForms(IContext context, IWorkflow workflow, String startsWith) Collection<? extends IMailForm> IBaseWorkflowModule.getMailForms(IContext context, IWorkflow workflow) Gets all the mail forms from a specifiedIWorkflowobject.Collection<? extends IMailForm> IBaseWorkflowModule.getMailForms(IContext context, IWorkflow workflow, String startsWith) Methods in com.axemble.vdoc.sdk.modules with parameters of type IMailFormModifier and TypeMethodDescriptionIBaseWorkflowModule.buildMailMessage(IResource resource, IMailForm mailForm, String language) Evaluates the form and returns the HTML content as a java.lang.String object.IBaseWorkflowModule.buildMailMessage(ITaskInstance taskInstance, IMailForm mailForm, String language) Evaluates the form and returns the HTML content as a java.lang.String object.IBaseDocumentModule.evaluatedHtml(IResource resource, IMailForm mailForm) Evaluates the form and returns the HTML content as a java.lang.String object.IBaseDocumentModule.evaluatedHtml(ITaskInstance taskInstance, IMailForm mailForm) Evaluates the form and returns the HTML content as a java.lang.String object.IBaseWorkflowModule.evaluatedHtml(IResource resource, IMailForm mailForm) Deprecated.: use buildMailMessage( IResource resource, IMailForm mailForm, String language )IBaseWorkflowModule.evaluatedHtml(ITaskInstance taskInstance, IMailForm mailForm) Deprecated.: use buildMailMessage( ITaskInstance taskInstance, IMailForm mailForm, String language )voidIBaseDocumentModule.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.voidIBaseDocumentModule.send(IContext context, ITaskInstance instance, IMailForm form, String comment) Sends a mail using a specified mail form.voidIBaseDocumentModule.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.voidIBaseDocumentModule.send(IContext context, IUser addressee, ITaskInstance instance, IMailForm form, String comment) Sends a mail using a specified mail form.voidIBaseWorkflowModule.send(IContext context, IResource resource, IMailForm mailForm, Collection<?> entries, String subject, String content) Deprecated.use send( IContext context, IResource resource, IMailForm mailForm, Collectioninvalid input: '<'? extends IUser> mail_to, String comment )voidIBaseWorkflowModule.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.voidIBaseWorkflowModule.send(IContext context, ITaskInstance instance, IMailForm form, String comment) Deprecated.use send( IContext context, ITaskInstance taskInstance, IMailForm mailForm, Collectioninvalid input: '<'? extends IUser> mail_to, String comment )voidIBaseWorkflowModule.send(IContext context, ITaskInstance taskInstance, IMailForm mailForm, Collection<?> entries, String subject, String content) Deprecated.use send( IContext context, ITaskInstance taskInstance, IMailForm mailForm, Collectioninvalid input: '<'? extends IUser> mail_to, String comment )voidIBaseWorkflowModule.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.voidIBaseWorkflowModule.send(IContext context, IUser addressee, ITaskInstance instance, IMailForm form, String comment) Deprecated.use send( IContext context, ITaskInstance taskInstance, IMailForm mailForm, Collectioninvalid input: '<'? extends IUser> mail_to, String comment )