Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDef
-
-
Uses of TypeDef in org.odpi.openmetadata.repositoryservices.connectors.omrstopic
Methods in org.odpi.openmetadata.repositoryservices.connectors.omrstopic with parameters of type TypeDef Modifier and Type Method Description voidOMRSTopicListenerBase. processNewTypeDefEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, TypeDef typeDef)A new TypeDef has been defined.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. 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 TypeDef in org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore that return TypeDef Modifier and Type Method Description TypeDefOpenMetadataArchiveBuilder. getTypeDefByName(String typeName)Return the requested type definition if known. -
Uses of TypeDef in org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties that return types with arguments of type TypeDef Modifier and Type Method Description List<TypeDef>OpenMetadataArchiveTypeStore. getNewTypeDefs()Return the list of new TypeDefs in this open metadata archive.Method parameters in org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties with type arguments of type TypeDef Modifier and Type Method Description voidOpenMetadataArchiveTypeStore. setNewTypeDefs(List<TypeDef> newTypeDefs)Set up the list of new TypeDefs in this open metadata archive. -
Uses of TypeDef in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore that return TypeDef Modifier and Type Method Description protected TypeDefOMRSMetadataCollectionBase. addEntityParameterValidation(String userId, String entityTypeGUID, InstanceProperties initialProperties, List<Classification> initialClassifications, InstanceStatus initialStatus)Deprecated.protected TypeDefOMRSMetadataCollectionBase. addEntityParameterValidation(String userId, String entityTypeGUID, InstanceProperties initialProperties, List<Classification> initialClassifications, InstanceStatus initialStatus, String methodName)Validate that the parameters passed to addEntity are valid.protected TypeDefOMRSMetadataCollectionBase. addExternalEntityParameterValidation(String userId, String entityTypeGUID, String externalSourceGUID, InstanceProperties initialProperties, List<Classification> initialClassifications, InstanceStatus initialStatus, String methodName)Validate parameters needed to save a new entity that is sourced from an external technology.protected TypeDefOMRSMetadataCollectionBase. addExternalRelationshipParameterValidation(String userId, String relationshipTypeGUID, String externalSourceGUID, InstanceProperties initialProperties, String entityOneGUID, String entityTwoGUID, InstanceStatus initialStatus, String methodName)Validate the parameters needed to save a new relationship that is sourced from an external technology.protected TypeDefOMRSMetadataCollectionBase. addRelationshipParameterValidation(String userId, String relationshipTypeGUID, InstanceProperties initialProperties, String entityOneGUID, String entityTwoGUID, InstanceStatus initialStatus)Deprecated.protected TypeDefOMRSMetadataCollectionBase. addRelationshipParameterValidation(String userId, String relationshipTypeGUID, InstanceProperties initialProperties, String entityOneGUID, String entityTwoGUID, InstanceStatus initialStatus, String methodName)Validate the parameters for adding a new relationship between two entities to the metadata collection.protected TypeDefOMRSMetadataCollectionBase. classifyEntityParameterValidation(String userId, String entityGUID, String classificationName, InstanceProperties classificationProperties)Deprecated.protected TypeDefOMRSMetadataCollectionBase. classifyEntityParameterValidation(String userId, String entityGUID, String classificationName, InstanceProperties classificationProperties, String methodName)Validate the parameters passed to classifyEntity.protected TypeDefOMRSMetadataCollectionBase. classifyEntityParameterValidation(String userId, EntityProxy entityProxy, String classificationName, InstanceProperties classificationProperties, String methodName)Validate the parameters passed to classifyEntity.TypeDefOMRSMetadataCollectionBase. filterTypeDefsByGUID(List<TypeDef> allTypes, String guid)Return the TypeDef that matches the guid.TypeDefOMRSMetadataCollectionBase. filterTypeDefsByName(List<TypeDef> allTypes, String name)Return the TypeDef that matches the name.abstract TypeDefOMRSMetadataCollection. getTypeDefByGUID(String userId, String guid)Return the TypeDef identified by the GUID.TypeDefOMRSMetadataCollectionBase. getTypeDefByGUID(String userId, String guid)Return the TypeDef identified by the GUID.abstract TypeDefOMRSMetadataCollection. getTypeDefByName(String userId, String name)Return the TypeDef identified by the unique name.TypeDefOMRSMetadataCollectionBase. getTypeDefByName(String userId, String name)Return the TypeDef identified by the unique name.protected TypeDefOMRSMetadataCollectionBase. getTypeDefForInstance(InstanceHeader header, String methodName)Extract the typeDef for an instanceprotected TypeDefOMRSMetadataCollectionBase. manageTypeDefParameterValidation(String userId, String guidParameterName, String nameParameterName, String typeDefGUID, String typeDefName, String methodName)Validate the type information for a management change to a type.TypeDefOMRSDynamicTypeMetadataCollectionBase. reIdentifyTypeDef(String userId, String originalTypeDefGUID, String originalTypeDefName, String newTypeDefGUID, String newTypeDefName)Change the guid or name of an existing TypeDef to a new value.TypeDefOMRSFixedTypeMetadataCollectionBase. reIdentifyTypeDef(String userId, String originalTypeDefGUID, String originalTypeDefName, String newTypeDefGUID, String newTypeDefName)Change the guid or name of an existing TypeDef to a new value.abstract TypeDefOMRSMetadataCollection. reIdentifyTypeDef(String userId, String originalTypeDefGUID, String originalTypeDefName, String newTypeDefGUID, String newTypeDefName)Change the guid or name of an existing TypeDef to a new value.TypeDefOMRSMetadataCollectionBase. reIdentifyTypeDef(String userId, String originalTypeDefGUID, String originalTypeDefName, String newTypeDefGUID, String newTypeDefName)Change the guid or name of an existing TypeDef to a new value.protected TypeDefOMRSMetadataCollectionBase. updateEntityClassificationParameterValidation(String userId, String entityGUID, String classificationName, InstanceProperties properties)Deprecated.TypeDefOMRSDynamicTypeMetadataCollectionBase. updateTypeDef(String userId, TypeDefPatch typeDefPatch)Update one or more properties of the TypeDef.TypeDefOMRSFixedTypeMetadataCollectionBase. updateTypeDef(String userId, TypeDefPatch typeDefPatch)Update one or more properties of the TypeDef.abstract TypeDefOMRSMetadataCollection. updateTypeDef(String userId, TypeDefPatch typeDefPatch)Update one or more properties of the TypeDef.TypeDefOMRSMetadataCollectionBase. updateTypeDef(String userId, TypeDefPatch typeDefPatch)Update one or more properties of the TypeDef.protected TypeDefOMRSMetadataCollectionBase. updateTypeDefParameterValidation(String userId, TypeDefPatch typeDefPatch, String methodName)Validate that a patch to a type definition is valid.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore that return types with arguments of type TypeDef Modifier and Type Method Description protected List<TypeDef>OMRSMetadataCollectionBase. filterTypeDefsByCategory(List<TypeDef> allTypes, TypeDefCategory category)Returns all the types for a specific category.protected List<TypeDef>OMRSMetadataCollectionBase. filterTypeDefsByProperty(List<TypeDef> allTypes, TypeDefProperties matchCriteria)Return the TypeDefs that have the properties matching the supplied match criteria.List<TypeDef>OMRSMetadataCollectionBase. filterTypeDefsBySearchCriteria(List<TypeDef> allTypes, String searchCriteria)Return the TypeDefs that match the search criteria.List<TypeDef>OMRSMetadataCollectionBase. filterTypesByExternalID(List<TypeDef> allTypes, String standard, String organization, String identifier)Match the supplied external standard identifiers against the active types for this repository.abstract List<TypeDef>OMRSMetadataCollection. findTypeDefsByCategory(String userId, TypeDefCategory category)Returns all the TypeDefs for a specific category.List<TypeDef>OMRSMetadataCollectionBase. findTypeDefsByCategory(String userId, TypeDefCategory category)Returns all the TypeDefs for a specific category.abstract List<TypeDef>OMRSMetadataCollection. findTypeDefsByProperty(String userId, TypeDefProperties matchCriteria)Return the TypeDefs that have the properties matching the supplied match criteria.List<TypeDef>OMRSMetadataCollectionBase. findTypeDefsByProperty(String userId, TypeDefProperties matchCriteria)Return the TypeDefs that have the properties matching the supplied match criteria.abstract List<TypeDef>OMRSMetadataCollection. findTypesByExternalID(String userId, String standard, String organization, String identifier)Return the types that are linked to the elements from the specified standard.List<TypeDef>OMRSMetadataCollectionBase. findTypesByExternalID(String userId, String standard, String organization, String identifier)Return the types that are linked to the elements from the specified standard.abstract List<TypeDef>OMRSMetadataCollection. searchForTypeDefs(String userId, String searchCriteria)Return the TypeDefs that match the search criteria.List<TypeDef>OMRSMetadataCollectionBase. searchForTypeDefs(String userId, String searchCriteria)Return the TypeDefs that match the search criteria.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore with parameters of type TypeDef Modifier and Type Method Description voidOMRSDynamicTypeMetadataCollectionBase. addTypeDef(String userId, TypeDef newTypeDef)Create a definition of a new TypeDef.voidOMRSFixedTypeMetadataCollectionBase. addTypeDef(String userId, TypeDef newTypeDef)Create a definition of a new TypeDef.abstract voidOMRSMetadataCollection. addTypeDef(String userId, TypeDef newTypeDef)Create a definition of a new TypeDef.voidOMRSMetadataCollectionBase. addTypeDef(String userId, TypeDef newTypeDef)Create a definition of a new TypeDef.protected voidOMRSMetadataCollectionBase. newTypeDefParameterValidation(String userId, TypeDef typeDef, String typeDefParameterName, String methodName)Validate that a supplied typeDef is valid and unknown.protected voidOMRSMetadataCollectionBase. typeDefParameterValidation(String userId, TypeDef typeDef, String typeDefParameterName, String methodName)Validate that a supplied typeDef is valid.voidOMRSMetadataDefaultRepositorySecurity. validateUserForTypeCreate(String userId, String metadataCollectionName, TypeDef typeDef)Tests for whether a specific user should have the right to create a type within a repository.voidOpenMetadataRepositorySecurity. validateUserForTypeCreate(String userId, String metadataCollectionName, TypeDef typeDef)Tests for whether a specific user should have the right to create a type within a repository.voidOMRSMetadataDefaultRepositorySecurity. validateUserForTypeDelete(String userId, String metadataCollectionName, TypeDef typeDef)Tests for whether a specific user should have the right to delete a type within a repository.voidOpenMetadataRepositorySecurity. validateUserForTypeDelete(String userId, String metadataCollectionName, TypeDef typeDef)Tests for whether a specific user should have the right to delete a type within a repository.voidOMRSMetadataDefaultRepositorySecurity. validateUserForTypeRead(String userId, String metadataCollectionName, TypeDef typeDef)Tests for whether a specific user should have read access to a specific type within a repository.voidOpenMetadataRepositorySecurity. validateUserForTypeRead(String userId, String metadataCollectionName, TypeDef typeDef)Tests for whether a specific user should have read access to a specific type within a repository.voidOMRSMetadataDefaultRepositorySecurity. validateUserForTypeReIdentify(String userId, String metadataCollectionName, TypeDef originalTypeDef, String newTypeDefGUID, String newTypeDefName)Tests for whether a specific user should have the right to change the identifiers for a type within a repository.voidOpenMetadataRepositorySecurity. validateUserForTypeReIdentify(String userId, String metadataCollectionName, TypeDef originalTypeDef, String newTypeDefGUID, String newTypeDefName)Tests for whether a specific user should have the right to change the identifiers for a type within a repository.voidOMRSMetadataDefaultRepositorySecurity. validateUserForTypeUpdate(String userId, String metadataCollectionName, TypeDef typeDef, TypeDefPatch patch)Tests for whether a specific user should have the right to update a type within a repository.voidOpenMetadataRepositorySecurity. validateUserForTypeUpdate(String userId, String metadataCollectionName, TypeDef typeDef, TypeDefPatch patch)Tests for whether a specific user should have the right to update a type within a repository.booleanOMRSDynamicTypeMetadataCollectionBase. verifyTypeDef(String userId, TypeDef typeDef)Verify that a definition of a TypeDef is either new - or matches the definition already stored.booleanOMRSFixedTypeMetadataCollectionBase. verifyTypeDef(String userId, TypeDef typeDef)Verify that a definition of a TypeDef is either new or matches the definition already stored.abstract booleanOMRSMetadataCollection. verifyTypeDef(String userId, TypeDef typeDef)Verify that a definition of a TypeDef is either new or matches the definition already stored.booleanOMRSMetadataCollectionBase. verifyTypeDef(String userId, TypeDef typeDef)Verify that a definition of a TypeDef is either new or matches the definition already stored.Method parameters in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore with type arguments of type TypeDef Modifier and Type Method Description protected List<TypeDef>OMRSMetadataCollectionBase. filterTypeDefsByCategory(List<TypeDef> allTypes, TypeDefCategory category)Returns all the types for a specific category.TypeDefOMRSMetadataCollectionBase. filterTypeDefsByGUID(List<TypeDef> allTypes, String guid)Return the TypeDef that matches the guid.TypeDefOMRSMetadataCollectionBase. filterTypeDefsByName(List<TypeDef> allTypes, String name)Return the TypeDef that matches the name.protected List<TypeDef>OMRSMetadataCollectionBase. filterTypeDefsByProperty(List<TypeDef> allTypes, TypeDefProperties matchCriteria)Return the TypeDefs that have the properties matching the supplied match criteria.List<TypeDef>OMRSMetadataCollectionBase. filterTypeDefsBySearchCriteria(List<TypeDef> allTypes, String searchCriteria)Return the TypeDefs that match the search criteria.List<TypeDef>OMRSMetadataCollectionBase. filterTypesByExternalID(List<TypeDef> allTypes, String standard, String organization, String identifier)Match the supplied external standard identifiers against the active types for this repository.TypeDefGalleryOMRSMetadataCollectionBase. filterTypesByWildCardName(List<TypeDef> allTypeDefs, List<AttributeTypeDef> allAttributeTypeDefs, String typeDefName)Return the types identified by the name supplied by the caller. -
Uses of TypeDef in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs
Subclasses of TypeDef 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.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs that return TypeDef Modifier and Type Method Description TypeDefClassificationDef. cloneFromSubclass()Delegate the process of cloning to the subclass.TypeDefEntityDef. cloneFromSubclass()Delegate the process of cloning to the subclass.TypeDefRelationshipDef. cloneFromSubclass()Delegate the process of cloning to the subclass.abstract TypeDefTypeDef. cloneFromSubclass()Delegate the process of cloning to the subclass.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs that return types with arguments of type TypeDef Modifier and Type Method Description ArrayList<TypeDef>TypeDefGallery. getTypeDefs()Return the list of type definitions from the gallery.Method parameters in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs with type arguments of type TypeDef Modifier and Type Method Description voidTypeDefGallery. setTypeDefs(List<TypeDef> typeDefs)Set up the list of type definitions from the gallery.Constructors in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs with parameters of type TypeDef Constructor Description TypeDef(TypeDef template)Copy/clone constructor copies the values from the supplied template. -
Uses of TypeDef in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector that return TypeDef Modifier and Type Method Description TypeDefOMRSRepositoryHelper. applyPatch(String sourceName, TypeDef originalTypeDef, TypeDefPatch typeDefPatch)Returns an updated TypeDef that has had the supplied patch applied.TypeDefOMRSRepositoryHelper. getTypeDef(String sourceName, String parameterName, String typeDefGUID, String methodName)Return the TypeDef identified by the guid supplied by the caller.TypeDefOMRSRepositoryHelper. getTypeDef(String sourceName, String guidParameterName, String nameParameterName, String typeDefGUID, String typeDefName, String methodName)Return the TypeDef identified by the guid and name supplied by the caller.TypeDefOMRSRepositoryHelper. getTypeDefByName(String sourceName, String typeDefName)Return the TypeDef identified by the name supplied by the caller.TypeDefOMRSRepositoryValidator. getValidTypeDefFromIds(String sourceName, String guidParameterName, String nameParameterName, String guid, String name, String methodName)Validate that a TypeDef's identifiers are not null and return the type.TypeDefOMRSRepositoryValidator. validateClassificationName(String sourceName, String parameterName, String classificationName, String methodName)Validate that a classification name is not null.TypeDefOMRSRepositoryValidator. validateTypeDefPatch(String sourceName, TypeDefPatch patch, String methodName)Verify that a TypeDefPatch is not null.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector that return types with arguments of type TypeDef Modifier and Type Method Description List<TypeDef>OMRSRepositoryHelper. getActiveTypeDefs()Return the list of typeDefs active in the local repository.List<TypeDef>OMRSRepositoryHelper. getKnownTypeDefs()Return the list of typeDefs active in the connected cohorts.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector with parameters of type TypeDef Modifier and Type Method Description TypeDefOMRSRepositoryHelper. applyPatch(String sourceName, TypeDef originalTypeDef, TypeDefPatch typeDefPatch)Returns an updated TypeDef that has had the supplied patch applied.List<TypeDefAttribute>OMRSRepositoryHelper. getAllPropertiesForTypeDef(String sourceName, TypeDef typeDef, String methodName)Return the names of all the properties in the supplied TypeDef and all of its super-types.voidOMRSRepositoryValidator. validateInstanceStatus(String sourceName, String instanceStatusParameterName, InstanceStatus instanceStatus, TypeDef typeDef, String methodName)Validates an instance status where null is permissible.voidOMRSRepositoryValidator. validateKnownTypeDef(String sourceName, String parameterName, TypeDef typeDef, String methodName)Validate the content of a new TypeDef is known.voidOMRSRepositoryValidator. validateNewPropertiesForType(String sourceName, String parameterName, TypeDef typeDef, InstanceProperties properties, String methodName)Validate that the properties for a metadata instance match its TypeDefvoidOMRSRepositoryValidator. validateNewStatus(String sourceName, String instanceStatusParameterName, InstanceStatus instanceStatus, TypeDef typeDef, String methodName)Validates an instance status where null is not allowed.voidOMRSRepositoryValidator. validatePropertiesForType(String sourceName, String parameterName, TypeDef typeDef, InstanceProperties properties, String methodName)Validate that the properties for a metadata instance match its TypeDef.voidOMRSRepositoryValidator. validateRelationshipEnds(String sourceName, EntityProxy entityOneProxy, EntityProxy entityTwoProxy, TypeDef typeDef, String methodName)Validate that the types of the two ends of a relationship match the relationship's TypeDef.voidOMRSRepositoryValidator. validateTypeDef(String sourceName, String parameterName, TypeDef typeDef, String methodName)Validate the content of a new TypeDef is valid.voidOMRSRepositoryValidator. validateTypeDefForInstance(String sourceName, String parameterName, TypeDef typeDef, String methodName)Validate the content of a TypeDef associated with a metadata instance.voidOMRSRepositoryValidator. validateUnknownTypeDef(String sourceName, String parameterName, TypeDef typeDef, String methodName)Validate the content of a new TypeDef is known.booleanOMRSRepositoryValidator. validTypeDef(String sourceName, TypeDef typeDef)Return boolean indicating whether the supplied TypeDef is valid or not.Method parameters in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector with type arguments of type TypeDef Modifier and Type Method Description voidOMRSRepositoryValidator. validateEnterpriseTypeDefs(String sourceName, List<TypeDef> typeDefs, String methodName)Return a boolean flag indicating whether the list of TypeDefs passed are compatible with the all known typedefs. -
Uses of TypeDef in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities that return TypeDef Modifier and Type Method Description TypeDefOMRSRepositoryPropertiesUtilities. applyPatch(String sourceName, TypeDef originalTypeDef, TypeDefPatch typeDefPatch, String methodName)Returns an updated TypeDef that has had the supplied patch applied.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities with parameters of type TypeDef Modifier and Type Method Description TypeDefOMRSRepositoryPropertiesUtilities. applyPatch(String sourceName, TypeDef originalTypeDef, TypeDefPatch typeDefPatch, String methodName)Returns an updated TypeDef that has had the supplied patch applied. -
Uses of TypeDef in org.odpi.openmetadata.repositoryservices.events
Fields in org.odpi.openmetadata.repositoryservices.events declared as TypeDef Modifier and Type Field Description protected TypeDefOMRSEvent. otherTypeDefMethods in org.odpi.openmetadata.repositoryservices.events that return TypeDef Modifier and Type Method Description TypeDefOMRSEvent. getOtherTypeDef()Return the TypeDef from the other repository.TypeDefOMRSTypeDefEvent. getTypeDef()Return the complete TypeDef object.Methods in org.odpi.openmetadata.repositoryservices.events with parameters of type TypeDef Modifier and Type Method Description abstract voidOMRSTypeDefEventProcessor. processNewTypeDefEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, TypeDef typeDef)A new TypeDef has been defined in an open metadata repository.voidOMRSTypeDefEventProcessorInterface. processNewTypeDefEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, TypeDef typeDef)A new TypeDef has been defined in an open metadata repository.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 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.Constructors in org.odpi.openmetadata.repositoryservices.events with parameters of type TypeDef Constructor Description OMRSEvent(OMRSEventCategory eventCategory, OMRSEventErrorCode genericErrorCode, String errorMessage, String targetMetadataCollectionId, TypeDefSummary targetTypeDefSummary, TypeDef otherTypeDef)Outbound event constructor for a TypeDef patch mismatch warning.OMRSTypeDefEvent(OMRSTypeDefEventErrorCode errorCode, String errorMessage, String targetMetadataCollectionId, TypeDefSummary targetTypeDefSummary, TypeDef otherTypeDef)Outbound event constructor for typedef mismatch errors.OMRSTypeDefEvent(OMRSTypeDefEventType typeDefEventType, TypeDef typeDef)Outbound event constructor for events such as newTypeDef.OMRSTypeDefEvent(OMRSTypeDefEventType typeDefEventType, TypeDefSummary originalTypeDefSummary, TypeDef typeDef)Outbound event constructor for changing the identifiers associated with TypeDefs. -
Uses of TypeDef in org.odpi.openmetadata.repositoryservices.events.beans.v1
Methods in org.odpi.openmetadata.repositoryservices.events.beans.v1 that return TypeDef Modifier and Type Method Description TypeDefOMRSEventV1ErrorSection. getOtherTypeDef()TypeDefOMRSEventV1TypeDefSection. getTypeDef()Methods in org.odpi.openmetadata.repositoryservices.events.beans.v1 with parameters of type TypeDef Modifier and Type Method Description voidOMRSEventV1ErrorSection. setOtherTypeDef(TypeDef otherTypeDef)voidOMRSEventV1TypeDefSection. setTypeDef(TypeDef typeDef) -
Uses of TypeDef in org.odpi.openmetadata.repositoryservices.rest.properties
Methods in org.odpi.openmetadata.repositoryservices.rest.properties that return TypeDef Modifier and Type Method Description TypeDefTypeDefResponse. getTypeDef()Return the resulting TypeDef object.Methods in org.odpi.openmetadata.repositoryservices.rest.properties that return types with arguments of type TypeDef Modifier and Type Method Description List<TypeDef>TypeDefGalleryResponse. getTypeDefs()Return the list of type definitions from this galleryList<TypeDef>TypeDefListResponse. getTypeDefs()Return the list of typeDefsMethods in org.odpi.openmetadata.repositoryservices.rest.properties with parameters of type TypeDef Modifier and Type Method Description voidTypeDefResponse. setTypeDef(TypeDef typeDef)Set up the response Typedef objectMethod parameters in org.odpi.openmetadata.repositoryservices.rest.properties with type arguments of type TypeDef Modifier and Type Method Description voidTypeDefGalleryResponse. setTypeDefs(List<TypeDef> typeDefs)Set up the list of type definitions for this gallery.voidTypeDefListResponse. setTypeDefs(List<TypeDef> typeDefs)Set up the list of typeDefs
-