Uses of Interface
com.axemble.vdoc.sdk.modules.IBasePortalModule
Packages that use IBasePortalModule
Package
Description
-
Uses of IBasePortalModule in com.axemble.vdoc.sdk
Methods in com.axemble.vdoc.sdk that return IBasePortalModuleModifier and TypeMethodDescriptionstatic IBasePortalModuleModulesFactory.getPortalModule()Deprecated, for removal: This API element is subject to removal in a future version.use SDKFactory.MODULES.getPortalModule() instead.static IBasePortalModuleModulesFactory.getPortalModule(Properties properties) Deprecated, for removal: This API element is subject to removal in a future version.use SDKFactory.MODULES.getPortalModule(properties) instead. -
Uses of IBasePortalModule in com.axemble.vdoc.sdk.impl
Classes in com.axemble.vdoc.sdk.impl that implement IBasePortalModule -
Uses of IBasePortalModule in com.axemble.vdoc.sdk.interfaces
Methods in com.axemble.vdoc.sdk.interfaces that return IBasePortalModuleModifier and TypeMethodDescriptionIAgentProcessingContext.getPortalModule()Gets the portal module object. -
Uses of IBasePortalModule in com.axemble.vdoc.sdk.modules
Subinterfaces of IBasePortalModule in com.axemble.vdoc.sdk.modulesModifier and TypeInterfaceDescriptioninterfaceThe IPortalModule interface is the main entry point from where most of the methods to manipulate the full set of portal objects are made available.