- GeneralConnectorException - Exception in com.incorta.connector.errors
-
Represents a general error.
- GeneralConnectorException(String) - Constructor for exception com.incorta.connector.errors.GeneralConnectorException
-
Creates a new GeneralConnectorException
instance.
- GeneralConnectorException(String, Throwable) - Constructor for exception com.incorta.connector.errors.GeneralConnectorException
-
Creates a new GeneralConnectorException
instance.
- GeneralConnectorException(String, ConnectorSpec) - Constructor for exception com.incorta.connector.errors.GeneralConnectorException
-
Creates a new GeneralConnectorException
instance.
- GeneralConnectorException(String, ConnectorSpec, Throwable) - Constructor for exception com.incorta.connector.errors.GeneralConnectorException
-
Creates a new GeneralConnectorException
instance.
- GeneralConnectorException(String, DataSetSpec) - Constructor for exception com.incorta.connector.errors.GeneralConnectorException
-
Creates a new GeneralConnectorException
instance.
- GeneralConnectorException(String, DataSetSpec, Throwable) - Constructor for exception com.incorta.connector.errors.GeneralConnectorException
-
Creates a new GeneralConnectorException
instance.
- generateDataSetSpec(DiscoveryContext, String, String, String, String[]) - Method in interface com.incorta.connector.Connector
-
Generates the data set specification for the selected catalog, schema, table and columns.
- getAdditionalProperties() - Method in exception com.incorta.connector.errors.ConnectorException
-
Returns a list of additional properties relevant to the exception that need to be logged.
- getAttributes() - Method in interface com.incorta.connector.ConnectorContext
-
Returns the connector attributes.
- getAuthorizationResponse(String, String, String) - Method in interface com.incorta.connector.OAuthManager
-
Completes OAuth authorization and returns a
OAuthManager.Response
object containing the permanent token and username.
- getBooleanValue(boolean) - Method in class com.incorta.connector.model.Property
-
Returns the property value as a boolean value, or the specified default value if value is not a valid boolean.
- getCatalog() - Method in class com.incorta.connector.model.SchemaDetails
-
Returns the full path of parent catalog.
- getCatalog() - Method in class com.incorta.connector.model.TableDetails
-
Returns the full catalog path.
- getCatalogs(DiscoveryContext, String) - Method in interface com.incorta.connector.Connector
-
Returns a list of catalogs under the specified parent catalog.
- getColumnDef() - Method in class com.incorta.connector.model.ColumnDetails
-
Returns the underlying column definition.
- getColumns(DiscoveryContext, String, String, String) - Method in interface com.incorta.connector.Connector
-
Returns the list of columns of the specified table.
- getColumns() - Method in class com.incorta.connector.model.DataSetTestResult
-
Returns the list of columns of this test result.
- getConnectorModel(ConnectorFactoryContext, ConnectorType) - Method in interface com.incorta.connector.ConnectorFactory
-
- getConnectorModel(ConnectorFactoryContext, String, String, int) - Method in interface com.incorta.connector.model.ConnectorModel.ConnectorModelSource
-
- getConnectorModel(ConnectorFactoryContext, String, String, int) - Static method in class com.incorta.connector.model.ConnectorModel
-
Returns a registered connector model.
- getConnectorModelSource() - Static method in class com.incorta.connector.model.ConnectorModel
-
Returns the connector registry object used to access registered connectors.
- getConnectorName() - Method in class com.incorta.connector.model.DataSetSpec
-
Returns the name of the connector instance that this data set uses.
- getConnectorProperties() - Method in class com.incorta.connector.model.ConnectorModel
-
Returns the list of connector properties that are displayed in the UI when user is creating or editing a connector.
- getConnectorSpec() - Method in exception com.incorta.connector.errors.ConnectorException
-
Returns the connector specification object, if any.
- getConnectorVersion() - Method in class com.incorta.connector.model.ConnectorType
-
Returns the connector version.
- getDataSetProperties() - Method in class com.incorta.connector.model.ConnectorModel
-
Returns the list of data set properties that are displayed in the UI when user is creating or editing a table data set.
- getDataSetSpec() - Method in exception com.incorta.connector.errors.ConnectorException
-
Returns the data set specification object, if any.
- getDefaultConnectorName() - Method in class com.incorta.connector.model.ConnectorModel
-
Returns the default connector name, which is used in case of predefined connector.
- getDefaultValue() - Method in class com.incorta.connector.model.PropertyModel
-
Returns the property's default value.
- getDependencies() - Method in class com.incorta.connector.model.PropertyModel
-
Returns a list of property dependencies, which are other properties that this property depends on.
- getDependsOnProperties() - Method in class com.incorta.connector.model.PropertyModel
-
Returns a comma-separated list of property names which, when changed, should trigger this property to be refreshed.
- getDisplaySource() - Method in class com.incorta.connector.model.DataSetSpec
-
Returns data set display source, which is the text displayed under the data set icon when editing a schema table.
- getDisplaySourceFormat() - Method in class com.incorta.connector.model.ConnectorModel
-
Returns the template for the text that is displayed below each data set in the UI.
- getDoubleValue(double) - Method in class com.incorta.connector.model.Property
-
Returns the property value as a double value, or the specified default value if value is not a valid double.
- getExtensions() - Method in class com.incorta.connector.model.PropertyModel
-
Returns the comma-separated list of supported file extensions.
- getExtensionsProperty() - Method in class com.incorta.connector.model.PropertyModel
-
Returns the name of another property, the value of which is a comma separated list of supported file extensions.
- getIconBytes() - Method in class com.incorta.connector.model.ConnectorModel
-
Returns the icon that must be displayed for this connector type.
- getIntValue(int) - Method in class com.incorta.connector.model.Property
-
Returns the property value as an integer value, or the specified default value if value is not a valid integer.
- getJobId() - Method in interface com.incorta.connector.DataSetContext
-
Returns the unique job ID.
- getLabel() - Method in class com.incorta.connector.model.ColumnDetails
-
Returns the column label.
- getLabel() - Method in class com.incorta.connector.model.PropertyModel
-
Returns the property label that appears in the UI.
- getLabel() - Method in class com.incorta.connector.model.PropertyModel.PropertyValue
-
Returns the option label to be displayed in the UI.
- getLabel() - Method in class com.incorta.connector.model.TableDetails
-
Returns the table label.
- getLongValue(long) - Method in class com.incorta.connector.model.Property
-
Returns the property value as a long value, or the specified default value if value is not a valid long.
- getMaxValue() - Method in class com.incorta.connector.model.PropertyModel
-
Returns the property's maximum value.
- getMinValue() - Method in class com.incorta.connector.model.PropertyModel
-
Returns the property's minimum value.
- getName() - Method in interface com.incorta.connector.Connector
-
Returns the name of the connector instance.
- getName() - Method in enum com.incorta.connector.errors.DiscoveryException.Type
-
- getName() - Method in class com.incorta.connector.model.CatalogDetails
-
Returns the catalog name.
- getName() - Method in class com.incorta.connector.model.ColumnDetails
-
Returns the column name.
- getName() - Method in class com.incorta.connector.model.ConnectorSpec
-
Returns the connector instance name.
- getName() - Method in class com.incorta.connector.model.Property
-
Returns the property name.
- getName() - Method in class com.incorta.connector.model.PropertyModel
-
Returns the property name.
- getName() - Method in class com.incorta.connector.model.SchemaDetails
-
Returns the schema name.
- getName() - Method in class com.incorta.connector.model.TableDetails
-
Returns the table name.
- getOAuthManager(ConnectorContext, ConnectorType) - Method in interface com.incorta.connector.ConnectorFactory
-
Returns an
OAuthManager
object that can be used for OAuth authentication of third parties.
- getOriginalType() - Method in class com.incorta.connector.model.ColumnDetails
-
Returns the column type as defined in the data source.
- getParentCatalog() - Method in class com.incorta.connector.model.CatalogDetails
-
Returns the full parent catalog path, if any.
- getPossibleValues() - Method in class com.incorta.connector.model.PropertyModel
-
Returns a list of possible values for this property.
- getPrefix() - Method in class com.incorta.connector.model.PropertyModel
-
Returns the property prefix.
- getProperties() - Method in class com.incorta.connector.model.SchemaDetailsWithProperties
-
Returns the list of additional properties.
- getPropertyName() - Method in class com.incorta.connector.model.PropertyModel.PropertyDependency
-
Returns the name of the other property that this property depends on.
- getPropertyValue() - Method in class com.incorta.connector.model.PropertyModel.PropertyDependency
-
Returns the value of the other property that this property depends on.
- getRefersTo() - Method in class com.incorta.connector.model.ColumnDetails
-
Returns the list of columns that this column refers to.
- getRows() - Method in class com.incorta.connector.model.DataSetTestResult
-
Returns the sample rows of this test result.
- getSchema() - Method in class com.incorta.connector.model.TableDetails
-
Returns the schema name.
- getSchemas(DiscoveryContext, String) - Method in interface com.incorta.connector.Connector
-
Returns a list of schemas under the specified parent catalog.
- getSourceName() - Method in exception com.incorta.connector.errors.DataExtractionException
-
Returns the name of the source (e.g.
- getSourceName() - Method in exception com.incorta.connector.errors.DiscoveryException
-
Returns the name of the source (e.g.
- getState() - Method in class com.incorta.connector.OAuthManager.Request
-
Returns the state string.
- getSubTypeLabel() - Method in class com.incorta.connector.model.ConnectorModel
-
Returns the connector sub-type label which is displayed in the UI.
- getSubTypeName() - Method in class com.incorta.connector.model.ConnectorModel
-
Returns the connector sub-type name.
- getSubTypeName() - Method in class com.incorta.connector.model.ConnectorType
-
Returns the connector sub-type name.
- getSuffix() - Method in class com.incorta.connector.model.PropertyModel
-
Returns the property suffix.
- getSupportedTypes() - Method in interface com.incorta.connector.ConnectorFactory
-
Returns a list of connector types that are supported by this connector factory.
- getTable() - Method in class com.incorta.connector.model.ColumnDetails
-
Returns the table details of the table that this column is part of.
- getTableName() - Method in class com.incorta.connector.model.DataSetSpec
-
Returns the name of the schema table that the data set belongs to.
- getTables(DiscoveryContext, String, String) - Method in interface com.incorta.connector.Connector
-
Returns a list of tables under the specified catalog and schema.
- getTimeDifference() - Method in interface com.incorta.connector.DataSet
-
This method should only be implemented when there is a data discrepancy caused by time zone difference.
- getTokenString() - Method in class com.incorta.connector.OAuthManager.Response
-
Returns the token string to be used for authentication.
- getTooltip() - Method in class com.incorta.connector.model.PropertyModel
-
Returns the property's tooltip text.
- getType() - Method in interface com.incorta.connector.Connector
-
Returns the complete type (type, sub-type and version) of this connector
- getType() - Method in exception com.incorta.connector.errors.DiscoveryException
-
- getType() - Method in class com.incorta.connector.model.ColumnDetails
-
Returns the column type.
- getType() - Method in class com.incorta.connector.model.ConnectorSpec
-
Returns the connector type
- getType() - Method in class com.incorta.connector.model.DataSetSpec
-
Returns the connector type of this data set.
- getType() - Method in class com.incorta.connector.model.PropertyModel
-
Returns the type of field that must be displayed in the UI for this property.
- getType() - Method in class com.incorta.connector.model.PropertyModel.PropertyValue
-
Returns property value type, a special property used by Incorta built-in connectors.
- getType() - Method in class com.incorta.connector.model.TableDetails
-
Returns the table type.
- getTypeLabel() - Method in class com.incorta.connector.model.ConnectorModel
-
Returns the connector type label which is displayed in the UI.
- getTypeName() - Method in class com.incorta.connector.model.ConnectorModel
-
Returns the connector type name.
- getTypeName() - Method in class com.incorta.connector.model.ConnectorType
-
Returns the connector type name.
- getUrl() - Method in class com.incorta.connector.OAuthManager.Request
-
Return the authorization URL.
- getUserContext() - Method in interface com.incorta.connector.DiscoveryContext
-
Returns the user context object.
- getUsername() - Method in class com.incorta.connector.OAuthManager.Response
-
Returns the authorizing user name.
- getUsernameProperty() - Method in class com.incorta.connector.model.PropertyModel
-
Returns the name of another property, the value of which is the OAuth username.
- getValue() - Method in class com.incorta.connector.model.Property
-
Returns the property value as a String.
- getValue() - Method in class com.incorta.connector.model.PropertyModel.PropertyValue
-
Returns the option value.
- getVersion() - Method in class com.incorta.connector.model.ConnectorModel
-
Returns the connector version number.