Enum Class CocoRequestTypeDefinition
java.lang.Object
java.lang.Enum<CocoRequestTypeDefinition>
org.odpi.openmetadata.samples.archiveutilities.governanceengines.CocoRequestTypeDefinition
- All Implemented Interfaces:
Serializable,Comparable<CocoRequestTypeDefinition>,Constable
Defines the request types for the governance engines that identify which governance service to call
for a specific request type.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptioncertify-hospitalcheck-weekly-measurements-data-qualitynominate-hospitalonboard-hospitalset-up-clinical-trialset-up-data-lakesimulate-ftp -
Method Summary
Modifier and TypeMethodDescriptionList<org.odpi.openmetadata.frameworks.openmetadata.properties.NewActionTarget>Return predefined action targets used by this service.Return the unique identifier of the governance action type.Return the governance engine where this request type belongs to.Return the Request Type.Return the governance service that this request type maps to,Return the request parameters (if needed).Return the service request type to map to.Return the element that is supported by this request.toString()Output of this enum class and main value.static CocoRequestTypeDefinitionReturns the enum constant of this class with the specified name.static CocoRequestTypeDefinition[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
SET_UP_DATA_LAKE
set-up-data-lake -
NOMINATE_HOSPITAL
nominate-hospital -
CERTIFY_HOSPITAL
certify-hospital -
ONBOARD_HOSPITAL
onboard-hospital -
CHECK_DATA
check-weekly-measurements-data-quality -
SET_UP_CLINICAL_TRIAL
set-up-clinical-trial -
SIMULATE_FTP
simulate-ftp
-
-
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
-
getGovernanceRequestType
Return the Request Type.- Returns:
- string
-
getServiceRequestType
Return the service request type to map to.- Returns:
- string
-
getRequestParameters
Return the request parameters (if needed).- Returns:
- map or null
-
getActionTargets
public List<org.odpi.openmetadata.frameworks.openmetadata.properties.NewActionTarget> getActionTargets()Return predefined action targets used by this service. They are attached to the governance action type.- Returns:
- list
-
getGovernanceEngine
Return the governance engine where this request type belongs to.- Returns:
- governance engine definition enum
-
getGovernanceService
Return the governance service that this request type maps to,- Returns:
- governance service definition enum
-
getGovernanceActionTypeGUID
Return the unique identifier of the governance action type.- Returns:
- string
-
getSupportedElementQualifiedName
Return the element that is supported by this request.- Returns:
- qualified name string
-
toString
Output of this enum class and main value.- Overrides:
toStringin classEnum<CocoRequestTypeDefinition>- Returns:
- string showing enum value
-