Enum Class RequestTypeDefinition
java.lang.Object
java.lang.Enum<RequestTypeDefinition>
org.odpi.openmetadata.archiveutilities.openconnectors.RequestTypeDefinition
- All Implemented Interfaces:
Serializable,Comparable<RequestTypeDefinition>,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 ConstantDescriptioncatalog-apache-atlas-servercatalog-apache-kafka-servercatalog-omag-server-platformcatalog-postgres-databasecatalog-postgres-schemacatalog-postgres-servercatalog-software-servercatalog-unity-catalog-servercopy-filecreate-apache-atlas-servercreate-databricks-unity-catalog-servercreate-apache-kafka-servercreate-omag-server-platformcreate-postgres-databasecreate-postgres-schemacreate-postgres-servercreate-software-servercreate-unity-catalog-serverdelete-apache-atlas-serverdelete-databricks-unity-catalog-serverdelete-filedelete-apache-kafka-serverdelete-omag-server-platformdelete-postgres-databasedelete-postgres-schemadelete-postgres-serverdelete-software-serverdelete-unity-catalog-serverevaluate-annotationsget-day-of-weekharvest-open-metadataharvest-surveysmove-fileevaluate-annotationsprovision-unity-catalog-resourcequalified-name-dedupset-retention-periodseek-origin-of-assetsurvey-all-folderssurvey-all-folders-and-filessurvey-apache-atlas-serversurvey-csv-filesurvey-data-filesurvey-foldersurvey-folder-and-filessurvey-kafka-serversurvey-postgres-databasesurvey-postgres-serversurvey-unity-catalog-catalogsurvey-unity-catalog-schemasurvey-unity-catalog-serversurvey-unity-catalog-volumeverify-assetwatch-for-new-files-in-folderwrite-to-audit-log"set-zone-membership" -
Method Summary
Modifier and TypeMethodDescriptionList<org.odpi.openmetadata.frameworks.governanceaction.properties.NewActionTarget>Return predefined action targets used by this service.Get identifier of content pack where this template should be located.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 RequestTypeDefinitionReturns the enum constant of this class with the specified name.static RequestTypeDefinition[]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
-
WATCH_FOR_NEW_FILES
watch-for-new-files-in-folder -
COPY_FILE
copy-file -
MOVE_FILE
move-file -
DELETE_FILE
delete-file -
SEEK_ORIGIN
seek-origin-of-asset -
ZONE_MEMBER
"set-zone-membership" -
RETENTION_PERIOD
set-retention-period -
VERIFY_ASSET
verify-asset -
EVALUATE_ANNOTATIONS
evaluate-annotations -
PRINT_SURVEY_REPORT
evaluate-annotations -
WRITE_AUDIT_LOG
write-to-audit-log -
GET_DAY_OF_WEEK
get-day-of-week -
QNAME_DEDUP
qualified-name-dedup -
SURVEY_CSV_FILE
survey-csv-file -
SURVEY_DATA_FILE
survey-data-file -
SURVEY_FOLDER
survey-folder -
SURVEY_FOLDER_AND_FILES
survey-folder-and-files -
SURVEY_ALL_FOLDERS
survey-all-folders -
SURVEY_ALL_FOLDERS_AND_FILES
survey-all-folders-and-files -
SURVEY_ATLAS_SERVER
survey-apache-atlas-server -
SURVEY_KAFKA_SERVER
survey-kafka-server -
SURVEY_UC_SERVER
survey-unity-catalog-server -
SURVEY_UC_CATALOG
survey-unity-catalog-catalog -
SURVEY_UC_SCHEMA
survey-unity-catalog-schema -
SURVEY_UC_VOLUME
survey-unity-catalog-volume -
PROVISION_UC
provision-unity-catalog-resource -
SURVEY_POSTGRES_SERVER
survey-postgres-server -
SURVEY_POSTGRES_DATABASE
survey-postgres-database -
CREATE_SOFTWARE_SERVER
create-software-server -
DELETE_SOFTWARE_SERVER
delete-software-server -
CATALOG_SOFTWARE_SERVER
catalog-software-server -
CREATE_UC_SERVER
create-unity-catalog-server -
DELETE_UC_SERVER
delete-unity-catalog-server -
CREATE_DB_UC_SERVER
create-databricks-unity-catalog-server -
DELETE_DB_UC_SERVER
delete-databricks-unity-catalog-server -
CATALOG_UC_SERVER
catalog-unity-catalog-server -
CREATE_ATLAS_SERVER
create-apache-atlas-server -
DELETE_ATLAS_SERVER
delete-apache-atlas-server -
CATALOG_ATLAS_SERVER
catalog-apache-atlas-server -
CREATE_KAFKA_SERVER
create-apache-kafka-server -
DELETE_KAFKA_SERVER
delete-apache-kafka-server -
CATALOG_KAFKA_SERVER
catalog-apache-kafka-server -
CREATE_OMAG_SERVER_PLATFORM
create-omag-server-platform -
DELETE_OMAG_SERVER_PLATFORM
delete-omag-server-platform -
CATALOG_OMAG_SERVER_PLATFORM
catalog-omag-server-platform -
CREATE_POSTGRES_SERVER
create-postgres-server -
DELETE_POSTGRES_SERVER
delete-postgres-server -
CATALOG_POSTGRES_SERVER
catalog-postgres-server -
CREATE_POSTGRES_DB
create-postgres-database -
DELETE_POSTGRES_DB
delete-postgres-database -
CATALOG_POSTGRES_DATABASE
catalog-postgres-database -
CREATE_POSTGRES_SCHEMA
create-postgres-schema -
DELETE_POSTGRES_SCHEMA
delete-postgres-schema -
CATALOG_POSTGRES_SCHEMA
catalog-postgres-schema -
HARVEST_SURVEYS
harvest-surveys -
HARVEST_OPEN_METADATA
harvest-open-metadata
-
-
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.governanceaction.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
-
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:
toStringin classEnum<RequestTypeDefinition>- Returns:
- string showing enum value
-