Enum Class CocoClinicalTrialActionTarget
java.lang.Object
java.lang.Enum<CocoClinicalTrialActionTarget>
org.odpi.openmetadata.samples.governanceactions.clinicaltrials.CocoClinicalTrialActionTarget
- All Implemented Interfaces:
Serializable
,Comparable<CocoClinicalTrialActionTarget>
,Constable
ActionTarget provides some standard action type names to use in the implementation of governance services.
Using standard action target names helps to simplify the use of the governance services in
governance action processes.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionA data processing purpose that has been approved for data from this hospital.Catalog where data for clinical trial is to reside.The person who can be contacted if there are problems with the data from this hospital.The person who can be contacted if there are problems with the data from this hospital.The certification type that should be used to certify the hospital.Hospital that will be supplying data for the clinical trial..The certification type that should be used to certify the hospital.The type of licences granted by the hospital for data that originates from them for this clinical trial.Integration connector that maintains the last update date for the volume.Integration connector that maintains the last update date for the volume.The person who can be contacted if there are problems with the data from this hospital.Project used to control the clinical trial.The person, or team, in Coco Pharmaceuticals that sets up metadata for data. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn an action target type for use in the governance action service's provider.static List<ActionTargetType>
Return the action targets defined for this service.static List<ActionTargetType>
Return the action targets defined for this service.static List<ActionTargetType>
Return the action targets defined for this service.Return the preferred value of the deployed implementation type of the element that is linked to for this type of action target.Return the description of the action target.static List<ActionTargetType>
Return the action targets defined for this service.getName()
Return the name of the action target.static List<ActionTargetType>
Return the action targets defined for this service.static List<ActionTargetType>
Return the action targets defined for this service.Return the type name of the element that is linked to for this type of action target.toString()
JSON-style toStringReturns the enum constant of this class with the specified name.static CocoClinicalTrialActionTarget[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PROJECT
Project used to control the clinical trial. -
HOSPITAL
Hospital that will be supplying data for the clinical trial.. -
CONTACT_PERSON
The person who can be contacted if there are problems with the data from this hospital. -
PROCESS_OWNER
The person who can be contacted if there are problems with the data from this hospital. -
CUSTODIAN
The person who can be contacted if there are problems with the data from this hospital. -
STEWARD
The person, or team, in Coco Pharmaceuticals that sets up metadata for data. -
CATALOG
Catalog where data for clinical trial is to reside. -
LAST_UPDATE_CONNECTOR
Integration connector that maintains the last update date for the volume. -
LANDING_AREA_CONNECTOR
Integration connector that maintains the last update date for the volume. -
HOSPITAL_DATA_LICENSE_TYPE
The type of licences granted by the hospital for data that originates from them for this clinical trial. -
APPROVED_PURPOSES
A data processing purpose that has been approved for data from this hospital. It is a combination of permitted purposes from the license, and Coco Pharmaceutical's own governance practices. -
HOSPITAL_CERTIFICATION_TYPE
The certification type that should be used to certify the hospital. -
DATA_QUALITY_CERTIFICATION_TYPE
The certification type that should be used to certify the hospital. -
GENERIC_ONBOARDING_PIPELINE
-
GENERIC_HOSPITAL_NOMINATION_GAT
-
GENERIC_HOSPITAL_CERTIFICATION_GAT
-
GENERIC_HOSPITAL_ONBOARDING_GAT
-
GENERIC_SET_UP_DATA_LAKE_GAT
-
ONBOARD_HOSPITAL_PROCESS
-
-
Field Details
-
name
Action target name -
description
Description of the action target. -
typeName
The open metadata type name of the element that can be this type of action target.
-
-
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
-
getClinicalTrialSetupActionTargetTypes
Return the action targets defined for this service.- Returns:
- list
-
getNominateHospitalActionTargetTypes
Return the action targets defined for this service.- Returns:
- list
-
getCertifyHospitalActionTargetTypes
Return the action targets defined for this service.- Returns:
- list
-
getSetUpDataLakeActionTargetTypes
Return the action targets defined for this service.- Returns:
- list
-
getHospitalOnboardingActionTargetTypes
Return the action targets defined for this service.- Returns:
- list
-
getCertifyWeeklyMeasurementsActionTargetTypes
Return the action targets defined for this service.- Returns:
- list
-
getActionTargetType
Return an action target type for use in the governance action service's provider.- Returns:
- action target type
-
getName
Return the name of the action target.- Returns:
- string name
-
getDescription
Return the description of the action target.- Returns:
- string description
-
getTypeName
Return the type name of the element that is linked to for this type of action target.- Returns:
- type name
-
getDeployedImplementationType
Return the preferred value of the deployed implementation type of the element that is linked to for this type of action target. This is typically only set for assets.- Returns:
- preferred value string
-
toString
JSON-style toString- Overrides:
toString
in classEnum<CocoClinicalTrialActionTarget>
- Returns:
- return string containing the property names and values
-