Enum Class IntegrationServiceDescription

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

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

  • 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 String getIntegrationServicePartnerOMAS()
      Return the full name of the Open Metadata Access Service (OMAS) that this integration service is partnered with.
      Returns:
      Full name of OMAS
    • 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