Class CudamiSubtopicsClient


  • public class CudamiSubtopicsClient
    extends CudamiBaseClient<de.digitalcollections.model.impl.identifiable.entity.parts.SubtopicImpl>
    • Constructor Detail

      • CudamiSubtopicsClient

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

      • create

        public de.digitalcollections.model.api.identifiable.entity.parts.Subtopic create()
      • find

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

        public de.digitalcollections.model.api.identifiable.entity.parts.Subtopic findOne​(UUID uuid)
                                                                                   throws HttpException
        Throws:
        HttpException
      • findOneByIdentifier

        public de.digitalcollections.model.api.identifiable.entity.parts.Subtopic findOneByIdentifier​(String namespace,
                                                                                                      String id)
                                                                                               throws HttpException
        Throws:
        HttpException
      • getBreadcrumbNavigation

        public de.digitalcollections.model.api.view.BreadcrumbNavigation getBreadcrumbNavigation​(UUID uuid)
                                                                                          throws HttpException
        Throws:
        HttpException
      • getChildren

        public List<de.digitalcollections.model.impl.identifiable.entity.parts.SubtopicImpl> getChildren​(UUID uuid)
                                                                                                  throws HttpException
        Throws:
        HttpException
      • getChildren

        public de.digitalcollections.model.api.paging.PageResponse<de.digitalcollections.model.impl.identifiable.entity.parts.SubtopicImpl> getChildren​(UUID uuid,
                                                                                                                                                        de.digitalcollections.model.api.paging.PageRequest pageRequest)
                                                                                                                                                 throws HttpException
        Throws:
        HttpException
      • getParent

        public de.digitalcollections.model.api.identifiable.entity.parts.Subtopic getParent​(UUID uuid)
                                                                                     throws HttpException
        Throws:
        HttpException
      • getSubtopicsOfEntity

        public List<de.digitalcollections.model.impl.identifiable.entity.parts.SubtopicImpl> getSubtopicsOfEntity​(UUID uuid)
                                                                                                           throws HttpException
        Throws:
        HttpException
      • getSubtopicsOfFileResource

        public List<de.digitalcollections.model.impl.identifiable.entity.parts.SubtopicImpl> getSubtopicsOfFileResource​(UUID uuid)
                                                                                                                 throws HttpException
        Throws:
        HttpException
      • getTopic

        public de.digitalcollections.model.api.identifiable.entity.Topic getTopic​(UUID rootWebpageUuid)
                                                                           throws HttpException
        Throws:
        HttpException
      • save

        public de.digitalcollections.model.api.identifiable.entity.parts.Subtopic save​(de.digitalcollections.model.api.identifiable.entity.parts.Subtopic subtopic)
                                                                                throws HttpException
        Throws:
        HttpException
      • saveFileResources

        public List<de.digitalcollections.model.api.identifiable.resource.FileResource> saveFileResources​(UUID uuid,
                                                                                                          List fileResources)
                                                                                                   throws HttpException
        Throws:
        HttpException
      • saveWithParentTopic

        public de.digitalcollections.model.api.identifiable.entity.parts.Subtopic saveWithParentTopic​(de.digitalcollections.model.api.identifiable.entity.parts.Subtopic subtopic,
                                                                                                      UUID parentTopicUuid)
                                                                                               throws HttpException
        Throws:
        HttpException
      • saveWithParentSubtopic

        public de.digitalcollections.model.api.identifiable.entity.parts.Subtopic saveWithParentSubtopic​(de.digitalcollections.model.api.identifiable.entity.parts.Subtopic subtopic,
                                                                                                         UUID parentSubtopicUuid)
                                                                                                  throws HttpException
        Throws:
        HttpException
      • update

        public de.digitalcollections.model.api.identifiable.entity.parts.Subtopic update​(UUID uuid,
                                                                                         de.digitalcollections.model.api.identifiable.entity.parts.Subtopic subtopic)
                                                                                  throws HttpException
        Throws:
        HttpException