Package | Description |
---|---|
com.axemble.vdoc.sdk.connectors | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Method and Description |
---|---|
IConnectionDefinition<T> |
BaseConnector.getConnectionDefinition() |
IConnectionDefinition<T> |
BaseServiceConnectorEditor.getConnectionDefinition() |
IConnectionDefinition |
BaseTreatmentConnectorEditor.getConnectionDefinition() |
IConnectionDefinition<T> |
BaseConnection.getConnectionDefinition() |
Modifier and Type | Method and Description |
---|---|
IConnectionDefinition<?> |
IBasePortalModule.createConnectionDefinition(IContext context,
IOrganization organization,
String name,
String label,
String categoryName)
Create a connection definition
|
IConnectionDefinition |
IBaseDocumentModule.getConnectionDefinition(IContext context,
String name)
Gets a connection from its name.
|
IConnectionDefinition<?> |
IBasePortalModule.getConnectionDefinition(IContext context,
String name)
Gets a connection from its name.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends IConnectionDefinition> |
IBaseDocumentModule.getConnectionDefinitions(IContext context)
Gets a collection of connections.
|
Collection<? extends IConnectionDefinition<?>> |
IBasePortalModule.getConnectionDefinitions(IContext context)
Gets a collection of connections.
|
Collection<? extends IConnectionDefinition<?>> |
IBasePortalModule.getConnectionDefinitionsByCategoryName(IContext context,
String categoryName)
Gets a connection from its name.
|
Collection<? extends IConnectionDefinition<?>> |
IBasePortalModule.getConnectionDefinitionsByTypeName(IContext context,
String type)
Gets a connection from its name.
|
Modifier and Type | Method and Description |
---|---|
ISearchController |
IBaseWorkflowModule.getSearchController(IConnectionDefinition connectionDefinition)
Gets a search controller object by specifying a ConnectionDefinition object.
|
ISearchController |
IBaseDocumentModule.getSearchController(IConnectionDefinition connectionDefinition)
Gets a connection from its name.
|
ISearchController |
IBaseLibraryModule.getSearchController(IConnectionDefinition connectionDefinition)
Gets a search controller object by specifying a ConnectionDefinition object.
|
ISearchController |
IBaseDirectoryModule.getSearchController(IConnectionDefinition connectionDefinition)
Gets a search controller object by specifying a
ConnectionDefinition object. |
Copyright © 2021 Visiativ Software. All rights reserved.