Package | Description |
---|---|
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Method and Description |
---|---|
Collection<? extends IOperator> |
ITaskInstance.getOperators() |
Modifier and Type | Method and Description |
---|---|
void |
ITaskInstance.addOperator(IOperator operator) |
void |
ITaskInstance.removeOperator(IOperator operator) |
Modifier and Type | Method and Description |
---|---|
IOperator |
IBaseWorkflowModule.getOperator(IStorageKey key)
Gets an operator object from its identifier.
|
IOperator |
IBaseDocumentModule.getOperator(IStorageKey key)
Gets a operator object from its identifier.
|
IOperator |
IBaseWorkflowModule.getOperator(String id)
Deprecated.
Use getOperator(
IStorageKey key ) method instead. |
IOperator |
IBaseWorkflowModule.getOperatorByLogin(String login)
Gets an
IOperator from a user login. |
Modifier and Type | Method and Description |
---|---|
Collection<? extends IOperator> |
IBaseWorkflowModule.getOperators(ITaskInstance instance)
Retrieves the operators of a task instance.
|
Collection<? extends IOperator> |
IBaseDocumentModule.getOperators(ITaskInstance instance)
Retrieves the operators of a task instance.
|
Copyright © 2022 Visiativ. All rights reserved.