Enum Class CocoGovernanceServiceDefinition

java.lang.Object
java.lang.Enum<CocoGovernanceServiceDefinition>
org.odpi.openmetadata.samples.archiveutilities.governanceengines.CocoGovernanceServiceDefinition
All Implemented Interfaces:
Serializable, Comparable<CocoGovernanceServiceDefinition>, Constable

public enum CocoGovernanceServiceDefinition extends Enum<CocoGovernanceServiceDefinition>
Define the Governance Action Services configuration shipped with Egeria.
  • Enum Constant Details

    • SET_UP_CLINICAL_TRIAL

      public static final CocoGovernanceServiceDefinition SET_UP_CLINICAL_TRIAL
      Sets up the processes that will govern the clinical trial.
    • SET_UP_DATA_LAKE

      public static final CocoGovernanceServiceDefinition SET_UP_DATA_LAKE
      Sets up the storage definitions that support the receipt of weekly patient measurement data for a clinical trial. This data is accessible through OSS Unity Catalog (UC).
    • NOMINATE_HOSPITAL

      public static final CocoGovernanceServiceDefinition NOMINATE_HOSPITAL
      Checks that the certification type matches the one for the clinical trial project and sets up the certification relationship between the hospital and the certification type. The start date is null. The certification relationship identifies the people involved in completing the certification process.
    • CERTIFY_HOSPITAL

      public static final CocoGovernanceServiceDefinition CERTIFY_HOSPITAL
      Checks that the certification type matches the one for the clinical trial project and sets up the start date in the certification relationship between the hospital and the certification type.
    • HOSPITAL_ONBOARDING

      public static final CocoGovernanceServiceDefinition HOSPITAL_ONBOARDING
      Sets up the landing area for data from a hospital as part of a clinical trial, along with the pipeline that catalogued the data and moved it into the data lake. The aim is that the data is moved from the landing area as soon as possible.
    • WEEKLY_MEASUREMENTS_DATA_QUALITY

      public static final CocoGovernanceServiceDefinition WEEKLY_MEASUREMENTS_DATA_QUALITY
      Checks that the schema (format) and values match the required specification.
  • Method Details

    • values

      public static CocoGovernanceServiceDefinition[] 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 CocoGovernanceServiceDefinition 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
    • getGUID

      public String getGUID()
      Return the unique identifier of the governance service.
      Returns:
      string
    • getName

      public String getName()
      Return the unique name of the governance service.
      Returns:
      string
    • getDisplayName

      public String getDisplayName()
      Return the display name of the governance service.
      Returns:
      string
    • getDescription

      public String getDescription()
      Return the description of the governance service.
      Returns:
      string
    • getConnectorProviderClassName

      public String getConnectorProviderClassName()
      Return the name of the governance service provider implementation class.
      Returns:
      string
    • getDeployedImplementationType

      public DeployedImplementationType getDeployedImplementationType()
      Return the deployed implementation type for the service.
      Returns:
      DeployedImplementationType enum
    • getGovernanceActionDescription

      public GovernanceActionDescription getGovernanceActionDescription()
      Create a governance action description from the governance service's provider.
      Returns:
      governance action description
    • toString

      public String toString()
      Output of this enum class and main value.
      Overrides:
      toString in class Enum<CocoGovernanceServiceDefinition>
      Returns:
      string showing enum value