| 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).
|
void |
OMRSTopicListenerBase.processConflictingTypeEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
String targetMetadataCollectionId,
TypeDefSummary targetTypeDefSummary,
String targetInstanceGUID,
TypeDefSummary otherTypeDefSummary,
String errorMessage)
An open metadata repository has detected an inconsistency in the version of the type used in an updated metadata
instance compared to its stored version.
|
void |
OMRSTopicListenerBase.processReIdentifiedTypeDefEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
TypeDefSummary originalTypeDefSummary,
TypeDef typeDef)
The guid or name of an existing TypeDef has been changed to a new value.
|
void |
OMRSTopicListenerBase.processReTypedEntityEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
TypeDefSummary originalTypeDefSummary,
EntityDetail entity)
An existing entity has had its type changed.
|
void |
OMRSTopicListenerBase.processReTypedRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
TypeDefSummary originalTypeDefSummary,
Relationship relationship)
An existing relationship has had its type changed.
|
void |
OMRSTopicListenerBase.processTypeDefConflictEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
TypeDefSummary originatorTypeDefSummary,
String otherMetadataCollectionId,
TypeDefSummary conflictingTypeDefSummary,
String errorMessage)
Process a detected conflict in type definitions (TypeDefs) used in the cohort.
|
void |
OMRSTopicListenerBase.processTypeDefPatchMismatchEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
String targetMetadataCollectionId,
TypeDefSummary targetTypeDefSummary,
TypeDef otherTypeDef,
String errorMessage)
A TypeDef from another member in the cohort is at a different version than the local repository.
|
| Modifier and Type | Method and Description |
|---|---|
abstract EntityDetail |
OMRSMetadataCollection.reTypeEntity(String userId,
String entityGUID,
TypeDefSummary currentTypeDefSummary,
TypeDefSummary newTypeDefSummary)
Change the type of an existing entity.
|
EntityDetail |
OMRSMetadataCollectionBase.reTypeEntity(String userId,
String entityGUID,
TypeDefSummary currentTypeDefSummary,
TypeDefSummary newTypeDefSummary)
Change the type of an existing entity.
|
protected void |
OMRSMetadataCollectionBase.reTypeInstanceParameterValidation(String userId,
String instanceGUID,
String instanceParameterName,
TypeDefCategory expectedTypeDefCategory,
TypeDefSummary currentTypeDefSummary,
TypeDefSummary newTypeDefSummary,
String methodName)
Validate the parameters needed to reType an instance.
|
abstract Relationship |
OMRSMetadataCollection.reTypeRelationship(String userId,
String relationshipGUID,
TypeDefSummary currentTypeDefSummary,
TypeDefSummary newTypeDefSummary)
Change the type of an existing relationship.
|
Relationship |
OMRSMetadataCollectionBase.reTypeRelationship(String userId,
String relationshipGUID,
TypeDefSummary currentTypeDefSummary,
TypeDefSummary newTypeDefSummary)
Change the type of an existing relationship.
|
void |
OMRSMetadataSecurity.validateUserForEntityReTyping(String userId,
String metadataCollectionName,
EntityDetail instance,
TypeDefSummary newTypeDefSummary)
Tests for whether a specific user should have the right to change the type of a instance within a repository.
|
void |
OpenMetadataRepositorySecurity.validateUserForEntityReTyping(String userId,
String metadataCollectionName,
EntityDetail instance,
TypeDefSummary newTypeDefSummary)
Tests for whether a specific user should have the right to change the type of a instance within a repository.
|
void |
OMRSMetadataSecurity.validateUserForRelationshipReTyping(String userId,
String metadataCollectionName,
Relationship instance,
TypeDefSummary newTypeDefSummary)
Tests for whether a specific user should have the right to change the type of a instance within a repository.
|
void |
OpenMetadataRepositorySecurity.validateUserForRelationshipReTyping(String userId,
String metadataCollectionName,
Relationship instance,
TypeDefSummary newTypeDefSummary)
Tests for whether a specific user should have the right to change the type of a instance within a repository.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassificationDef
ClassificationDef stores the properties for the definition of a type of classification.
|
class |
EntityDef
EntityDef describes a type of entity in the metadata collection.
|
class |
RelationshipDef
RelationshipDef describes the type of a relationship.
|
class |
TypeDef
The TypeDef is the base class for objects that store the properties of an open metadata type
definition (call ed a TypeDef).
|
| Constructor and Description |
|---|
TypeDefSummary(TypeDefSummary template)
Copy/clone constructor copies the values from the supplied template.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceType |
OMRSRepositoryHelper.getNewInstanceType(String sourceName,
TypeDefSummary typeDefSummary)
Return a relationship with the header and type information filled out.
|
void |
OMRSRepositoryValidator.validateActiveType(String sourceName,
String typeParameterName,
TypeDefSummary typeDefSummary,
TypeDefCategory category,
String methodName)
Validate that the supplied type is a valid active type.
|
void |
OMRSRepositoryValidator.validatePropertiesForType(String sourceName,
String parameterName,
TypeDefSummary typeDefSummary,
InstanceProperties properties,
String methodName)
Validate that the properties for a metadata instance match its TypeDef
|
boolean |
OMRSRepositoryValidator.validTypeDefSummary(String sourceName,
TypeDefSummary typeDefSummary)
Return boolean indicating whether the supplied TypeDefSummary is valid or not.
|
| Modifier and Type | Field and Description |
|---|---|
protected TypeDefSummary |
OMRSEvent.otherTypeDefSummary |
protected TypeDefSummary |
OMRSEvent.targetTypeDefSummary |
| Modifier and Type | Method and Description |
|---|---|
TypeDefSummary |
OMRSInstanceEvent.getOriginalTypeDefSummary()
Return the original version for this instance's TypeDef.
|
TypeDefSummary |
OMRSTypeDefEvent.getOriginalTypeDefSummary()
Return the details of the TypeDef before it was changed.
|
TypeDefSummary |
OMRSEvent.getOtherTypeDefSummary()
Return the version of the TypeDef from the other repository.
|
TypeDefSummary |
OMRSEvent.getTargetTypeDefSummary()
Return the target's TypeDef summary.
|
| 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).
|
void |
OMRSInstanceEventProcessorInterface.processConflictingTypeEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
String targetMetadataCollectionId,
TypeDefSummary targetTypeDef,
String targetInstanceGUID,
TypeDefSummary otherTypeDef,
String errorMessage)
An open metadata repository has detected an inconsistency in the version number of the type used in an updated metadata
instance compared to its stored version.
|
abstract void |
OMRSInstanceEventProcessor.processConflictingTypeEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
String targetMetadataCollectionId,
TypeDefSummary targetTypeDef,
String targetInstanceGUID,
TypeDefSummary otherTypeDef,
String errorMessage)
An open metadata repository has detected an inconsistency in the version number of the type used in an updated metadata
instance compared to its stored version.
|
void |
OMRSTypeDefEventProcessorInterface.processReIdentifiedTypeDefEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
TypeDefSummary originalTypeDef,
TypeDef typeDef)
Process an event that changes either the name or guid of a TypeDef.
|
abstract void |
OMRSTypeDefEventProcessor.processReIdentifiedTypeDefEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
TypeDefSummary originalTypeDef,
TypeDef typeDef)
Process an event that changes either the name or guid of a TypeDef.
|
void |
OMRSInstanceEventProcessorInterface.processReTypedEntityEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
TypeDefSummary originalTypeDef,
EntityDetail entity)
An existing entity has had its type changed.
|
abstract void |
OMRSInstanceEventProcessor.processReTypedEntityEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
TypeDefSummary originalTypeDef,
EntityDetail entity)
An existing entity has had its type changed.
|
void |
OMRSInstanceEventProcessorInterface.processReTypedRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
TypeDefSummary originalTypeDef,
Relationship relationship)
An existing relationship has had its type changed.
|
abstract void |
OMRSInstanceEventProcessor.processReTypedRelationshipEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
TypeDefSummary originalTypeDef,
Relationship relationship)
An existing relationship has had its type changed.
|
void |
OMRSTypeDefEventProcessorInterface.processTypeDefConflictEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
TypeDefSummary originatorTypeDef,
String otherMetadataCollectionId,
TypeDefSummary conflictingTypeDef,
String errorMessage)
Process a detected conflict in the type definitions (TypeDefs) used in the cohort.
|
abstract void |
OMRSTypeDefEventProcessor.processTypeDefConflictEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
TypeDefSummary originatorTypeDef,
String otherMetadataCollectionId,
TypeDefSummary conflictingTypeDef,
String errorMessage)
Process a detected conflict in the type definitions (TypeDefs) used in the cohort.
|
void |
OMRSTypeDefEventProcessorInterface.processTypeDefPatchMismatchEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
String targetMetadataCollectionId,
TypeDefSummary targetTypeDef,
TypeDef otherTypeDef,
String errorMessage)
A TypeDef from another member in the cohort is at a different version than the local repository.
|
abstract void |
OMRSTypeDefEventProcessor.processTypeDefPatchMismatchEvent(String sourceName,
String originatorMetadataCollectionId,
String originatorServerName,
String originatorServerType,
String originatorOrganizationName,
String targetMetadataCollectionId,
TypeDefSummary targetTypeDef,
TypeDef otherTypeDef,
String errorMessage)
A TypeDef from another member in the cohort is at a different version than the local repository.
|
void |
OMRSInstanceEvent.setOriginalTypeDefSummary(TypeDefSummary originalTypeDefSummary)
Set up the details of the original TypeDef of a metadata instance that has just been reTyped.
|
| Constructor and Description |
|---|
OMRSEvent(OMRSEventCategory eventCategory,
OMRSEventErrorCode genericErrorCode,
String errorMessage,
String otherMetadataCollectionId,
TypeDefSummary otherTypeDefSummary)
Outbound constructor used for TypeDef conflict events.
|
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.
|
OMRSEvent(OMRSEventCategory eventCategory,
OMRSEventErrorCode genericErrorCode,
String errorMessage,
String targetMetadataCollectionId,
TypeDefSummary targetTypeDefSummary,
String targetInstanceGUID,
TypeDefSummary otherTypeDefSummary)
Outbound constructor used for metadata instance type conflict events.
|
OMRSEvent(OMRSEventCategory eventCategory,
OMRSEventErrorCode genericErrorCode,
String errorMessage,
String targetMetadataCollectionId,
TypeDefSummary targetTypeDefSummary,
TypeDef otherTypeDef)
Outbound event constructor for a TypeDef patch mismatch warning.
|
OMRSEvent(OMRSEventCategory eventCategory,
OMRSEventErrorCode genericErrorCode,
String errorMessage,
String targetMetadataCollectionId,
TypeDefSummary targetTypeDefSummary,
TypeDefSummary otherTypeDefSummary)
Outbound constructor used for TypeDef 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.
|
OMRSInstanceEvent(OMRSInstanceEventErrorCode errorCode,
String errorMessage,
String targetMetadataCollectionId,
TypeDefSummary targetTypeDefSummary,
String targetInstanceGUID,
TypeDefSummary otherTypeDefSummary)
Instance type conflict event.
|
OMRSTypeDefEvent(OMRSTypeDefEventErrorCode errorCode,
String errorMessage,
String targetMetadataCollectionId,
TypeDefSummary targetTypeDefSummary,
TypeDef otherTypeDef)
Outbound event constructor for typedef mismatch errors.
|
OMRSTypeDefEvent(OMRSTypeDefEventErrorCode errorCode,
String errorMessage,
TypeDefSummary originatorTypeDefSummary,
String otherMetadataCollectionId,
TypeDefSummary otherTypeDefSummary)
Outbound event constructor for conflicting typedef errors.
|
OMRSTypeDefEvent(OMRSTypeDefEventType typeDefEventType,
TypeDefSummary originalTypeDefSummary,
TypeDef typeDef)
Outbound event constructor for changing the identifiers associated with TypeDefs.
|
| Modifier and Type | Method and Description |
|---|---|
TypeDefSummary |
OMRSEventV1InstanceSection.getOriginalTypeDefSummary() |
TypeDefSummary |
OMRSEventV1TypeDefSection.getOriginalTypeDefSummary() |
TypeDefSummary |
OMRSEventV1ErrorSection.getOtherTypeDefSummary() |
TypeDefSummary |
OMRSEventV1ErrorSection.getTargetTypeDefSummary() |
| Modifier and Type | Method and Description |
|---|---|
void |
OMRSEventV1InstanceSection.setOriginalTypeDefSummary(TypeDefSummary originalTypeDefSummary) |
void |
OMRSEventV1TypeDefSection.setOriginalTypeDefSummary(TypeDefSummary originalTypeDefSummary) |
void |
OMRSEventV1ErrorSection.setOtherTypeDefSummary(TypeDefSummary otherTypeDefSummary) |
void |
OMRSEventV1ErrorSection.setTargetTypeDefSummary(TypeDefSummary targetTypeDefSummary) |
| Modifier and Type | Method and Description |
|---|---|
TypeDefSummary |
TypeDefChangeRequest.getCurrentTypeDef()
Return the current type.
|
TypeDefSummary |
TypeDefChangeRequest.getNewTypeDef()
Return the new type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeDefChangeRequest.setCurrentTypeDef(TypeDefSummary currentTypeDef)
Set up the current type
|
void |
TypeDefChangeRequest.setNewTypeDef(TypeDefSummary newTypeDef)
Set up the new type.
|
Copyright © 2018–2020 ODPi. All rights reserved.