Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefCategory
-
-
Uses of TypeDefCategory in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore with parameters of type TypeDefCategory Modifier and Type Method Description protected List<TypeDef>OMRSMetadataCollectionBase. filterTypeDefsByCategory(List<TypeDef> allTypes, TypeDefCategory category)Returns all of the types for a specific category.abstract List<TypeDef>OMRSMetadataCollection. findTypeDefsByCategory(String userId, TypeDefCategory category)Returns all of the TypeDefs for a specific category.List<TypeDef>OMRSMetadataCollectionBase. findTypeDefsByCategory(String userId, TypeDefCategory category)Returns all of the TypeDefs for a specific category.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.protected voidOMRSMetadataCollectionBase. typeDefCategoryParameterValidation(String userId, TypeDefCategory category, String categoryParameterName, String methodName)Validate the properties of a request that accesses types by category. -
Uses of TypeDefCategory in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances that return TypeDefCategory Modifier and Type Method Description TypeDefCategoryInstanceType. getTypeDefCategory()Return the category of this instance.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances with parameters of type TypeDefCategory Modifier and Type Method Description voidInstanceType. setTypeDefCategory(TypeDefCategory typeDefCategory)Set up the category of this instance.Constructors in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances with parameters of type TypeDefCategory Constructor Description InstanceType(TypeDefCategory typeDefCategory, String typeDefGUID, String typeDefName, long typeDefVersion, String typeDefDescription, String typeDefDescriptionGUID, List<TypeDefLink> typeDefSuperTypes, List<InstanceStatus> validStatusList, List<String> validInstanceProperties)Typical constructor that set all of the properties at once. -
Uses of TypeDefCategory in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs
Fields in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs declared as TypeDefCategory Modifier and Type Field Description protected TypeDefCategoryTypeDefSummary. categoryMethods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs that return TypeDefCategory Modifier and Type Method Description TypeDefCategoryTypeDefSummary. getCategory()Return the category of the TypeDef.static TypeDefCategoryTypeDefCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeDefCategory[]TypeDefCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs with parameters of type TypeDefCategory Modifier and Type Method Description voidTypeDefSummary. setCategory(TypeDefCategory category)Set up the category of the TypeDef.Constructors in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs with parameters of type TypeDefCategory Constructor Description ClassificationDef(TypeDefCategory category, String guid, String name, long version, String versionName)Typical constructor is passed the properties of the typedef's super class being constructed.EntityDef(TypeDefCategory category, String guid, String name, long version, String versionName)Typical constructor is passed the properties of the typedef's super class being constructed.RelationshipDef(TypeDefCategory category, String guid, String name, long version, String versionName)Typical constructor is passed the properties of the typedef's super class being constructed.TypeDef(TypeDefCategory category)Minimal constructor is passed the category of the typedef being constructed. -
Uses of TypeDefCategory in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector with parameters of type TypeDefCategory Modifier and Type Method Description voidOMRSRepositoryValidator. validateActiveType(String sourceName, String typeParameterName, TypeDefSummary typeDefSummary, TypeDefCategory category, String methodName)Validate that the supplied type is a valid active type.voidOMRSRepositoryValidator. validateTypeDefCategory(String sourceName, String nameParameterName, TypeDefCategory category, String methodName)Validate that a TypeDef's category is not null.booleanOMRSRepositoryValidator. validInstanceId(String sourceName, String typeDefGUID, String typeDefName, TypeDefCategory category, String instanceGUID)Verify that the identifiers for an instance are correct.booleanOMRSRepositoryValidator. validTypeDefId(String sourceName, String typeDefGUID, String typeDefName, String typeDefVersion, TypeDefCategory category)Return boolean indicating whether the TypeDef identifiers are from a single known type or not.booleanOMRSRepositoryValidator. validTypeDefId(String sourceName, String typeDefGUID, String typeDefName, TypeDefCategory category)Return boolean indicating whether the TypeDef identifiers are from a single known type or not.
-