Class CudamiWorksClient


  • public class CudamiWorksClient
    extends CudamiBaseClient<de.digitalcollections.model.impl.identifiable.entity.work.WorkImpl>
    • Constructor Detail

      • CudamiWorksClient

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

      • create

        public de.digitalcollections.model.api.identifiable.entity.work.Work create()
      • find

        public de.digitalcollections.model.api.paging.PageResponse<de.digitalcollections.model.impl.identifiable.entity.work.WorkImpl> 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.work.WorkImpl> findByLanguageAndInitial​(int pageNumber,
                                                                                                                                                                int pageSize,
                                                                                                                                                                String sortField,
                                                                                                                                                                String sortDirection,
                                                                                                                                                                String nullHandling,
                                                                                                                                                                String language,
                                                                                                                                                                String initial)
                                                                                                                                                         throws HttpException
        Throws:
        HttpException
      • save

        public de.digitalcollections.model.api.identifiable.entity.work.Work save​(de.digitalcollections.model.api.identifiable.entity.work.Work work)
                                                                           throws HttpException
        Throws:
        HttpException
      • update

        public de.digitalcollections.model.api.identifiable.entity.work.Work update​(UUID uuid,
                                                                                    de.digitalcollections.model.api.identifiable.entity.work.Work work)
                                                                             throws HttpException
        Throws:
        HttpException