Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefAttribute
-
-
Uses of TypeDefAttribute in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs
Fields in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs with type parameters of type TypeDefAttribute Modifier and Type Field Description protected List<TypeDefAttribute>TypeDef. propertiesDefinitionMethods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs that return types with arguments of type TypeDefAttribute Modifier and Type Method Description List<TypeDefAttribute>TypeDef. getPropertiesDefinition()Return the list of typeDefAttributes that are either new or changing.List<TypeDefAttribute>TypeDefPatch. getPropertyDefinitions()Return the list of typeDefAttributes that are either new or changing.Method parameters in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs with type arguments of type TypeDefAttribute Modifier and Type Method Description voidTypeDef. setPropertiesDefinition(List<TypeDefAttribute> propertiesDefinition)Set up the list of AttributeDefs that define the valid properties for this type of classification.voidTypeDefPatch. setPropertyDefinitions(List<TypeDefAttribute> propertyDefinitions)Set up the list of typeDefAttributes that are either new or changing.Constructors in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs with parameters of type TypeDefAttribute Constructor Description TypeDefAttribute(TypeDefAttribute template)Copy/clone constructor initialized with the values from the supplied template. -
Uses of TypeDefAttribute in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector that return types with arguments of type TypeDefAttribute Modifier and Type Method Description 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. -
Uses of TypeDefAttribute in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities
Method parameters in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities with type arguments of type TypeDefAttribute Modifier and Type Method Description protected List<String>OMRSRepositoryPropertiesUtilities. getUniquePropertiesList(List<TypeDefAttribute> definedAttributes, List<String> currentList)Add the list of unique properties for the type to the supplied list and return the combined results.
-