Uses of Class
org.odpi.openmetadata.commonservices.gaf.properties.TranslationDetail
-
Packages that use TranslationDetail 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 TranslationDetail in org.odpi.openmetadata.commonservices.gaf.api
Methods in org.odpi.openmetadata.commonservices.gaf.api that return TranslationDetail Modifier and Type Method Description TranslationDetailMultiLanguageInterface. getTranslation(String userId, String elementGUID, String language, String locale)Retrieve the translation for the matching language/locale.Methods in org.odpi.openmetadata.commonservices.gaf.api that return types with arguments of type TranslationDetail Modifier and Type Method Description List<TranslationDetail>MultiLanguageInterface. getTranslations(String userId, String elementGUID, int startFrom, int pageSize)Retrieve all translations associated with a metadata element.Methods in org.odpi.openmetadata.commonservices.gaf.api with parameters of type TranslationDetail Modifier and Type Method Description voidMultiLanguageInterface. setTranslation(String userId, String elementGUID, TranslationDetail translationDetail)Create or update the translation for a particular language/locale for a metadata element. -
Uses of TranslationDetail in org.odpi.openmetadata.commonservices.gaf.properties
Constructors in org.odpi.openmetadata.commonservices.gaf.properties with parameters of type TranslationDetail Constructor Description TranslationDetail(TranslationDetail template)Copy/clone Constructor -
Uses of TranslationDetail in org.odpi.openmetadata.commonservices.gaf.rest
Methods in org.odpi.openmetadata.commonservices.gaf.rest that return TranslationDetail Modifier and Type Method Description TranslationDetailTranslationDetailResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.commonservices.gaf.rest that return types with arguments of type TranslationDetail Modifier and Type Method Description List<TranslationDetail>TranslationListResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.commonservices.gaf.rest with parameters of type TranslationDetail Modifier and Type Method Description voidTranslationDetailResponse. setElement(TranslationDetail element)Set up the element result.Method parameters in org.odpi.openmetadata.commonservices.gaf.rest with type arguments of type TranslationDetail Modifier and Type Method Description voidTranslationListResponse. setElementList(List<TranslationDetail> elementList)Set up the metadata element to return.
-