Class CudamiEntityRelationsClient

    • Constructor Detail

      • CudamiEntityRelationsClient

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

      • getRelationsByPredicate

        public de.digitalcollections.model.api.paging.PageResponse<de.digitalcollections.model.api.identifiable.entity.relation.EntityRelation> getRelationsByPredicate​(String predicate,
                                                                                                                                                                        de.digitalcollections.model.api.paging.PageRequest pageRequest)
                                                                                                                                                                 throws HttpException
        Throws:
        HttpException
      • saveRelations

        public List<de.digitalcollections.model.api.identifiable.entity.relation.EntityRelation> saveRelations​(List<de.digitalcollections.model.api.identifiable.entity.relation.EntityRelation> relations)
                                                                                                        throws HttpException
        Throws:
        HttpException