Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.AttributeTypeDefCategory
-
-
Uses of AttributeTypeDefCategory in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore with parameters of type AttributeTypeDefCategory Modifier and Type Method Description protected voidOMRSMetadataCollectionBase. attributeTypeDefCategoryParameterValidation(String userId, AttributeTypeDefCategory category, String categoryParameterName, String methodName)Validate the properties of a request that accesses types by category.protected List<AttributeTypeDef>OMRSMetadataCollectionBase. filterAttributeTypeDefsByCategory(List<AttributeTypeDef> allTypes, AttributeTypeDefCategory category)Returns all of the types for a specific category.abstract List<AttributeTypeDef>OMRSMetadataCollection. findAttributeTypeDefsByCategory(String userId, AttributeTypeDefCategory category)Returns all of the AttributeTypeDefs for a specific category.List<AttributeTypeDef>OMRSMetadataCollectionBase. findAttributeTypeDefsByCategory(String userId, AttributeTypeDefCategory category)Returns all of the AttributeTypeDefs for a specific category. -
Uses of AttributeTypeDefCategory in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs
Fields in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs declared as AttributeTypeDefCategory Modifier and Type Field Description protected AttributeTypeDefCategoryAttributeTypeDef. categoryMethods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs that return AttributeTypeDefCategory Modifier and Type Method Description AttributeTypeDefCategoryAttributeTypeDef. getCategory()Return the category of the TypeDef.static AttributeTypeDefCategoryAttributeTypeDefCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static AttributeTypeDefCategory[]AttributeTypeDefCategory. 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 AttributeTypeDefCategory Modifier and Type Method Description voidAttributeTypeDef. setCategory(AttributeTypeDefCategory category)Set up the category of the TypeDef.Constructors in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs with parameters of type AttributeTypeDefCategory Constructor Description AttributeTypeDef(AttributeTypeDefCategory category)Minimal constructor is passed the category of the attribute type.AttributeTypeDef(AttributeTypeDefCategory category, String guid, String name)Typical constructor is passed the values that describe the type. -
Uses of AttributeTypeDefCategory in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector with parameters of type AttributeTypeDefCategory Modifier and Type Method Description voidOMRSRepositoryValidator. validateAttributeTypeDefCategory(String sourceName, String nameParameterName, AttributeTypeDefCategory category, String methodName)Validate that a AttributeTypeDef's category is not null.booleanOMRSRepositoryValidator. validAttributeTypeDefId(String sourceName, String attributeTypeDefGUID, String attributeTypeDefName, String attributeTypeDefVersion, AttributeTypeDefCategory category)Return boolean indicating whether the TypeDef identifiers are from a single known type or not.booleanOMRSRepositoryValidator. validAttributeTypeDefId(String sourceName, String attributeTypeDefGUID, String attributeTypeDefName, AttributeTypeDefCategory category)Return boolean indicating whether the AttributeTypeDef identifiers are from a single known type or not. -
Uses of AttributeTypeDefCategory in org.odpi.openmetadata.repositoryservices.rest.properties
Methods in org.odpi.openmetadata.repositoryservices.rest.properties that return AttributeTypeDefCategory Modifier and Type Method Description AttributeTypeDefCategoryAttributeTypeDefCategoryFindRequest. getCategory()Return the category for the request.Methods in org.odpi.openmetadata.repositoryservices.rest.properties with parameters of type AttributeTypeDefCategory Modifier and Type Method Description voidAttributeTypeDefCategoryFindRequest. setCategory(AttributeTypeDefCategory category)Set up the category for the request.
-