Uses of Interface
com.axemble.vdoc.sdk.interfaces.IMailForm
Packages that use IMailForm
Package
Description
-
Uses of IMailForm in com.axemble.vdoc.sdk.impl
Methods 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.interfaces
Methods 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.extensions
Methods in com.axemble.vdoc.sdk.mail.extensions that return IMailForm -
Uses of IMailForm in com.axemble.vdoc.sdk.modules
Methods in com.axemble.vdoc.sdk.modules that return IMailFormModifier and TypeMethodDescriptionIBaseWorkflowModule.getMailForm(IContext context, IWorkflow workflow, String mailFormName) Deprecated, for removal: This API element is subject to removal in a future version.IWorkflowModule.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> IBaseWorkflowModule.getMailForms(IContext context, IWorkflow workflow) Deprecated, for removal: This API element is subject to removal in a future version.Gets all the mail forms from a specifiedIWorkflowobject.Collection<? extends IMailForm> IBaseWorkflowModule.getMailForms(IContext context, IWorkflow workflow, String startsWith) Deprecated, for removal: This API element is subject to removal in a future version.Collection<? extends IMailForm> IWorkflowModule.getMailForms(IContext context, IWorkflow workflow) Gets all the mail forms from a specifiedIWorkflowobject.Collection<? extends IMailForm> IWorkflowModule.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) Deprecated, for removal: This API element is subject to removal in a future version.Evaluates the form and returns the HTML content as a java.lang.String object.IBaseWorkflowModule.buildMailMessage(ITaskInstance taskInstance, IMailForm mailForm, String language) Deprecated, for removal: This API element is subject to removal in a future version.Evaluates the form and returns the HTML content as a java.lang.String object.IWorkflowModule.buildMailMessage(IResource resource, IMailForm mailForm, String language) Evaluates the form and returns the HTML content as a java.lang.String object.IWorkflowModule.buildMailMessage(ITaskInstance taskInstance, IMailForm mailForm, String language) 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 )IWorkflowModule.evaluatedHtml(IResource resource, IMailForm mailForm) Deprecated.: use buildMailMessage( IResource resource, IMailForm mailForm, String language )IWorkflowModule.evaluatedHtml(ITaskInstance taskInstance, IMailForm mailForm) Deprecated.: use buildMailMessage( ITaskInstance taskInstance, IMailForm mailForm, String language )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) Deprecated, for removal: This API element is subject to removal in a future version.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) Deprecated, for removal: This API element is subject to removal in a future version.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 )voidIWorkflowModule.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 )voidIWorkflowModule.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.voidIWorkflowModule.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 )voidIWorkflowModule.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 )voidIWorkflowModule.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.voidIWorkflowModule.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 )