| Package | Description | 
|---|---|
| com.axemble.vdoc.sdk.interfaces | |
| com.axemble.vdoc.sdk.interfaces.ui.designer | |
| com.axemble.vdoc.sdk.modules | 
| Modifier and Type | Method and Description | 
|---|---|
IWorkflow | 
IVersion.getWorkflow()
Gets the associated workflow. 
 | 
IWorkflow | 
ITask.getWorkflow()
Retrieves the workflow of the task. 
 | 
IWorkflow | 
IWorkflowInstance.getWorkflow()
Gets the associated workflow. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection | 
IViewController.evaluate(IWorkflow workflow)
Evaluate the request on the workflow scope 
 | 
int | 
IViewController.evaluateSize(IWorkflow workflow)
Evaluate the request on the workflow scope 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IWorkflow | 
IDesignWorkflow.getWorkflow()
Gets the associated workflow. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IWorkflow | 
IBaseDocumentModule.createWorkflow(IContext context,
              IWorkflowContainer container,
              String name,
              byte[] content)
Creates a workflow within a workflow container. 
 | 
IWorkflow | 
IBaseWorkflowModule.createWorkflow(IContext context,
              IWorkflowContainer container,
              String name,
              byte[] content)
Creates a workflow within a workflow container. 
 | 
IWorkflow | 
IBaseDocumentModule.getWorkflow(IContext context,
           ICatalog catalog,
           String name)
Retrieves a workflow within a  
IWorkflow object and from its system name. | 
IWorkflow | 
IBaseWorkflowModule.getWorkflow(IContext context,
           ICatalog catalog,
           String name)
Retrieves a workflow within a  
IWorkflow object and from its system name. | 
IWorkflow | 
IBaseWorkflowModule.getWorkflow(IContext context,
           String name)
Deprecated. 
 
: use getWorkflow( IContext context, ICatalog catalog, String name ) 
 | 
IWorkflow | 
IBaseDocumentModule.getWorkflow(IStorageKey key)
Gets a workflow object from its identifier. 
 | 
IWorkflow | 
IBaseWorkflowModule.getWorkflow(IStorageKey key)
Gets a workflow object from its identifier. 
 | 
IWorkflow | 
IBaseDocumentModule.getWorkflow(ITask task)
Gets the associated workflow of a task. 
 | 
IWorkflow | 
IBaseWorkflowModule.getWorkflow(ITask task)
Gets the associated workflow of a task. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<? extends IWorkflow> | 
IBaseDocumentModule.getWorkflows(IContext context,
            ICatalog catalog)
 | 
Collection<? extends IWorkflow> | 
IBaseWorkflowModule.getWorkflows(IContext context,
            ICatalog catalog)
 | 
Collection<? extends IWorkflow> | 
IBaseDocumentModule.getWorkflows(IContext context,
            IWorkflowContainer container)
Retrieves a collection of  
IWorkflow objects within a IWorkflowContainer object. | 
Collection<? extends IWorkflow> | 
IBaseWorkflowModule.getWorkflows(IContext context,
            IWorkflowContainer container)
Retrieves a collection of  
IWorkflow objects within a IWorkflowContainer object. | 
| Modifier and Type | Method and Description | 
|---|---|
IWorkflowInstance | 
IBaseWorkflowModule.createWorkflowInstance(IContext context,
                      IWorkflow workflow,
                      String reference)
Creates a workflow instance object by specifying the  
IWorkflow object, its reference. | 
IWorkflowInstance | 
IBaseWorkflowModule.createWorkflowInstance(IContext context,
                      IWorkflow workflow,
                      String reference,
                      String label)
Creates a workflow instance object by specifying the  
IWorkflow object, its reference, and its label. | 
ICatalog | 
IBaseDocumentModule.getCatalog(IWorkflow workflow)
Retrieves the catalog of a  
IWorkflow object. | 
ICatalog | 
IBaseWorkflowModule.getCatalog(IWorkflow workflow)
Retrieves the catalog of a  
IWorkflow object. | 
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. 
 | 
IMailForm | 
IBaseDocumentModule.getMailForm(IContext context,
           IWorkflow workflow,
           String mailFormName)  | 
IMailForm | 
IBaseWorkflowModule.getMailForm(IContext context,
           IWorkflow workflow,
           String mailFormName)  | 
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)
Gets all the mail forms from a specified  
IWorkflow object. | 
Collection<? extends IMailForm> | 
IBaseDocumentModule.getMailForms(IContext context,
            IWorkflow workflow,
            String startsWith)  | 
Collection<? extends IMailForm> | 
IBaseWorkflowModule.getMailForms(IContext context,
            IWorkflow workflow,
            String startsWith)  | 
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. 
 | 
ITask | 
IBaseDocumentModule.getTask(IContext context,
       IWorkflow workflow,
       String name)
Retrieves a specific task of a  
IWorkflow object by its name. | 
ITask | 
IBaseWorkflowModule.getTask(IContext context,
       IWorkflow workflow,
       String name)
Retrieves a specific task of a  
IWorkflow object by its name. | 
Collection<? extends IVersion> | 
IBaseDocumentModule.getVersions(IContext context,
           IWorkflow workflow)
Gets all the versions of a specified  
IWorkflow object. | 
IWorkflowContainer | 
IBaseDocumentModule.getWorkflowContainer(IWorkflow workflow)
Retrieves the workflow container of a  
IWorkflow object. | 
IWorkflowContainer | 
IBaseWorkflowModule.getWorkflowContainer(IWorkflow workflow)
Retrieves the workflow container of a  
IWorkflow object. | 
Collection<? extends IWorkflowInstance> | 
IBaseWorkflowModule.getWorkflowInstances(IContext context,
                    IWorkflow workflow)
Gets all the workflow instances of a specified  
IWorkflow object. | 
Collection<? extends IWorkflowInstance> | 
IBaseWorkflowModule.getWorkflowInstances(IContext context,
                    IWorkflow workflow,
                    String reference)
Gets all the workflow instances with the same reference within a specified  
IWorkflow object. | 
void | 
IBaseDocumentModule.send(IContext context,
    IWorkflow workflow,
    IResource resource,
    String formName,
    Collection entries)
Allows to send a mail. 
 | 
void | 
IBaseWorkflowModule.send(IContext context,
    IWorkflow workflow,
    IResource resource,
    String formName,
    Collection<?> entries)
Deprecated. 
 
use send( IContext context, IResource resource, IMailForm mailForm, Collection extends IUser> mail_to, String comment ) 
 | 
void | 
IBaseDocumentModule.send(IContext context,
    IWorkflow workflow,
    String formName,
    Collection entries)
Allows to send a mail. 
 | 
void | 
IBaseWorkflowModule.send(IContext context,
    IWorkflow workflow,
    String formName,
    Collection<?> entries)
Deprecated. 
 
use send( IContext context, IResource resource, IMailForm mailForm, Collection extends IUser> mail_to, String comment ) 
 | 
Copyright © 2019 Visiativ Software. All rights reserved.