Uses of Interface
com.axemble.vdoc.sdk.interfaces.IDataSourceReference
Packages that use IDataSourceReference
-
Uses of IDataSourceReference in com.axemble.vdoc.sdk.impl
Classes in com.axemble.vdoc.sdk.impl that implement IDataSourceReferenceMethods in com.axemble.vdoc.sdk.impl that return IDataSourceReferenceModifier and TypeMethodDescriptionWorkflowModuleImpl.getDataSourceReference
(String name) WorkflowModuleImpl.getDefaultDataSourceReference()
Methods in com.axemble.vdoc.sdk.impl with parameters of type IDataSourceReferenceModifier and TypeMethodDescriptionDirectoryModuleImpl.getSearchController
(IDataSourceReference reference) PortalLibraryModule.getSearchController
(IDataSourceReference reference) WorkflowModuleImpl.getSearchController
(IDataSourceReference reference) Constructors in com.axemble.vdoc.sdk.impl with parameters of type IDataSourceReferenceModifierConstructorDescriptionCoreSearchController
(IModule module, IDataSourceReference reference) PortalSearchController
(IModule module, IDataSourceReference reference) -
Uses of IDataSourceReference in com.axemble.vdoc.sdk.modules
Methods in com.axemble.vdoc.sdk.modules that return IDataSourceReferenceModifier and TypeMethodDescriptionIBaseDocumentModule.getDataSourceReference
(String name) Gets a data source reference from its JNDI name.IBaseWorkflowModule.getDataSourceReference
(String name) Gets a data source reference from its JNDI name.IBaseWorkflowModule.getDefaultDataSourceReference()
Gets the default data source reference.Methods in com.axemble.vdoc.sdk.modules with parameters of type IDataSourceReferenceModifier and TypeMethodDescriptionIBaseDirectoryModule.getSearchController
(IDataSourceReference reference) Gets a search controller object by specifying aIDataSourceReference
object.IBaseDocumentModule.getSearchController
(IDataSourceReference reference) Gets a search controller object by specifying an external data source.IBaseLibraryModule.getSearchController
(IDataSourceReference reference) IBaseWorkflowModule.getSearchController
(IDataSourceReference reference) Gets a search controller object by specifying an external data source.