Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.AttributeTypeDef
-
-
Uses of AttributeTypeDef in org.odpi.openmetadata.repositoryservices.connectors.omrstopic
Methods in org.odpi.openmetadata.repositoryservices.connectors.omrstopic with parameters of type AttributeTypeDef Modifier and Type Method Description voidOMRSTopicListenerBase. processAttributeTypeDefConflictEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, AttributeTypeDef originatorAttributeTypeDef, String otherMetadataCollectionId, AttributeTypeDef conflictingAttributeTypeDef, String errorMessage)Process a detected conflict in the attribute type definitions (AttributeTypeDefs) used in the cohort.voidOMRSTopicListenerBase. processNewAttributeTypeDefEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, AttributeTypeDef attributeTypeDef)A new AttributeTypeDef has been defined in an open metadata repository.voidOMRSTopicListenerBase. processReIdentifiedAttributeTypeDefEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, AttributeTypeDef originalAttributeTypeDef, AttributeTypeDef attributeTypeDef)Process an event that changes either the name or guid of an AttributeTypeDef. -
Uses of AttributeTypeDef 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 AttributeTypeDef Modifier and Type Method Description List<AttributeTypeDef>OpenMetadataArchiveTypeStore. getAttributeTypeDefs()Return the list of attribute types used in this archive.Method parameters in org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties with type arguments of type AttributeTypeDef Modifier and Type Method Description voidOpenMetadataArchiveTypeStore. setAttributeTypeDefs(List<AttributeTypeDef> attributeTypeDefs)Set up the list of attribute types used in this archive. -
Uses of AttributeTypeDef in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore that return AttributeTypeDef Modifier and Type Method Description AttributeTypeDefOMRSMetadataCollectionBase. filterAttributeTypeDefsByGUID(List<AttributeTypeDef> allTypes, String guid)Return the AttributeTypeDef that matches the guid.AttributeTypeDefOMRSMetadataCollectionBase. filterAttributeTypeDefsByName(List<AttributeTypeDef> allTypes, String name)Return the TypeDef that matches the name.abstract AttributeTypeDefOMRSMetadataCollection. getAttributeTypeDefByGUID(String userId, String guid)Return the AttributeTypeDef identified by the GUID.AttributeTypeDefOMRSMetadataCollectionBase. getAttributeTypeDefByGUID(String userId, String guid)Return the AttributeTypeDef identified by the GUID.abstract AttributeTypeDefOMRSMetadataCollection. getAttributeTypeDefByName(String userId, String name)Return the AttributeTypeDef identified by the unique name.AttributeTypeDefOMRSMetadataCollectionBase. getAttributeTypeDefByName(String userId, String name)Return the AttributeTypeDef identified by the unique name.protected AttributeTypeDefOMRSMetadataCollectionBase. manageAttributeTypeDefParameterValidation(String userId, String guidParameterName, String nameParameterName, String attributeTypeDefGUID, String attributeTypeDefName, String methodName)Validate the type information for a management change to an attributeTypeDef.AttributeTypeDefOMRSDynamicTypeMetadataCollectionBase. reIdentifyAttributeTypeDef(String userId, String originalAttributeTypeDefGUID, String originalAttributeTypeDefName, String newAttributeTypeDefGUID, String newAttributeTypeDefName)Change the guid or name of an existing TypeDef to a new value.AttributeTypeDefOMRSFixedTypeMetadataCollectionBase. reIdentifyAttributeTypeDef(String userId, String originalAttributeTypeDefGUID, String originalAttributeTypeDefName, String newAttributeTypeDefGUID, String newAttributeTypeDefName)Change the guid or name of an existing TypeDef to a new value.abstract AttributeTypeDefOMRSMetadataCollection. reIdentifyAttributeTypeDef(String userId, String originalAttributeTypeDefGUID, String originalAttributeTypeDefName, String newAttributeTypeDefGUID, String newAttributeTypeDefName)Change the guid or name of an existing TypeDef to a new value.AttributeTypeDefOMRSMetadataCollectionBase. reIdentifyAttributeTypeDef(String userId, String originalAttributeTypeDefGUID, String originalAttributeTypeDefName, String newAttributeTypeDefGUID, String newAttributeTypeDefName)Change the guid or name of an existing TypeDef to a new value.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore that return types with arguments of type AttributeTypeDef Modifier and Type Method Description protected List<AttributeTypeDef>OMRSMetadataCollectionBase. filterAttributeTypeDefsByCategory(List<AttributeTypeDef> allTypes, AttributeTypeDefCategory category)Returns all the types for a specific category.abstract List<AttributeTypeDef>OMRSMetadataCollection. findAttributeTypeDefsByCategory(String userId, AttributeTypeDefCategory category)Returns all the AttributeTypeDefs for a specific category.List<AttributeTypeDef>OMRSMetadataCollectionBase. findAttributeTypeDefsByCategory(String userId, AttributeTypeDefCategory category)Returns all the AttributeTypeDefs for a specific category.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore with parameters of type AttributeTypeDef Modifier and Type Method Description voidOMRSDynamicTypeMetadataCollectionBase. addAttributeTypeDef(String userId, AttributeTypeDef newAttributeTypeDef)Create a definition of a new AttributeTypeDef.voidOMRSFixedTypeMetadataCollectionBase. addAttributeTypeDef(String userId, AttributeTypeDef newAttributeTypeDef)Create a definition of a new AttributeTypeDef.abstract voidOMRSMetadataCollection. addAttributeTypeDef(String userId, AttributeTypeDef newAttributeTypeDef)Create a definition of a new AttributeTypeDef.voidOMRSMetadataCollectionBase. addAttributeTypeDef(String userId, AttributeTypeDef newAttributeTypeDef)Create a definition of a new AttributeTypeDef.protected voidOMRSMetadataCollectionBase. attributeTypeDefParameterValidation(String userId, AttributeTypeDef attributeTypeDef, String typeDefParameterName, String methodName)Validate that a supplied attributeTypeDef is valid.protected voidOMRSMetadataCollectionBase. newAttributeTypeDefParameterValidation(String userId, AttributeTypeDef attributeTypeDef, String typeDefParameterName, String methodName)Validate that a supplied attributeTypeDef is valid and unknown.voidOMRSMetadataDefaultRepositorySecurity. validateUserForTypeCreate(String userId, String metadataCollectionName, AttributeTypeDef attributeTypeDef)Tests for whether a specific user should have the right to create a type within a repository.voidOpenMetadataRepositorySecurity. validateUserForTypeCreate(String userId, String metadataCollectionName, AttributeTypeDef attributeTypeDef)Tests for whether a specific user should have the right to create a type within a repository.voidOMRSMetadataDefaultRepositorySecurity. validateUserForTypeDelete(String userId, String metadataCollectionName, AttributeTypeDef attributeTypeDef)Tests for whether a specific user should have the right to delete a type within a repository.voidOpenMetadataRepositorySecurity. validateUserForTypeDelete(String userId, String metadataCollectionName, AttributeTypeDef attributeTypeDef)Tests for whether a specific user should have the right to delete a type within a repository.voidOMRSMetadataDefaultRepositorySecurity. validateUserForTypeRead(String userId, String metadataCollectionName, AttributeTypeDef attributeTypeDef)Tests for whether a specific user should have read access to a specific type within a repository.voidOpenMetadataRepositorySecurity. validateUserForTypeRead(String userId, String metadataCollectionName, AttributeTypeDef attributeTypeDef)Tests for whether a specific user should have read access to a specific type within a repository.voidOMRSMetadataDefaultRepositorySecurity. validateUserForTypeReIdentify(String userId, String metadataCollectionName, AttributeTypeDef originalAttributeTypeDef, 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, AttributeTypeDef originalAttributeTypeDef, String newTypeDefGUID, String newTypeDefName)Tests for whether a specific user should have the right to change the identifiers for a type within a repository.booleanOMRSDynamicTypeMetadataCollectionBase. verifyAttributeTypeDef(String userId, AttributeTypeDef attributeTypeDef)Verify that a definition of an AttributeTypeDef is either new - or matches the definition already stored.booleanOMRSFixedTypeMetadataCollectionBase. verifyAttributeTypeDef(String userId, AttributeTypeDef attributeTypeDef)Verify that a definition of an AttributeTypeDef is either new or matches the definition already stored.abstract booleanOMRSMetadataCollection. verifyAttributeTypeDef(String userId, AttributeTypeDef attributeTypeDef)Verify that a definition of an AttributeTypeDef is either new or matches the definition already stored.booleanOMRSMetadataCollectionBase. verifyAttributeTypeDef(String userId, AttributeTypeDef attributeTypeDef)Verify that a definition of an AttributeTypeDef is either new or matches the definition already stored.Method parameters in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore with type arguments of type AttributeTypeDef Modifier and Type Method Description protected List<AttributeTypeDef>OMRSMetadataCollectionBase. filterAttributeTypeDefsByCategory(List<AttributeTypeDef> allTypes, AttributeTypeDefCategory category)Returns all the types for a specific category.AttributeTypeDefOMRSMetadataCollectionBase. filterAttributeTypeDefsByGUID(List<AttributeTypeDef> allTypes, String guid)Return the AttributeTypeDef that matches the guid.AttributeTypeDefOMRSMetadataCollectionBase. filterAttributeTypeDefsByName(List<AttributeTypeDef> allTypes, String name)Return the TypeDef that matches the name. -
Uses of AttributeTypeDef in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs
Subclasses of AttributeTypeDef in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs Modifier and Type Class Description classCollectionDefCollectionDef supports the definition of a collection type.classEnumDefThe EnumDef describes an open metadata enumeration.classPrimitiveDefPrimitiveDef supports the definition of a primitive type.Fields in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs declared as AttributeTypeDef Modifier and Type Field Description protected AttributeTypeDefTypeDefAttribute. attributeTypeMethods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs that return AttributeTypeDef Modifier and Type Method Description abstract AttributeTypeDefAttributeTypeDef. cloneFromSubclass()Delegate the process of cloning to the subclass.AttributeTypeDefCollectionDef. cloneFromSubclass()Delegate the process of cloning to the subclass.AttributeTypeDefEnumDef. cloneFromSubclass()Delegate the process of cloning to the subclass.AttributeTypeDefPrimitiveDef. cloneFromSubclass()Delegate the process of cloning to the subclass.AttributeTypeDefTypeDefAttribute. getAttributeType()Return the name of the type for the value in this attribute.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs that return types with arguments of type AttributeTypeDef Modifier and Type Method Description List<AttributeTypeDef>TypeDefGallery. getAttributeTypeDefs()Return the list of attribute type definitions from the gallery.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs with parameters of type AttributeTypeDef Modifier and Type Method Description voidTypeDefAttribute. setAttributeType(AttributeTypeDef attributeType)Set up the name of the type for the value in this attribute.Method parameters in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs with type arguments of type AttributeTypeDef Modifier and Type Method Description voidTypeDefGallery. setAttributeTypeDefs(List<AttributeTypeDef> attributeTypeDefs)Set up the list of attribute type definitions from the gallery.Constructors in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs with parameters of type AttributeTypeDef Constructor Description AttributeTypeDef(AttributeTypeDef template)Copy/clone constructor copies the values from the supplied template. -
Uses of AttributeTypeDef in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector that return AttributeTypeDef Modifier and Type Method Description AttributeTypeDefOMRSRepositoryHelper. getAttributeTypeDef(String sourceName, String attributeTypeDefGUID, String methodName)Return the AttributeTypeDef identified by the guid and name supplied by the caller.AttributeTypeDefOMRSRepositoryHelper. getAttributeTypeDef(String sourceName, String attributeTypeDefGUID, String attributeTypeDefName, String methodName)Return the AttributeTypeDef identified by the guid and name supplied by the caller.AttributeTypeDefOMRSRepositoryHelper. getAttributeTypeDefByName(String sourceName, String attributeTypeDefName)Return the AttributeTypeDef identified by the name supplied by the caller.AttributeTypeDefOMRSRepositoryValidator. getValidAttributeTypeDefFromIds(String sourceName, String guidParameterName, String nameParameterName, String guid, String name, String methodName)Validate that an AttributeTypeDef's identifiers are not null and are recognized and return the type.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector that return types with arguments of type AttributeTypeDef Modifier and Type Method Description List<AttributeTypeDef>OMRSRepositoryHelper. getActiveAttributeTypeDefs()Return the list of attributeTypeDefs active in the local repository.List<AttributeTypeDef>OMRSRepositoryHelper. getKnownAttributeTypeDefs()Return the list of attributeTypeDefs active in the connected cohorts.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector with parameters of type AttributeTypeDef Modifier and Type Method Description voidOMRSRepositoryValidator. validateAttributeTypeDef(String sourceName, String parameterName, AttributeTypeDef attributeTypeDef, String methodName)Validate the content of a new AttributeTypeDef.voidOMRSRepositoryValidator. validateUnknownAttributeTypeDef(String sourceName, String parameterName, AttributeTypeDef attributeTypeDef, String methodName)Validate the content of a new TypeDef is known.booleanOMRSRepositoryValidator. validAttributeTypeDef(String sourceName, AttributeTypeDef attributeTypeDef)Return boolean indicating whether the supplied AttributeTypeDef is valid or not.Method parameters in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector with type arguments of type AttributeTypeDef Modifier and Type Method Description voidOMRSRepositoryValidator. validateEnterpriseAttributeTypeDefs(String sourceName, List<AttributeTypeDef> attributeTypeDefs, String methodName)Return a boolean flag indicating whether the list of TypeDefs passed are compatible with the all known typedefs. -
Uses of AttributeTypeDef in org.odpi.openmetadata.repositoryservices.events
Fields in org.odpi.openmetadata.repositoryservices.events declared as AttributeTypeDef Modifier and Type Field Description protected AttributeTypeDefOMRSEvent. otherAttributeTypeDefprotected AttributeTypeDefOMRSEvent. targetAttributeTypeDefMethods in org.odpi.openmetadata.repositoryservices.events that return AttributeTypeDef Modifier and Type Method Description AttributeTypeDefOMRSTypeDefEvent. getAttributeTypeDef()Return the complete AttributeTypeDef object.AttributeTypeDefOMRSTypeDefEvent. getOriginalAttributeTypeDef()Return the details of the AttributeTypeDef before it was changed.AttributeTypeDefOMRSEvent. getOtherAttributeTypeDef()Return the AttributeTypeDef from the other repository.AttributeTypeDefOMRSEvent. getTargetAttributeTypeDef()Return the target AttributeTypeDef.Methods in org.odpi.openmetadata.repositoryservices.events with parameters of type AttributeTypeDef Modifier and Type Method Description abstract voidOMRSTypeDefEventProcessor. processAttributeTypeDefConflictEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, AttributeTypeDef originatorAttributeTypeDef, String otherMetadataCollectionId, AttributeTypeDef conflictingAttributeTypeDef, String errorMessage)Process a detected conflict in the attribute type definitions (AttributeTypeDefs) used in the cohort.voidOMRSTypeDefEventProcessorInterface. processAttributeTypeDefConflictEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, AttributeTypeDef originatorAttributeTypeDef, String otherMetadataCollectionId, AttributeTypeDef conflictingAttributeTypeDef, String errorMessage)Process a detected conflict in the attribute type definitions (AttributeTypeDefs) used in the cohort.abstract voidOMRSTypeDefEventProcessor. processNewAttributeTypeDefEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, AttributeTypeDef attributeTypeDef)A new AttributeTypeDef has been defined in an open metadata repository.voidOMRSTypeDefEventProcessorInterface. processNewAttributeTypeDefEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, AttributeTypeDef attributeTypeDef)A new AttributeTypeDef has been defined in an open metadata repository.abstract voidOMRSTypeDefEventProcessor. processReIdentifiedAttributeTypeDefEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, AttributeTypeDef originalAttributeTypeDef, AttributeTypeDef attributeTypeDef)Process an event that changes either the name or guid of an AttributeTypeDef.voidOMRSTypeDefEventProcessorInterface. processReIdentifiedAttributeTypeDefEvent(String sourceName, String originatorMetadataCollectionId, String originatorServerName, String originatorServerType, String originatorOrganizationName, AttributeTypeDef originalAttributeTypeDef, AttributeTypeDef attributeTypeDef)Process an event that changes either the name or guid of an AttributeTypeDef.Constructors in org.odpi.openmetadata.repositoryservices.events with parameters of type AttributeTypeDef Constructor Description OMRSEvent(OMRSEventCategory eventCategory, OMRSEventErrorCode genericErrorCode, String errorMessage, String otherMetadataCollectionId, AttributeTypeDef otherAttributeTypeDef)Outbound constructor used for AttributeTypeDef conflict events.OMRSEvent(OMRSEventCategory eventCategory, OMRSEventErrorCode genericErrorCode, String errorMessage, String targetMetadataCollectionId, AttributeTypeDef targetAttributeTypeDef, AttributeTypeDef otherAttributeTypeDef)Outbound constructor used for AttributeTypeDef conflict events.OMRSTypeDefEvent(OMRSTypeDefEventErrorCode errorCode, String errorMessage, String targetMetadataCollectionId, AttributeTypeDef targetAttributeTypeDef, AttributeTypeDef otherAttributeTypeDef)Outbound event constructor for conflicting attribute typedef errors.OMRSTypeDefEvent(OMRSTypeDefEventErrorCode errorCode, String errorMessage, AttributeTypeDef originatorAttributeTypeDef, String otherMetadataCollectionId, AttributeTypeDef otherAttributeTypeDef)Outbound event constructor for conflicting attribute typedef errors.OMRSTypeDefEvent(OMRSTypeDefEventType typeDefEventType, AttributeTypeDef attributeTypeDef)Outbound event constructor for events such as newAttributeTypeDef.OMRSTypeDefEvent(OMRSTypeDefEventType typeDefEventType, AttributeTypeDef originalAttributeTypeDef, AttributeTypeDef attributeTypeDef)Outbound event constructor for changing the identifiers associated with AttributeTypeDefs. -
Uses of AttributeTypeDef in org.odpi.openmetadata.repositoryservices.events.beans.v1
Methods in org.odpi.openmetadata.repositoryservices.events.beans.v1 that return AttributeTypeDef Modifier and Type Method Description AttributeTypeDefOMRSEventV1TypeDefSection. getAttributeTypeDef()AttributeTypeDefOMRSEventV1TypeDefSection. getOriginalAttributeTypeDef()AttributeTypeDefOMRSEventV1ErrorSection. getOtherAttributeTypeDef()AttributeTypeDefOMRSEventV1ErrorSection. getTargetAttributeTypeDef()Methods in org.odpi.openmetadata.repositoryservices.events.beans.v1 with parameters of type AttributeTypeDef Modifier and Type Method Description voidOMRSEventV1TypeDefSection. setAttributeTypeDef(AttributeTypeDef attributeTypeDef)voidOMRSEventV1TypeDefSection. setOriginalAttributeTypeDef(AttributeTypeDef originalAttributeTypeDef)voidOMRSEventV1ErrorSection. setOtherAttributeTypeDef(AttributeTypeDef otherAttributeTypeDef)voidOMRSEventV1ErrorSection. setTargetAttributeTypeDef(AttributeTypeDef targetAttributeTypeDef) -
Uses of AttributeTypeDef in org.odpi.openmetadata.repositoryservices.rest.properties
Methods in org.odpi.openmetadata.repositoryservices.rest.properties that return AttributeTypeDef Modifier and Type Method Description AttributeTypeDefAttributeTypeDefResponse. getAttributeTypeDef()Return the resulting AttributeTypeDef object.Methods in org.odpi.openmetadata.repositoryservices.rest.properties that return types with arguments of type AttributeTypeDef Modifier and Type Method Description List<AttributeTypeDef>AttributeTypeDefListResponse. getAttributeTypeDefs()Return the list of AttributeTypeDefs.List<AttributeTypeDef>TypeDefGalleryResponse. getAttributeTypeDefs()Return the list of attribute type definitions from this gallery.Methods in org.odpi.openmetadata.repositoryservices.rest.properties with parameters of type AttributeTypeDef Modifier and Type Method Description voidAttributeTypeDefResponse. setAttributeTypeDef(AttributeTypeDef attributeTypeDef)Set up the resulting AttributeTypeDef object.Method parameters in org.odpi.openmetadata.repositoryservices.rest.properties with type arguments of type AttributeTypeDef Modifier and Type Method Description voidAttributeTypeDefListResponse. setAttributeTypeDefs(List<AttributeTypeDef> attributeTypeDefs)Set up the list of AttributeTypeDefs.voidTypeDefGalleryResponse. setAttributeTypeDefs(List<AttributeTypeDef> attributeTypeDefs)Set up the list of attribute type definitions from this gallery.
-