| Modifier and Type | Class and Description |
|---|---|
class |
Classification
The Classification class stores information about a classification assigned to an entity.
|
class |
EntityDetail
EntityDetail stores all of the type-specific properties for the entity.
|
class |
EntityProxy
EntityProxy summarizes an entity instance.
|
class |
EntitySummary
EntitySummary provides the basic header attributes for an open metadata entity.
|
class |
InstanceHeader
InstanceHeader manages the attributes that are common to entities and relationship instances.
|
class |
Relationship
Relationship is a POJO that manages the properties of an open metadata relationship.
|
| Constructor and Description |
|---|
InstanceAuditHeader(InstanceAuditHeader template)
Copy/clone constructor set the value to those supplied in the template.
|
| Modifier and Type | Method and Description |
|---|---|
int |
OMRSRepositoryValidator.countMatchingHeaderPropertyValues(InstanceProperties matchProperties,
InstanceAuditHeader instanceHeader,
InstanceProperties instanceProperties)
Count the number of matching property values that an instance has.
|
String |
OMRSRepositoryHelper.getTypeName(InstanceAuditHeader instance)
Returns the type name from an instance (entity, relationship or classification).
|
Classification |
OMRSRepositoryHelper.incrementVersion(String userId,
InstanceAuditHeader originalInstance,
Classification updatedInstance)
Changes the control information to reflect an update in an instance.
|
EntityDetail |
OMRSRepositoryHelper.incrementVersion(String userId,
InstanceAuditHeader originalInstance,
EntityDetail updatedInstance)
Changes the control information to reflect an update in an instance.
|
Relationship |
OMRSRepositoryHelper.incrementVersion(String userId,
InstanceAuditHeader originalInstance,
Relationship updatedInstance)
Changes the control information to reflect an update in an instance.
|
boolean |
OMRSRepositoryValidator.isATypeOf(String sourceName,
InstanceAuditHeader instance,
String typeName,
String localMethodName)
Returns a boolean indicating that the instance is of the supplied type.
|
boolean |
OMRSRepositoryValidator.verifyMatchingInstancePropertyValues(InstanceProperties matchProperties,
InstanceAuditHeader instanceHeader,
InstanceProperties instanceProperties,
MatchCriteria matchCriteria)
Determine if the instance properties match the match criteria.
|
boolean |
OMRSRepositoryValidator.verifyMatchingInstancePropertyValues(SearchProperties matchProperties,
InstanceAuditHeader instanceHeader,
InstanceProperties instanceProperties)
Determine if the instance properties match the property-based conditions.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.