Enum Class OpenMetadataType

java.lang.Object
java.lang.Enum<OpenMetadataType>
org.odpi.openmetadata.frameworks.openmetadata.types.OpenMetadataType
All Implemented Interfaces:
Serializable, Comparable<OpenMetadataType>, Constable

public enum OpenMetadataType extends Enum<OpenMetadataType>
OpenMetadataType provides property name mapping for the open metadata types. It includes identifiers for all the types.
  • Enum Constant Details

    • OPEN_METADATA_ROOT

      public static final OpenMetadataType OPEN_METADATA_ROOT
      Common root for all open metadata entity types.
    • MEMENTO_CLASSIFICATION

      public static final OpenMetadataType MEMENTO_CLASSIFICATION
      An element whose real-world counterpart has been deleted or moved to offline archived.
    • ANCHORS_CLASSIFICATION

      public static final OpenMetadataType ANCHORS_CLASSIFICATION
      Identifies the anchor entity for an element that is part of a large composite object such as an asset.
    • REFERENCEABLE

      public static final OpenMetadataType REFERENCEABLE
      An open metadata entity that has a unique identifier.
    • ASSET

      public static final OpenMetadataType ASSET
      The description of an asset that needs to be catalogued and governed.
    • PROCESS

      public static final OpenMetadataType PROCESS
      Well-defined sequence of activities performed by people or software components.
    • INFRASTRUCTURE

      public static final OpenMetadataType INFRASTRUCTURE
      Physical infrastructure or software platform.
    • DATA_SET

      public static final OpenMetadataType DATA_SET
      Collection of related data, not necessarily stored together.
    • SAMPLE_DATA_RELATIONSHIP

      public static final OpenMetadataType SAMPLE_DATA_RELATIONSHIP
      Links an Asset entity describing a collection of sample data that originates from the resource represented by the Referenceable entity.
    • LATEST_CHANGE_CLASSIFICATION

      public static final OpenMetadataType LATEST_CHANGE_CLASSIFICATION
      Defines the latest change to an anchor entity and its associated attachments.
    • TEMPLATE_CLASSIFICATION

      public static final OpenMetadataType TEMPLATE_CLASSIFICATION
      Marks the referenceable as a template for creating new objects.
    • CATALOG_TEMPLATE_RELATIONSHIP

      public static final OpenMetadataType CATALOG_TEMPLATE_RELATIONSHIP
      Provides the template for creating a metadata representation of the linked from valid value.
    • TEMPLATE_SUBSTITUTE_CLASSIFICATION

      public static final OpenMetadataType TEMPLATE_SUBSTITUTE_CLASSIFICATION
      An element that has been introduced in a template to provide an end to a relationship that is part of the template but should not be visible outside the template use.
    • SOURCED_FROM_RELATIONSHIP

      public static final OpenMetadataType SOURCED_FROM_RELATIONSHIP
      Defines source of the information for a referenceable that was created by copying from a template.
    • MORE_INFORMATION_RELATIONSHIP

      public static final OpenMetadataType MORE_INFORMATION_RELATIONSHIP
      Link to indicate that a referenceable provides additional information about another referenceable.
    • RESOURCE_LIST_RELATIONSHIP

      public static final OpenMetadataType RESOURCE_LIST_RELATIONSHIP
      Links supporting resources to a referenceable (typically an Actor Profile, Connector, Governance Domain, Project, Meeting or Community).
    • SEARCH_KEYWORD

      public static final OpenMetadataType SEARCH_KEYWORD
      A shareable keyword to help locating relevant assets.
    • EXTERNAL_ID

      public static final OpenMetadataType EXTERNAL_ID
      Alternative identifier used in another system.
    • EXTERNAL_ID_SCOPE_RELATIONSHIP

      public static final OpenMetadataType EXTERNAL_ID_SCOPE_RELATIONSHIP
      Places where an external identifier is recognized.
    • IT_INFRASTRUCTURE

      public static final OpenMetadataType IT_INFRASTRUCTURE
      Hardware and base software that supports an IT system.
    • OPERATING_PLATFORM

      public static final OpenMetadataType OPERATING_PLATFORM
      Characteristics of the operating system in use within a host.
    • DEPLOYED_ON

      public static final OpenMetadataType DEPLOYED_ON
      Identifies an IT Infrastructure asset that is deployed to a specific destination.
    • SOFTWARE_SERVER_PLATFORM

      public static final OpenMetadataType SOFTWARE_SERVER_PLATFORM
      Software services packaged as an operating system process to support a runtime environment for a virtual software server.
    • SOFTWARE_SERVER

      public static final OpenMetadataType SOFTWARE_SERVER
      Software services to support a runtime environment for applications and data stores.
    • SOFTWARE_CAPABILITY

      public static final OpenMetadataType SOFTWARE_CAPABILITY
      A software implemented function such as a software service or engine.
    • SOFTWARE_SERVER_CAPABILITY

      public static final OpenMetadataType SOFTWARE_SERVER_CAPABILITY
      A software capability such as an application, that is deployed to a software server.
    • SUPPORTED_CAPABILITY_RELATIONSHIP

      public static final OpenMetadataType SUPPORTED_CAPABILITY_RELATIONSHIP
      Identifies a software capability that is deployed to an instance of IT infrastructure.
    • SERVER_ASSET_USE_RELATIONSHIP

      public static final OpenMetadataType SERVER_ASSET_USE_RELATIONSHIP
      Defines that a server capability is associated with an asset.
    • APPLICATION

      public static final OpenMetadataType APPLICATION
      A server capability supporting a specific business function.
    • API_MANAGER

      public static final OpenMetadataType API_MANAGER
      A capability that manages callable APIs.
    • REST_API_MANAGER

      public static final OpenMetadataType REST_API_MANAGER
      A capability that supports REST APIs in a server.
    • AUTHORIZATION_MANAGER

      public static final OpenMetadataType AUTHORIZATION_MANAGER
      A capability that supports the authorization of requests.
    • USER_AUTHENTICATION_MANAGER

      public static final OpenMetadataType USER_AUTHENTICATION_MANAGER
      A capability that supports the identification/authentication of users.
    • EVENT_MANAGER

      public static final OpenMetadataType EVENT_MANAGER
      A capability that ends and/or receives events as part of its software function.
    • EVENT_BROKER

      public static final OpenMetadataType EVENT_BROKER
      A capability that supports event-based services, typically around topics.
    • DATA_MANAGER

      public static final OpenMetadataType DATA_MANAGER
      A capability that manages collections of data.
    • DATABASE_MANAGER

      public static final OpenMetadataType DATABASE_MANAGER
      Defines a capability that manages data organized as relational schemas.
    • CATALOG

      public static final OpenMetadataType CATALOG
      A capability that manages collections of descriptions about people, places, digital assets, things, ...
    • ENGINE

      public static final OpenMetadataType ENGINE
      A programmable engine for running automated processes.
    • WORKFLOW_ENGINE_CLASSIFICATION

      public static final OpenMetadataType WORKFLOW_ENGINE_CLASSIFICATION
      An engine capable of running a mixture of human and automated tasks as part of a workflow process.
    • REPORTING_ENGINE_CLASSIFICATION

      public static final OpenMetadataType REPORTING_ENGINE_CLASSIFICATION
      An engine capable of creating reports by combining information from multiple data sets.
    • ANALYTICS_ENGINE

      public static final OpenMetadataType ANALYTICS_ENGINE
      An engine capable of running analytics models using data from one or more data sets.
    • DATA_MOVEMENT_ENGINE

      public static final OpenMetadataType DATA_MOVEMENT_ENGINE
      An engine capable of copying data from one data store to another.
    • DATA_VIRTUALIZATION_ENGINE

      public static final OpenMetadataType DATA_VIRTUALIZATION_ENGINE
      An engine capable of creating new data sets by dynamically combining data from one or more data stores or data sets.
    • CONTACT_DETAILS

      public static final OpenMetadataType CONTACT_DETAILS
      Information on how to send a message to an individual or automated process.
    • CONTACT_THROUGH_RELATIONSHIP

      public static final OpenMetadataType CONTACT_THROUGH_RELATIONSHIP
      The contact details associated with an actor profile.
    • ACTION

      public static final OpenMetadataType ACTION
      An action that has been identified to support the development, improvement, or remedy of an object or situation.
    • PROJECT

      public static final OpenMetadataType PROJECT
      An organized activity, typically to achieve a well-defined goal.
    • PROJECT_MANAGER

      public static final OpenMetadataType PROJECT_MANAGER
      An person with overall responsibility for one or more project.
    • PROJECT_MANAGEMENT_RELATIONSHIP

      public static final OpenMetadataType PROJECT_MANAGEMENT_RELATIONSHIP
      The link between a project and its project manager role.
    • PROJECT_TEAM_RELATIONSHIP

      public static final OpenMetadataType PROJECT_TEAM_RELATIONSHIP
      The actors assigned to a project.
    • PROJECT_HIERARCHY_RELATIONSHIP

      public static final OpenMetadataType PROJECT_HIERARCHY_RELATIONSHIP
      A nesting relationship between projects.
    • PROJECT_DEPENDENCY_RELATIONSHIP

      public static final OpenMetadataType PROJECT_DEPENDENCY_RELATIONSHIP
      A dependency relationship between projects.
    • CAMPAIGN_CLASSIFICATION

      public static final OpenMetadataType CAMPAIGN_CLASSIFICATION
      A long-term strategic initiative that is implemented through multiple related projects.
    • TASK_CLASSIFICATION

      public static final OpenMetadataType TASK_CLASSIFICATION
      A self-contained, short activity, typically for one or two people.
    • PERSONAL_PROJECT_CLASSIFICATION

      public static final OpenMetadataType PERSONAL_PROJECT_CLASSIFICATION
      This is an informal project that has been created by an individual to help them organize their work.
    • STUDY_PROJECT_CLASSIFICATION

      public static final OpenMetadataType STUDY_PROJECT_CLASSIFICATION
      A focused analysis of a topic, person, object or situation.
    • TO_DO

      public static final OpenMetadataType TO_DO
      An action assigned to an individual.
    • COMMENT

      public static final OpenMetadataType COMMENT
      Descriptive feedback or discussion related to the attached element.
    • DATA_STORE

      public static final OpenMetadataType DATA_STORE
      A physical store of data
    • DATA_CONTENT_FOR_DATA_SET_RELATIONSHIP

      public static final OpenMetadataType DATA_CONTENT_FOR_DATA_SET_RELATIONSHIP
      The assets that provides data for a data set.
    • DATA_STORE_ENCODING_CLASSIFICATION

      public static final OpenMetadataType DATA_STORE_ENCODING_CLASSIFICATION
      Description for how data is organized and represented in a data store.
    • FILE_FOLDER

      public static final OpenMetadataType FILE_FOLDER
      A description of a folder (directory) in a file system.
    • DATA_FOLDER

      public static final OpenMetadataType DATA_FOLDER
      A folder (directory) in a file system that contains a collection of data.
    • DATA_FILE

      public static final OpenMetadataType DATA_FILE
      A description of a file stored in a file system.
    • CSV_FILE

      public static final OpenMetadataType CSV_FILE
      A description of a comma separated value (CSV) file.
    • AVRO_FILE

      public static final OpenMetadataType AVRO_FILE
      A description of a file that follows the Apache Avro specification.
    • JSON_FILE

      public static final OpenMetadataType JSON_FILE
      A description of a file that follows the JavaScript Object Notation specification.
    • SOURCE_CODE_FILE

      public static final OpenMetadataType SOURCE_CODE_FILE
      A text file containing a program written in a language that needs to be complied into an executable form before it can run.
    • BUILD_INSTRUCTION_FILE

      public static final OpenMetadataType BUILD_INSTRUCTION_FILE
      A file containing instructions to run a build of a software artifact or system.
    • EXECUTABLE_FILE

      public static final OpenMetadataType EXECUTABLE_FILE
      A file containing compiled code that can be executed.
    • SCRIPT_FILE

      public static final OpenMetadataType SCRIPT_FILE
      A file containing code that is interpreted when it is run.
    • PROPERTIES_FILE

      public static final OpenMetadataType PROPERTIES_FILE
      A file containing a list of properties, typically used for configuration of some software.
    • YAML_FILE

      public static final OpenMetadataType YAML_FILE
      A file containing properties in YAML format. This it typically used for configuration.
    • SPREADSHEET_FILE

      public static final OpenMetadataType SPREADSHEET_FILE
      A file containing tabular data with formula.
    • XML_FILE

      public static final OpenMetadataType XML_FILE
      A file containing an XML structure.
    • PARQUET_FILE

      public static final OpenMetadataType PARQUET_FILE
      A data file which is formatted using the Apache Parquet format.
    • MEDIA_FILE

      public static final OpenMetadataType MEDIA_FILE
      A data file containing formatted media such as images, audio or video.
    • DOCUMENT

      public static final OpenMetadataType DOCUMENT
      A data file containing formatted text.
    • AUDIO_FILE

      public static final OpenMetadataType AUDIO_FILE
      A file containing an audio recording.
    • VIDEO_FILE

      public static final OpenMetadataType VIDEO_FILE
      A file containing a video recording.
    • THREE_D_IMAGE_FILE

      public static final OpenMetadataType THREE_D_IMAGE_FILE
      A file containing a three-dimensional image.
    • RASTER_FILE

      public static final OpenMetadataType RASTER_FILE
      A file containing an image as a matrix of pixels.
    • VECTOR_FILE

      public static final OpenMetadataType VECTOR_FILE
      A file containing an image described using mathematical formulas.
    • DATA_FILE_COLLECTION

      public static final OpenMetadataType DATA_FILE_COLLECTION
      A data set that consists of a collection files (do not need to be co-located).
    • TOPIC

      public static final OpenMetadataType TOPIC
      A location for storing and distributing related events.
    • KAFKA_TOPIC

      public static final OpenMetadataType KAFKA_TOPIC
      An event topic supported by Apache Kafka.
    • LOG_FILE

      public static final OpenMetadataType LOG_FILE
      "Identifies a data file as one containing log records."
    • ASSOCIATED_LOG_RELATIONSHIP

      public static final OpenMetadataType ASSOCIATED_LOG_RELATIONSHIP
      Defines destination information for the log of activity associated with an element.
    • TABLE_DATA_SET

      public static final OpenMetadataType TABLE_DATA_SET
      A tabular data source (typically a database table) that is an asset in its own right.
    • ARCHIVE_FILE

      public static final OpenMetadataType ARCHIVE_FILE
      A file containing compressed files. These files may be organized into a directory (folder) structure.
    • ARCHIVE_CONTENTS_RELATIONSHIP

      public static final OpenMetadataType ARCHIVE_CONTENTS_RELATIONSHIP
      Links an archive to a collection that has a description of the archive's contents as its members.
    • KEYSTORE_FILE

      public static final OpenMetadataType KEYSTORE_FILE
      An encrypted data store containing authentication and related security information.
    • SECRETS_COLLECTION

      public static final OpenMetadataType SECRETS_COLLECTION
      A data set containing authentication and related security information.
    • GLOSSARY_TERM

      public static final OpenMetadataType GLOSSARY_TERM
      A semantic description of something, such as a concept, object, asset, technology, role or group.
    • TERM_ANCHOR

      public static final OpenMetadataType TERM_ANCHOR
      Links a term to its owning glossary.
    • TERM_CATEGORIZATION

      public static final OpenMetadataType TERM_CATEGORIZATION
      Links a glossary term into a glossary category.
    • LIBRARY_TERM_REFERENCE

      public static final OpenMetadataType LIBRARY_TERM_REFERENCE
      Links a glossary term to a glossary term in an external glossary.
    • ACTIVITY_DESCRIPTION_CLASSIFICATION

      public static final OpenMetadataType ACTIVITY_DESCRIPTION_CLASSIFICATION
      Identifies that this glossary term describes an activity.
    • USED_IN_CONTEXT

      public static final OpenMetadataType USED_IN_CONTEXT
      Link between glossary terms where on describes the context where the other one is valid to use.
    • SEMANTIC_ASSIGNMENT

      public static final OpenMetadataType SEMANTIC_ASSIGNMENT
      Links a glossary term to another element such as an asset or schema element to define its meaning.
    • CONFIDENTIALITY_CLASSIFICATION

      public static final OpenMetadataType CONFIDENTIALITY_CLASSIFICATION
      Defines the level of confidentiality of related data items.
    • CONFIDENCE_CLASSIFICATION

      public static final OpenMetadataType CONFIDENCE_CLASSIFICATION
      Defines the level of confidence that should be placed in the accuracy of related data items.
    • RETENTION_CLASSIFICATION

      public static final OpenMetadataType RETENTION_CLASSIFICATION
      Defines the retention requirements for related data items.
    • CRITICALITY_CLASSIFICATION

      public static final OpenMetadataType CRITICALITY_CLASSIFICATION
      Defines how critical the related data items are to the organization.
    • GOVERNANCE_ENGINE

      public static final OpenMetadataType GOVERNANCE_ENGINE
      A collection of related governance services of the same type.
    • GOVERNANCE_SERVICE

      public static final OpenMetadataType GOVERNANCE_SERVICE
      A connector that performs some governance operation.
    • GOVERNANCE_ACTION_ENGINE

      public static final OpenMetadataType GOVERNANCE_ACTION_ENGINE
      A collection of related governance services of the same type from the Governance Action Framework (GAF).
    • GOVERNANCE_ACTION_SERVICE

      public static final OpenMetadataType GOVERNANCE_ACTION_SERVICE
      A governance service that conforms to the Governance Action Framework (GAF).
    • CONTEXT_EVENT_ENGINE

      public static final OpenMetadataType CONTEXT_EVENT_ENGINE
      A governance engine for managing context events and associated actions.
    • CONTEXT_EVENT_SERVICE

      public static final OpenMetadataType CONTEXT_EVENT_SERVICE
      A governance service for managing context events and associated actions.
    • SURVEY_ACTION_ENGINE

      public static final OpenMetadataType SURVEY_ACTION_ENGINE
      A governance engine for managing the surveying of real-world resources and capturing the results in survey report attached to the associated asset.
    • SURVEY_ACTION_SERVICE

      public static final OpenMetadataType SURVEY_ACTION_SERVICE
      A governance service for managing the surveying of real-world resources and capturing the results in survey report attached to the associated asset.
    • INCIDENT_REPORT

      public static final OpenMetadataType INCIDENT_REPORT
      A description of an adverse situation or activity.
    • OPEN_DISCOVERY_ENGINE

      public static final OpenMetadataType OPEN_DISCOVERY_ENGINE
      A server capability for running open discovery services.
    • OPEN_DISCOVERY_SERVICE

      public static final OpenMetadataType OPEN_DISCOVERY_SERVICE
      A pluggable component for discovering properties about an asset.
    • OPEN_DISCOVERY_PIPELINE

      public static final OpenMetadataType OPEN_DISCOVERY_PIPELINE
      A pluggable component that calls multiple discovery services.
    • REPOSITORY_GOVERNANCE_ENGINE

      public static final OpenMetadataType REPOSITORY_GOVERNANCE_ENGINE
      A governance engine for open metadata repositories.
    • REPOSITORY_GOVERNANCE_SERVICE

      public static final OpenMetadataType REPOSITORY_GOVERNANCE_SERVICE
      A governance service for open metadata repositories.
    • SUPPORTED_GOVERNANCE_SERVICE_RELATIONSHIP

      public static final OpenMetadataType SUPPORTED_GOVERNANCE_SERVICE_RELATIONSHIP
      Link between a governance engine and one of its services.
    • ENGINE_ACTION

      public static final OpenMetadataType ENGINE_ACTION
      An engine action that has been created to support the active governance of the open metadata ecosystem and/or digital landscape.
    • ENGINE_ACTION_REQUEST_SOURCE

      public static final OpenMetadataType ENGINE_ACTION_REQUEST_SOURCE
      Link between an engine action and the source of the request that created it.
    • TARGET_FOR_ACTION

      public static final OpenMetadataType TARGET_FOR_ACTION
      The element(s) that the engine action will work on.
    • ENGINE_ACTION_EXECUTOR

      public static final OpenMetadataType ENGINE_ACTION_EXECUTOR
      Link between an engine action and the governance engine that will execute it.
    • NEXT_ENGINE_ACTION

      public static final OpenMetadataType NEXT_ENGINE_ACTION
      Linking of engine actions to show execution sequence.
    • INTEGRATION_GROUP

      public static final OpenMetadataType INTEGRATION_GROUP
      A collection of integration connectors to run together.
    • INTEGRATION_CONNECTOR

      public static final OpenMetadataType INTEGRATION_CONNECTOR
      A definition to control the execution of an integration connector.
    • SCHEMA_ATTRIBUTE

      public static final OpenMetadataType SCHEMA_ATTRIBUTE
      A schema element that nests another schema type in its parent.
    • ROOT_SCHEMA_TYPE

      public static final OpenMetadataType ROOT_SCHEMA_TYPE
      The root of a complex schema - normally attaches to an asset or port.
    • GRAPH_SCHEMA_TYPE

      public static final OpenMetadataType GRAPH_SCHEMA_TYPE
      A schema type for a graph data structure.
    • GRAPH_VERTEX

      public static final OpenMetadataType GRAPH_VERTEX
      A schema attribute for a node in a graph data structure.
    • GRAPH_EDGE

      public static final OpenMetadataType GRAPH_EDGE
      A schema attribute for a relationship in graph data structure.
    • DATA_CLASS

      public static final OpenMetadataType DATA_CLASS
      A logical data type specification.
    • DATA_CLASS_ASSIGNMENT

      public static final OpenMetadataType DATA_CLASS_ASSIGNMENT
      Links a data class to an asset or schema element to define its logical data type.
    • DATA_CLASS_HIERARCHY

      public static final OpenMetadataType DATA_CLASS_HIERARCHY
      Links a data class to another in a parent child hierarchy.
    • DATA_CLASS_COMPOSITION

      public static final OpenMetadataType DATA_CLASS_COMPOSITION
      Links a data class to another in a part of hierarchy.
    • VALID_VALUE_DEFINITION

      public static final OpenMetadataType VALID_VALUE_DEFINITION
      A single valid value for a referenceable.
    • VALID_VALUE_SET

      public static final OpenMetadataType VALID_VALUE_SET
      A collection of related valid values.
    • REFERENCE_DATA_CLASSIFICATION

      public static final OpenMetadataType REFERENCE_DATA_CLASSIFICATION
      An asset that contains trusted values for use as a reference.
    • INSTANCE_METADATA_CLASSIFICATION

      public static final OpenMetadataType INSTANCE_METADATA_CLASSIFICATION
      Defines a data field that contains metadata for the row/record/object.
    • VALID_VALUES_ASSIGNMENT_RELATIONSHIP

      public static final OpenMetadataType VALID_VALUES_ASSIGNMENT_RELATIONSHIP
      Links a referenceable to its valid values.
    • REFERENCE_VALUE_ASSIGNMENT_RELATIONSHIP

      public static final OpenMetadataType REFERENCE_VALUE_ASSIGNMENT_RELATIONSHIP
      Enables valid values to be used as tags to help group and locate referenceables.
    • SPECIFICATION_PROPERTY_ASSIGNMENT_RELATIONSHIP

      public static final OpenMetadataType SPECIFICATION_PROPERTY_ASSIGNMENT_RELATIONSHIP
      A link between a valid value representing a specification property and the element representing the implementation.
    • VALID_VALUE_ASSOCIATION_RELATIONSHIP

      public static final OpenMetadataType VALID_VALUE_ASSOCIATION_RELATIONSHIP
      Represents an association between two valid values.
    • VALID_VALUE_MEMBER_RELATIONSHIP

      public static final OpenMetadataType VALID_VALUE_MEMBER_RELATIONSHIP
      Links valid value set to the values.
    • CONSISTENT_VALID_VALUES_RELATIONSHIP

      public static final OpenMetadataType CONSISTENT_VALID_VALUES_RELATIONSHIP
      Identifies two valid values from different valid value sets (properties) that should be used together when in the same element for consistency.
    • VALID_VALUES_IMPL_RELATIONSHIP

      public static final OpenMetadataType VALID_VALUES_IMPL_RELATIONSHIP
      Link to an asset that implements the list of valid values.
    • VALID_VALUES_MAPPING_RELATIONSHIP

      public static final OpenMetadataType VALID_VALUES_MAPPING_RELATIONSHIP
      A link between two valid values from different valid value sets that have equivalent meanings and can be used to translate values from one set to another.
    • SURVEY_REPORT

      public static final OpenMetadataType SURVEY_REPORT
      A set of results describing the analysis from the execution of a survey action service.
    • ASSET_SURVEY_REPORT_RELATIONSHIP

      public static final OpenMetadataType ASSET_SURVEY_REPORT_RELATIONSHIP
      Link between an Asset and a SurveyReport generated against its associated resource.
    • ENGINE_ACTION_SURVEY_REPORT_RELATIONSHIP

      public static final OpenMetadataType ENGINE_ACTION_SURVEY_REPORT_RELATIONSHIP
      Link to a SurveyReport from the EngineAction that initiated the request.
    • REPORTED_ANNOTATION_RELATIONSHIP

      public static final OpenMetadataType REPORTED_ANNOTATION_RELATIONSHIP
      Link between a SurveyReport and an Annotation generated from the same run of a survey action service.
    • ASSOCIATED_ANNOTATION_RELATIONSHIP

      public static final OpenMetadataType ASSOCIATED_ANNOTATION_RELATIONSHIP
      Link between an element and an Annotation that describes a characteristic of its associated real-world counterpart.
    • ANNOTATION

      public static final OpenMetadataType ANNOTATION
      A set of results from specific analysis of a resource by a survey action service.
    • DATA_FIELD

      public static final OpenMetadataType DATA_FIELD
      A description of a data field.
    • DATA_FIELD_ANNOTATION

      public static final OpenMetadataType DATA_FIELD_ANNOTATION
      A collection of properties about a data field, or number of data fields, in an Asset.
    • ANNOTATION_EXTENSION_RELATIONSHIP

      public static final OpenMetadataType ANNOTATION_EXTENSION_RELATIONSHIP
      Additional information to augment an annotation.
    • ANNOTATION_REVIEW

      public static final OpenMetadataType ANNOTATION_REVIEW
      The results of a stewardship review of an annotation.
    • SCHEMA_ANALYSIS_ANNOTATION

      public static final OpenMetadataType SCHEMA_ANALYSIS_ANNOTATION
      A description of the internal structure of an Asset.
    • DATA_FIELD_ANALYSIS_RELATIONSHIP

      public static final OpenMetadataType DATA_FIELD_ANALYSIS_RELATIONSHIP
      Attached data field level annotations.
    • CLASSIFICATION_ANNOTATION

      public static final OpenMetadataType CLASSIFICATION_ANNOTATION
      Attached data field level annotations.
    • RESOURCE_PROFILE_ANNOTATION

      public static final OpenMetadataType RESOURCE_PROFILE_ANNOTATION
      A collection of properties that characterize an aspect of a resource.
    • RESOURCE_PROFILE_LOG_ANNOTATION

      public static final OpenMetadataType RESOURCE_PROFILE_LOG_ANNOTATION
      A link to a log file containing profile measures for a resource.
    • DATA_CLASS_ANNOTATION

      public static final OpenMetadataType DATA_CLASS_ANNOTATION
      An assessment of the match between a data class and the values stored in a data field, or number of data fields, in a resource.
    • SEMANTIC_ANNOTATION

      public static final OpenMetadataType SEMANTIC_ANNOTATION
      A recommendation of likely mappings to Glossary Terms for all or part of an Asset.
    • QUALITY_ANNOTATION

      public static final OpenMetadataType QUALITY_ANNOTATION
      A calculation of the level of quality found in the values associated with a resource.
    • RELATIONSHIP_ADVICE_ANNOTATION

      public static final OpenMetadataType RELATIONSHIP_ADVICE_ANNOTATION
      A recommendation of the relationships that could be added to all or part of an asset.
    • RELATIONSHIP_ANNOTATION_RELATIONSHIP

      public static final OpenMetadataType RELATIONSHIP_ANNOTATION_RELATIONSHIP
      Annotation relating two referenceables.
    • RESOURCE_MEASURE_ANNOTATION

      public static final OpenMetadataType RESOURCE_MEASURE_ANNOTATION
      A summary set of measurements for a resource.
    • RESOURCE_PHYSICAL_STATUS_ANNOTATION

      public static final OpenMetadataType RESOURCE_PHYSICAL_STATUS_ANNOTATION
      A set of summary properties about the physical status of a resource.
    • REQUEST_FOR_ACTION_ANNOTATION

      public static final OpenMetadataType REQUEST_FOR_ACTION_ANNOTATION
      A request for a stewardship action to be initiated against an element.
    • REQUEST_FOR_ACTION_TARGET

      public static final OpenMetadataType REQUEST_FOR_ACTION_TARGET
      A link to the element that should be acted upon by the resulting action.
    • RESOURCE_PROFILE_DATA_RELATIONSHIP

      public static final OpenMetadataType RESOURCE_PROFILE_DATA_RELATIONSHIP
      Link to the external data resource containing the surveyed resource's profile data.
    • EXTERNAL_REFERENCE

      public static final OpenMetadataType EXTERNAL_REFERENCE
    • MEDIA_REFERENCE_RELATIONSHIP

      public static final OpenMetadataType MEDIA_REFERENCE_RELATIONSHIP
    • COLLECTION

      public static final OpenMetadataType COLLECTION
      A group of related items.
    • COLLECTION_MEMBERSHIP_RELATIONSHIP

      public static final OpenMetadataType COLLECTION_MEMBERSHIP_RELATIONSHIP
      Identifies a member of a collection.
    • ROOT_COLLECTION

      public static final OpenMetadataType ROOT_COLLECTION
      This collection is the root collection in a collection hierarchy.
    • DATA_SPEC_COLLECTION

      public static final OpenMetadataType DATA_SPEC_COLLECTION
      This is a collection of data fields that describe some desired data.
    • HOME_COLLECTION

      public static final OpenMetadataType HOME_COLLECTION
      This collection is the home collection for a referenceable.
    • RESULTS_SET

      public static final OpenMetadataType RESULTS_SET
      Defines that a collection is a set of results from an activity, query, ...
    • RECENT_ACCESS

      public static final OpenMetadataType RECENT_ACCESS
      A collection that lists elements that have been part of recent activity.
    • FOLDER

      public static final OpenMetadataType FOLDER
      Defines that a collection should be treated like a folder.
    • WORK_ITEM_LIST

      public static final OpenMetadataType WORK_ITEM_LIST
      Defines a list of activities such as ToDos, Tasks etc...
    • DIGITAL_PRODUCT_CLASSIFICATION

      public static final OpenMetadataType DIGITAL_PRODUCT_CLASSIFICATION
      "Identifies an element that represents a digital product."
  • Field Details

  • Method Details

    • values

      public static OpenMetadataType[] 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

      public static OpenMetadataType valueOf(String name)
      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 name
      NullPointerException - if the argument is null