Enum Class IntegrationServiceDescription
java.lang.Object
java.lang.Enum<IntegrationServiceDescription>
org.odpi.openmetadata.adminservices.configuration.registration.IntegrationServiceDescription
- All Implemented Interfaces:
Serializable
,Comparable<IntegrationServiceDescription>
,Constable
IntegrationServiceDescription provides a list of registered integration services.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionAnalytics Integrator OMIS - Exchange metadata with third party analytics tools.API Integrator OMIS - Exchange metadata with third party API Gateways.Catalog Integrator OMIS - Exchange metadata with third party data catalogs.Database Integrator OMIS - Extract metadata such as schema, tables and columns from database managers.Display Integrator OMIS - Exchange metadata with applications that display data to users.Files Integrator OMIS - Extract metadata about files stored in a file system or file manager.Infrastructure Integrator OMIS - Exchange information relating to IT infrastructure such as hosts, platforms, servers, server capabilities and services.Lineage Integrator OMIS - Manage exchange of lineage with a third party tool.Organization Integrator OMIS - Load information about the teams and people in an organization and return collaboration activity.Search Integrator OMIS - Store metadata with a third party technology that is focused on search efficiency.Security Integrator OMIS - Distribute security properties to security enforcement points.Topic Integrator OMIS - Exchange metadata with third party event-based brokers. -
Method Summary
Modifier and TypeMethodDescriptionReturn the deployedImplementationType for the specific type of integration connector supported by this service.Return the default value for permitted synchronization that should be set up for the integration connectors as they are configured.int
Return the code for this enum instancegetIntegrationServiceDefinition
(int integrationServiceCode) Return the enum that corresponds with the supplied code.Return the default description for the type for this enum instance.Return the development status of the service.Return the formal name for this enum instance.Return the default name for this enum instance.Return the full name of the Open Metadata Access Service (OMAS) that this integration service is partnered with.Return the string that appears in the REST API URL that identifies the owning service.Return the URL for the wiki page describing this integration service.Returns the enum constant of this class with the specified name.static IntegrationServiceDescription[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CATALOG_INTEGRATOR_OMIS
Catalog Integrator OMIS - Exchange metadata with third party data catalogs. -
API_INTEGRATOR_OMIS
API Integrator OMIS - Exchange metadata with third party API Gateways. -
TOPIC_INTEGRATOR_OMIS
Topic Integrator OMIS - Exchange metadata with third party event-based brokers. -
DISPLAY_INTEGRATOR_OMIS
Display Integrator OMIS - Exchange metadata with applications that display data to users. -
DATABASE_INTEGRATOR_OMIS
Database Integrator OMIS - Extract metadata such as schema, tables and columns from database managers. -
FILES_INTEGRATOR_OMIS
Files Integrator OMIS - Extract metadata about files stored in a file system or file manager. -
LINEAGE_INTEGRATOR_OMIS
Lineage Integrator OMIS - Manage exchange of lineage with a third party tool. -
ORGANIZATION_INTEGRATOR_OMIS
Organization Integrator OMIS - Load information about the teams and people in an organization and return collaboration activity. -
SECURITY_INTEGRATOR_OMIS
Security Integrator OMIS - Distribute security properties to security enforcement points. -
ANALYTICS_INTEGRATOR_OMIS
Analytics Integrator OMIS - Exchange metadata with third party analytics tools. -
SEARCH_INTEGRATOR_OMIS
Search Integrator OMIS - Store metadata with a third party technology that is focused on search efficiency. -
INFRASTRUCTURE_INTEGRATOR_OMIS
Infrastructure Integrator OMIS - Exchange information relating to IT infrastructure such as hosts, platforms, servers, server capabilities and services.
-
-
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
-
getIntegrationServiceDefinition
public static IntegrationServiceDescription getIntegrationServiceDefinition(int integrationServiceCode) Return the enum that corresponds with the supplied code.- Parameters:
integrationServiceCode
- requested code- Returns:
- enum
-
getIntegrationServiceCode
public int getIntegrationServiceCode()Return the code for this enum instance- Returns:
- int type code
-
getIntegrationServiceDevelopmentStatus
Return the development status of the service.- Returns:
- enum describing the status
-
getIntegrationServiceName
Return the default name for this enum instance.- Returns:
- String default name
-
getIntegrationServiceFullName
Return the formal name for this enum instance.- Returns:
- String default name
-
getIntegrationServiceURLMarker
Return the string that appears in the REST API URL that identifies the owning service.- Returns:
- String default URL marker
-
getIntegrationServiceDescription
Return the default description for the type for this enum instance.- Returns:
- String default description
-
getIntegrationServiceWiki
Return the URL for the wiki page describing this integration service.- Returns:
- String URL name for the wiki page
-
getIntegrationServicePartnerOMAS
Return the full name of the Open Metadata Access Service (OMAS) that this integration service is partnered with.- Returns:
- Description of OMAS
-
getConnectorDeployedImplementationType
Return the deployedImplementationType for the specific type of integration connector supported by this service.- Returns:
- deployedImplementationType
-
getDefaultPermittedSynchronization
Return the default value for permitted synchronization that should be set up for the integration connectors as they are configured.- Returns:
- enum default
-