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 SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum 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.File Copy Governance Action ServiceSets 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 SummaryModifier 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_TRIALSets up the processes that will govern the clinical trial.
- 
SET_UP_DATA_LAKESets 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_HOSPITALChecks 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_HOSPITALChecks 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_ONBOARDINGSets 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_QUALITYChecks that the schema (format) and values match the required specification.
- 
FILE_PROVISIONERFile Copy Governance Action Service
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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
 
- 
getGUIDReturn the unique identifier of the governance service.- Returns:
- string
 
- 
getNameReturn the unique name of the governance service.- Returns:
- string
 
- 
getDisplayNameReturn the display name of the governance service.- Returns:
- string
 
- 
getDescriptionReturn the description of the governance service.- Returns:
- string
 
- 
getConnectorProviderClassNameReturn the name of the governance service provider implementation class.- Returns:
- string
 
- 
getDeployedImplementationTypeReturn the deployed implementation type for the service.- Returns:
- DeployedImplementationType enum
 
- 
getGovernanceActionDescriptionCreate a governance action description from the governance service's provider.- Returns:
- governance action description
 
- 
toStringOutput of this enum class and main value.- Overrides:
- toStringin class- Enum<CocoGovernanceServiceDefinition>
- Returns:
- string showing enum value
 
 
-