Uses of Interface
com.axemble.vdoc.sdk.interfaces.IOperatorRole
Packages that use IOperatorRole
Package
Description
- 
Uses of IOperatorRole in com.axemble.vdoc.sdk.implMethods 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.interfacesMethods 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 associatedIOperatorRoleif 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.designerMethods 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 TypeMethodDescriptionvoidIDesignManualTask.setMemorizeFulfillerInRole(IOperatorRole operatorRole) set memorized operator rolevoidIDesignManualTask.setOperatorRole(IOperatorRole operatorRole) set operator role
- 
Uses of IOperatorRole in com.axemble.vdoc.sdk.modulesMethods in com.axemble.vdoc.sdk.modules that return IOperatorRoleModifier and TypeMethodDescriptionIBaseWorkflowModule.createOperatorRole(IContext context, ICatalog catalog, String name) Creates aIOperatorRoleinto the catalog object.IBaseWorkflowModule.getOperatorRole(IContext context, ICatalog catalog, String name) Retrieves aIOperatorRoleobject 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 ofIOperatorRoleobjects within a specified catalog.