java.lang.Object
java.lang.Enum<UnityCatalogTarget>
org.odpi.openmetadata.adapters.connectors.unitycatalog.controls.UnityCatalogTarget
All Implemented Interfaces:
Serializable, Comparable<UnityCatalogTarget>, Constable

public enum UnityCatalogTarget extends Enum<UnityCatalogTarget>
TargetEnum characterises the type of third party technology supported by a collection of connectors. This enables the capability of these connectors to be correctly matched to the resources and elements that they work with.
  • Enum Constant Details

    • UNITY_CATALOG_SERVER_TARGET

      public static final UnityCatalogTarget UNITY_CATALOG_SERVER_TARGET
    • UNITY_CATALOG_CATALOG_TARGET

      public static final UnityCatalogTarget UNITY_CATALOG_CATALOG_TARGET
    • UNITY_CATALOG_CONNECTOR_TARGET

      public static final UnityCatalogTarget UNITY_CATALOG_CONNECTOR_TARGET
  • Field Details

    • description

      public final String description
      Description of the target.
  • Method Details

    • values

      public static UnityCatalogTarget[] 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 UnityCatalogTarget 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
    • getName

      public String getName()
      Return the target name.
      Returns:
      string name
    • getDescription

      public String getDescription()
      Return the description of the target.
      Returns:
      string description
    • getTypeName

      public String getTypeName()
      Return the type name (or super type name) of a permitted target.
      Returns:
      name of an open metadata type
    • getDeployedImplementationType

      public String getDeployedImplementationType()
      Return a more specific definition of a permitted target.
      Returns:
      deployed implementation type name
    • getOtherPropertyValues

      public Map<String,String> getOtherPropertyValues()
      Return a map of property name to property value that the target should have to be valid for this integration connector.
      Returns:
      map of string to string
    • getServerCatalogTargetTypes

      public static List<CatalogTargetType> getServerCatalogTargetTypes()
      Return all the catalog types defined for the server.
      Returns:
      list of target type
    • getUCCatalogTargetTypes

      public static List<CatalogTargetType> getUCCatalogTargetTypes()
      Return all the catalog types defined for the server.
      Returns:
      list of target type
    • getCatalogTargetType

      public CatalogTargetType getCatalogTargetType()
      Return the target type for a specific target enum.
      Returns:
      target type
    • getSchemaActionTargetTypes

      public static List<ActionTargetType> getSchemaActionTargetTypes()
      Return the action targets defined in this enum for a UC Catalog. It is currently matched to the server asset. Later enhancements may allow it to also be connected to the desired data asset.
      Returns:
      list
    • getCatalogActionTargetTypes

      public static List<ActionTargetType> getCatalogActionTargetTypes()
      Return the action targets defined in this enum for a UC Catalog. It is currently matched to the server asset. Later enhancements may allow it to also be connected to the desired data asset.
      Returns:
      list
    • getServerActionTargetTypes

      public static List<ActionTargetType> getServerActionTargetTypes()
      Return the action targets defined in this enum for a UC Server.
      Returns:
      list
    • getActionTargetType

      public ActionTargetType getActionTargetType()
      Return an action target type for use in the governance service's provider.
      Returns:
      action target type
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class Enum<UnityCatalogTarget>
      Returns:
      return string containing the property names and values