Uses of Interface
com.axemble.vdoc.sdk.interfaces.IOperator
Packages that use IOperator
Package
Description
- 
Uses of IOperator in com.axemble.vdoc.sdk.implMethods 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.interfacesMethods 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 TypeMethodDescriptionvoidITaskInstance.addOperator(IOperator operator) voidITaskInstance.removeOperator(IOperator operator) 
- 
Uses of IOperator in com.axemble.vdoc.sdk.modulesMethods 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 anIOperatorfrom 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.
IStorageKeykey ) method instead.