Enum Class GovernanceServiceDefinition
java.lang.Object
java.lang.Enum<GovernanceServiceDefinition>
org.odpi.openmetadata.archiveutilities.openconnectors.GovernanceServiceDefinition
- All Implemented Interfaces:
Serializable
,Comparable<GovernanceServiceDefinition>
,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 ConstantDescriptionApache Atlas Survey ServiceCatalog Server Governance ServiceCreate Server Governance ServiceDiscovers columns within a CSV File.Discovers the name, extension, file type and other characteristics of a file.Detect the day of the weekVerify annotations in a Survey Report.File {move, copy, delete} Governance Action ServiceDiscovers the types of files located within a file system directory (and its sub-directories).Apache Kafka Server Survey ServiceNew Files Watchdog Governance Action ServiceLocate and Set Origin Governance Action Service - Navigates back through the lineage relationships to locate the origin classification(s) from the source(s) and sets it on the requested asset if the origin is unique.PostgreSQL Database Survey ServicePostgreSQL Server Survey ServicePrint a Survey Report as a markdown document.Creates unity catalog elements in the appropriate metadata collection so that they are provisioned into Unity Catalog (UC).Detect elements with the same qualified names.Add a Retention classification to an Asset Governance Action ServiceOSS Unity Catalog Inside Catalog Survey ServiceOSS Unity Catalog Inside Schema Survey ServiceOSS Unity Catalog Server Survey ServiceDiscovers the types of files located within a Unity Catalog Volume system directory (and its sub-directories).Verify an Asset Governance Action ServiceWrite an Audit Log MessageUpdate Asset's Zone Membership Governance Action Service -
Method Summary
Modifier and TypeMethodDescriptionReturn the name of the governance service provider implementation class.Get identifier of content pack where this template should be located.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.Return the deployed implementation type for the service.toString()
Output of this enum class and main value.static GovernanceServiceDefinition
Returns the enum constant of this class with the specified name.static GovernanceServiceDefinition[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FILE_PROVISIONER
File {move, copy, delete} Governance Action Service -
NEW_FILES_WATCHDOG
New Files Watchdog Governance Action Service -
ORIGIN_SEEKER
Locate and Set Origin Governance Action Service - Navigates back through the lineage relationships to locate the origin classification(s) from the source(s) and sets it on the requested asset if the origin is unique. -
RETENTION_CLASSIFIER
Add a Retention classification to an Asset Governance Action Service -
ZONE_PUBLISHER
Update Asset's Zone Membership Governance Action Service -
QUALIFIED_NAME_DEDUP
Detect elements with the same qualified names. -
EVALUATE_ANNOTATIONS
Verify annotations in a Survey Report. -
PRINT_SURVEY_REPORT
Print a Survey Report as a markdown document. -
WRITE_AUDIT_LOG
Write an Audit Log Message -
DAY_OF_WEEK
Detect the day of the week -
VERIFY_ASSET
Verify an Asset Governance Action Service -
CSV_FILE_SURVEY
Discovers columns within a CSV File. -
DATA_FILE_SURVEY
Discovers the name, extension, file type and other characteristics of a file. -
FOLDER_SURVEY
Discovers the types of files located within a file system directory (and its sub-directories). -
APACHE_ATLAS_SURVEY
Apache Atlas Survey Service -
UC_SERVER_SURVEY
OSS Unity Catalog Server Survey Service -
UC_CATALOG_SURVEY
OSS Unity Catalog Inside Catalog Survey Service -
UC_SCHEMA_SURVEY
OSS Unity Catalog Inside Schema Survey Service -
UC_VOLUME_SURVEY
Discovers the types of files located within a Unity Catalog Volume system directory (and its sub-directories). -
PROVISION_UC
Creates unity catalog elements in the appropriate metadata collection so that they are provisioned into Unity Catalog (UC). -
POSTGRES_SERVER_SURVEY
PostgreSQL Server Survey Service -
POSTGRES_DATABASE_SURVEY
PostgreSQL Database Survey Service -
KAFKA_SERVER_SURVEY
Apache Kafka Server Survey Service -
CREATE_SERVER
Create Server Governance Service -
CATALOG_SERVER
Catalog Server Governance Service
-
-
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
-
getOpenMetadataTypeName
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
-
getContentPackDefinition
Get identifier of content pack where this template should be located.- Returns:
- content pack definition
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<GovernanceServiceDefinition>
- Returns:
- string showing enum value
-