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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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)
    • 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
      The default value of a primitive data type.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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?
    • 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.
    • 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.
    • 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_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.
    • 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.
    • 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_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.
    • DATA_FIELD_SORT_ORDER

      public static final OpenMetadataProperty DATA_FIELD_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
      Name of the organization that this external source is from.
    • 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
    • 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.
    • 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
      Purpose of the community.
    • 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 report.
    • 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.
  • 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