Uses of Interface
com.axemble.vdoc.sdk.interfaces.IJdbcReference
Packages that use IJdbcReference
- 
Uses of IJdbcReference in com.axemble.vdoc.sdk.implMethods in com.axemble.vdoc.sdk.impl that return IJdbcReferenceModifier and TypeMethodDescriptionWorkflowModuleImpl.getJdbcReference(IContext context, String name) Methods in com.axemble.vdoc.sdk.impl that return types with arguments of type IJdbcReferenceModifier and TypeMethodDescriptionCollection<? extends IJdbcReference> WorkflowModuleImpl.getJdbcReferences(IContext context) Methods in com.axemble.vdoc.sdk.impl with parameters of type IJdbcReferenceModifier and TypeMethodDescriptionDirectoryModuleImpl.getSearchController(IJdbcReference reference) PortalLibraryModule.getSearchController(IJdbcReference reference) WorkflowModuleImpl.getSearchController(IJdbcReference reference) Constructors in com.axemble.vdoc.sdk.impl with parameters of type IJdbcReferenceModifierConstructorDescriptionCoreSearchController(IModule module, IJdbcReference reference) PortalSearchController(IModule module, IJdbcReference reference) 
- 
Uses of IJdbcReference in com.axemble.vdoc.sdk.modulesMethods in com.axemble.vdoc.sdk.modules that return IJdbcReferenceModifier 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.Methods in com.axemble.vdoc.sdk.modules that return types with arguments of type IJdbcReferenceModifier 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.Methods in com.axemble.vdoc.sdk.modules with parameters of type IJdbcReferenceModifier 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.