Uses of Interface
com.axemble.vdoc.sdk.interfaces.ITask
Packages that use ITask
Package
Description
- 
Uses of ITask in com.axemble.vdoc.sdk.implMethods in com.axemble.vdoc.sdk.impl that return ITaskModifier and TypeMethodDescriptionWorkflowModuleImpl.getTask(IStorageKey key) WorkflowModuleImpl.getTask(ITaskInstance instance) Methods in com.axemble.vdoc.sdk.impl that return types with arguments of type ITaskModifier and TypeMethodDescriptionCollection<? extends ITask> WorkflowModuleImpl.getManualTasks(IContext context, IWorkflow workflow) Get manual task from workflowCollection<? extends ITask> Get task from workflowMethods in com.axemble.vdoc.sdk.impl with parameters of type ITaskModifier and TypeMethodDescriptionvoidProcessDelegationController.addDelegation(IUser user, IUser substituteUser, IWorkflowInstance workflowInstance, ITask task) voidProcessDelegationController.breakDelegation(IUser user, IWorkflowInstance workflowInstance, ITask task) intPortalLibraryViewController.evaluateSize(ITask task) intProcessViewController.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) voidProcessDelegationController.removeDelegation(IUser user, IWorkflowInstance workflowInstance, ITask task) 
- 
Uses of ITask in com.axemble.vdoc.sdk.interfacesSubinterfaces of ITask in com.axemble.vdoc.sdk.interfacesModifier and TypeInterfaceDescriptioninterfaceInterface for an action manual taskinterfaceInterface for an application manual taskinterfaceInterface for a decision manual taskinterfaceInterface for a manual taskMethods in com.axemble.vdoc.sdk.interfaces that return ITaskModifier and TypeMethodDescriptionIWorkflow.getFirstManualTask()Gets the first manual task of the workflowIAction.getTask()Gets theITaskassociated with the action.ITaskInstance.getTask()Methods in com.axemble.vdoc.sdk.interfaces that return types with arguments of type ITaskModifier and TypeMethodDescriptionCollection<? extends ITask> IWorkflow.getManualTasks()Collection<? extends ITask> IWorkflow.getTasks()Methods in com.axemble.vdoc.sdk.interfaces with parameters of type ITaskModifier and TypeMethodDescriptionvoidIDelegationController.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 taskvoidIDelegationController.breakDelegation(IUser user, IWorkflowInstance workflowInstance, ITask task) Break a delegation unit.Evaluate the request on the task scopeintIViewController.evaluateSize(ITask task) Evaluate the request on the task scopevoidIDelegationController.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.modulesMethods in com.axemble.vdoc.sdk.modules that return ITaskModifier and TypeMethodDescriptionRetrieves a specific task of aIWorkflowobject 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 aIWorkflowobject 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.Methods in com.axemble.vdoc.sdk.modules with parameters of type ITaskModifier and TypeMethodDescriptionRetrieve a specificIActionobject from its system name.Retrieve a specificIActionobject 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 specifiedITaskobject.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 specifiedITaskobject.