Enum Class CocoGovernanceServiceDefinition
java.lang.Object
java.lang.Enum<CocoGovernanceServiceDefinition>
org.odpi.openmetadata.samples.archiveutilities.governanceengines.CocoGovernanceServiceDefinition
- All Implemented Interfaces:
Serializable
,Comparable<CocoGovernanceServiceDefinition>
,Constable
Define the Governance Action Services configuration shipped with Egeria.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionChecks 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.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.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.Sets up the processes that will govern the clinical trial.Sets up the storage definitions that support the receipt of weekly patient measurement data for a clinical trial.Checks that the schema (format) and values match the required specification. -
Method Summary
Modifier and TypeMethodDescriptionReturn the name of the governance service provider implementation class.Return the deployed implementation type for the service.Return the description of the governance service.Return the display name of the governance service.Create a governance action description from the governance service's provider.getGUID()
Return the unique identifier of the governance service.getName()
Return the unique name of the governance service.toString()
Output of this enum class and main value.Returns the enum constant of this class with the specified name.static CocoGovernanceServiceDefinition[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SET_UP_CLINICAL_TRIAL
Sets up the processes that will govern the clinical trial. -
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
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
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
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
Checks that the schema (format) and values match the required specification.
-
-
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
-
getGUID
Return the unique identifier of the governance service.- Returns:
- string
-
getName
Return the unique name of the governance service.- Returns:
- string
-
getDisplayName
Return the display name of the governance service.- Returns:
- string
-
getDescription
Return the description of the governance service.- Returns:
- string
-
getConnectorProviderClassName
Return the name of the governance service provider implementation class.- Returns:
- string
-
getDeployedImplementationType
Return the deployed implementation type for the service.- Returns:
- DeployedImplementationType enum
-
getGovernanceActionDescription
Create a governance action description from the governance service's provider.- Returns:
- governance action description
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<CocoGovernanceServiceDefinition>
- Returns:
- string showing enum value
-