Uses of Interface
com.axemble.vdoc.sdk.interfaces.ITask
Package
Description
-
Uses of ITask in com.axemble.vdoc.sdk.impl
Modifier and TypeMethodDescriptionWorkflowModuleImpl.getTask
(IStorageKey key) WorkflowModuleImpl.getTask
(ITaskInstance instance) Modifier and TypeMethodDescriptionCollection
<? extends ITask> WorkflowModuleImpl.getManualTasks
(IContext context, IWorkflow workflow) Get manual task from workflowCollection
<? extends ITask> Get task from workflowModifier and TypeMethodDescriptionvoid
ProcessDelegationController.addDelegation
(IUser user, IUser substituteUser, IWorkflowInstance workflowInstance, ITask task) void
ProcessDelegationController.breakDelegation
(IUser user, IWorkflowInstance workflowInstance, ITask task) int
PortalLibraryViewController.evaluateSize
(ITask task) int
ProcessViewController.evaluateSize
(ITask task) Collection
<? extends IAction> WorkflowModuleImpl.getActions
(IContext context, ITask task) WorkflowModuleImpl.getWorkflow
(ITask task) Collection
<? extends IWorkflowInstance> WorkflowModuleImpl.getWorkflowInstances
(IContext context, ITask task) void
ProcessDelegationController.removeDelegation
(IUser user, IWorkflowInstance workflowInstance, ITask task) -
Uses of ITask in com.axemble.vdoc.sdk.interfaces
Modifier and TypeInterfaceDescriptioninterface
Interface for an action manual taskinterface
Interface for an application manual taskinterface
Interface for a decision manual taskinterface
Interface for a manual taskModifier and TypeMethodDescriptionIWorkflow.getFirstManualTask()
Gets the first manual task of the workflowIAction.getTask()
Gets theITask
associated with the action.ITaskInstance.getTask()
Modifier and TypeMethodDescriptionCollection
<? extends ITask> IWorkflow.getManualTasks()
Collection
<? extends ITask> IWorkflow.getTasks()
Modifier and TypeMethodDescriptionvoid
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 taskvoid
IDelegationController.breakDelegation
(IUser user, IWorkflowInstance workflowInstance, ITask task) Break a delegation unit.Evaluate the request on the task scopeint
IViewController.evaluateSize
(ITask task) Evaluate the request on the task scopevoid
IDelegationController.removeDelegation
(IUser user, IWorkflowInstance workflowInstance, ITask task) Remove a delegation unit for a particular user and a specific task -
Uses of ITask in com.axemble.vdoc.sdk.modules
Modifier and TypeMethodDescriptionRetrieves a specific task of aIWorkflow
object by its name.IBaseDocumentModule.getTask
(IStorageKey key) Gets a task object from its identifier.IBaseDocumentModule.getTask
(ITaskInstance instance) Gets the definition of a task instance.Retrieves a specific task of aIWorkflow
object by its name.IBaseWorkflowModule.getTask
(IStorageKey key) Gets a task object from its identifier.IBaseWorkflowModule.getTask
(ITaskInstance instance) Gets the definition of a task instance.Modifier and TypeMethodDescriptionRetrieve a specificIAction
object from its system name.Retrieve a specificIAction
object from its system name.Collection
<? extends IAction> IBaseDocumentModule.getActions
(IContext context, ITask task) Collection
<? extends IAction> IBaseWorkflowModule.getActions
(IContext context, ITask task) Gets a task form by its name.Gets a task form by its name.IBaseDocumentModule.getVersions
(IContext context, ITask task) Gets all the workflow instances of a specifiedITask
object.IBaseDocumentModule.getWorkflow
(ITask task) Gets the associated workflow of a task.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 specifiedITask
object.