Interface CudamiClient
-
public interface CudamiClient
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static CudamiClientbuild(java.lang.String serverUrl)java.lang.StringgetDefaultLanguage()java.util.LocalegetDefaultLocale()java.util.List<java.lang.String>getSupportedLanguages()java.util.List<java.util.Locale>getSupportedLocales()de.digitalcollections.model.api.identifiable.entity.parts.WebpagegetWebpage(java.lang.String uuid)de.digitalcollections.model.api.identifiable.entity.parts.WebpagegetWebpage(java.util.Locale locale, java.lang.String uuid)de.digitalcollections.model.api.identifiable.entity.WebsitegetWebsite(java.lang.String uuid)
-
-
-
Method Detail
-
build
static CudamiClient build(java.lang.String serverUrl)
-
getDefaultLanguage
java.lang.String getDefaultLanguage() throws HttpException- Throws:
HttpException
-
getDefaultLocale
java.util.Locale getDefaultLocale() throws HttpException- Throws:
HttpException
-
getSupportedLanguages
java.util.List<java.lang.String> getSupportedLanguages() throws HttpException- Throws:
HttpException
-
getSupportedLocales
java.util.List<java.util.Locale> getSupportedLocales() throws HttpException- Throws:
HttpException
-
getWebpage
de.digitalcollections.model.api.identifiable.entity.parts.Webpage getWebpage(java.lang.String uuid) throws HttpException- Throws:
HttpException
-
getWebpage
de.digitalcollections.model.api.identifiable.entity.parts.Webpage getWebpage(java.util.Locale locale, java.lang.String uuid) throws HttpException- Throws:
HttpException
-
getWebsite
de.digitalcollections.model.api.identifiable.entity.Website getWebsite(java.lang.String uuid) throws HttpException- Throws:
HttpException
-
-