| Modifier and Type | Method and Description |
|---|---|
void |
OMRSTopicListenerBase.processConflictingInstancesEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
String targetMetadataCollectionId,
TypeDefSummary targetTypeDefSummary,
String targetInstanceGUID,
String otherMetadataCollectionId,
InstanceProvenanceType otherOrigin,
TypeDefSummary otherTypeDefSummary,
String otherInstanceGUID,
String errorMessage)
An open metadata repository has detected two metadata instances with the same identifier (guid).
|
| Modifier and Type | Method and Description |
|---|---|
InstanceProvenanceType |
InstanceAuditHeader.getInstanceProvenanceType()
Return the type of the provenance for this instance.
|
static InstanceProvenanceType |
InstanceProvenanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceProvenanceType[] |
InstanceProvenanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceAuditHeader.setInstanceProvenanceType(InstanceProvenanceType instanceProvenanceType)
Set up the type of the provenance for this instance.
|
| Modifier and Type | Method and Description |
|---|---|
Classification |
OMRSRepositoryHelper.getNewClassification(String sourceName,
String metadataCollectionId,
InstanceProvenanceType provenanceType,
String userName,
String typeName,
String entityTypeName,
ClassificationOrigin classificationOrigin,
String classificationOriginGUID,
InstanceProperties properties)
Return a classification with the header and type information filled out.
|
Classification |
OMRSRepositoryHelper.getNewClassification(String sourceName,
String metadataCollectionId,
String metadataCollectionName,
InstanceProvenanceType provenanceType,
String userName,
String typeName,
String entityTypeName,
ClassificationOrigin classificationOrigin,
String classificationOriginGUID,
InstanceProperties properties)
Return a classification with the header and type information filled out.
|
EntityDetail |
OMRSRepositoryHelper.getNewEntity(String sourceName,
String metadataCollectionId,
InstanceProvenanceType provenanceType,
String userName,
String typeName,
InstanceProperties properties,
List<Classification> classifications)
Return a filled out entity.
|
EntityDetail |
OMRSRepositoryHelper.getNewEntity(String sourceName,
String metadataCollectionId,
String metadataCollectionName,
InstanceProvenanceType provenanceType,
String userName,
String typeName,
InstanceProperties properties,
List<Classification> classifications)
Return a filled out entity.
|
EntityProxy |
OMRSRepositoryHelper.getNewEntityProxy(String sourceName,
String metadataCollectionId,
InstanceProvenanceType provenanceType,
String userName,
String typeName,
InstanceProperties properties,
List<Classification> classifications)
Return a filled out entity proxy.
|
Relationship |
OMRSRepositoryHelper.getNewRelationship(String sourceName,
String metadataCollectionId,
InstanceProvenanceType provenanceType,
String userName,
String typeName,
InstanceProperties properties)
Return a filled out relationship which just needs the entity proxies added.
|
Relationship |
OMRSRepositoryHelper.getNewRelationship(String sourceName,
String metadataCollectionId,
String metadataCollectionName,
InstanceProvenanceType provenanceType,
String userName,
String typeName,
InstanceProperties properties)
Return a filled out relationship which just needs the entity proxies added.
|
Classification |
OMRSRepositoryHelper.getSkeletonClassification(String sourceName,
String metadataCollectionId,
InstanceProvenanceType provenanceType,
String userName,
String classificationTypeName,
String entityTypeName)
Return a classification with the header and type information filled out.
|
Classification |
OMRSRepositoryHelper.getSkeletonClassification(String sourceName,
String metadataCollectionId,
String metadataCollectionName,
InstanceProvenanceType provenanceType,
String userName,
String classificationTypeName,
String entityTypeName)
Return a classification with the header and type information filled out.
|
EntityDetail |
OMRSRepositoryHelper.getSkeletonEntity(String sourceName,
String metadataCollectionId,
InstanceProvenanceType provenanceType,
String userName,
String typeName)
Deprecated.
|
EntityDetail |
OMRSRepositoryHelper.getSkeletonEntity(String sourceName,
String metadataCollectionId,
String metadataCollectionName,
InstanceProvenanceType provenanceType,
String userName,
String typeName)
Return an entity with the header and type information filled out.
|
EntitySummary |
OMRSRepositoryHelper.getSkeletonEntitySummary(String sourceName,
String metadataCollectionId,
InstanceProvenanceType provenanceType,
String userName,
String typeName)
Deprecated.
|
EntitySummary |
OMRSRepositoryHelper.getSkeletonEntitySummary(String sourceName,
String metadataCollectionId,
String metadataCollectionName,
InstanceProvenanceType provenanceType,
String userName,
String typeName)
Return an entity with the header and type information filled out.
|
Relationship |
OMRSRepositoryHelper.getSkeletonRelationship(String sourceName,
String metadataCollectionId,
InstanceProvenanceType provenanceType,
String userName,
String typeName)
Return a relationship with the header and type information filled out.
|
Relationship |
OMRSRepositoryHelper.getSkeletonRelationship(String sourceName,
String metadataCollectionId,
String metadataCollectionName,
InstanceProvenanceType provenanceType,
String userName,
String typeName)
Return a relationship with the header and type information filled out.
|
| Modifier and Type | Field and Description |
|---|---|
protected InstanceProvenanceType |
OMRSEvent.otherOrigin |
| Modifier and Type | Method and Description |
|---|---|
InstanceProvenanceType |
OMRSEvent.getOtherOrigin()
Return the provenance (origin) information for the other instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSInstanceEventProcessorInterface.processConflictingInstancesEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
String targetMetadataCollectionId,
TypeDefSummary targetTypeDef,
String targetInstanceGUID,
String otherMetadataCollectionId,
InstanceProvenanceType otherOrigin,
TypeDefSummary otherTypeDef,
String otherInstanceGUID,
String errorMessage)
An open metadata repository has detected two metadata instances with the same identifier (guid).
|
abstract void |
OMRSInstanceEventProcessor.processConflictingInstancesEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
String targetMetadataCollectionId,
TypeDefSummary targetTypeDef,
String targetInstanceGUID,
String otherMetadataCollectionId,
InstanceProvenanceType otherOrigin,
TypeDefSummary otherTypeDef,
String otherInstanceGUID,
String errorMessage)
An open metadata repository has detected two metadata instances with the same identifier (guid).
|
| Constructor and Description |
|---|
OMRSEvent(OMRSEventCategory eventCategory,
OMRSEventErrorCode genericErrorCode,
String errorMessage,
String targetMetadataCollectionId,
TypeDefSummary targetTypeDefSummary,
String targetInstanceGUID,
String otherMetadataCollectionId,
InstanceProvenanceType otherOrigin,
TypeDefSummary otherTypeDefSummary,
String otherInstanceGUID)
Outbound constructor used for metadata instance conflict events.
|
OMRSInstanceEvent(OMRSInstanceEventErrorCode errorCode,
String errorMessage,
String targetMetadataCollectionId,
TypeDefSummary targetTypeDefSummary,
String targetInstanceGUID,
String otherMetadataCollectionId,
InstanceProvenanceType otherOrigin,
TypeDefSummary otherTypeDefSummary,
String otherInstanceGUID)
Constructor for instance conflict events.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceProvenanceType |
OMRSEventV1ErrorSection.getOtherOrigin() |
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSEventV1ErrorSection.setOtherOrigin(InstanceProvenanceType otherOrigin) |
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.