Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.metadataelements.ValidValueElement
-
Packages that use ValidValueElement Package Description org.odpi.openmetadata.accessservices.communityprofile.api The API package defines the Java interfaces supported by the Community Profile OMAS.org.odpi.openmetadata.accessservices.communityprofile.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.communityprofile.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ValidValueElement in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api that return ValidValueElement Modifier and Type Method Description ValidValueElementValidValueManagementInterface. getValidValueByGUID(String userId, String validValueGUID)Retrieve the validValue metadata element with the supplied unique identifier.ValidValueElementValidValueManagementInterface. getValidValuesForConsumer(String userId, String elementGUID)Return information about the valid value set linked to an element as its set of valid values.Methods in org.odpi.openmetadata.accessservices.communityprofile.api that return types with arguments of type ValidValueElement Modifier and Type Method Description List<ValidValueElement>ValidValueManagementInterface. findValidValues(String userId, String searchString, int startFrom, int pageSize)Retrieve the list of metadata elements that contain the search string.List<ValidValueElement>ValidValueManagementInterface. getAllValidValues(String userId, int startFrom, int pageSize)Retrieve the list of valid values.List<ValidValueElement>ValidValueManagementInterface. getReferenceValues(String userId, String elementGUID, int startFrom, int pageSize)Return information about the valid values linked as reference value tags to an element..List<ValidValueElement>ValidValueManagementInterface. 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>ValidValueManagementInterface. getValidValuesByName(String userId, String name, int startFrom, int pageSize)Retrieve the list of metadata elements with a matching qualified or display name.List<ValidValueElement>ValidValueManagementInterface. 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.communityprofile.metadataelements
Constructors in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type ValidValueElement Constructor Description ValidValueElement(ValidValueElement template)Copy/clone constructor -
Uses of ValidValueElement in org.odpi.openmetadata.accessservices.communityprofile.rest
Methods in org.odpi.openmetadata.accessservices.communityprofile.rest that return ValidValueElement Modifier and Type Method Description ValidValueElementValidValueResponse. getElement()Return the metadata element.Methods in org.odpi.openmetadata.accessservices.communityprofile.rest that return types with arguments of type ValidValueElement Modifier and Type Method Description List<ValidValueElement>ValidValueListResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.communityprofile.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.communityprofile.rest with type arguments of type ValidValueElement Modifier and Type Method Description voidValidValueListResponse. setElementList(List<ValidValueElement> elementList)Set up the list of metadata elements to return.
-