Package pro.taskana.common.rest.models
Class PagedRepresentationModel<T extends org.springframework.hateoas.RepresentationModel<? super T>>
java.lang.Object
org.springframework.hateoas.RepresentationModel<CollectionRepresentationModel<T>>
pro.taskana.common.rest.models.CollectionRepresentationModel<T>
pro.taskana.common.rest.models.PagedRepresentationModel<T>
- Direct Known Subclasses:
ClassificationSummaryPagedRepresentationModel,TaskSummaryPagedRepresentationModel,WorkbasketAccessItemPagedRepresentationModel,WorkbasketSummaryPagedRepresentationModel
public abstract class PagedRepresentationModel<T extends org.springframework.hateoas.RepresentationModel<? super T>>
extends CollectionRepresentationModel<T>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPagedRepresentationModel(Collection<T> content, PageMetadata pageMetadata) -
Method Summary
Methods inherited from class pro.taskana.common.rest.models.CollectionRepresentationModel
getContentMethods inherited from class org.springframework.hateoas.RepresentationModel
add, add, add, addAllIf, addIf, equals, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hashCode, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks, toString
-
Constructor Details
-
PagedRepresentationModel
-
-
Method Details
-
getPageMetadata
-