Uses of Interface
com.axemble.vdoc.sdk.interfaces.IJdbcReference
-
Uses of IJdbcReference in com.axemble.vdoc.sdk.impl
Modifier and TypeMethodDescriptionWorkflowModuleImpl.getJdbcReference
(IContext context, String name) Modifier and TypeMethodDescriptionCollection
<? extends IJdbcReference> WorkflowModuleImpl.getJdbcReferences
(IContext context) Modifier and TypeMethodDescriptionDirectoryModuleImpl.getSearchController
(IJdbcReference reference) PortalLibraryModule.getSearchController
(IJdbcReference reference) WorkflowModuleImpl.getSearchController
(IJdbcReference reference) ModifierConstructorDescriptionCoreSearchController
(IModule module, IJdbcReference reference) PortalSearchController
(IModule module, IJdbcReference reference) -
Uses of IJdbcReference in com.axemble.vdoc.sdk.modules
Modifier and TypeMethodDescriptionIBaseDocumentModule.getJdbcReference
(IContext context, String name) Deprecated.: use getConnectionDefinition( IContext context, String name ) method instead.IBaseWorkflowModule.getJdbcReference
(IContext context, String name) Deprecated.: use getConnectionDefinition( IContext context, String name ) method instead.Modifier and TypeMethodDescriptionCollection
<? extends IJdbcReference> IBaseDocumentModule.getJdbcReferences
(IContext context) Deprecated.: use getConnectionDefinitions( IContext context ) method instead.Collection
<? extends IJdbcReference> IBaseWorkflowModule.getJdbcReferences
(IContext context) Deprecated.: use getConnectionDefinitions( IContext context ) method instead.Modifier and TypeMethodDescriptionIBaseDirectoryModule.getSearchController
(IJdbcReference reference) Deprecated.use getSearchController( IConnectionDefinition connectionDefinition ) method instead.IBaseDocumentModule.getSearchController
(IJdbcReference reference) Deprecated.: use getSearchController ( IConnectionDefinition connectionDefinition) method instead.IBaseLibraryModule.getSearchController
(IJdbcReference reference) Deprecated.use getSearchController( IConnectionDefinition connectionDefinition ) method instead.IBaseWorkflowModule.getSearchController
(IJdbcReference reference) Deprecated.use getSearchController( IConnectionDefinition connectionDefinition ) method instead.