Uses of Interface
com.axemble.vdoc.sdk.modules.IBaseWorkflowModule
Packages that use IBaseWorkflowModule
Package
Description
-
Uses of IBaseWorkflowModule in com.axemble.vdoc.sdk
Methods in com.axemble.vdoc.sdk that return IBaseWorkflowModuleModifier and TypeMethodDescriptionstatic IBaseWorkflowModule
ModulesFactory.getWorkflowModule()
static IBaseWorkflowModule
ModulesFactory.getWorkflowModule
(Properties properties) Return theIBaseWorkflowModule
-
Uses of IBaseWorkflowModule in com.axemble.vdoc.sdk.document.extensions
Methods in com.axemble.vdoc.sdk.document.extensions that return IBaseWorkflowModuleModifier and TypeMethodDescriptionfinal IBaseWorkflowModule
BaseEditorExtension.getWorkflowModule()
Retrieves the workflow system object. -
Uses of IBaseWorkflowModule in com.axemble.vdoc.sdk.document.extensions.forms
Methods in com.axemble.vdoc.sdk.document.extensions.forms that return IBaseWorkflowModuleModifier and TypeMethodDescriptionfinal IBaseWorkflowModule
BaseEditorExtension.getWorkflowModule()
Retrieves the workflow system object. -
Uses of IBaseWorkflowModule in com.axemble.vdoc.sdk.impl
Classes in com.axemble.vdoc.sdk.impl that implement IBaseWorkflowModuleModifier and TypeClassDescriptionclass
com.axemble.vdoc.sdk.impl.ProcessWorkflowModule
class
This Module extends the SDK ProcessWorkflowModule for VDocReport specific needsclass
Implementation for Workflow module -
Uses of IBaseWorkflowModule in com.axemble.vdoc.sdk.interfaces
Methods in com.axemble.vdoc.sdk.interfaces that return IBaseWorkflowModuleModifier and TypeMethodDescriptionIAgentProcessingContext.getWorkflowModule()
Gets the workflow module object. -
Uses of IBaseWorkflowModule in com.axemble.vdoc.sdk.modules
Subinterfaces of IBaseWorkflowModule in com.axemble.vdoc.sdk.modulesModifier and TypeInterfaceDescriptioninterface
The IWorkflowModule interface is the main entry point from where most of the methods to manipulate the full set of work-flow document objects are made available. -
Uses of IBaseWorkflowModule in com.axemble.vdoc.sdk.providers.io
Fields in com.axemble.vdoc.sdk.providers.io declared as IBaseWorkflowModule