Package | Description |
---|---|
com.incorta.connector | |
com.incorta.connector.errors | |
com.incorta.connector.model | |
com.incorta.connector.util |
Class and Description |
---|
CatalogDetails
An immutable representation of a catalog in the target data source.
|
ColumnDetails
An immutable representation of a table column in the target data source.
|
ConnectorModel
A connector model is used by Incorta to determine how the connector behaves
and how it should appear in the user interface.
|
ConnectorSpec
Represents the specification of a connector instance.
|
ConnectorType
Represents a connector type.
|
DataSetSpec
Represents the specification of a table data set.
|
DataSetTestResult
Represents a data set test result return by
Connector.testDataSet(...) . |
PropertyModel
A property model is used by Incorta to determine how a connector or data set property behaves
and how it should appear in the user interface.
|
SchemaDetails
An immutable representation of a schema in the target data source.
|
TableDetails
An immutable representation of a table in the target data source.
|
Class and Description |
---|
ConnectorSpec
Represents the specification of a connector instance.
|
DataSetSpec
Represents the specification of a table data set.
|
Property
Represents a single spec property key and value pair.
|
Class and Description |
---|
CatalogDetails
An immutable representation of a catalog in the target data source.
|
CatalogDetails.Builder
Used for constructing a
CatalogDetails object. |
ColumnDetails
An immutable representation of a table column in the target data source.
|
ColumnDetails.Builder
Used for constructing a
TableDetails object. |
ConnectorModel
A connector model is used by Incorta to determine how the connector behaves
and how it should appear in the user interface.
|
ConnectorModel.Builder
Builder is used for constructing a
ConnectorModel instance. |
ConnectorModel.ConnectorModelSource
ConnectorModelSource interface is used to allow registered connectors to be accessed by calling ConnectorModel.getConnectorModel(...) ,
while decoupling the ConnectorModel from the connector registry. |
ConnectorType
Represents a connector type.
|
DisplayType
Represents the field types supported by Incorta's front end.
|
Property
Represents a single spec property key and value pair.
|
PropertyModel
A property model is used by Incorta to determine how a connector or data set property behaves
and how it should appear in the user interface.
|
PropertyModel.Builder
Builder is used for constructing a
PropertyModel instance. |
PropertyModel.PropertyDependency
Represents a property's dependency on another property.
|
PropertyModel.PropertyValue
Represents a possible property value.
|
SchemaDetails
An immutable representation of a schema in the target data source.
|
SchemaDetails.Builder
Used for constructing a
SchemaDetails object. |
SchemaDetailsWithProperties
An immutable representation of a schema in the target data source that also supports additional properties.
|
SchemaDetailsWithProperties.Builder
Used for constructing a
SchemaDetailsWithProperties object. |
TableDetails
An immutable representation of a table in the target data source.
|
TableDetails.Builder
Used for constructing a
TableDetails object. |
TableDetails.TableType
Represents the type of a table being discovered.
|
Class and Description |
---|
ConnectorModel
A connector model is used by Incorta to determine how the connector behaves
and how it should appear in the user interface.
|