Enum Class IntegrationServiceDescription

java.lang.Object
java.lang.Enum<IntegrationServiceDescription>
org.odpi.openmetadata.adminservices.configuration.registration.IntegrationServiceDescription
All Implemented Interfaces:
Serializable, Comparable<IntegrationServiceDescription>, Constable

public enum IntegrationServiceDescription extends Enum<IntegrationServiceDescription>
IntegrationServiceDescription provides a list of registered integration services.
  • Enum Constant Details

    • CATALOG_INTEGRATOR_OMIS

      public static final IntegrationServiceDescription CATALOG_INTEGRATOR_OMIS
      Catalog Integrator OMIS - Exchange metadata with third party data catalogs.
    • API_INTEGRATOR_OMIS

      public static final IntegrationServiceDescription API_INTEGRATOR_OMIS
      API Integrator OMIS - Exchange metadata with third party API Gateways.
    • TOPIC_INTEGRATOR_OMIS

      public static final IntegrationServiceDescription TOPIC_INTEGRATOR_OMIS
      Topic Integrator OMIS - Exchange metadata with third party event-based brokers.
    • DISPLAY_INTEGRATOR_OMIS

      public static final IntegrationServiceDescription DISPLAY_INTEGRATOR_OMIS
      Display Integrator OMIS - Exchange metadata with applications that display data to users.
    • DATABASE_INTEGRATOR_OMIS

      public static final IntegrationServiceDescription DATABASE_INTEGRATOR_OMIS
      Database Integrator OMIS - Extract metadata such as schema, tables and columns from database managers.
    • FILES_INTEGRATOR_OMIS

      public static final IntegrationServiceDescription FILES_INTEGRATOR_OMIS
      Files Integrator OMIS - Extract metadata about files stored in a file system or file manager.
    • LINEAGE_INTEGRATOR_OMIS

      public static final IntegrationServiceDescription LINEAGE_INTEGRATOR_OMIS
      Lineage Integrator OMIS - Manage exchange of lineage with a third party tool.
    • ORGANIZATION_INTEGRATOR_OMIS

      public static final IntegrationServiceDescription ORGANIZATION_INTEGRATOR_OMIS
      Organization Integrator OMIS - Load information about the teams and people in an organization and return collaboration activity.
    • SECURITY_INTEGRATOR_OMIS

      public static final IntegrationServiceDescription SECURITY_INTEGRATOR_OMIS
      Security Integrator OMIS - Distribute security properties to security enforcement points.
    • ANALYTICS_INTEGRATOR_OMIS

      public static final IntegrationServiceDescription ANALYTICS_INTEGRATOR_OMIS
      Analytics Integrator OMIS - Exchange metadata with third party analytics tools.
    • SEARCH_INTEGRATOR_OMIS

      public static final IntegrationServiceDescription SEARCH_INTEGRATOR_OMIS
      Search Integrator OMIS - Store metadata with a third party technology that is focused on search efficiency.
    • INFRASTRUCTURE_INTEGRATOR_OMIS

      public static final IntegrationServiceDescription INFRASTRUCTURE_INTEGRATOR_OMIS
      Infrastructure Integrator OMIS - Exchange information relating to IT infrastructure such as hosts, platforms, servers, server capabilities and services.
  • Method Details

    • values

      public static IntegrationServiceDescription[] 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

      public static IntegrationServiceDescription valueOf(String name)
      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 name
      NullPointerException - 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

      public ComponentDevelopmentStatus getIntegrationServiceDevelopmentStatus()
      Return the development status of the service.
      Returns:
      enum describing the status
    • getIntegrationServiceName

      public String getIntegrationServiceName()
      Return the default name for this enum instance.
      Returns:
      String default name
    • getIntegrationServiceFullName

      public String getIntegrationServiceFullName()
      Return the formal name for this enum instance.
      Returns:
      String default name
    • getIntegrationServiceURLMarker

      public String getIntegrationServiceURLMarker()
      Return the string that appears in the REST API URL that identifies the owning service.
      Returns:
      String default URL marker
    • getIntegrationServiceDescription

      public String getIntegrationServiceDescription()
      Return the default description for the type for this enum instance.
      Returns:
      String default description
    • getIntegrationServiceWiki

      public String getIntegrationServiceWiki()
      Return the URL for the wiki page describing this integration service.
      Returns:
      String URL name for the wiki page
    • getIntegrationServicePartnerOMAS

      public AccessServiceDescription getIntegrationServicePartnerOMAS()
      Return the full name of the Open Metadata Access Service (OMAS) that this integration service is partnered with.
      Returns:
      Description of OMAS
    • getConnectorDeployedImplementationType

      public String getConnectorDeployedImplementationType()
      Return the deployedImplementationType for the specific type of integration connector supported by this service.
      Returns:
      deployedImplementationType
    • getDefaultPermittedSynchronization

      public PermittedSynchronization getDefaultPermittedSynchronization()
      Return the default value for permitted synchronization that should be set up for the integration connectors as they are configured.
      Returns:
      enum default