| Package | Description | 
|---|---|
| com.axemble.vdoc.sdk.interfaces | |
| com.axemble.vdoc.sdk.modules | 
| Modifier and Type | Method and Description | 
|---|---|
ITask | 
IWorkflow.getFirstManualTask()
Gets the first manual task of the workflow 
 | 
ITask | 
IAction.getTask()
Gets the  
ITask associated with the action. | 
ITask | 
ITaskInstance.getTask()  | 
ITask | 
IWorkflow.getTask(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<? extends ITask> | 
IWorkflow.getManualTasks()  | 
Collection<? extends ITask> | 
IWorkflow.getTasks()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IDelegationController.addDelegation(IUser user,
             IUser substituteUser,
             IWorkflowInstance workflowInstance,
             ITask task)
Add a delegation unit to a specific workflow instance for a user in the context of a task 
 | 
void | 
IDelegationController.breakDelegation(IUser user,
               IWorkflowInstance workflowInstance,
               ITask task)
Break a delegation unit. 
 | 
Collection | 
IViewController.evaluate(ITask task)
Evaluate the request on the task scope 
 | 
int | 
IViewController.evaluateSize(ITask task)
Evaluate the request on the task scope 
 | 
void | 
IDelegationController.removeDelegation(IUser user,
                IWorkflowInstance workflowInstance,
                ITask task)
Remove a delegation unit for a particular user and a specific task 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. | 
ITask | 
IBaseDocumentModule.getTask(IStorageKey key)
Gets a task object from its identifier. 
 | 
ITask | 
IBaseWorkflowModule.getTask(IStorageKey key)
Gets a task object from its identifier. 
 | 
ITask | 
IBaseDocumentModule.getTask(ITaskInstance instance)
Gets the definition of a task instance. 
 | 
ITask | 
IBaseWorkflowModule.getTask(ITaskInstance instance)
Gets the definition of a task instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IAction | 
IBaseDocumentModule.getAction(IContext context,
         ITask task,
         String name)
Retrieve a specific  
IAction object from its system name. | 
IAction | 
IBaseWorkflowModule.getAction(IContext context,
         ITask task,
         String name)
Retrieve a specific  
IAction object from its system name. | 
Collection<? extends IAction> | 
IBaseDocumentModule.getActions(IContext context,
          ITask task)
 | 
Collection<? extends IAction> | 
IBaseWorkflowModule.getActions(IContext context,
          ITask task)
 | 
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. 
 | 
Collection<IVersion> | 
IBaseDocumentModule.getVersions(IContext context,
           ITask task)
Gets all the workflow instances of a specified  
ITask object. | 
IWorkflow | 
IBaseDocumentModule.getWorkflow(ITask task)
Gets the associated workflow of a task. 
 | 
IWorkflow | 
IBaseWorkflowModule.getWorkflow(ITask task)
Gets the associated workflow of a task. 
 | 
Collection<? extends IWorkflowInstance> | 
IBaseWorkflowModule.getWorkflowInstances(IContext context,
                    ITask task)
Gets all the workflow instances of a specified  
ITask object. | 
Copyright © 2019 Visiativ Software. All rights reserved.