Package | Description |
---|---|
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.interfaces.ui.designer | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Method and Description |
---|---|
IOperatorRole |
ITask.getOperatorRole()
Gets the associated
IOperatorRole if the task is manual. |
IOperatorRole |
ICatalog.getOperatorRole(String name)
Retrieves a specified role object by passing its name.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends IOperatorRole> |
ICatalog.getOperatorRoles()
Retrieves all the roles of the catalog
|
Modifier and Type | Method and Description |
---|---|
IReport |
IDelegationController.delegateOperatorRoles(ICatalog catalog,
Collection<? extends IOperatorRole> roles,
IUser user,
IUser substituteUser)
Allow to replace a user for the operator roles
|
IReport |
IDelegationController.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
|
Modifier and Type | Method and Description |
---|---|
IOperatorRole |
IDesignManualTask.getMemorizeFulfillerInRole()
get memorized operator role
|
IOperatorRole |
IDesignManualTask.getOperatorRole()
get operator role
|
Modifier and Type | Method and Description |
---|---|
void |
IDesignManualTask.setMemorizeFulfillerInRole(IOperatorRole operatorRole)
set memorized operator role
|
void |
IDesignManualTask.setOperatorRole(IOperatorRole operatorRole)
set operator role
|
Modifier and Type | Method and Description |
---|---|
IOperatorRole |
IBaseWorkflowModule.createOperatorRole(IContext context,
ICatalog catalog,
String name)
Creates a
IOperatorRole into the catalog object. |
IOperatorRole |
IBaseWorkflowModule.getOperatorRole(IContext context,
ICatalog catalog,
String name)
Retrieves a
IOperatorRole object by its system name. |
IOperatorRole |
IBaseWorkflowModule.getOperatorRole(IStorageKey key)
Gets a role object from its identifier.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends IOperatorRole> |
IBaseWorkflowModule.getOperatorRoles(IContext context,
ICatalog catalog)
Retrieves a collection of
IOperatorRole objects within a specified catalog. |
Copyright © 2022 Visiativ. All rights reserved.