Uses of Class
org.odpi.openmetadata.accessservices.assetowner.metadataelements.ValidValueElement
-
Packages that use ValidValueElement Package Description org.odpi.openmetadata.accessservices.assetowner.api The API package defines the Java interfaces supported by the Asset Owner OMAS.org.odpi.openmetadata.accessservices.assetowner.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.assetowner.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ValidValueElement in org.odpi.openmetadata.accessservices.assetowner.api
Methods in org.odpi.openmetadata.accessservices.assetowner.api that return ValidValueElement Modifier and Type Method Description ValidValueElementAssetOnboardingValidValues. getValidValueByGUID(String userId, String validValueGUID)Retrieve a specific valid value from the repository.Methods in org.odpi.openmetadata.accessservices.assetowner.api that return types with arguments of type ValidValueElement Modifier and Type Method Description List<ValidValueElement>AssetOnboardingValidValues. findValidValues(String userId, String searchString, int startFrom, int pageSize)Locate valid values that match the search string.List<ValidValueElement>AssetOnboardingValidValues. getSetsForValidValue(String userId, String validValueGUID, int startFrom, int pageSize)Page through the list of valid value sets that a valid value definition/set belongs to.List<ValidValueElement>AssetOnboardingValidValues. getValidValueByName(String userId, String validValueName, int startFrom, int pageSize)Retrieve a specific valid value from the repository.List<ValidValueElement>AssetOnboardingValidValues. getValidValueSetMembers(String userId, String validValueSetGUID, int startFrom, int pageSize)Page through the members of a valid value set. -
Uses of ValidValueElement in org.odpi.openmetadata.accessservices.assetowner.metadataelements
Constructors in org.odpi.openmetadata.accessservices.assetowner.metadataelements with parameters of type ValidValueElement Constructor Description ValidValueElement(ValidValueElement template)Copy/clone constructor -
Uses of ValidValueElement in org.odpi.openmetadata.accessservices.assetowner.rest
Methods in org.odpi.openmetadata.accessservices.assetowner.rest that return ValidValueElement Modifier and Type Method Description ValidValueElementValidValueResponse. getElement()Return the metadata element.Methods in org.odpi.openmetadata.accessservices.assetowner.rest that return types with arguments of type ValidValueElement Modifier and Type Method Description List<ValidValueElement>ValidValuesResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.assetowner.rest with parameters of type ValidValueElement Modifier and Type Method Description voidValidValueResponse. setElement(ValidValueElement element)Set up the metadata element to return.Method parameters in org.odpi.openmetadata.accessservices.assetowner.rest with type arguments of type ValidValueElement Modifier and Type Method Description voidValidValuesResponse. setElementList(List<ValidValueElement> elementList)Set up the list of metadata elements to return.
-