Package | Description |
---|---|
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Interface and Description |
---|---|
interface |
IActionTask
Interface for an action manual task
|
interface |
IApplicationTask
Interface for an application manual task
|
interface |
IDecisionTask
Interface for a decision manual task
|
interface |
IManualTask
Interface for a manual task
|
Modifier and Type | Method and Description |
---|---|
ITask |
IWorkflow.getFirstManualTask()
Gets the first manual task of the workflow
|
ITask |
ITaskInstance.getTask() |
ITask |
IAction.getTask()
Gets the
ITask associated with the action. |
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 |
IBaseWorkflowModule.getTask(IContext context,
IWorkflow workflow,
String name)
Retrieves a specific task of a
IWorkflow object 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(IStorageKey key)
Gets a task object from its identifier.
|
ITask |
IBaseDocumentModule.getTask(IStorageKey key)
Gets a task object from its identifier.
|
ITask |
IBaseWorkflowModule.getTask(ITaskInstance instance)
Gets the definition of a task instance.
|
ITask |
IBaseDocumentModule.getTask(ITaskInstance instance)
Gets the definition of a task instance.
|
Modifier and Type | Method and Description |
---|---|
IAction |
IBaseWorkflowModule.getAction(IContext context,
ITask task,
String name)
Retrieve a specific
IAction object from its system name. |
IAction |
IBaseDocumentModule.getAction(IContext context,
ITask task,
String name)
Retrieve a specific
IAction object from its system name. |
Collection<? extends IAction> |
IBaseWorkflowModule.getActions(IContext context,
ITask task)
|
Collection<? extends IAction> |
IBaseDocumentModule.getActions(IContext context,
ITask task)
|
IForm |
IBaseWorkflowModule.getForm(IContext context,
ITask task,
String formName)
Gets a task form by its name.
|
IForm |
IBaseDocumentModule.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 |
IBaseWorkflowModule.getWorkflow(ITask task)
Gets the associated workflow of a task.
|
IWorkflow |
IBaseDocumentModule.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 © 2022 Visiativ. All rights reserved.