Enum Class OpenMetadataProperty

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

public enum OpenMetadataProperty extends Enum<OpenMetadataProperty>
Provides the definition for all properties defined in the open metadata types.
  • Enum Constant Details

    • GUID

      public static final OpenMetadataProperty GUID
      Unique identifier of an open metadata entity or relationship.
    • METADATA_COLLECTION_ID

      public static final OpenMetadataProperty METADATA_COLLECTION_ID
      The unique identifier for the metadata collection that is the home for a metadata element.
    • METADATA_COLLECTION_NAME

      public static final OpenMetadataProperty METADATA_COLLECTION_NAME
      The unique identifier for the metadata collection that is the home for a metadata element.
    • INSTANCE_PROVENANCE_TYPE

      public static final OpenMetadataProperty INSTANCE_PROVENANCE_TYPE
      Category of metadata collection.
    • CREATED_BY

      public static final OpenMetadataProperty CREATED_BY
      UserId that created this instance.
    • CREATE_TIME

      public static final OpenMetadataProperty CREATE_TIME
      Time when this instance was created.
    • UPDATED_BY

      public static final OpenMetadataProperty UPDATED_BY
      UserId that updated this instance.
    • UPDATE_TIME

      public static final OpenMetadataProperty UPDATE_TIME
      Time when this instance was last updated.
    • EFFECTIVE_FROM_TIME

      public static final OpenMetadataProperty EFFECTIVE_FROM_TIME
      The date/time that this instance should start to be used (null means it can be used from creationTime).
    • EFFECTIVE_TO_TIME

      public static final OpenMetadataProperty EFFECTIVE_TO_TIME
      The date/time that this instance should no longer be used.
    • VERSION

      public static final OpenMetadataProperty VERSION
      Version is a monotonically increasing indicator of the order that updates have been made to the instance. It is used by the open metadata repositories to ensure updates to reference copies of the instance are applied in the right sequence. The home open metadata repository (where the create an all subsequent updates happen) maintains the version number.
    • CURRENT_STATUS

      public static final OpenMetadataProperty CURRENT_STATUS
      Status of this instance. Values from the Instance Status enum. (use only for ordering results),
    • OPEN_METADATA_TYPE_NAME

      public static final OpenMetadataProperty OPEN_METADATA_TYPE_NAME
      Name of an open metadata type. (Use only for ordering results).
    • INSTANCE_METADATA_TYPE_NAME

      public static final OpenMetadataProperty INSTANCE_METADATA_TYPE_NAME
      Unique identifier of an open metadata entity, classification or relationship.
    • ARCHIVE_DATE

      public static final OpenMetadataProperty ARCHIVE_DATE
      Timestamp when the archive occurred or was detected.
    • ARCHIVE_USER

      public static final OpenMetadataProperty ARCHIVE_USER
      Name of user that performed the archive - or detected the archive.
    • ARCHIVE_PROCESS

      public static final OpenMetadataProperty ARCHIVE_PROCESS
      Name of process that performed the archive - or detected the archive.
    • ARCHIVE_SERVICE

      public static final OpenMetadataProperty ARCHIVE_SERVICE
      Name of service that created this classification.
    • ARCHIVE_METHOD

      public static final OpenMetadataProperty ARCHIVE_METHOD
      Name of method that created this classification.
    • ARCHIVE_PROPERTIES

      public static final OpenMetadataProperty ARCHIVE_PROPERTIES
      Properties to locate the real-world counterpart in the archive.
    • ANCHOR_GUID

      public static final OpenMetadataProperty ANCHOR_GUID
      The unique identifier of the referenceable that this element is directly or indirectly anchored to.
    • ANCHOR_TYPE_NAME

      public static final OpenMetadataProperty ANCHOR_TYPE_NAME
      Unique name of the type of the anchor.
    • ANCHOR_DOMAIN_NAME

      public static final OpenMetadataProperty ANCHOR_DOMAIN_NAME
      Unique name of the domain of the anchor. This is an Open Metadata Type Name that either directly inherits from OpenMetadataRoot or Referenceable.
    • ANCHOR_SCOPE_GUID

      public static final OpenMetadataProperty ANCHOR_SCOPE_GUID
      Unique identifier of the scope of the anchor. This is an Open Metadata GUID of an element that represents a scope/ownership of an anchor element. It is used to restrict searches.
    • QUALIFIED_NAME

      public static final OpenMetadataProperty QUALIFIED_NAME
      Unique name for the element.
    • ADDITIONAL_PROPERTIES

      public static final OpenMetadataProperty ADDITIONAL_PROPERTIES
      Additional properties for the element.
    • NAME

      public static final OpenMetadataProperty NAME
      Name that the element is known as - not necessarily unique.
    • RESOURCE_NAME

      public static final OpenMetadataProperty RESOURCE_NAME
      Full name that the element is known as in the owning deployed technology.
    • DISPLAY_NAME

      public static final OpenMetadataProperty DISPLAY_NAME
      Display name of the element used for summary tables and titles
    • DESCRIPTION

      public static final OpenMetadataProperty DESCRIPTION
      Description of the element or associated resource in free-text.
    • VERSION_IDENTIFIER

      public static final OpenMetadataProperty VERSION_IDENTIFIER
      Version identifier to allow different versions of the same resource to appear in the catalog as separate assets.
    • DEPLOYED_IMPLEMENTATION_TYPE

      public static final OpenMetadataProperty DEPLOYED_IMPLEMENTATION_TYPE
      Name of a particular type of technology. It is more specific than the open metadata types and increases the precision in which technology is catalogued. This helps human understanding and enables connectors and other actions to be targeted to the right technology.
    • SUPPORTED_DEPLOYED_IMPLEMENTATION_TYPE

      public static final OpenMetadataProperty SUPPORTED_DEPLOYED_IMPLEMENTATION_TYPE
      Name of a particular type of technology. It is more specific than the open metadata types and increases the precision in which technology is catalogued. This helps human understanding and enables connectors and other actions to be targeted to the right technology.
    • OWNER

      public static final OpenMetadataProperty OWNER
      Identifier of the person or process who is accountable for the proper management of the element or related resource.
    • OWNER_TYPE_NAME

      public static final OpenMetadataProperty OWNER_TYPE_NAME
      Type of element that describes the owner.
    • OWNER_PROPERTY_NAME

      public static final OpenMetadataProperty OWNER_PROPERTY_NAME
      Name of the property from the element used to identify the owner.
    • ZONE_MEMBERSHIP

      public static final OpenMetadataProperty ZONE_MEMBERSHIP
      The list of governance zones that this asset belongs to.
    • CRITERIA

      public static final OpenMetadataProperty CRITERIA
      Definition of the types of assets that belong in this zone.
    • FORMULA

      public static final OpenMetadataProperty FORMULA
      Formula that describes the behaviour of the element. May include placeholders for queryIds
    • FORMULA_TYPE

      public static final OpenMetadataProperty FORMULA_TYPE
      Format of the expression provided in the formula attribute.
    • PROCESS_START_TIME

      public static final OpenMetadataProperty PROCESS_START_TIME
      Time that a transient process started.
    • PROCESS_END_TIME

      public static final OpenMetadataProperty PROCESS_END_TIME
      Time that a transient process ended.
    • IS_PUBLIC

      public static final OpenMetadataProperty IS_PUBLIC
      Is this element visible to all, or only the author?
    • STARS

      public static final OpenMetadataProperty STARS
      Rating level provided.
    • REVIEW

      public static final OpenMetadataProperty REVIEW
      Additional comments associated with the rating.
    • TEXT

      public static final OpenMetadataProperty TEXT
      Feedback comments or additional information.
    • TYPE

      public static final OpenMetadataProperty TYPE
      Type of comment.
    • ROLE_TYPE

      public static final OpenMetadataProperty ROLE_TYPE
      Role of contributor.
    • COURTESY_TITLE

      public static final OpenMetadataProperty COURTESY_TITLE
      The courtesy title for the person.
    • TAG_NAME

      public static final OpenMetadataProperty TAG_NAME
      Descriptive name of the tag.
    • TAG_DESCRIPTION

      public static final OpenMetadataProperty TAG_DESCRIPTION
      More detail on the meaning of the tag.
    • SAMPLING_METHOD

      public static final OpenMetadataProperty SAMPLING_METHOD
      Description of the technique used to create the sample.
    • CLASSIFICATION_NAME

      public static final OpenMetadataProperty CLASSIFICATION_NAME
      The name of the associated classification.
    • CLASSIFICATION_PROPERTY_NAME

      public static final OpenMetadataProperty CLASSIFICATION_PROPERTY_NAME
      Name of the property in the classification where this value is used.
    • ATTACHMENT_GUID

      public static final OpenMetadataProperty ATTACHMENT_GUID
      If an attached entity or relationship to it changed, this is its unique identifier.
    • ATTACHMENT_TYPE

      public static final OpenMetadataProperty ATTACHMENT_TYPE
      If an attached entity or relationship to changed, this is its unique type name.
    • RELATIONSHIP_TYPE

      public static final OpenMetadataProperty RELATIONSHIP_TYPE
      If an attached entity or relationship to changed, this is its unique type name of the relationship.
    • USER

      public static final OpenMetadataProperty USER
      The user identifier for the person/system executing the request.
    • USER_ID

      public static final OpenMetadataProperty USER_ID
      The user identifier for the person/system executing the request.
    • ENGINE_ACTION_GUID

      public static final OpenMetadataProperty ENGINE_ACTION_GUID
      The unique identifier of the engine action that initiated the governance service that created this element.
    • ASSET_GUID

      public static final OpenMetadataProperty ASSET_GUID
      The unique identifier of the associated asset.
    • ACTION_DESCRIPTION

      public static final OpenMetadataProperty ACTION_DESCRIPTION
      Description of the activity.
    • SOURCE_VERSION_NUMBER

      public static final OpenMetadataProperty SOURCE_VERSION_NUMBER
      The version number of the template element when the copy was created.
    • PATH_NAME

      public static final OpenMetadataProperty PATH_NAME
      The fully qualified physical location of the data store.
    • PATH

      public static final OpenMetadataProperty PATH
      The url path segments that identify this API operation.
    • COMMAND

      public static final OpenMetadataProperty COMMAND
      The url path segments that identify this API operation.
    • PARAMETER_TYPE

      public static final OpenMetadataProperty PARAMETER_TYPE
      What type of parameter is it.
    • FILE_TYPE

      public static final OpenMetadataProperty FILE_TYPE
      File type descriptor (or logical file type) typically extracted from the file name.
    • FILE_NAME

      public static final OpenMetadataProperty FILE_NAME
      The name of the file with extension.
    • FILE_EXTENSION

      public static final OpenMetadataProperty FILE_EXTENSION
      The file extension used at the end of the file's name. This identifies the format of the file.
    • REQUEST_TYPE

      public static final OpenMetadataProperty REQUEST_TYPE
      The request type used to call the service.
    • REQUESTER_USER_ID

      public static final OpenMetadataProperty REQUESTER_USER_ID
      The request type used to call the service.
    • REQUESTED_START_DATE

      public static final OpenMetadataProperty REQUESTED_START_DATE
      Time that the ending action should start. This is the request time plus any requested wait time.
    • REQUEST_PARAMETERS

      public static final OpenMetadataProperty REQUEST_PARAMETERS
      Properties that configure the governance service for this type of request.
    • REQUEST_PARAMETER_FILTER

      public static final OpenMetadataProperty REQUEST_PARAMETER_FILTER
      Lists the names of the request parameters to remove from the requestParameters supplied by the caller.
    • REQUEST_PARAMETER_MAP

      public static final OpenMetadataProperty REQUEST_PARAMETER_MAP
      Provides a translation map between the supplied name of the requestParameters and the names supported by the implementation of the governance service.
    • ACTION_TARGET_FILTER

      public static final OpenMetadataProperty ACTION_TARGET_FILTER
      Lists the names of the action targets to remove from the supplied action targets.
    • ACTION_TARGET_MAP

      public static final OpenMetadataProperty ACTION_TARGET_MAP
      Provides a translation map between the supplied name of an action target and the name supported by the implementation of the governance service.
    • SERVICE_REQUEST_TYPE

      public static final OpenMetadataProperty SERVICE_REQUEST_TYPE
      Request type supported by the governance service (overrides requestType on call to governance service if specified)
    • EXECUTOR_ENGINE_GUID

      public static final OpenMetadataProperty EXECUTOR_ENGINE_GUID
      Unique identifier of the governance engine nominated to run the request.
    • EXECUTOR_ENGINE_NAME

      public static final OpenMetadataProperty EXECUTOR_ENGINE_NAME
      Unique name of the governance engine nominated to run the request.
    • MANDATORY_GUARDS

      public static final OpenMetadataProperty MANDATORY_GUARDS
      The list of guards that must be received before this engine action can progress.
    • RELATIONSHIP_END

      public static final OpenMetadataProperty RELATIONSHIP_END
      If the end of a relationship is significant, set to 1 or 2 to indicate the desired end; otherwise use 0.
    • RELATIONSHIP_END_NAME

      public static final OpenMetadataProperty RELATIONSHIP_END_NAME
      Display name for the relationship end.
    • SCHEMA_TYPE_NAME

      public static final OpenMetadataProperty SCHEMA_TYPE_NAME
      Open metadata type name for the associated schema type.
    • DATA_TYPE

      public static final OpenMetadataProperty DATA_TYPE
      The name of a primitive data type.
    • DEFAULT_VALUE

      public static final OpenMetadataProperty DEFAULT_VALUE
      Value that is used when an instance of the data field is created.
    • SAMPLE_VALUES

      public static final OpenMetadataProperty SAMPLE_VALUES
      List of sample values for the data field.
    • DATA_PATTERNS

      public static final OpenMetadataProperty DATA_PATTERNS
      A regular expression that characterizes the values in the data field.
    • NAME_PATTERNS

      public static final OpenMetadataProperty NAME_PATTERNS
      A regular expression that characterizes the name of the data field.
    • FIXED_VALUE

      public static final OpenMetadataProperty FIXED_VALUE
      The value of a literal data type.
    • POSITION

      public static final OpenMetadataProperty POSITION
      Position of the element in a collection of relationships.
    • MINIMUM_LENGTH

      public static final OpenMetadataProperty MINIMUM_LENGTH
      Minimum length of the data value (zero means unlimited).
    • IS_NULLABLE

      public static final OpenMetadataProperty IS_NULLABLE
      Accepts null values or not.
    • PRECISION

      public static final OpenMetadataProperty PRECISION
      Number of digits after the decimal point.
    • MIN_CARDINALITY

      public static final OpenMetadataProperty MIN_CARDINALITY
      Minimum number of allowed instances.
    • MAX_CARDINALITY

      public static final OpenMetadataProperty MAX_CARDINALITY
      Maximum number of allowed instances.
    • ALLOWS_DUPLICATE_VALUES

      public static final OpenMetadataProperty ALLOWS_DUPLICATE_VALUES
      When multiple occurrences are allowed, indicates whether duplicates of the same value are allowed or not.
    • UNIQUE_VALUES

      public static final OpenMetadataProperty UNIQUE_VALUES
      When multiple occurrences are allowed, indicates whether duplicates of the same value are allowed or not.
    • ORDERED_VALUES

      public static final OpenMetadataProperty ORDERED_VALUES
      When multiple occurrences are allowed, indicates whether the values are ordered or not.
    • DECORATION

      public static final OpenMetadataProperty DECORATION
      Usage and lifecycle for this connection between the concept bead and the link.
    • MATCH_PROPERTY_NAMES

      public static final OpenMetadataProperty MATCH_PROPERTY_NAMES
      List of properties in the data class that should be used in the match processing.
    • SPECIFICATION

      public static final OpenMetadataProperty SPECIFICATION
      Name or explicit definition of rule used to identify values of this data class.
    • SPECIFICATION_DETAILS

      public static final OpenMetadataProperty SPECIFICATION_DETAILS
      used to configure the rule outlined in the specification
    • MATCH_THRESHOLD

      public static final OpenMetadataProperty MATCH_THRESHOLD
      Percentage of matching data values that a data resource is expected to achieve to be assigned this data class.
    • TECHNICAL_NAME

      public static final OpenMetadataProperty TECHNICAL_NAME
      Technical name (no spaces) that can be used in artifact generation.
    • DEFAULT_VALUE_OVERRIDE

      public static final OpenMetadataProperty DEFAULT_VALUE_OVERRIDE
      Initial value for the attribute (overriding the default value of its type.
    • NATIVE_CLASS

      public static final OpenMetadataProperty NATIVE_CLASS
      Native class used by the client to represent this element.
    • ALIASES

      public static final OpenMetadataProperty ALIASES
      List of alternative names.
    • PURPOSE

      public static final OpenMetadataProperty PURPOSE
      Provides additional reasons, or expectations from the results.
    • ANNOTATION_TYPE

      public static final OpenMetadataProperty ANNOTATION_TYPE
      Name of the type of annotation.
    • SUMMARY

      public static final OpenMetadataProperty SUMMARY
      Short description for summary tables.
    • CONFIDENCE_LEVEL

      public static final OpenMetadataProperty CONFIDENCE_LEVEL
      Level of certainty in the accuracy of the results.
    • EXPRESSION

      public static final OpenMetadataProperty EXPRESSION
      Expression used to create the annotation.
    • EXPLANATION

      public static final OpenMetadataProperty EXPLANATION
      Explanation of the analysis.
    • ANALYSIS_PARAMETERS

      public static final OpenMetadataProperty ANALYSIS_PARAMETERS
      Additional request parameters passed to the service.
    • ANALYSIS_STEP

      public static final OpenMetadataProperty ANALYSIS_STEP
      The step in the analysis that produced the annotation.
    • JSON_PROPERTIES

      public static final OpenMetadataProperty JSON_PROPERTIES
      Additional properties used in the request.
    • REVIEW_DATE

      public static final OpenMetadataProperty REVIEW_DATE
      Date of the review.
    • USER_DEFINED_STATUS

      public static final OpenMetadataProperty USER_DEFINED_STATUS
      Extend or replace the valid instance statuses with additional statuses controlled through valid metadata values.
    • JURISDICTION

      public static final OpenMetadataProperty JURISDICTION
      Issuing authority for the regulation.
    • RATIONALE

      public static final OpenMetadataProperty RATIONALE
      Describes the reasoning for defining the relationship.
    • STEWARD

      public static final OpenMetadataProperty STEWARD
      User identifier for the steward performing the review.
    • STEWARD_TYPE_NAME

      public static final OpenMetadataProperty STEWARD_TYPE_NAME
      Type name of the Actor entity identifying the steward.
    • STEWARD_PROPERTY_NAME

      public static final OpenMetadataProperty STEWARD_PROPERTY_NAME
      Property name for the steward's unique identifier (typically guid or qualifiedName).
    • NOTES

      public static final OpenMetadataProperty NOTES
      Notes on why decision were made relating to this element, and other useful information.
    • ASSOCIATED_GUID

      public static final OpenMetadataProperty ASSOCIATED_GUID
      Related entity used to determine the retention period.
    • ARCHIVE_AFTER

      public static final OpenMetadataProperty ARCHIVE_AFTER
      Date when archiving can take place.
    • DELETE_AFTER

      public static final OpenMetadataProperty DELETE_AFTER
      Date when delete can take place.
    • COMMENT

      public static final OpenMetadataProperty COMMENT
      Notes provided by the steward.
    • ANNOTATION_STATUS

      public static final OpenMetadataProperty ANNOTATION_STATUS
      Status of the processing as a result of the annotation.
    • TO_DO_STATUS

      public static final OpenMetadataProperty TO_DO_STATUS
      The status of the work on this element.
    • START_DATE

      public static final OpenMetadataProperty START_DATE
      Date/time that work started on this element.
    • PLANNED_END_DATE

      public static final OpenMetadataProperty PLANNED_END_DATE
      Date/time that work is expected to be complete for this element.
    • COMPLETION_DATE

      public static final OpenMetadataProperty COMPLETION_DATE
      Date/time that work stopped on this element.
    • ACTION_TARGET_NAME

      public static final OpenMetadataProperty ACTION_TARGET_NAME
      The name to identify the action target to the actor that processes it.
    • EXAMPLE

      public static final OpenMetadataProperty EXAMPLE
      An example of the described concept, element or value.
    • EXAMPLES

      public static final OpenMetadataProperty EXAMPLES
      An example of the described concept, element or value.
    • ABBREVIATION

      public static final OpenMetadataProperty ABBREVIATION
      How this concept name is abbreviated.
    • PUBLISH_VERSION_ID

      public static final OpenMetadataProperty PUBLISH_VERSION_ID
      Visible version identifier.
    • REQUIRED

      public static final OpenMetadataProperty REQUIRED
      Is this value required?
    • INPUT_FIELD

      public static final OpenMetadataProperty INPUT_FIELD
      Is this data field accepting new data from the end user or not.
    • COMPLETION_MESSAGE

      public static final OpenMetadataProperty COMPLETION_MESSAGE
      Message to provide additional information on the results of acting on the target by the actor or the reasons for any failures.
    • KEYWORD

      public static final OpenMetadataProperty KEYWORD
      Name of the keyword.
    • PROCESS_NAME

      public static final OpenMetadataProperty PROCESS_NAME
      Unique name of the process that initiated this request (if applicable).
    • PROCESS_STEP_GUID

      public static final OpenMetadataProperty PROCESS_STEP_GUID
      Unique identifier of the governance action process step that initiated this request (if applicable).
    • PROCESS_STEP_NAME

      public static final OpenMetadataProperty PROCESS_STEP_NAME
      Unique name of the governance action process step that initiated this request (if applicable).
    • GOVERNANCE_ACTION_TYPE_GUID

      public static final OpenMetadataProperty GOVERNANCE_ACTION_TYPE_GUID
      Unique identifier of the governance action type that initiated this request (if applicable).
    • GOVERNANCE_ACTION_TYPE_NAME

      public static final OpenMetadataProperty GOVERNANCE_ACTION_TYPE_NAME
      Unique name of the governance action type that initiated this request (if applicable).
    • SCHEMA_NAME

      public static final OpenMetadataProperty SCHEMA_NAME
      Display name for the discovered schema.
    • SCHEMA_TYPE

      public static final OpenMetadataProperty SCHEMA_TYPE
      Type name for the discovered schema.
    • LENGTH

      public static final OpenMetadataProperty LENGTH
      Length of the data field (zero means unlimited).
    • CANDIDATE_CLASSIFICATIONS

      public static final OpenMetadataProperty CANDIDATE_CLASSIFICATIONS
      Potential classification names and properties as JSON.
    • INFERRED_DATA_TYPE

      public static final OpenMetadataProperty INFERRED_DATA_TYPE
      Inferred data type based on the data values.
    • INFERRED_FORMAT

      public static final OpenMetadataProperty INFERRED_FORMAT
      Inferred data format based on the data values.
    • INFERRED_LENGTH

      public static final OpenMetadataProperty INFERRED_LENGTH
      Inferred data field length based on the data values.
    • INFERRED_PRECISION

      public static final OpenMetadataProperty INFERRED_PRECISION
      Inferred precision of the data based on the data values.
    • INFERRED_SCALE

      public static final OpenMetadataProperty INFERRED_SCALE
      Inferred scale applied to the data based on the data values.
    • PROFILE_PROPERTY_NAMES

      public static final OpenMetadataProperty PROFILE_PROPERTY_NAMES
      Time at which the profiling started collecting data.
    • PROFILE_START_DATE

      public static final OpenMetadataProperty PROFILE_START_DATE
      Time at which the profiling started collecting data.
    • PROFILE_END_DATE

      public static final OpenMetadataProperty PROFILE_END_DATE
      Time at which the profiling stopped collecting data.
    • PROFILE_PROPERTIES

      public static final OpenMetadataProperty PROFILE_PROPERTIES
      Additional profile properties discovered during the analysis.
    • PROFILE_FLAGS

      public static final OpenMetadataProperty PROFILE_FLAGS
      Additional flags (booleans) discovered during the analysis.
    • PROFILE_DATES

      public static final OpenMetadataProperty PROFILE_DATES
      Relevant dates discovered during the analysis.
    • PROFILE_COUNTS

      public static final OpenMetadataProperty PROFILE_COUNTS
      Additional counts discovered during the analysis.
    • PROFILE_DOUBLES

      public static final OpenMetadataProperty PROFILE_DOUBLES
      Additional large counts discovered during the analysis.
    • VALUE_LIST

      public static final OpenMetadataProperty VALUE_LIST
      List of individual values in the data.
    • VALUE_COUNT

      public static final OpenMetadataProperty VALUE_COUNT
      Count of individual values in the data.
    • VALUE_RANGE_FROM

      public static final OpenMetadataProperty VALUE_RANGE_FROM
      Lowest value in the data.
    • VALUE_RANGE_TO

      public static final OpenMetadataProperty VALUE_RANGE_TO
      Highest value in the data.
    • AVERAGE_VALUE

      public static final OpenMetadataProperty AVERAGE_VALUE
      Typical value in the data.
    • CANDIDATE_DATA_CLASS_GUIDS

      public static final OpenMetadataProperty CANDIDATE_DATA_CLASS_GUIDS
      List of possible matching data classes.
    • MATCHING_VALUES

      public static final OpenMetadataProperty MATCHING_VALUES
      Number of values that match the data class specification.
    • NON_MATCHING_VALUES

      public static final OpenMetadataProperty NON_MATCHING_VALUES
      Number of values that do not match the data class specification.
    • INFORMAL_TERM

      public static final OpenMetadataProperty INFORMAL_TERM
      Suggested term based on the analysis.
    • CANDIDATE_GLOSSARY_TERM_GUIDS

      public static final OpenMetadataProperty CANDIDATE_GLOSSARY_TERM_GUIDS
      List of potentially matching glossary terms.
    • INFORMAL_CATEGORY

      public static final OpenMetadataProperty INFORMAL_CATEGORY
      Suggested category based on the analysis.
    • CANDIDATE_GLOSSARY_CATEGORY_GUIDS

      public static final OpenMetadataProperty CANDIDATE_GLOSSARY_CATEGORY_GUIDS
      List of potentially matching glossary categories.
    • QUALITY_DIMENSION

      public static final OpenMetadataProperty QUALITY_DIMENSION
      Type of quality calculation.
    • QUALITY_SCORE

      public static final OpenMetadataProperty QUALITY_SCORE
      Calculated quality value.
    • RELATIONSHIP_TYPE_NAME

      public static final OpenMetadataProperty RELATIONSHIP_TYPE_NAME
      Type name of the potential relationship.
    • RELATIONSHIP_PROPERTIES

      public static final OpenMetadataProperty RELATIONSHIP_PROPERTIES
      Properties to add to the relationship.
    • RESOURCE_PROPERTIES

      public static final OpenMetadataProperty RESOURCE_PROPERTIES
      Discovered properties of the data source.
    • ACTION_SOURCE_NAME

      public static final OpenMetadataProperty ACTION_SOURCE_NAME
      Name of the activity that revealed the need for action.
    • ACTION_REQUESTED

      public static final OpenMetadataProperty ACTION_REQUESTED
      What needs to be done.
    • ACTION_PROPERTIES

      public static final OpenMetadataProperty ACTION_PROPERTIES
      Additional information for use during action processing.
    • RESOURCE_CREATE_TIME

      public static final OpenMetadataProperty RESOURCE_CREATE_TIME
      Creation time of the data store.
    • RESOURCE_UPDATE_TIME

      public static final OpenMetadataProperty RESOURCE_UPDATE_TIME
      Last known modification time.
    • RESOURCE_LAST_ACCESSED_TIME

      public static final OpenMetadataProperty RESOURCE_LAST_ACCESSED_TIME
      Last known modification time.
    • STORE_CREATE_TIME

      public static final OpenMetadataProperty STORE_CREATE_TIME
      Creation time of the data store.
    • STORE_UPDATE_TIME

      public static final OpenMetadataProperty STORE_UPDATE_TIME
      Last known modification time.
    • SIZE

      public static final OpenMetadataProperty SIZE
      Size of the data source.
    • ENCODING

      public static final OpenMetadataProperty ENCODING
      Encoding scheme used on the data.
    • ENCODING_LANGUAGE

      public static final OpenMetadataProperty ENCODING_LANGUAGE
      Language used in the encoding.
    • ENCODING_DESCRIPTION

      public static final OpenMetadataProperty ENCODING_DESCRIPTION
      Description of the encoding.
    • ENCODING_PROPERTIES

      public static final OpenMetadataProperty ENCODING_PROPERTIES
      Additional properties describing the encoding.
    • RESOURCE_USE

      public static final OpenMetadataProperty RESOURCE_USE
      Identifier that describes the type of resource use.
    • RESOURCE_USE_DESCRIPTION

      public static final OpenMetadataProperty RESOURCE_USE_DESCRIPTION
      Description of how the resource is used, or why it is useful.
    • RESOURCE_USE_PROPERTIES

      public static final OpenMetadataProperty RESOURCE_USE_PROPERTIES
      Additional properties that explains how to use the resource.
    • WATCH_RESOURCE

      public static final OpenMetadataProperty WATCH_RESOURCE
      Indicator whether the anchor should receive notifications of changes to the resource.
    • DEPLOYMENT_TIME

      public static final OpenMetadataProperty DEPLOYMENT_TIME
      "Time that the IT Infrastructure was deployed."
    • DEPLOYER_TYPE_NAME

      public static final OpenMetadataProperty DEPLOYER_TYPE_NAME
      Type name of deployer.
    • DEPLOYER_PROPERTY_NAME

      public static final OpenMetadataProperty DEPLOYER_PROPERTY_NAME
      Identifying property name of deployer.
    • DEPLOYER

      public static final OpenMetadataProperty DEPLOYER
      Person, organization or engine that deployed the IT Infrastructure.
    • INSTALL_TIME

      public static final OpenMetadataProperty INSTALL_TIME
    • OPERATIONAL_STATUS

      public static final OpenMetadataProperty OPERATIONAL_STATUS
      The operational status of the software server capability on this software server.
    • CAPABILITY_TYPE

      public static final OpenMetadataProperty CAPABILITY_TYPE
      Type of the software capability.
    • CAPABILITY_VERSION

      public static final OpenMetadataProperty CAPABILITY_VERSION
      Version number of the software capability.
    • PATCH_LEVEL

      public static final OpenMetadataProperty PATCH_LEVEL
      Patch level of the software server capability.
    • USE_TYPE

      public static final OpenMetadataProperty USE_TYPE
      Describes how the software capability uses the asset.
    • MAXIMUM_INSTANCES

      public static final OpenMetadataProperty MAXIMUM_INSTANCES
      Maximum number of running asset instances controlled by the software capability.
    • MINIMUM_INSTANCES

      public static final OpenMetadataProperty MINIMUM_INSTANCES
      Minimum number of running asset instances controlled by the software capability.
    • IDENTIFIER

      public static final OpenMetadataProperty IDENTIFIER
      Identifier used in an external system.
    • EXT_INSTANCE_TYPE_NAME

      public static final OpenMetadataProperty EXT_INSTANCE_TYPE_NAME
      The type name of the instance in the external system.
    • EXT_INSTANCE_CREATED_BY

      public static final OpenMetadataProperty EXT_INSTANCE_CREATED_BY
      The username of the person or process that created the instance in the external system.
    • EXT_INSTANCE_CREATION_TIME

      public static final OpenMetadataProperty EXT_INSTANCE_CREATION_TIME
      The date/time when the instance in the external system was created.
    • EXT_INSTANCE_LAST_UPDATED_BY

      public static final OpenMetadataProperty EXT_INSTANCE_LAST_UPDATED_BY
      The username of the person or process that last updated the instance in the external system.
    • EXT_INSTANCE_LAST_UPDATE_TIME

      public static final OpenMetadataProperty EXT_INSTANCE_LAST_UPDATE_TIME
      The date/time when the instance in the external system was last updated.
    • EXT_INSTANCE_VERSION

      public static final OpenMetadataProperty EXT_INSTANCE_VERSION
      The latest version of the element in the external system.
    • MAPPING_PROPERTIES

      public static final OpenMetadataProperty MAPPING_PROPERTIES
      Additional properties to aid the mapping to the element in an external metadata source.
    • LAST_SYNCHRONIZED

      public static final OpenMetadataProperty LAST_SYNCHRONIZED
      Timestamp documenting the last time the metadata in the external metadata source was synchronized with open metadata element.
    • PERMITTED_SYNCHRONIZATION

      public static final OpenMetadataProperty PERMITTED_SYNCHRONIZATION
      Defines the permitted directions of flow of metadata updates between open metadata and a third party technology.
    • KEY_PATTERN

      public static final OpenMetadataProperty KEY_PATTERN
      Type of identifier that identifies its lifecycle, for example, its scope and whether the value is reused.
    • COVERAGE_CATEGORY

      public static final OpenMetadataProperty COVERAGE_CATEGORY
      Type of role that the attribute plays as part of the concept bead.
    • CHANGE_TARGET

      public static final OpenMetadataProperty CHANGE_TARGET
      The relationship of element that has been changed to the anchor.
    • CHANGE_ACTION

      public static final OpenMetadataProperty CHANGE_ACTION
      The type of change.
    • USAGE

      public static final OpenMetadataProperty USAGE
      Guidance on how the element should be used.
    • SOURCE

      public static final OpenMetadataProperty SOURCE
      Details of where the element was sourced from.
    • PLATFORM_VERSION

      public static final OpenMetadataProperty PLATFORM_VERSION
      Deployed version number for this platform.
    • SERVER_VERSION

      public static final OpenMetadataProperty SERVER_VERSION
      Deployed version number for this server.
    • SOFTWARE_VERSION

      public static final OpenMetadataProperty SOFTWARE_VERSION
      Deployed version number for this software.
    • CONFIDENCE

      public static final OpenMetadataProperty CONFIDENCE
      Level of confidence in the correctness of the element.
    • USES_BLOCKING_CALLS

      public static final OpenMetadataProperty USES_BLOCKING_CALLS
      The integration connector needs to use blocking calls to a third party technology and so needs to run in its own thread.
    • TOPIC_NAME

      public static final OpenMetadataProperty TOPIC_NAME
      Full name of the topic as used by programs to access its contents
    • TOPIC_TYPE

      public static final OpenMetadataProperty TOPIC_TYPE
      Type of topic.
    • PROPERTY_TYPE

      public static final OpenMetadataProperty PROPERTY_TYPE
      The type of property that the valid value represents.
    • PROJECT_TYPE

      public static final OpenMetadataProperty PROJECT_TYPE
      Short description of type of the project.
    • PROJECT_PHASE

      public static final OpenMetadataProperty PROJECT_PHASE
      The phase in the lifecycle of the project.
    • PROJECT_HEALTH

      public static final OpenMetadataProperty PROJECT_HEALTH
      Indicator on how well the project is tracking to plan.
    • PROJECT_STATUS

      public static final OpenMetadataProperty PROJECT_STATUS
      Short description on current status of the project.
    • COLLECTION_TYPE

      public static final OpenMetadataProperty COLLECTION_TYPE
      Descriptive name of the concept that this collection represents.
    • PRODUCT_STATUS

      public static final OpenMetadataProperty PRODUCT_STATUS
      Display name of the product.
    • PRODUCT_NAME

      public static final OpenMetadataProperty PRODUCT_NAME
      Display name of the product.
    • PRODUCT_TYPE

      public static final OpenMetadataProperty PRODUCT_TYPE
      Type or category of the product.
    • INTRODUCTION_DATE

      public static final OpenMetadataProperty INTRODUCTION_DATE
      Date that the product was made available.
    • NEXT_VERSION_DATE

      public static final OpenMetadataProperty NEXT_VERSION_DATE
      Date when is the next version is expected to be released.
    • WITHDRAW_DATE

      public static final OpenMetadataProperty WITHDRAW_DATE
      Date when the product is expected to be (or has been) withdrawn, preventing new consumers from subscribing.
    • MATURITY

      public static final OpenMetadataProperty MATURITY
      Level of maturity for the product.
    • SERVICE_LIFE

      public static final OpenMetadataProperty SERVICE_LIFE
      Length of time that the product is expected to be in service.
    • CURRENT_VERSION

      public static final OpenMetadataProperty CURRENT_VERSION
      Which is the current supported version that is recommended for consumers. Specified as a versionIdentifier from the asset.
    • MEMBERSHIP_STATUS

      public static final OpenMetadataProperty MEMBERSHIP_STATUS
      Defines the provenance and confidence that a member belongs in a collection.
    • MEMBERSHIP_RATIONALE

      public static final OpenMetadataProperty MEMBERSHIP_RATIONALE
      Description of how the member is used, or why it is useful in this collection.
    • COLLECTION_ORDER

      public static final OpenMetadataProperty COLLECTION_ORDER
      Defines the sequencing for a collection.
    • ORDER_BY_PROPERTY_NAME

      public static final OpenMetadataProperty ORDER_BY_PROPERTY_NAME
      Name of property to use for ordering.
    • BYTE_ORDERING

      public static final OpenMetadataProperty BYTE_ORDERING
      Defines the sequential order in which bytes are arranged into larger numerical values when stored in memory or when transmitted over digital links.
    • COMMENT_TYPE

      public static final OpenMetadataProperty COMMENT_TYPE
      Descriptor for a comment that indicated its intent.
    • CONTACT_METHOD_TYPE

      public static final OpenMetadataProperty CONTACT_METHOD_TYPE
      Type of mechanism to contact an actor.
    • CONTACT_TYPE

      public static final OpenMetadataProperty CONTACT_TYPE
      Type of contact - such as home address, work mobile, emergency contact ...
    • CONTACT_METHOD_VALUE

      public static final OpenMetadataProperty CONTACT_METHOD_VALUE
      Details of the contact method
    • CONTACT_METHOD_SERVICE

      public static final OpenMetadataProperty CONTACT_METHOD_SERVICE
      Details of the service supporting the contact method.
    • CONFIDENCE_LEVEL_IDENTIFIER

      public static final OpenMetadataProperty CONFIDENCE_LEVEL_IDENTIFIER
      Defines the level of confidence to place in the accuracy of a data item.
    • CRITICALITY_LEVEL_IDENTIFIER

      public static final OpenMetadataProperty CRITICALITY_LEVEL_IDENTIFIER
      Defines how important a data item is to the organization.
    • CONFIDENTIALITY_LEVEL_IDENTIFIER

      public static final OpenMetadataProperty CONFIDENTIALITY_LEVEL_IDENTIFIER
      Defines how confidential a data item is.
    • RETENTION_BASIS_IDENTIFIER

      public static final OpenMetadataProperty RETENTION_BASIS_IDENTIFIER
      Defines the retention requirements associated with a data item.
    • SEVERITY_IDENTIFIER

      public static final OpenMetadataProperty SEVERITY_IDENTIFIER
      Defines the severity of the impact that a situation has.
    • STATUS_IDENTIFIER

      public static final OpenMetadataProperty STATUS_IDENTIFIER
      Defines how important a data item is to the organization.
    • SORT_ORDER

      public static final OpenMetadataProperty SORT_ORDER
      Defines the suggested order that data values in this data item should be sorted by.
    • INCIDENT_STATUS

      public static final OpenMetadataProperty INCIDENT_STATUS
      Defines the current status of an incident report.
    • ACTION_STATUS

      public static final OpenMetadataProperty ACTION_STATUS
      Defines the current execution status of an engine action.
    • ACTIVITY_TYPE

      public static final OpenMetadataProperty ACTIVITY_TYPE
      Different types of activities.
    • TERM_RELATIONSHIP_STATUS

      public static final OpenMetadataProperty TERM_RELATIONSHIP_STATUS
      Defines the confidence in the assigned relationship.
    • TERM_ASSIGNMENT_STATUS

      public static final OpenMetadataProperty TERM_ASSIGNMENT_STATUS
      Defines the provenance and confidence of a semantic assignment.
    • DATA_CLASS_ASSIGNMENT_STATUS

      public static final OpenMetadataProperty DATA_CLASS_ASSIGNMENT_STATUS
      Defines the provenance and confidence of a data class assignment.
    • PRIORITY

      public static final OpenMetadataProperty PRIORITY
      An indication of the relative position in which this work item should be tackled compared to others in the overall work list.
    • EMBEDDED_METADATA

      public static final OpenMetadataProperty EMBEDDED_METADATA
      Metadata properties embedded in the media file.
    • REFERENCE_TITLE

      public static final OpenMetadataProperty REFERENCE_TITLE
      Full publication title of the external source.
    • REFERENCE_ABSTRACT

      public static final OpenMetadataProperty REFERENCE_ABSTRACT
      Summary of the key messages in the external source.
    • REFERENCE_VERSION

      public static final OpenMetadataProperty REFERENCE_VERSION
      Name of the revision or version of the external source.
    • AUTHORS

      public static final OpenMetadataProperty AUTHORS
      List of authors for the external source.
    • NUMBER_OF_PAGES

      public static final OpenMetadataProperty NUMBER_OF_PAGES
      Number of pages that this external source has.
    • PAGE_RANGE

      public static final OpenMetadataProperty PAGE_RANGE
      Range of pages that this reference covers.
    • PUBLICATION_SERIES

      public static final OpenMetadataProperty PUBLICATION_SERIES
      Name of the journal or series of publications that this external source is from.
    • PUBLICATION_SERIES_VOLUME

      public static final OpenMetadataProperty PUBLICATION_SERIES_VOLUME
      Name of the volume in the publication series that this external source is from.
    • EDITION

      public static final OpenMetadataProperty EDITION
      Name of the edition for this external source.
    • URL

      public static final OpenMetadataProperty URL
      Network address where this external source can be accessed from.
    • PUBLISHER

      public static final OpenMetadataProperty PUBLISHER
      Name of the publisher responsible for producing this external source.
    • FIRST_PUB_DATE

      public static final OpenMetadataProperty FIRST_PUB_DATE
      Date of the first published version/edition of this external source.
    • PUBLICATION_DATE

      public static final OpenMetadataProperty PUBLICATION_DATE
      Date when this version/edition of this external source was published.
    • PUBLICATION_CITY

      public static final OpenMetadataProperty PUBLICATION_CITY
      City where the publishers are based.
    • PUBLICATION_YEAR

      public static final OpenMetadataProperty PUBLICATION_YEAR
      Year when the publication of this version/edition of the external source was published.
    • PUBLICATION_NUMBERS

      public static final OpenMetadataProperty PUBLICATION_NUMBERS
      List of unique numbers allocated by the publisher for this external source. For example ISBN, ASIN, UNSPSC code.
    • LICENSE

      public static final OpenMetadataProperty LICENSE
      Name of license associated with this external source.
    • ATTRIBUTION

      public static final OpenMetadataProperty ATTRIBUTION
      Attribution statement to use when consuming this external resource.
    • REFERENCE_ID

      public static final OpenMetadataProperty REFERENCE_ID
      Local identifier for the reference.
    • PAGES

      public static final OpenMetadataProperty PAGES
      Range of pages in the external reference that this link refers.
    • MEDIA_USAGE

      public static final OpenMetadataProperty MEDIA_USAGE
      Specific media usage by the consumer that overrides the default media usage documented in the related media.
    • MEDIA_USAGE_OTHER_ID

      public static final OpenMetadataProperty MEDIA_USAGE_OTHER_ID
      Unique identifier of the code (typically a valid value definition) that defines the media use.
    • DEFAULT_MEDIA_USAGE

      public static final OpenMetadataProperty DEFAULT_MEDIA_USAGE
      The most common, or expected use of this media resource.
    • DEFAULT_MEDIA_USAGE_OTHER_ID

      public static final OpenMetadataProperty DEFAULT_MEDIA_USAGE_OTHER_ID
      Unique identifier of the code (typically a valid value definition) that defines the media use.
    • MEDIA_TYPE

      public static final OpenMetadataProperty MEDIA_TYPE
      Type of media.
    • MEDIA_TYPE_OTHER_ID

      public static final OpenMetadataProperty MEDIA_TYPE_OTHER_ID
      Unique identifier of the code (typically a valid value definition) that defines the media type.
    • MEDIA_ID

      public static final OpenMetadataProperty MEDIA_ID
      Local identifier for the media.
    • ORGANIZATION

      public static final OpenMetadataProperty ORGANIZATION
      Identifier of the organization that this resource is from.
    • ORGANIZATION_PROPERTY_NAME

      public static final OpenMetadataProperty ORGANIZATION_PROPERTY_NAME
      Name of the property from the element used to identify the organization property.
    • BUSINESS_CAPABILITY

      public static final OpenMetadataProperty BUSINESS_CAPABILITY
      Identifier of the business capability where this asset originated from.
    • BUSINESS_CAPABILITY_TYPE

      public static final OpenMetadataProperty BUSINESS_CAPABILITY_TYPE
      Type of business capability.
    • BUSINESS_IMPLEMENTATION_TYPE

      public static final OpenMetadataProperty BUSINESS_IMPLEMENTATION_TYPE
      Implementation type for the business capability.
    • BUSINESS_CAPABILITY_PROPERTY_NAME

      public static final OpenMetadataProperty BUSINESS_CAPABILITY_PROPERTY_NAME
      Name of the property from the element used to identify the businessCapability property.
    • OTHER_ORIGIN_VALUES

      public static final OpenMetadataProperty OTHER_ORIGIN_VALUES
      Descriptive labels describing origin of the resource.
    • NETWORK_ADDRESS

      public static final OpenMetadataProperty NETWORK_ADDRESS
      Network address used to connect to the endpoint.
    • PROTOCOL

      public static final OpenMetadataProperty PROTOCOL
      Name of the protocol used to connect to the endpoint.
    • ENCRYPTION_METHOD

      public static final OpenMetadataProperty ENCRYPTION_METHOD
      Type of encryption used at the endpoint (if any).
    • DATABASE_VERSION

      public static final OpenMetadataProperty DATABASE_VERSION
      Version of the database.
    • INSTANCE

      public static final OpenMetadataProperty INSTANCE
      Instance of the database.
    • IMPORTED_FROM

      public static final OpenMetadataProperty IMPORTED_FROM
      importedFrom
    • IMPLEMENTATION_LANGUAGE

      public static final OpenMetadataProperty IMPLEMENTATION_LANGUAGE
      Name of the language used to implement this component.
    • LAST_REVIEW_TIME

      public static final OpenMetadataProperty LAST_REVIEW_TIME
      The Date/time that this action was reviewed.
    • SCHEMA_VERSION

      public static final OpenMetadataProperty SCHEMA_VERSION
      Version of the property facet schema.
    • PROPERTIES

      public static final OpenMetadataProperty PROPERTIES
      properties
    • DELETE_METHOD

      public static final OpenMetadataProperty DELETE_METHOD
      Identifies which type of delete to use.
    • COORDINATES

      public static final OpenMetadataProperty COORDINATES
      Geographical coordinates of this location.
    • MAP_PROJECTION

      public static final OpenMetadataProperty MAP_PROJECTION
      The scheme used to define the meaning of the coordinates.
    • POSTAL_ADDRESS

      public static final OpenMetadataProperty POSTAL_ADDRESS
      Postal address of the location.
    • TIME_ZONE

      public static final OpenMetadataProperty TIME_ZONE
      Timezone for the location.
    • LEVEL

      public static final OpenMetadataProperty LEVEL
      Level of security at this location.
    • ASSOCIATION_NAME

      public static final OpenMetadataProperty ASSOCIATION_NAME
      Descriptive name of the association.
    • ASSOCIATION_TYPE

      public static final OpenMetadataProperty ASSOCIATION_TYPE
      Type of the association, such as 'containment', 'aggregation' or 'inheritance.'
    • OPERATING_SYSTEM

      public static final OpenMetadataProperty OPERATING_SYSTEM
      Name of the operating system running on this operating platform.
    • OPERATING_SYSTEM_PATCH_LEVEL

      public static final OpenMetadataProperty OPERATING_SYSTEM_PATCH_LEVEL
      Level of patches applied to the operating system.
    • MEMBER_ROLE

      public static final OpenMetadataProperty MEMBER_ROLE
      The role of the member in the host cluster. This value is typically defined by the technology of the host cluster.
    • PRONOUNS

      public static final OpenMetadataProperty PRONOUNS
      Preferred pronouns to use when addressing this person.
    • TENANT_NAME

      public static final OpenMetadataProperty TENANT_NAME
      Identifier of the tenant.
    • TENANT_TYPE

      public static final OpenMetadataProperty TENANT_TYPE
      Description of the type of tenant.
    • OFFERING_NAME

      public static final OpenMetadataProperty OFFERING_NAME
      Commercial name of the service.
    • SERVICE_TYPE

      public static final OpenMetadataProperty SERVICE_TYPE
      Description of the type of the service.
    • PROVIDER_NAME

      public static final OpenMetadataProperty PROVIDER_NAME
      Name of the cloud provider.
    • DISTINGUISHED_NAME

      public static final OpenMetadataProperty DISTINGUISHED_NAME
      The LDAP distinguished name (DN) that gives a unique positional name in the LDAP DIT.
    • ROLE_TYPE_NAME

      public static final OpenMetadataProperty ROLE_TYPE_NAME
      The type name of the PersonRole that the UserIdentity is used for.
    • ROLE_GUID

      public static final OpenMetadataProperty ROLE_GUID
      The unique identifier of the specific PersonRole that the UserIdentity is used for.
    • INITIALS

      public static final OpenMetadataProperty INITIALS
      First letter of each of the person's given names.
    • GIVEN_NAMES

      public static final OpenMetadataProperty GIVEN_NAMES
      The name strings that are the part of a person's name that is not their surname.
    • SURNAME

      public static final OpenMetadataProperty SURNAME
      The family name of the person.
    • FULL_NAME

      public static final OpenMetadataProperty FULL_NAME
      Full or official/legal name of the individual (if different from known name).
    • PREFERRED_LANGUAGE

      public static final OpenMetadataProperty PREFERRED_LANGUAGE
      Spoken or written language preferred by the person.
    • RESIDENT_COUNTRY

      public static final OpenMetadataProperty RESIDENT_COUNTRY
      Country that is the person's primary residence.
    • JOB_TITLE

      public static final OpenMetadataProperty JOB_TITLE
      Principle role or level in the organization.
    • EMPLOYEE_NUMBER

      public static final OpenMetadataProperty EMPLOYEE_NUMBER
      The unique identifier of a person used by their employer.
    • EMPLOYEE_TYPE

      public static final OpenMetadataProperty EMPLOYEE_TYPE
      Code used by employer typically to describe the type of employment contract
    • KARMA_POINTS

      public static final OpenMetadataProperty KARMA_POINTS
      Points capturing a person's engagement with open metadata.
    • HEAD_COUNT

      public static final OpenMetadataProperty HEAD_COUNT
      Number of people that can be appointed to the role.
    • EXPECTED_TIME_ALLOCATION_PERCENT

      public static final OpenMetadataProperty EXPECTED_TIME_ALLOCATION_PERCENT
      What percentage of time is the appointee expected to devote to this role.
    • TEAM_TYPE

      public static final OpenMetadataProperty TEAM_TYPE
      Type of team, such as department.
    • ROLE_POSITION

      public static final OpenMetadataProperty ROLE_POSITION
      Details of the type of role position within a group, team, project, eg deputy.
    • DELEGATION_ESCALATION

      public static final OpenMetadataProperty DELEGATION_ESCALATION
      Can delegations and escalations flow on this relationship.
    • ASSIGNMENT_TYPE

      public static final OpenMetadataProperty ASSIGNMENT_TYPE
      What is the scope or nature of the assignment.
    • TEAM_ROLE

      public static final OpenMetadataProperty TEAM_ROLE
      Description of the role of the team in the project.
    • DEPENDENCY_SUMMARY

      public static final OpenMetadataProperty DEPENDENCY_SUMMARY
      Reasons for the project dependency.
    • STAKEHOLDER_ROLE

      public static final OpenMetadataProperty STAKEHOLDER_ROLE
      Identifier that describes the role that the stakeholders will play in the operation of the Referenceable.
    • TITLE

      public static final OpenMetadataProperty TITLE
      Short summary or purpose of the element.
    • SCOPE

      public static final OpenMetadataProperty SCOPE
      Breadth of responsibility or coverage.
    • PREFERRED_VALUE

      public static final OpenMetadataProperty PREFERRED_VALUE
      The value to use.
    • CATEGORY

      public static final OpenMetadataProperty CATEGORY
      Descriptive name of the concept that this valid value applies to.
    • IS_CASE_SENSITIVE

      public static final OpenMetadataProperty IS_CASE_SENSITIVE
      Is this valid value case-sensitive, or should the values match irrespective of case?
    • IS_DEPRECATED

      public static final OpenMetadataProperty IS_DEPRECATED
      This element may still be used but is flagged that it will be removed at some point in the future.
    • OBJECTIVE

      public static final OpenMetadataProperty OBJECTIVE
      "Reason for the meeting and intended outcome.
    • MINUTES

      public static final OpenMetadataProperty MINUTES
      Description of what happened at the meeting.
    • START_TIME

      public static final OpenMetadataProperty START_TIME
      Start time of the meeting.
    • END_TIME

      public static final OpenMetadataProperty END_TIME
      End time of the meeting.
    • CREATION_TIME

      public static final OpenMetadataProperty CREATION_TIME
      When the requested action was identified.
    • TO_DO_TYPE

      public static final OpenMetadataProperty TO_DO_TYPE
      Type of to do - typically managed in a valid value set and used in stewardship automation.
    • IMPORTANCE

      public static final OpenMetadataProperty IMPORTANCE
      Relative importance of this governance definition compared to its peers.
    • IMPLICATIONS

      public static final OpenMetadataProperty IMPLICATIONS
      Impact on the organization, people and services when adopting the recommendation in this governance definition.
    • OUTCOMES

      public static final OpenMetadataProperty OUTCOMES
      Expected outcomes.
    • RESULTS

      public static final OpenMetadataProperty RESULTS
      Actual results.
    • DUE_TIME

      public static final OpenMetadataProperty DUE_TIME
      When the requested action needs to be completed.
    • COMPLETION_TIME

      public static final OpenMetadataProperty COMPLETION_TIME
      When the requested action was completed.
    • MISSION

      public static final OpenMetadataProperty MISSION
      The high-level goal of the activity.
    • MEMBERSHIP_TYPE

      public static final OpenMetadataProperty MEMBERSHIP_TYPE
      Type of community membership.
    • SECURED_PROPERTIES

      public static final OpenMetadataProperty SECURED_PROPERTIES
      Private properties accessible only to the connector.
    • CONFIGURATION_PROPERTIES

      public static final OpenMetadataProperty CONFIGURATION_PROPERTIES
      Specific configuration properties used to configure the behaviour of the connector.
    • CLEAR_PASSWORD

      public static final OpenMetadataProperty CLEAR_PASSWORD
      Password for the userId in clear text.
    • ENCRYPTED_PASSWORD

      public static final OpenMetadataProperty ENCRYPTED_PASSWORD
      Encrypted password that the connector needs to decrypt before use.
    • CONNECTOR_PROVIDER_CLASS_NAME

      public static final OpenMetadataProperty CONNECTOR_PROVIDER_CLASS_NAME
      Name of the Java class that implements this connector type's open connector framework (OCF) connector provider.
    • RECOGNIZED_ADDITIONAL_PROPERTIES

      public static final OpenMetadataProperty RECOGNIZED_ADDITIONAL_PROPERTIES
      List of additional connection property names supported by the connector implementation.
    • RECOGNIZED_SECURED_PROPERTIES

      public static final OpenMetadataProperty RECOGNIZED_SECURED_PROPERTIES
      List of secured connection property names supported by the connector implementation.
    • RECOGNIZED_CONFIGURATION_PROPERTIES

      public static final OpenMetadataProperty RECOGNIZED_CONFIGURATION_PROPERTIES
      List of configuration property names supported by the connector implementation.
    • SUPPORTED_ASSET_TYPE_NAME

      public static final OpenMetadataProperty SUPPORTED_ASSET_TYPE_NAME
      Type of asset supported by the connector implementation.
    • EXPECTED_DATA_FORMAT

      public static final OpenMetadataProperty EXPECTED_DATA_FORMAT
      Description of the format of the data expected by the connector implementation.
    • CONNECTOR_FRAMEWORK_NAME

      public static final OpenMetadataProperty CONNECTOR_FRAMEWORK_NAME
      Name of the framework that the connector implements. The default is 'Open Connector Framework (OCF)'
    • CONNECTOR_INTERFACE_LANGUAGE

      public static final OpenMetadataProperty CONNECTOR_INTERFACE_LANGUAGE
      The programming language used to implement the connector's interface.
    • CONNECTOR_INTERFACES

      public static final OpenMetadataProperty CONNECTOR_INTERFACES
      List of interfaces supported by the connector.
    • TARGET_TECHNOLOGY_SOURCE

      public static final OpenMetadataProperty TARGET_TECHNOLOGY_SOURCE
      Name of the organization providing the technology that the connectors access. For example, Apache Software Foundation.
    • TARGET_TECHNOLOGY_NAME

      public static final OpenMetadataProperty TARGET_TECHNOLOGY_NAME
      Name of the technology that the connectors access. For example, Apache Kafka.
    • TARGET_TECHNOLOGY_INTERFACES

      public static final OpenMetadataProperty TARGET_TECHNOLOGY_INTERFACES
      Names of the technology's interfaces that the connectors use.
    • TARGET_TECHNOLOGY_VERSIONS

      public static final OpenMetadataProperty TARGET_TECHNOLOGY_VERSIONS
      List of versions of the technology that the connector implementation supports.
    • ARGUMENTS

      public static final OpenMetadataProperty ARGUMENTS
      Additional arguments needed by the virtual connector when using each connection.
    • ASSET_SUMMARY

      public static final OpenMetadataProperty ASSET_SUMMARY
      Description of the asset that is retrieved through this connection.
    • DELIMITER_CHARACTER

      public static final OpenMetadataProperty DELIMITER_CHARACTER
      Character used between each column.
    • QUOTE_CHARACTER

      public static final OpenMetadataProperty QUOTE_CHARACTER
      The character used to group the content of the column that contains one or more delimiter characters.
    • FORMAT

      public static final OpenMetadataProperty FORMAT
      Format of the file system.
    • ENCRYPTION

      public static final OpenMetadataProperty ENCRYPTION
      Level of encryption used on the filesystem (if any).
    • LABEL

      public static final OpenMetadataProperty LABEL
      Display label to use when displaying this lineage relationship in a lineage graph.
    • LINE_NUMBER

      public static final OpenMetadataProperty LINE_NUMBER
      Location of the call in the implementation.
    • GUARD

      public static final OpenMetadataProperty GUARD
      Function that must be true to travel down this control flow.
    • HOPS

      public static final OpenMetadataProperty HOPS
      The number of hops along the lineage graph to the ultimate source organized by type of element.
    • TOPIC_ROOT

      public static final OpenMetadataProperty TOPIC_ROOT
      Root of topic names used by the Open Metadata access Services (OMASs).
    • COHORT_TOPICS

      public static final OpenMetadataProperty COHORT_TOPICS
      Name of the topic(s) used to exchange registration, type definitions and metadata instances between the members of the open metadata repository cohort.
    • ENTERPRISE_METADATA_COLLECTION_ID

      public static final OpenMetadataProperty ENTERPRISE_METADATA_COLLECTION_ID
      Unique identifier for the metadata collection accessed through this enterprise access layer.
    • MANAGED_METADATA_COLLECTION_ID

      public static final OpenMetadataProperty MANAGED_METADATA_COLLECTION_ID
      Unique identifier for a collection of metadata managed by a repository.
    • REGISTRATION_DATE

      public static final OpenMetadataProperty REGISTRATION_DATE
      Date first registered with the cohort.
    • PROTOCOL_VERSION

      public static final OpenMetadataProperty PROTOCOL_VERSION
      Version number of the protocol supported by the cohort registry.
    • ID

      public static final OpenMetadataProperty ID
      Id of report.
    • AUTHOR

      public static final OpenMetadataProperty AUTHOR
      Author of the resource.
    • CREATED_TIME

      public static final OpenMetadataProperty CREATED_TIME
      Report create time.
    • LAST_MODIFIED_TIME

      public static final OpenMetadataProperty LAST_MODIFIED_TIME
      Report last modified time.
    • LAST_MODIFIER

      public static final OpenMetadataProperty LAST_MODIFIER
      UserId of the report last modifier.
    • CONTAINMENT_TYPE

      public static final OpenMetadataProperty CONTAINMENT_TYPE
      The containment relationship between two processes: the parent and one of its children.
    • PORT_TYPE

      public static final OpenMetadataProperty PORT_TYPE
      Descriptor for a port that indicates the direction that data is flowing.
    • LANGUAGE

      public static final OpenMetadataProperty LANGUAGE
      Natural language used in the glossary.
    • LANGUAGE_CODE

      public static final OpenMetadataProperty LANGUAGE_CODE
      Code for identifying the language - for example from ISO-639.
    • LOCALE

      public static final OpenMetadataProperty LOCALE
      Locale for the translation.
    • ADDITIONAL_TRANSLATIONS

      public static final OpenMetadataProperty ADDITIONAL_TRANSLATIONS
      Translations of other string properties found in the linked entity.
    • ORGANIZING_PRINCIPLE

      public static final OpenMetadataProperty ORGANIZING_PRINCIPLE
      Characteristics that influence the organization of the taxonomy.
    • LAST_VERIFIED

      public static final OpenMetadataProperty LAST_VERIFIED
      Date when this reference was last checked.
    • STATUS

      public static final OpenMetadataProperty STATUS
      Status of the relationship.
    • TIMELINE_ENTRY_DATE

      public static final OpenMetadataProperty TIMELINE_ENTRY_DATE
      When does the entry refer to.
    • TIMELINE_ENTRY_DESCRIPTION

      public static final OpenMetadataProperty TIMELINE_ENTRY_DESCRIPTION
      Describes the entry in the timeline.
    • SEVERITY_LEVEL_IDENTIFIER

      public static final OpenMetadataProperty SEVERITY_LEVEL_IDENTIFIER
      How severe is the impact on the resource?
    • EVENT_EFFECT

      public static final OpenMetadataProperty EVENT_EFFECT
      Describes the expected effects of the event on the organization.
    • CONTEXT_EVENT_TYPE

      public static final OpenMetadataProperty CONTEXT_EVENT_TYPE
      Describes the type/category of event. Valid values for this attribute can be managed in a valid metadata value set.
    • PLANNED_START_DATE

      public static final OpenMetadataProperty PLANNED_START_DATE
      Provides a planned date/time when the event should start.
    • ACTUAL_START_DATE

      public static final OpenMetadataProperty ACTUAL_START_DATE
      Provides a definitive date/time when the event did start.
    • PLANNED_DURATION

      public static final OpenMetadataProperty PLANNED_DURATION
      Defines, in milliseconds, the length of time that the event is expected to last.
    • ACTUAL_DURATION

      public static final OpenMetadataProperty ACTUAL_DURATION
      Defines, in milliseconds, the length of time that the event did last.
    • REPEAT_INTERVAL

      public static final OpenMetadataProperty REPEAT_INTERVAL
      Defines, in milliseconds, how frequently the event is expected to repeat.
    • PLANNED_COMPLETION_DATE

      public static final OpenMetadataProperty PLANNED_COMPLETION_DATE
      Provides an expected date/time when the event is complete.
    • ACTUAL_COMPLETION_DATE

      public static final OpenMetadataProperty ACTUAL_COMPLETION_DATE
      Provides a date/time when the event did complete.
    • REFERENCE_EFFECTIVE_FROM

      public static final OpenMetadataProperty REFERENCE_EFFECTIVE_FROM
      Provides a value to use in the starting effective dates for entities, relationships and classifications whose effectivity is triggered by this context event.
    • REFERENCE_EFFECTIVE_TO

      public static final OpenMetadataProperty REFERENCE_EFFECTIVE_TO
      Provides a value to use in the ending effective dates for entities, relationships and classifications whose effectivity is ended by this context event.
    • TEMPLATES

      public static final OpenMetadataProperty TEMPLATES
      Map of template name to qualified name of parent element in associated catalog template.
    • CONNECTION_NAME

      public static final OpenMetadataProperty CONNECTION_NAME
      Name of connection to use to access the associated resource. If this is null, the connection for the asset associated with the catalog target is used. The asset may be the catalog target itself or the catalog target's anchor.
    • METADATA_SOURCE_QUALIFIED_NAME

      public static final OpenMetadataProperty METADATA_SOURCE_QUALIFIED_NAME
      Qualified name of a software server capability that is the owner/home of the metadata catalogued by the integration connector.
    • MIN_LONGITUDE

      public static final OpenMetadataProperty MIN_LONGITUDE
      If the data is bound by an area, this is the longitude for bottom-left corner of the bounding box (BBOX) for the area covered by the data.
    • MIN_LATITUDE

      public static final OpenMetadataProperty MIN_LATITUDE
      If the data is bound by an area, this is the latitude for the bottom-left corner of the bounding box (BBOX) for the area covered by the data.
    • MAX_LONGITUDE

      public static final OpenMetadataProperty MAX_LONGITUDE
      If the data is bound by an area, this is the longitude for top-right corner of the bounding box (BBOX) for the area covered by the data.
    • MAX_LATITUDE

      public static final OpenMetadataProperty MAX_LATITUDE
      If the data is bound by an area, this is the latitude for top-right corner of the bounding box (BBOX) for the area covered by the data.
    • MIN_HEIGHT

      public static final OpenMetadataProperty MIN_HEIGHT
      If the height above ground is relevant, this is the lowest height that the data covers.
    • MAX_HEIGHT

      public static final OpenMetadataProperty MAX_HEIGHT
      If the height above ground is relevant, this is the highest height that the data covers.
    • DATA_COLLECTION_START_TIME

      public static final OpenMetadataProperty DATA_COLLECTION_START_TIME
      If the data is bound by time, this is the start time.
    • DATA_COLLECTION_END_TIME

      public static final OpenMetadataProperty DATA_COLLECTION_END_TIME
      If the data is bound by time, this is the end time.
    • SECURITY_LABELS

      public static final OpenMetadataProperty SECURITY_LABELS
      Labels that apply to the referenceable.
    • SECURITY_PROPERTIES

      public static final OpenMetadataProperty SECURITY_PROPERTIES
      Properties that apply to the referenceable.
    • ACCESS_GROUPS

      public static final OpenMetadataProperty ACCESS_GROUPS
      Map of access groups.
    • IMPLEMENTATION_DESCRIPTION

      public static final OpenMetadataProperty IMPLEMENTATION_DESCRIPTION
      Description of how this governance control should be implemented.
    • CONNECTOR_NAME

      public static final OpenMetadataProperty CONNECTOR_NAME
      Name of the integration connector for logging purposes.
    • CONNECTOR_ID

      public static final OpenMetadataProperty CONNECTOR_ID
      Unique identifier of the integration connector deployment.
    • SERVER_NAME

      public static final OpenMetadataProperty SERVER_NAME
      Name of the integration daemon where the integration connector is/was running.
    • REFRESH_START_DATE

      public static final OpenMetadataProperty REFRESH_START_DATE
      Date/time when the refresh() call was made.
    • REFRESH_COMPLETION_DATE

      public static final OpenMetadataProperty REFRESH_COMPLETION_DATE
      Date/time when the integration connector returned from the refresh() call.
    • CREATED_ELEMENTS

      public static final OpenMetadataProperty CREATED_ELEMENTS
      List of elements that were created.
    • UPDATED_ELEMENTS

      public static final OpenMetadataProperty UPDATED_ELEMENTS
      List of elements that were updated.
    • DELETED_ELEMENTS

      public static final OpenMetadataProperty DELETED_ELEMENTS
      List of elements that were deleted.
    • CATALOG_TARGET_NAME

      public static final OpenMetadataProperty CATALOG_TARGET_NAME
      Symbolic name of the catalog target to describe the remote system/service being connected to.
    • CONNECTOR_USER_ID

      public static final OpenMetadataProperty CONNECTOR_USER_ID
      UserId for the integration connector to use when working with open metadata. The default userId comes from the hosting server if this value is blank.
    • REFRESH_TIME_INTERVAL

      public static final OpenMetadataProperty REFRESH_TIME_INTERVAL
      Describes how frequently the integration connector should run - in minutes.
    • STOP_DATE

      public static final OpenMetadataProperty STOP_DATE
      Latest time that the connector can run.
    • GENERATE_INTEGRATION_REPORT

      public static final OpenMetadataProperty GENERATE_INTEGRATION_REPORT
      Should the integration daemon create integration reports based on the integration connector's activity? (Default is true.)
    • ATTRIBUTE_NAME

      public static final OpenMetadataProperty ATTRIBUTE_NAME
      The name of the attribute that the reference data assignment represents.
    • AGREEMENT_TYPE

      public static final OpenMetadataProperty AGREEMENT_TYPE
      The type of agreement - values typically defined in a valid value set.
    • SOLUTION_COMPONENT_TYPE

      public static final OpenMetadataProperty SOLUTION_COMPONENT_TYPE
      The type of solution component - for example, is it a process, of file or database.
    • PLANNED_DEPLOYED_IMPLEMENTATION_TYPE

      public static final OpenMetadataProperty PLANNED_DEPLOYED_IMPLEMENTATION_TYPE
      The type of software component that is likely to serve as an implementation for this solution component.
    • PURPOSES

      public static final OpenMetadataProperty PURPOSES
      The reasons why some processing is occurring or some data is retained
    • INTEGRATION_STYLE

      public static final OpenMetadataProperty INTEGRATION_STYLE
      Mechanism to flow data and control along the segment.
    • ESTIMATED_VOLUMETRICS

      public static final OpenMetadataProperty ESTIMATED_VOLUMETRICS
      Properties that describe the expected volumes of data flowing through this segment.
    • ACTOR_NAME

      public static final OpenMetadataProperty ACTOR_NAME
      Name used to identify a specific actor in the agreement.
    • DESIGN_STEP

      public static final OpenMetadataProperty DESIGN_STEP
      Process that created the refinement.
    • ROLE

      public static final OpenMetadataProperty ROLE
      Role that this artifact plays in implementing the abstract representation.
    • TRANSFORMATION

      public static final OpenMetadataProperty TRANSFORMATION
      Transformation process used to create the refinement.
    • INFORMATION_SUPPLY_CHAIN_SEGMENTS_GUIDS

      public static final OpenMetadataProperty INFORMATION_SUPPLY_CHAIN_SEGMENTS_GUIDS
      Unique identifier of information supply chain segments that this wire belongs to.
    • DIRECTION

      public static final OpenMetadataProperty DIRECTION
      Which way is data flowing?
    • LOCAL_MOUNT_POINT

      public static final OpenMetadataProperty LOCAL_MOUNT_POINT
      Root of the file path name that is due to the resource manager's view of the file system.
    • CANONICAL_MOUNT_POINT

      public static final OpenMetadataProperty CANONICAL_MOUNT_POINT
      Value to replace the actual mount point with when storing/retrieving metadata about a file within the file system.
    • ISC_QUALIFIED_NAME

      public static final OpenMetadataProperty ISC_QUALIFIED_NAME
      Unique name for the element.
    • QUERY_ID

      public static final OpenMetadataProperty QUERY_ID
      Placeholder for a query.
    • QUERY

      public static final OpenMetadataProperty QUERY
      Query used to extract data, can include placeholders.
    • QUERY_TYPE

      public static final OpenMetadataProperty QUERY_TYPE
      Type of query used to extract data.
    • DOMAIN_IDENTIFIER

      public static final OpenMetadataProperty DOMAIN_IDENTIFIER
      Identifier of the governance domain that recognizes this process. Zero typically means 'any' domain.
    • MEASUREMENT

      public static final OpenMetadataProperty MEASUREMENT
      Format or description of the measurements captured for this metric.
    • TARGET

      public static final OpenMetadataProperty TARGET
      Definition of the measurement values that the governance definitions are trying to achieve.
    • PROCESS

      public static final OpenMetadataProperty PROCESS
      Unique identifier of the automated process that processes this exception backlog.
    • WAIT_TIME

      public static final OpenMetadataProperty WAIT_TIME
      The minimum number of minutes that the governance engine should wait before calling the governance service.
    • PRODUCED_GUARDS

      public static final OpenMetadataProperty PRODUCED_GUARDS
      List of guards that this action type produces.
    • IGNORE_MULTIPLE_TRIGGERS

      public static final OpenMetadataProperty IGNORE_MULTIPLE_TRIGGERS
      Trigger one or many engine action instances within a process instance?
    • MANDATORY_GUARD

      public static final OpenMetadataProperty MANDATORY_GUARD
      Is this guard mandatory for the next step to run.
    • PROCESSING_ENGINE_USER_ID

      public static final OpenMetadataProperty PROCESSING_ENGINE_USER_ID
      Governance engine responsible for executing this engine action.
    • COMPLETION_GUARDS

      public static final OpenMetadataProperty COMPLETION_GUARDS
      List of guards returned by the governance service.
    • RECEIVED_GUARDS

      public static final OpenMetadataProperty RECEIVED_GUARDS
      List of guards received from the previous governance service(s).
    • ORIGIN_GOVERNANCE_SERVICE

      public static final OpenMetadataProperty ORIGIN_GOVERNANCE_SERVICE
      The qualifiedName of the governance service that caused the engine action to be created.
    • ORIGIN_GOVERNANCE_ENGINE

      public static final OpenMetadataProperty ORIGIN_GOVERNANCE_ENGINE
      The qualifiedName of the governance engine that caused the engine action to be created.
    • REQUEST_SOURCE_NAME

      public static final OpenMetadataProperty REQUEST_SOURCE_NAME
      The name to identify the request source to the governance service that processes it.
    • BUSINESS_IMPERATIVES

      public static final OpenMetadataProperty BUSINESS_IMPERATIVES
      Goals or required outcomes from the business strategy that is supported by the data strategy.
    • LEVEL_IDENTIFIER

      public static final OpenMetadataProperty LEVEL_IDENTIFIER
      Numeric value for the classification level.
    • GROUPS

      public static final OpenMetadataProperty GROUPS
      List of security group distinguished names.
    • ZONE_NAME

      public static final OpenMetadataProperty ZONE_NAME
      Identifier of the zone - if null use qualifiedName.
    • POINT_TYPE

      public static final OpenMetadataProperty POINT_TYPE
      Descriptive type information about the policy management capability.
    • SUBJECT_AREA_NAME

      public static final OpenMetadataProperty SUBJECT_AREA_NAME
      Identifier of the subject area - if null use qualifiedName.
    • COUNTS

      public static final OpenMetadataProperty COUNTS
      A set of metric name to count value pairs.
    • VALUES

      public static final OpenMetadataProperty VALUES
      A set of metric name to string value pairs.
    • FLAGS

      public static final OpenMetadataProperty FLAGS
      A set of metric name to boolean value pairs.
    • MEASUREMENT_COUNTS

      public static final OpenMetadataProperty MEASUREMENT_COUNTS
      A set of metric name to current count value pairs.
    • MEASUREMENT_VALUES

      public static final OpenMetadataProperty MEASUREMENT_VALUES
      A set of metric name to current value pairs.
    • MEASUREMENT_FLAGS

      public static final OpenMetadataProperty MEASUREMENT_FLAGS
      A set of metric name to current boolean value pairs.
    • DETAILS

      public static final OpenMetadataProperty DETAILS
      Description of the requirements, rights, terms and conditions associated with the certification or license.
    • CERTIFICATE_GUID

      public static final OpenMetadataProperty CERTIFICATE_GUID
      Unique identifier of the actual certificate.
    • LICENSE_GUID

      public static final OpenMetadataProperty LICENSE_GUID
      Unique identifier of the actual license.
    • START

      public static final OpenMetadataProperty START
      Start date for the certification.
    • END

      public static final OpenMetadataProperty END
      End date for the certification.
    • CONDITIONS

      public static final OpenMetadataProperty CONDITIONS
      Any special conditions or endorsements over the basic certification type.
    • CERTIFIED_BY

      public static final OpenMetadataProperty CERTIFIED_BY
      Person or organization awarding the certification.
    • CERTIFIED_BY_TYPE_NAME

      public static final OpenMetadataProperty CERTIFIED_BY_TYPE_NAME
      Type of element referenced in the certifiedBy property.
    • CERTIFIED_BY_PROPERTY_NAME

      public static final OpenMetadataProperty CERTIFIED_BY_PROPERTY_NAME
      Name of the property from the element used to identify the certifiedBy property.
    • LICENSED_BY

      public static final OpenMetadataProperty LICENSED_BY
      Person or organization awarding the license.
    • LICENSED_BY_TYPE_NAME

      public static final OpenMetadataProperty LICENSED_BY_TYPE_NAME
      Type of element referenced in the licensedBy property.
    • LICENSED_BY_PROPERTY_NAME

      public static final OpenMetadataProperty LICENSED_BY_PROPERTY_NAME
      Name of the property from the element used to identify the licensedBy property.
    • CUSTODIAN

      public static final OpenMetadataProperty CUSTODIAN
      The person, engine or organization that will ensure the certification/license is honored.
    • CUSTODIAN_TYPE_NAME

      public static final OpenMetadataProperty CUSTODIAN_TYPE_NAME
      Type of element referenced in the custodian property.
    • CUSTODIAN_PROPERTY_NAME

      public static final OpenMetadataProperty CUSTODIAN_PROPERTY_NAME
      Name of the property from the element used to identify the custodian property.
    • RECIPIENT

      public static final OpenMetadataProperty RECIPIENT
      The person or organization that received the certification.
    • RECIPIENT_TYPE_NAME

      public static final OpenMetadataProperty RECIPIENT_TYPE_NAME
      Type of element referenced in the recipient property.
    • RECIPIENT_PROPERTY_NAME

      public static final OpenMetadataProperty RECIPIENT_PROPERTY_NAME
      Name of the property from the element used to identify the recipient property.
    • LICENSEE

      public static final OpenMetadataProperty LICENSEE
      The person or organization that received the license.
    • LICENSEE_TYPE_NAME

      public static final OpenMetadataProperty LICENSEE_TYPE_NAME
      Type of element referenced in the licensee property.
    • LICENSEE_PROPERTY_NAME

      public static final OpenMetadataProperty LICENSEE_PROPERTY_NAME
      Name of the property from the element used to identify the licensee property.
    • ENTITLEMENTS

      public static final OpenMetadataProperty ENTITLEMENTS
      The list of rights and permissions granted.
    • RESTRICTIONS

      public static final OpenMetadataProperty RESTRICTIONS
      The list of limiting conditions or measures imposed.
    • OBLIGATIONS

      public static final OpenMetadataProperty OBLIGATIONS
      The list of actions, duties or commitments required.
    • NAMESPACE

      public static final OpenMetadataProperty NAMESPACE
      Prefix for element names to ensure uniqueness.
    • VERSION_NUMBER

      public static final OpenMetadataProperty VERSION_NUMBER
      Version of the schema type.
    • ENCODING_STANDARD

      public static final OpenMetadataProperty ENCODING_STANDARD
      Format of the schema.
    • SNIPPET

      public static final OpenMetadataProperty SNIPPET
      Concrete implementation of the definition of a schema type or data field. It is used to guide developers or data definition/code generators.
    • STRICT_REQUIREMENT

      public static final OpenMetadataProperty STRICT_REQUIREMENT
      Only values from the ValidValues set/definition are allowed.
    • IS_DEFAULT_VALUE

      public static final OpenMetadataProperty IS_DEFAULT_VALUE
      Is the member the default value in the set?
    • SYMBOLIC_NAME

      public static final OpenMetadataProperty SYMBOLIC_NAME
      Name of the valid value used in code.
    • IMPLEMENTATION_VALUE

      public static final OpenMetadataProperty IMPLEMENTATION_VALUE
      Value in the asset that maps to this valid value if different from the preferred value.
    • ASSOCIATION_DESCRIPTION

      public static final OpenMetadataProperty ASSOCIATION_DESCRIPTION
      Brief description describing how they are related.
    • ADDITIONAL_VALUES

      public static final OpenMetadataProperty ADDITIONAL_VALUES
      Additional values for additional columns or fields in the reference data store.
    • METHOD

      public static final OpenMetadataProperty METHOD
      Method used to identify data class.
    • THRESHOLD

      public static final OpenMetadataProperty THRESHOLD
      What was the percentage of matching values used to determine that the data class matched.
    • CONTEXT

      public static final OpenMetadataProperty CONTEXT
      Description of the situation where this pattern may be useful.
    • FORCES

      public static final OpenMetadataProperty FORCES
      Description of the aspects of the situation that make the problem hard to solve.
    • PROBLEM_STATEMENT

      public static final OpenMetadataProperty PROBLEM_STATEMENT
      Description of the types of problem that this design pattern provides a solution to.
    • PROBLEM_EXAMPLE

      public static final OpenMetadataProperty PROBLEM_EXAMPLE
      One or more examples of the problem and its consequences.
    • SOLUTION_DESCRIPTION

      public static final OpenMetadataProperty SOLUTION_DESCRIPTION
      Description of how the solution works.
    • SOLUTION_EXAMPLE

      public static final OpenMetadataProperty SOLUTION_EXAMPLE
      Illustrations of how the solution resolves the problem examples.
    • BENEFITS

      public static final OpenMetadataProperty BENEFITS
      The positive outcomes from using this pattern.
    • LIABILITIES

      public static final OpenMetadataProperty LIABILITIES
      The additional issues that need to be considered when using this pattern.
    • FINGERPRINT

      public static final OpenMetadataProperty FINGERPRINT
      A string value that represents the content of the digital resource.
    • FINGERPRINT_ALGORITHM

      public static final OpenMetadataProperty FINGERPRINT_ALGORITHM
      The algorithm use to generate the fingerprint.
    • HASH

      public static final OpenMetadataProperty HASH
      An integer value that represents the content of the digital resource.
    • HASH_ALGORITHM

      public static final OpenMetadataProperty HASH_ALGORITHM
      The algorithm use to generate the hash.
    • BACKGROUND

      public static final OpenMetadataProperty BACKGROUND
      Description of the background cause or activity.
    • INCIDENT_CLASSIFIERS

      public static final OpenMetadataProperty INCIDENT_CLASSIFIERS
      Map of label to level indicator to provide customizable grouping of incidents.
    • SYNC_DATES_BY_KEY

      public static final OpenMetadataProperty SYNC_DATES_BY_KEY
      Collection of synchronization dates identified by a key.
    • AGREEMENT_ITEM_ID

      public static final OpenMetadataProperty AGREEMENT_ITEM_ID
      Unique identifier for the item within the agreement.
    • AGREEMENT_START

      public static final OpenMetadataProperty AGREEMENT_START
      Date/time when this item becomes active in the agreement.
    • AGREEMENT_END

      public static final OpenMetadataProperty AGREEMENT_END
      Date/time when this item becomes inactive in the agreement.
    • USAGE_MEASUREMENTS

      public static final OpenMetadataProperty USAGE_MEASUREMENTS
      Measurements of the actual use of this item under the agreement.
    • CONTRACT_ID

      public static final OpenMetadataProperty CONTRACT_ID
      Identifier for the contract used in the agreement.
    • CONTRACT_LIAISON

      public static final OpenMetadataProperty CONTRACT_LIAISON
      Identifier of actor to contact with queries relating to the contract.
    • CONTRACT_LIAISON_TYPE_NAME

      public static final OpenMetadataProperty CONTRACT_LIAISON_TYPE_NAME
      Type name of liaison actor element.
    • CONTRACT_LIAISON_PROPERTY_NAME

      public static final OpenMetadataProperty CONTRACT_LIAISON_PROPERTY_NAME
      The property from the actor element used as the identifier.
    • LIBRARY_TYPE

      public static final OpenMetadataProperty LIBRARY_TYPE
      The type of library - may be a product name or open source project name.
    • SUPPORT_LEVEL

      public static final OpenMetadataProperty SUPPORT_LEVEL
      Level of support agreed for the subscriber.
    • SERVICE_LEVELS

      public static final OpenMetadataProperty SERVICE_LEVELS
      Levels of service agreed with the subscriber.
    • SUBSCRIBER_ID

      public static final OpenMetadataProperty SUBSCRIBER_ID
      Unique identifier for the subscriber.
    • FILTER_EXPRESSION

      public static final OpenMetadataProperty FILTER_EXPRESSION
      Expression used to filter data values passing through port.
    • CATEGORY_QUALIFIED_NAME

      public static final OpenMetadataProperty CATEGORY_QUALIFIED_NAME
      The qualified name of the primary category of a GlossaryTerm.
    • METAMODEL_ELEMENT_GUID

      public static final OpenMetadataProperty METAMODEL_ELEMENT_GUID
      Element in the metadata model that the attached element embodies.
    • OPERATION_NAME

      public static final OpenMetadataProperty OPERATION_NAME
      Name of the operation to that is controlled by the linked security group.
    • PARTITIONS

      public static final OpenMetadataProperty PARTITIONS
      Number of Kafka partitions.
    • REPLICAS

      public static final OpenMetadataProperty REPLICAS
      Number of Kafka replicas.
    • EXTERNAL_ENDPOINT_ADDRESS

      public static final OpenMetadataProperty EXTERNAL_ENDPOINT_ADDRESS
      Network address used by callers to the network gateway.
    • INTERNAL_ENDPOINT_ADDRESS

      public static final OpenMetadataProperty INTERNAL_ENDPOINT_ADDRESS
      Network address that the network gateway maps the request to.
  • Field Details

    • name

      public final String name
      Name
    • type

      public final String type
      Type
    • description

      public final String description
      Description
    • example

      public final String example
      Example of a value for this property.
    • descriptionGUID

      public final String descriptionGUID
      Unique identifier of description valid value.
  • Method Details

    • values

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