Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceAuditHeader
-
-
Uses of InstanceAuditHeader in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
Subclasses of InstanceAuditHeader in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances Modifier and Type Class Description classClassificationThe Classification class stores information about a classification assigned to an entity.classEntityDetailEntityDetail stores all of the type-specific properties for the entity.classEntityProxyEntityProxy summarizes an entity instance.classEntitySummaryEntitySummary provides the basic header attributes for an open metadata entity.classInstanceHeaderInstanceHeader manages the attributes that are common to entities and relationship instances.classRelationshipRelationship is a POJO that manages the properties of an open metadata relationship.Constructors in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances with parameters of type InstanceAuditHeader Constructor Description InstanceAuditHeader(InstanceAuditHeader template)Copy/clone constructor set the value to those supplied in the template. -
Uses of InstanceAuditHeader in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector with parameters of type InstanceAuditHeader Modifier and Type Method Description intOMRSRepositoryValidator. countMatchingHeaderPropertyValues(InstanceProperties matchProperties, InstanceAuditHeader instanceHeader, InstanceProperties instanceProperties)Count the number of matching property values that an instance has.StringOMRSRepositoryHelper. getTypeName(InstanceAuditHeader instance)Returns the type name from an instance (entity, relationship or classification).ClassificationOMRSRepositoryHelper. incrementVersion(String userId, InstanceAuditHeader originalInstance, Classification updatedInstance)Changes the control information to reflect an update in an instance.EntityDetailOMRSRepositoryHelper. incrementVersion(String userId, InstanceAuditHeader originalInstance, EntityDetail updatedInstance)Changes the control information to reflect an update in an instance.RelationshipOMRSRepositoryHelper. incrementVersion(String userId, InstanceAuditHeader originalInstance, Relationship updatedInstance)Changes the control information to reflect an update in an instance.booleanOMRSRepositoryValidator. isATypeOf(String sourceName, InstanceAuditHeader instance, String typeName, String localMethodName)Returns a boolean indicating that the instance is of the supplied type.booleanOMRSRepositoryValidator. verifyMatchingInstancePropertyValues(InstanceProperties matchProperties, InstanceAuditHeader instanceHeader, InstanceProperties instanceProperties, MatchCriteria matchCriteria)Determine if the instance properties match the match criteria.booleanOMRSRepositoryValidator. verifyMatchingInstancePropertyValues(SearchProperties matchProperties, InstanceAuditHeader instanceHeader, InstanceProperties instanceProperties)Determine if the instance properties match the property-based conditions.
-