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 TypeMethodDescriptionIBaseWorkflowModule.getDataSourceReference(String name) Deprecated, for removal: This API element is subject to removal in a future version.Gets a data source reference from its JNDI name.IWorkflowModule.getDataSourceReference(String name) Gets a data source reference from its JNDI name.IBaseWorkflowModule.getDefaultDataSourceReference()Deprecated, for removal: This API element is subject to removal in a future version.Gets the default data source reference.IWorkflowModule.getDefaultDataSourceReference()Gets the default data source reference.Methods in com.axemble.vdoc.sdk.modules with parameters of type IDataSourceReferenceModifier and TypeMethodDescriptionIBaseDirectoryModule.getSearchController(IDataSourceReference reference) Deprecated, for removal: This API element is subject to removal in a future version.Gets a search controller object by specifying aIDataSourceReferenceobject.IBaseLibraryModule.getSearchController(IDataSourceReference reference) Deprecated, for removal: This API element is subject to removal in a future version.IBaseWorkflowModule.getSearchController(IDataSourceReference reference) Deprecated, for removal: This API element is subject to removal in a future version.Gets a search controller object by specifying an external data source.IDirectoryModule.getSearchController(IDataSourceReference reference) Gets a search controller object by specifying aIDataSourceReferenceobject.ILibraryModule.getSearchController(IDataSourceReference reference) IWorkflowModule.getSearchController(IDataSourceReference reference) Gets a search controller object by specifying an external data source.