Class CudamiPersonsClient


  • public class CudamiPersonsClient
    extends CudamiBaseClient<de.digitalcollections.model.impl.identifiable.entity.agent.PersonImpl>
    • Constructor Detail

      • CudamiPersonsClient

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

      • create

        public de.digitalcollections.model.api.identifiable.entity.agent.Person create()
      • find

        public de.digitalcollections.model.api.paging.PageResponse<de.digitalcollections.model.impl.identifiable.entity.agent.PersonImpl> find​(de.digitalcollections.model.api.paging.PageRequest pageRequest)
                                                                                                                                        throws HttpException
        Throws:
        HttpException
      • findByLanguageAndInitial

        public de.digitalcollections.model.api.paging.PageResponse findByLanguageAndInitial​(de.digitalcollections.model.api.paging.PageRequest pageRequest,
                                                                                            String language,
                                                                                            String initial)
                                                                                     throws HttpException
        Throws:
        HttpException
      • findByLanguageAndInitial

        public de.digitalcollections.model.api.paging.PageResponse<de.digitalcollections.model.impl.identifiable.entity.agent.PersonImpl> findByLanguageAndInitial​(int pageNumber,
                                                                                                                                                                   int pageSize,
                                                                                                                                                                   String sortField,
                                                                                                                                                                   String sortDirection,
                                                                                                                                                                   String nullHandling,
                                                                                                                                                                   String language,
                                                                                                                                                                   String initial)
                                                                                                                                                            throws HttpException
        Throws:
        HttpException
      • findByPlaceOfBirth

        public de.digitalcollections.model.api.paging.PageResponse<de.digitalcollections.model.impl.identifiable.entity.agent.PersonImpl> findByPlaceOfBirth​(de.digitalcollections.model.api.paging.PageRequest pageRequest,
                                                                                                                                                             UUID uuidGeoLocation)
                                                                                                                                                      throws HttpException
        Throws:
        HttpException
      • findByPlaceOfDeath

        public de.digitalcollections.model.api.paging.PageResponse<de.digitalcollections.model.impl.identifiable.entity.agent.PersonImpl> findByPlaceOfDeath​(de.digitalcollections.model.api.paging.PageRequest pageRequest,
                                                                                                                                                             UUID uuidGeoLocation)
                                                                                                                                                      throws HttpException
        Throws:
        HttpException
      • findOneByIdentifier

        public de.digitalcollections.model.api.identifiable.entity.agent.Person findOneByIdentifier​(String namespace,
                                                                                                    String id)
                                                                                             throws HttpException
        Throws:
        HttpException
      • save

        public de.digitalcollections.model.api.identifiable.entity.agent.Person save​(de.digitalcollections.model.api.identifiable.entity.agent.Person person)
                                                                              throws HttpException
        Throws:
        HttpException
      • update

        public de.digitalcollections.model.api.identifiable.entity.agent.Person update​(UUID uuid,
                                                                                       de.digitalcollections.model.api.identifiable.entity.agent.Person person)
                                                                                throws HttpException
        Throws:
        HttpException