Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.RepositoryElementHeader
-
-
Uses of RepositoryElementHeader in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties
Constructors in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties with parameters of type RepositoryElementHeader Constructor Description RepositoryElementHeader(RepositoryElementHeader template)Copy/clone constructor set values from the template -
Uses of RepositoryElementHeader in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
Subclasses of RepositoryElementHeader in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances Modifier and Type Class Description classArrayPropertyValueArrayPropertyValue stores the values of an array within an entity or relationship properties.classClassificationThe Classification class stores information about a classification assigned to an entity.classClassificationEntityExtensionClassificationEntityExtension is used to represent a single classification for an entity.classEntityDetailEntityDetail stores all the type-specific properties for the entity.classEntityProxyEntityProxy summarizes an entity instance.classEntitySummaryEntitySummary provides the basic header attributes for an open metadata entity.classEnumPropertyValueAn EnumPropertyValue stores the value for an enum property.classInstanceAuditHeaderInstanceAuditHeader manages the attributes that are common to classifications, entities and relationships.classInstanceElementHeaderInstanceElementHeader provides a common base for all instance information from the metadata collection.classInstanceGraphInstanceGraph stores a subgraph of entities and relationships and provides methods to access its content.classInstanceHeaderInstanceHeader manages the attributes that are common to entities and relationship instances.classInstancePropertiesThe InstanceProperties class provides support for properties to be added to an entity, classification or relationship instances.classInstancePropertyValueInstancePropertyValue provides a common class for holding an instance type and value.classInstanceTypeInstanceType contains information from the instance's TypeDef that are useful for processing the instance.classMapPropertyValueMapPropertyValue stores the values of a map within an entity, struct or relationship properties.classPrimitivePropertyValuePrimitivePropertyValue stores a single primitive property.classRelationshipRelationship is a POJO that manages the properties of an open metadata relationship.classStructPropertyValueStructPropertyValue supports the value part of property that is defined as a complex structure. -
Uses of RepositoryElementHeader in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs
Subclasses of RepositoryElementHeader in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs Modifier and Type Class Description classAttributeTypeDefThe AttributeTypeDef class is used to identify the type of an attribute.classClassificationDefClassificationDef stores the properties for the definition of a type of classification.classCollectionDefCollectionDef supports the definition of a collection type.classEntityDefEntityDef describes a type of entity in the metadata collection.classEnumDefThe EnumDef describes an open metadata enumeration.classEnumElementDefEnumElementDef describes a single valid value defined for an enum.classExternalStandardMappingExternalStandardMapping defines a mapping of TypeDefs and TypeDefAttributes to an external standard.classPrimitiveDefPrimitiveDef supports the definition of a primitive type.classRelationshipDefRelationshipDef describes the type of a relationship.classRelationshipEndDefRelationshipEndDef describes the type of the entity and the attribute information for one end of a RelationshipDef.classTypeDefThe TypeDef is the base class for objects that store the properties of an open metadata type definition (call ed a TypeDef).classTypeDefAttributeTypeDefAttribute stores the properties used to describe a attribute within a Classification, Entity or Relationship.classTypeDefElementHeaderTypeDefElementHeader provides a common base for all typedef information.classTypeDefGalleryTypeDefGalleryResponse contains details of the AttributeTypeDefs and full TypeDefs supported by a repclassTypeDefLinkThe TypeDefLink holds basic identifying information used to link one TypeDef to another.classTypeDefPatchTypeDefPatch describes a change (patch) to a typeDef's properties, options, external standards mappings or list of valid instance statuses.classTypeDefPropertiesThe TypeDefProperties class provides support for arbitrary properties that belong to a TypeDef object.classTypeDefSummaryThe TypeDefSummary holds basic identifying information for a specific TypeDef.
-