Enum Class IntegrationConnectorDefinition
java.lang.Object
java.lang.Enum<IntegrationConnectorDefinition>
org.odpi.openmetadata.archiveutilities.openconnectors.IntegrationConnectorDefinition
- All Implemented Interfaces:
Serializable
,Comparable<IntegrationConnectorDefinition>
,Constable
Describes the standard integration connector configuration shipped with Egeria. They are all defined under the default integration group
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionReturn the configuration properties.Return the name of the connector in the integration groupReturn the class name of the connector provider.Return the connector's userId.Get identifier of content pack where this template should be located.Return the qualified name for the deployed implementation type that this connector supportsReturn the description of the integration connector.Return the display name of the integration connector.Return the optional endpoint address for the first catalog target.getGUID()
Return the unique identifier of the integration connector.Return the optional metadata source qualified name for the connector.getQualifiedName
(String integrationGroupQualifiedName) Return the unique name of the integration connector.long
Return the refresh time interval (minutes)Return the deployed implementation type that this connector supportstoString()
Output of this enum class and main value.Returns the enum constant of this class with the specified name.static IntegrationConnectorDefinition[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SAMPLE_DATA_CATALOGUER
-
CONTENT_PACK_CATALOGUER
-
GENERAL_FOLDER_CATALOGUER
-
MAINTAIN_LAST_UPDATE_CATALOGUER
-
JDBC_CATALOGUER
-
POSTGRES_DB_CATALOGUER
-
POSTGRES_SERVER_CATALOGUER
-
APACHE_ATLAS_EXCHANGE
-
KAFKA_SERVER_CATALOGUER
-
API_CATALOGUER
-
UC_CATALOG_CATALOGUER
-
UC_SERVER_CATALOGUER
-
OMAG_SERVER_PLATFORM_CATALOGUER
-
OPEN_LINEAGE_API_PUBLISHER
-
OPEN_LINEAGE_FILE_PUBLISHER
-
OPEN_LINEAGE_GA_PUBLISHER
-
OPEN_LINEAGE_CATALOGUER
-
OPEN_LINEAGE_KAFKA_LISTENER
-
HARVEST_OPEN_METADATA
-
HARVEST_SURVEYS
-
HARVEST_ACTIVITY
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getGUID
Return the unique identifier of the integration connector.- Returns:
- string
-
getQualifiedName
Return the unique name of the integration connector.- Parameters:
integrationGroupQualifiedName
- qualified name of the associated integration group- Returns:
- string
-
getDisplayName
Return the display name of the integration connector.- Returns:
- string
-
getDescription
Return the description of the integration connector.- Returns:
- string
-
getConnectorProviderClassName
Return the class name of the connector provider.- Returns:
- string
-
getConnectorName
Return the name of the connector in the integration group- Returns:
- string
-
getConnectorUserId
Return the connector's userId.- Returns:
- string
-
getMetadataSourceQualifiedName
Return the optional metadata source qualified name for the connector.- Returns:
- string
-
getEndpointAddress
Return the optional endpoint address for the first catalog target.- Returns:
- string
-
getConfigurationProperties
Return the configuration properties.- Returns:
- map
-
getRefreshTimeInterval
public long getRefreshTimeInterval()Return the refresh time interval (minutes)- Returns:
- long
-
getDeployedImplementationTypes
Return the qualified name for the deployed implementation type that this connector supports- Returns:
- enum
-
getResourceUse
Return the deployed implementation type that this connector supports- Returns:
- enum
-
getContentPackDefinition
Get identifier of content pack where this template should be located.- Returns:
- content pack definition
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<IntegrationConnectorDefinition>
- Returns:
- string showing enum value
-