Uses of Interface
com.axemble.vdoc.sdk.interfaces.IOperatorRole
Packages that use IOperatorRole
Package
Description
-
Uses of IOperatorRole in com.axemble.vdoc.sdk.impl
Methods in com.axemble.vdoc.sdk.impl that return IOperatorRoleModifier and TypeMethodDescriptionWorkflowModuleImpl.createOperatorRole
(IContext context, ICatalog catalog, String name) WorkflowModuleImpl.getOperatorRole
(IContext context, ICatalog catalog, String name) WorkflowModuleImpl.getOperatorRole
(IStorageKey key) Methods in com.axemble.vdoc.sdk.impl that return types with arguments of type IOperatorRoleModifier and TypeMethodDescriptionCollection
<? extends IOperatorRole> WorkflowModuleImpl.getOperatorRoles
(IContext context, ICatalog catalog) Method parameters in com.axemble.vdoc.sdk.impl with type arguments of type IOperatorRoleModifier 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
Methods in com.axemble.vdoc.sdk.interfaces that return IOperatorRoleModifier and TypeMethodDescriptionICatalog.getOperatorRole
(String name) Retrieves a specified role object by passing its name.ITask.getOperatorRole()
Gets the associatedIOperatorRole
if the task is manual.Methods in com.axemble.vdoc.sdk.interfaces that return types with arguments of type IOperatorRoleModifier and TypeMethodDescriptionCollection
<? extends IOperatorRole> ICatalog.getOperatorRoles()
Retrieves all the roles of the catalogMethod parameters in com.axemble.vdoc.sdk.interfaces with type arguments of type IOperatorRoleModifier 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
Methods in com.axemble.vdoc.sdk.interfaces.ui.designer that return IOperatorRoleModifier and TypeMethodDescriptionIDesignManualTask.getMemorizeFulfillerInRole()
get memorized operator roleIDesignManualTask.getOperatorRole()
get operator roleMethods in com.axemble.vdoc.sdk.interfaces.ui.designer with parameters of type IOperatorRoleModifier 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
Methods in com.axemble.vdoc.sdk.modules that return IOperatorRoleModifier 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.Methods in com.axemble.vdoc.sdk.modules that return types with arguments of type IOperatorRoleModifier and TypeMethodDescriptionCollection
<? extends IOperatorRole> IBaseWorkflowModule.getOperatorRoles
(IContext context, ICatalog catalog) Retrieves a collection ofIOperatorRole
objects within a specified catalog.