Uses of Class
org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ValidValueMappingElement
-
Packages that use ValidValueMappingElement Package Description org.odpi.openmetadata.accessservices.digitalarchitecture.api The API package defines the Java interfaces supported by the Digital Architecture OMAS.org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.digitalarchitecture.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ValidValueMappingElement in org.odpi.openmetadata.accessservices.digitalarchitecture.api
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.api that return types with arguments of type ValidValueMappingElement Modifier and Type Method Description List<ValidValueMappingElement>ManageReferenceData. getValidValueMappings(String userId, String validValueGUID, int startFrom, int pageSize)Page through the list of mappings for a valid value. -
Uses of ValidValueMappingElement in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements
Constructors in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements with parameters of type ValidValueMappingElement Constructor Description ValidValueMappingElement(ValidValueMappingElement template)Copy clone constructor -
Uses of ValidValueMappingElement in org.odpi.openmetadata.accessservices.digitalarchitecture.rest
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.rest that return types with arguments of type ValidValueMappingElement Modifier and Type Method Description List<ValidValueMappingElement>ValidValueMappingsResponse. getElementList()Return the metadata element.Method parameters in org.odpi.openmetadata.accessservices.digitalarchitecture.rest with type arguments of type ValidValueMappingElement Modifier and Type Method Description voidValidValueMappingsResponse. setElementList(List<ValidValueMappingElement> elementList)Set up the metadata element to return.
-