Uses of Class
org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ValidValuesMappingElement
-
Packages that use ValidValuesMappingElement 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 ValidValuesMappingElement in org.odpi.openmetadata.accessservices.digitalarchitecture.api
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.api that return types with arguments of type ValidValuesMappingElement Modifier and Type Method Description List<ValidValuesMappingElement>ManageReferenceData. getValidValuesMappings(String userId, String validValueGUID, int startFrom, int pageSize)Page through the list of mapping relationships associated with a valid value. -
Uses of ValidValuesMappingElement in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements
Constructors in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements with parameters of type ValidValuesMappingElement Constructor Description ValidValuesMappingElement(ValidValuesMappingElement template)Copy clone constructor -
Uses of ValidValuesMappingElement in org.odpi.openmetadata.accessservices.digitalarchitecture.rest
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.rest that return types with arguments of type ValidValuesMappingElement Modifier and Type Method Description List<ValidValuesMappingElement>ValidValuesMappingsResponse. getElementList()Return the metadata element.Method parameters in org.odpi.openmetadata.accessservices.digitalarchitecture.rest with type arguments of type ValidValuesMappingElement Modifier and Type Method Description voidValidValuesMappingsResponse. setElementList(List<ValidValuesMappingElement> elementList)Set up the metadata element to return.
-