Uses of Interface
com.axemble.vdoc.sdk.interfaces.IOperator
Packages that use IOperator
Package
Description
-
Uses of IOperator in com.axemble.vdoc.sdk.impl
Methods in com.axemble.vdoc.sdk.impl that return IOperatorModifier and TypeMethodDescriptionWorkflowModuleImpl.getOperator
(IStorageKey key) WorkflowModuleImpl.getOperator
(String id) WorkflowModuleImpl.getOperatorByLogin
(String login) Methods in com.axemble.vdoc.sdk.impl that return types with arguments of type IOperatorModifier and TypeMethodDescriptionCollection
<? extends IOperator> WorkflowModuleImpl.getOperators
(ITaskInstance instance) -
Uses of IOperator in com.axemble.vdoc.sdk.interfaces
Methods in com.axemble.vdoc.sdk.interfaces that return types with arguments of type IOperatorMethods in com.axemble.vdoc.sdk.interfaces with parameters of type IOperatorModifier and TypeMethodDescriptionvoid
ITaskInstance.addOperator
(IOperator operator) void
ITaskInstance.removeOperator
(IOperator operator) -
Uses of IOperator in com.axemble.vdoc.sdk.modules
Methods in com.axemble.vdoc.sdk.modules that return IOperatorModifier and TypeMethodDescriptionIBaseDocumentModule.getOperator
(IStorageKey key) Gets a operator object from its identifier.IBaseWorkflowModule.getOperator
(IStorageKey key) Gets an operator object from its identifier.IBaseWorkflowModule.getOperator
(String id) Deprecated.IBaseWorkflowModule.getOperatorByLogin
(String login) Gets anIOperator
from a user login.Methods in com.axemble.vdoc.sdk.modules that return types with arguments of type IOperatorModifier and TypeMethodDescriptionCollection
<? extends IOperator> IBaseDocumentModule.getOperators
(ITaskInstance instance) Retrieves the operators of a task instance.Collection
<? extends IOperator> IBaseWorkflowModule.getOperators
(ITaskInstance instance) Retrieves the operators of a task instance.
IStorageKey
key ) method instead.