| Package | Description |
|---|---|
| com.axemble.vdoc.sdk.modules |
| Modifier and Type | Method and Description |
|---|---|
IJdbcReference |
IBaseWorkflowModule.getJdbcReference(IContext context,
String name)
Deprecated.
: use getConnectionDefinition( IContext context, String name ) method instead.
|
IJdbcReference |
IBaseDocumentModule.getJdbcReference(IContext context,
String name)
Deprecated.
: use getConnectionDefinition( IContext context, String name ) method instead.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends IJdbcReference> |
IBaseWorkflowModule.getJdbcReferences(IContext context)
Deprecated.
: use getConnectionDefinitions( IContext context ) method instead.
|
Collection<? extends IJdbcReference> |
IBaseDocumentModule.getJdbcReferences(IContext context)
Deprecated.
: use getConnectionDefinitions( IContext context ) method instead.
|
| Modifier and Type | Method and Description |
|---|---|
ISearchController |
IBaseWorkflowModule.getSearchController(IJdbcReference reference)
Deprecated.
use getSearchController( IConnectionDefinition connectionDefinition ) method instead.
|
ISearchController |
IBaseDocumentModule.getSearchController(IJdbcReference reference)
Deprecated.
: use getSearchController ( IConnectionDefinition connectionDefinition) method instead.
|
ISearchController |
IBaseLibraryModule.getSearchController(IJdbcReference reference)
Deprecated.
use getSearchController( IConnectionDefinition connectionDefinition ) method instead.
|
ISearchController |
IBaseDirectoryModule.getSearchController(IJdbcReference reference)
Deprecated.
use getSearchController( IConnectionDefinition connectionDefinition ) method instead.
|
Copyright © 2021 Visiativ Software. All rights reserved.