Class CudamiIdentifierTypesClient


  • public class CudamiIdentifierTypesClient
    extends CudamiRestClient<de.digitalcollections.model.identifiable.IdentifierType>
    • Constructor Detail

      • CudamiIdentifierTypesClient

        public CudamiIdentifierTypesClient​(HttpClient http,
                                           String serverUrl,
                                           com.fasterxml.jackson.databind.ObjectMapper mapper)
    • Method Detail

      • find

        public List<de.digitalcollections.model.identifiable.IdentifierType> find​(String searchTerm,
                                                                                  int maxResults)
                                                                           throws de.digitalcollections.model.exception.TechnicalException
        Throws:
        de.digitalcollections.model.exception.TechnicalException
      • getByUuidAndLocale

        public de.digitalcollections.model.identifiable.IdentifierType getByUuidAndLocale​(UUID uuid,
                                                                                          String locale)
                                                                                   throws de.digitalcollections.model.exception.TechnicalException
        Throws:
        de.digitalcollections.model.exception.TechnicalException