Package pro.taskana.common.rest.models
Class CollectionRepresentationModel<T extends org.springframework.hateoas.RepresentationModel<? super T>>
- java.lang.Object
-
- org.springframework.hateoas.RepresentationModel<CollectionRepresentationModel<T>>
-
- pro.taskana.common.rest.models.CollectionRepresentationModel<T>
-
- Direct Known Subclasses:
ClassificationCollectionRepresentationModel,ClassificationDefinitionCollectionRepresentationModel,DistributionTargetsCollectionRepresentationModel,PagedRepresentationModel,TaskCommentCollectionRepresentationModel,TaskSummaryCollectionRepresentationModel,WorkbasketAccessItemCollectionRepresentationModel,WorkbasketDefinitionCollectionRepresentationModel
public class CollectionRepresentationModel<T extends org.springframework.hateoas.RepresentationModel<? super T>> extends org.springframework.hateoas.RepresentationModel<CollectionRepresentationModel<T>>
-
-
Constructor Summary
Constructors Constructor Description CollectionRepresentationModel(Collection<T> content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<T>getContent()
-
-
-
Constructor Detail
-
CollectionRepresentationModel
public CollectionRepresentationModel(Collection<T> content)
-
-
Method Detail
-
getContent
public Collection<T> getContent()
-
-