Uses of Class
org.odpi.openmetadata.commonservices.gaf.properties.ValidMetadataValue
-
Packages that use ValidMetadataValue Package Description org.odpi.openmetadata.commonservices.gaf.api org.odpi.openmetadata.commonservices.gaf.properties org.odpi.openmetadata.commonservices.gaf.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ValidMetadataValue in org.odpi.openmetadata.commonservices.gaf.api
Methods in org.odpi.openmetadata.commonservices.gaf.api that return ValidMetadataValue Modifier and Type Method Description ValidMetadataValueValidMetadataValuesInterface. getValidMetadataValue(String userId, String typeName, String propertyName, String preferredValue)Retrieve details of a specific valid value for a property.Methods in org.odpi.openmetadata.commonservices.gaf.api that return types with arguments of type ValidMetadataValue Modifier and Type Method Description List<ValidMetadataValue>ValidMetadataValuesInterface. getValidMetadataValues(String userId, String typeName, String propertyName, int startFrom, int pageSize)Retrieve all the valid values for the requested property.Methods in org.odpi.openmetadata.commonservices.gaf.api with parameters of type ValidMetadataValue Modifier and Type Method Description voidValidMetadataValuesInterface. setUpValidMetadataValue(String userId, String typeName, String propertyName, ValidMetadataValue validMetadataValue)Create or update the valid value for a particular open metadata property name. -
Uses of ValidMetadataValue in org.odpi.openmetadata.commonservices.gaf.properties
Constructors in org.odpi.openmetadata.commonservices.gaf.properties with parameters of type ValidMetadataValue Constructor Description ValidMetadataValue(ValidMetadataValue template)Copy/clone constructor -
Uses of ValidMetadataValue in org.odpi.openmetadata.commonservices.gaf.rest
Methods in org.odpi.openmetadata.commonservices.gaf.rest that return ValidMetadataValue Modifier and Type Method Description ValidMetadataValueValidMetadataValueResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.commonservices.gaf.rest that return types with arguments of type ValidMetadataValue Modifier and Type Method Description List<ValidMetadataValue>ValidMetadataValueListResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.commonservices.gaf.rest with parameters of type ValidMetadataValue Modifier and Type Method Description voidValidMetadataValueResponse. setElement(ValidMetadataValue element)Set up the element result.Method parameters in org.odpi.openmetadata.commonservices.gaf.rest with type arguments of type ValidMetadataValue Modifier and Type Method Description voidValidMetadataValueListResponse. setElementList(List<ValidMetadataValue> elementList)Set up the metadata element to return.
-