Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefSummary
-
-
Uses of TypeDefSummary in org.odpi.openmetadata.repositoryservices.connectors.omrstopic
Methods in org.odpi.openmetadata.repositoryservices.connectors.omrstopic with parameters of type TypeDefSummary Modifier and Type Method Description voidOMRSTopicListenerBase. 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).voidOMRSTopicListenerBase. 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.voidOMRSTopicListenerBase. 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.voidOMRSTopicListenerBase. processReTypedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, TypeDefSummary originalTypeDefSummary, EntityDetail entity)An existing entity has had its type changed.voidOMRSTopicListenerBase. processReTypedRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, TypeDefSummary originalTypeDefSummary, Relationship relationship)An existing relationship has had its type changed.voidOMRSTopicListenerBase. 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.voidOMRSTopicListenerBase. 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. -
Uses of TypeDefSummary in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore with parameters of type TypeDefSummary Modifier and Type Method Description abstract EntityDetailOMRSMetadataCollection. reTypeEntity(String userId, String entityGUID, TypeDefSummary currentTypeDefSummary, TypeDefSummary newTypeDefSummary)Change the type of an existing entity.EntityDetailOMRSMetadataCollectionBase. reTypeEntity(String userId, String entityGUID, TypeDefSummary currentTypeDefSummary, TypeDefSummary newTypeDefSummary)Change the type of an existing entity.protected voidOMRSMetadataCollectionBase. reTypeInstanceParameterValidation(String userId, String instanceGUID, String instanceParameterName, TypeDefCategory expectedTypeDefCategory, TypeDefSummary currentTypeDefSummary, TypeDefSummary newTypeDefSummary, String methodName)Validate the parameters needed to reType an instance.abstract RelationshipOMRSMetadataCollection. reTypeRelationship(String userId, String relationshipGUID, TypeDefSummary currentTypeDefSummary, TypeDefSummary newTypeDefSummary)Change the type of an existing relationship.RelationshipOMRSMetadataCollectionBase. reTypeRelationship(String userId, String relationshipGUID, TypeDefSummary currentTypeDefSummary, TypeDefSummary newTypeDefSummary)Change the type of an existing relationship.voidOMRSMetadataDefaultRepositorySecurity. 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.voidOpenMetadataRepositorySecurity. 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.voidOMRSMetadataDefaultRepositorySecurity. 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.voidOpenMetadataRepositorySecurity. 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. -
Uses of TypeDefSummary in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs
Subclasses of TypeDefSummary in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs Modifier and Type Class Description classClassificationDefClassificationDef stores the properties for the definition of a type of classification.classEntityDefEntityDef describes a type of entity in the metadata collection.classRelationshipDefRelationshipDef describes the type of a relationship.classTypeDefThe TypeDef is the base class for objects that store the properties of an open metadata type definition (call ed a TypeDef).Constructors in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs with parameters of type TypeDefSummary Constructor Description TypeDefSummary(TypeDefSummary template)Copy/clone constructor copies the values from the supplied template. -
Uses of TypeDefSummary in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector with parameters of type TypeDefSummary Modifier and Type Method Description InstanceTypeOMRSRepositoryHelper. getNewInstanceType(String sourceName, TypeDefSummary typeDefSummary)Return a relationship with the header and type information filled out.voidOMRSRepositoryValidator. validateActiveType(String sourceName, String typeParameterName, TypeDefSummary typeDefSummary, TypeDefCategory category, String methodName)Validate that the supplied type is a valid active type.voidOMRSRepositoryValidator. validatePropertiesForType(String sourceName, String parameterName, TypeDefSummary typeDefSummary, InstanceProperties properties, String methodName)Validate that the properties for a metadata instance match its TypeDefbooleanOMRSRepositoryValidator. validTypeDefSummary(String sourceName, TypeDefSummary typeDefSummary)Return boolean indicating whether the supplied TypeDefSummary is valid or not. -
Uses of TypeDefSummary in org.odpi.openmetadata.repositoryservices.events
Fields in org.odpi.openmetadata.repositoryservices.events declared as TypeDefSummary Modifier and Type Field Description protected TypeDefSummaryOMRSEvent. otherTypeDefSummaryprotected TypeDefSummaryOMRSEvent. targetTypeDefSummaryMethods in org.odpi.openmetadata.repositoryservices.events that return TypeDefSummary Modifier and Type Method Description TypeDefSummaryOMRSInstanceEvent. getOriginalTypeDefSummary()Return the original version for this instance's TypeDef.TypeDefSummaryOMRSTypeDefEvent. getOriginalTypeDefSummary()Return the details of the TypeDef before it was changed.TypeDefSummaryOMRSEvent. getOtherTypeDefSummary()Return the version of the TypeDef from the other repository.TypeDefSummaryOMRSEvent. getTargetTypeDefSummary()Return the target's TypeDef summary.Methods in org.odpi.openmetadata.repositoryservices.events with parameters of type TypeDefSummary Modifier and Type Method Description abstract voidOMRSInstanceEventProcessor. 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).voidOMRSInstanceEventProcessorInterface. 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 voidOMRSInstanceEventProcessor. 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.voidOMRSInstanceEventProcessorInterface. 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 voidOMRSTypeDefEventProcessor. 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.voidOMRSTypeDefEventProcessorInterface. 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 voidOMRSInstanceEventProcessor. processReTypedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, TypeDefSummary originalTypeDef, EntityDetail entity)An existing entity has had its type changed.voidOMRSInstanceEventProcessorInterface. processReTypedEntityEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, TypeDefSummary originalTypeDef, EntityDetail entity)An existing entity has had its type changed.abstract voidOMRSInstanceEventProcessor. processReTypedRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, TypeDefSummary originalTypeDef, Relationship relationship)An existing relationship has had its type changed.voidOMRSInstanceEventProcessorInterface. processReTypedRelationshipEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, TypeDefSummary originalTypeDef, Relationship relationship)An existing relationship has had its type changed.abstract voidOMRSTypeDefEventProcessor. 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.voidOMRSTypeDefEventProcessorInterface. 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 voidOMRSTypeDefEventProcessor. 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.voidOMRSTypeDefEventProcessorInterface. 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.voidOMRSInstanceEvent. setOriginalTypeDefSummary(TypeDefSummary originalTypeDefSummary)Set up the details of the original TypeDef of a metadata instance that has just been reTyped.Constructors in org.odpi.openmetadata.repositoryservices.events with parameters of type TypeDefSummary Constructor 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. -
Uses of TypeDefSummary in org.odpi.openmetadata.repositoryservices.events.beans.v1
Methods in org.odpi.openmetadata.repositoryservices.events.beans.v1 that return TypeDefSummary Modifier and Type Method Description TypeDefSummaryOMRSEventV1InstanceSection. getOriginalTypeDefSummary()TypeDefSummaryOMRSEventV1TypeDefSection. getOriginalTypeDefSummary()TypeDefSummaryOMRSEventV1ErrorSection. getOtherTypeDefSummary()TypeDefSummaryOMRSEventV1ErrorSection. getTargetTypeDefSummary()Methods in org.odpi.openmetadata.repositoryservices.events.beans.v1 with parameters of type TypeDefSummary Modifier and Type Method Description voidOMRSEventV1InstanceSection. setOriginalTypeDefSummary(TypeDefSummary originalTypeDefSummary)voidOMRSEventV1TypeDefSection. setOriginalTypeDefSummary(TypeDefSummary originalTypeDefSummary)voidOMRSEventV1ErrorSection. setOtherTypeDefSummary(TypeDefSummary otherTypeDefSummary)voidOMRSEventV1ErrorSection. setTargetTypeDefSummary(TypeDefSummary targetTypeDefSummary) -
Uses of TypeDefSummary in org.odpi.openmetadata.repositoryservices.rest.properties
Methods in org.odpi.openmetadata.repositoryservices.rest.properties that return TypeDefSummary Modifier and Type Method Description TypeDefSummaryTypeDefChangeRequest. getCurrentTypeDef()Return the current type.TypeDefSummaryTypeDefChangeRequest. getNewTypeDef()Return the new type.Methods in org.odpi.openmetadata.repositoryservices.rest.properties with parameters of type TypeDefSummary Modifier and Type Method Description voidTypeDefChangeRequest. setCurrentTypeDef(TypeDefSummary currentTypeDef)Set up the current typevoidTypeDefChangeRequest. setNewTypeDef(TypeDefSummary newTypeDef)Set up the new type.
-