| Package | Description | 
|---|---|
| com.axemble.vdoc.sdk.interfaces | |
| com.axemble.vdoc.sdk.interfaces.ui.designer | |
| com.axemble.vdoc.sdk.modules | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
IMailForm
The mail form object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IForm | 
ITask.getForm()
Gets the  
IForm associated with the task. | 
IForm | 
IResourceDefinition.getForm()
Gets the default form associated to the definition. 
 | 
IForm | 
IWorkflow.getForm()  | 
| Modifier and Type | Method and Description | 
|---|---|
IForm | 
IDesignForm.getForm()
Gets the associated form. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IForm | 
IBaseDocumentModule.getForm(IContext context,
       IAction action,
       String formName)
Gets a action form by its name. 
 | 
IForm | 
IBaseWorkflowModule.getForm(IContext context,
       IAction action,
       String formName)
Gets a action form by its name. 
 | 
IForm | 
IBaseDocumentModule.getForm(IContext context,
       IResourceDefinition resourceDefinition,
       String formName)
Gets a resource definition form by its name. 
 | 
IForm | 
IBaseWorkflowModule.getForm(IContext context,
       IResourceDefinition resourceDefinition,
       String formName)
Gets a resource definition form by its name. 
 | 
IForm | 
IBaseDocumentModule.getForm(IContext context,
       ITask task,
       String formName)
Gets a task form by its name. 
 | 
IForm | 
IBaseWorkflowModule.getForm(IContext context,
       ITask task,
       String formName)
Gets a task form by its name. 
 | 
IForm | 
IBaseDocumentModule.getForm(IContext context,
       IWorkflow workflow,
       String formName)
Gets a workflow form by its name. 
 | 
IForm | 
IBaseWorkflowModule.getForm(IContext context,
       IWorkflow workflow,
       String formName)
Gets a workflow form by its name. 
 | 
IForm | 
IBaseDocumentModule.getSubForm(IContext context,
          IWorkflow workflow,
          String formName)
Gets a sub form by its name. 
 | 
IForm | 
IBaseWorkflowModule.getSubForm(IContext context,
          IWorkflow workflow,
          String formName)
Gets a sub form by its name. 
 | 
Copyright © 2019 Visiativ Software. All rights reserved.