Uses of Interface
com.axemble.vdoc.sdk.interfaces.IOperatorRole
Package
Description
-
Uses of IOperatorRole in com.axemble.vdoc.sdk.impl
Modifier and TypeMethodDescriptionWorkflowModuleImpl.createOperatorRole
(IContext context, ICatalog catalog, String name) WorkflowModuleImpl.getOperatorRole
(IContext context, ICatalog catalog, String name) WorkflowModuleImpl.getOperatorRole
(IStorageKey key) Modifier and TypeMethodDescriptionCollection
<? extends IOperatorRole> WorkflowModuleImpl.getOperatorRoles
(IContext context, ICatalog catalog) Modifier and TypeMethodDescriptionProcessDelegationController.delegateOperatorRoles
(ICatalog catalog, Collection<? extends IOperatorRole> roles, IUser user, IUser substituteUser) ProcessDelegationController.delegateResources
(ICatalog catalog, Collection<? extends IOperatorRole> roles, Collection<? extends IWorkflowInstance> resources, IUser user, IUser substituteUser) -
Uses of IOperatorRole in com.axemble.vdoc.sdk.interfaces
Modifier and TypeMethodDescriptionICatalog.getOperatorRole
(String name) Retrieves a specified role object by passing its name.ITask.getOperatorRole()
Gets the associatedIOperatorRole
if the task is manual.Modifier and TypeMethodDescriptionCollection
<? extends IOperatorRole> ICatalog.getOperatorRoles()
Retrieves all the roles of the catalogModifier and TypeMethodDescriptionIDelegationController.delegateOperatorRoles
(ICatalog catalog, Collection<? extends IOperatorRole> roles, IUser user, IUser substituteUser) Allow to replace a user for the operator rolesIDelegationController.delegateResources
(ICatalog catalog, Collection<? extends IOperatorRole> roles, Collection<? extends IWorkflowInstance> resources, IUser user, IUser substituteUser) Allow to replace a user for a specified set of workflow instances -
Uses of IOperatorRole in com.axemble.vdoc.sdk.interfaces.ui.designer
Modifier and TypeMethodDescriptionIDesignManualTask.getMemorizeFulfillerInRole()
get memorized operator roleIDesignManualTask.getOperatorRole()
get operator roleModifier and TypeMethodDescriptionvoid
IDesignManualTask.setMemorizeFulfillerInRole
(IOperatorRole operatorRole) set memorized operator rolevoid
IDesignManualTask.setOperatorRole
(IOperatorRole operatorRole) set operator role -
Uses of IOperatorRole in com.axemble.vdoc.sdk.modules
Modifier and TypeMethodDescriptionIBaseWorkflowModule.createOperatorRole
(IContext context, ICatalog catalog, String name) Creates aIOperatorRole
into the catalog object.IBaseWorkflowModule.getOperatorRole
(IContext context, ICatalog catalog, String name) Retrieves aIOperatorRole
object by its system name.IBaseWorkflowModule.getOperatorRole
(IStorageKey key) Gets a role object from its identifier.Modifier and TypeMethodDescriptionCollection
<? extends IOperatorRole> IBaseWorkflowModule.getOperatorRoles
(IContext context, ICatalog catalog) Retrieves a collection ofIOperatorRole
objects within a specified catalog.