Uses of Interface
com.axemble.vdoc.sdk.interfaces.IDataSourceReference
-
Uses of IDataSourceReference in com.axemble.vdoc.sdk.impl
Modifier and TypeMethodDescriptionWorkflowModuleImpl.getDataSourceReference
(String name) WorkflowModuleImpl.getDefaultDataSourceReference()
Modifier and TypeMethodDescriptionDirectoryModuleImpl.getSearchController
(IDataSourceReference reference) PortalLibraryModule.getSearchController
(IDataSourceReference reference) WorkflowModuleImpl.getSearchController
(IDataSourceReference reference) ModifierConstructorDescriptionCoreSearchController
(IModule module, IDataSourceReference reference) PortalSearchController
(IModule module, IDataSourceReference reference) -
Uses of IDataSourceReference in com.axemble.vdoc.sdk.modules
Modifier 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.Modifier 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.