Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefGallery
-
-
Uses of TypeDefGallery in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore that return TypeDefGallery Modifier and Type Method Description TypeDefGalleryOMRSMetadataCollectionBase. filterTypesByWildCardName(List<TypeDef> allTypeDefs, List<AttributeTypeDef> allAttributeTypeDefs, String typeDefName)Return the types identified by the name supplied by the caller.abstract TypeDefGalleryOMRSMetadataCollection. findTypesByName(String userId, String name)Returns a list of type definitions that have the specified name.TypeDefGalleryOMRSMetadataCollectionBase. findTypesByName(String userId, String name)Returns a list of type definitions that have the specified name.abstract TypeDefGalleryOMRSMetadataCollection. getAllTypes(String userId)Returns the list of different types of metadata organized into two groups.TypeDefGalleryOMRSMetadataCollectionBase. getAllTypes(String userId)Returns the list of different types of metadata organized into two groups.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore with parameters of type TypeDefGallery Modifier and Type Method Description abstract voidOMRSMetadataCollection. addTypeDefGallery(String userId, TypeDefGallery newTypes)Create a collection of related types.voidOMRSMetadataCollectionBase. addTypeDefGallery(String userId, TypeDefGallery newTypes)Create a collection of related types. -
Uses of TypeDefGallery in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs
Constructors in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs with parameters of type TypeDefGallery Constructor Description TypeDefGallery(TypeDefGallery template)Copy/clone constructor -
Uses of TypeDefGallery in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector that return TypeDefGallery Modifier and Type Method Description TypeDefGalleryOMRSRepositoryHelper. getActiveTypeDefGallery()Return the list of typeDefs and attributeTypeDefs active in the local repository.TypeDefGalleryOMRSRepositoryHelper. getKnownTypeDefGallery()Return the list of types active in the connected cohorts.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector with parameters of type TypeDefGallery Modifier and Type Method Description voidOMRSRepositoryValidator. validateTypeDefGallery(String sourceName, String parameterName, TypeDefGallery gallery, String methodName)Validate that type's name is not null.
-