Class CudamiIdentifierTypesClient

java.lang.Object
de.digitalcollections.cudami.client.CudamiBaseClient<de.digitalcollections.model.identifiable.IdentifierType>
de.digitalcollections.cudami.client.identifiable.CudamiIdentifierTypesClient

public class CudamiIdentifierTypesClient
extends CudamiBaseClient<de.digitalcollections.model.identifiable.IdentifierType>
  • Constructor Details

    • CudamiIdentifierTypesClient

      public CudamiIdentifierTypesClient​(java.net.http.HttpClient http, java.lang.String serverUrl, com.fasterxml.jackson.databind.ObjectMapper mapper)
  • Method Details

    • count

      public long count() throws HttpException
      Throws:
      HttpException
    • create

      public de.digitalcollections.model.identifiable.IdentifierType create()
    • find

      public de.digitalcollections.model.paging.PageResponse<de.digitalcollections.model.identifiable.IdentifierType> find​(de.digitalcollections.model.paging.PageRequest pageRequest) throws HttpException
      Throws:
      HttpException
    • find

      public de.digitalcollections.model.paging.SearchPageResponse<de.digitalcollections.model.identifiable.IdentifierType> find​(de.digitalcollections.model.paging.SearchPageRequest searchPageRequest) throws HttpException
      Throws:
      HttpException
    • find

      public java.util.List<de.digitalcollections.model.identifiable.IdentifierType> find​(java.lang.String searchTerm, int maxResults) throws HttpException
      Throws:
      HttpException
    • findOne

      public de.digitalcollections.model.identifiable.IdentifierType findOne​(java.util.UUID uuid) throws HttpException
      Throws:
      HttpException
    • findOne

      public de.digitalcollections.model.identifiable.IdentifierType findOne​(java.util.UUID uuid, java.lang.String locale) throws HttpException
      Throws:
      HttpException
    • findOneByIdentifier

      public de.digitalcollections.model.identifiable.IdentifierType findOneByIdentifier​(java.lang.String namespace, java.lang.String id) throws HttpException
      Throws:
      HttpException
    • save

      public de.digitalcollections.model.identifiable.IdentifierType save​(de.digitalcollections.model.identifiable.IdentifierType identifierType) throws HttpException
      Throws:
      HttpException
    • update

      public de.digitalcollections.model.identifiable.IdentifierType update​(java.util.UUID uuid, de.digitalcollections.model.identifiable.IdentifierType identifierType) throws HttpException
      Throws:
      HttpException