Enum Class SurveyActionGuard
java.lang.Object
java.lang.Enum<SurveyActionGuard>
org.odpi.openmetadata.frameworks.surveyaction.controls.SurveyActionGuard
- All Implemented Interfaces:
Serializable
,Comparable<SurveyActionGuard>
,Constable
The SurveyActionGuard enum describes the standard guards that are automatically set up for all
survey action services.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the typical completion status used with this guard.Return details of the guards used on a survey that is validating the structure and content of data.Return the description of the guard.Return the details of a specific guard.getName()
Return the name of the guard.Return details of the guards used on a simple survey.toString()
Output of this enum class and main value.static SurveyActionGuard
Returns the enum constant of this class with the specified name.static SurveyActionGuard[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SURVEY_COMPLETED
-
SURVEY_INVALID
-
SURVEY_FAILED
-
DATA_CERTIFIED
-
DATA_NOT_CERTIFIED
-
MISSING_CERTIFICATION_TYPE
-
MISSING_SCHEMA_TYPE
-
-
Field Details
-
name
-
completionStatus
-
description
-
-
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
-
getName
Return the name of the guard.- Returns:
- string name
-
getCompletionStatus
Return the typical completion status used with this guard.- Returns:
- completion status
-
getDescription
Return the description of the guard.- Returns:
- text
-
getSimpleSurveyGuardTypes
Return details of the guards used on a simple survey. These guards are set automatically if the survey does not set a guard itself.- Returns:
- guard types
-
getDataValidationSurveyGuardTypes
Return details of the guards used on a survey that is validating the structure and content of data. Each check produces a Qualify Annotation. If all checks pass, the certification is added to the asset. If any checks fail, a request for action is created for the asset, linking the failing quality annotations.- Returns:
- guard types
-
getGuardType
Return the details of a specific guard.- Returns:
- guard type
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<SurveyActionGuard>
- Returns:
- string showing enum value
-