Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefProperties
-
-
Uses of TypeDefProperties in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore with parameters of type TypeDefProperties Modifier and Type Method Description protected List<TypeDef>OMRSMetadataCollectionBase. filterTypeDefsByProperty(List<TypeDef> allTypes, TypeDefProperties matchCriteria)Return the TypeDefs that have the properties matching the supplied match criteria.abstract List<TypeDef>OMRSMetadataCollection. findTypeDefsByProperty(String userId, TypeDefProperties matchCriteria)Return the TypeDefs that have the properties matching the supplied match criteria.List<TypeDef>OMRSMetadataCollectionBase. findTypeDefsByProperty(String userId, TypeDefProperties matchCriteria)Return the TypeDefs that have the properties matching the supplied match criteria.protected voidOMRSMetadataCollectionBase. typeDefPropertyParameterValidation(String userId, TypeDefProperties matchCriteria, String matchCriteriaParameterName, String methodName)Validate the properties used to locate types. -
Uses of TypeDefProperties 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 TypeDefProperties Constructor Description TypeDefProperties(TypeDefProperties templateProperties)Copy/clone constructor. -
Uses of TypeDefProperties in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector with parameters of type TypeDefProperties Modifier and Type Method Description voidOMRSRepositoryValidator. validateMatchCriteria(String sourceName, String parameterName, TypeDefProperties matchCriteria, String methodName)Validate that a TypeDef match criteria set of properties is not null.
-