Class EmbeddedPage
- java.lang.Object
-
- org.dspace.app.rest.model.hateoas.EmbeddedPageHeader
-
- org.dspace.app.rest.model.hateoas.EmbeddedPage
-
public class EmbeddedPage extends EmbeddedPageHeader
Class to embed a page in a HAL Resource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.dspace.app.rest.model.hateoas.EmbeddedPageHeader
EmbeddedPageHeader.Href
-
-
Field Summary
-
Fields inherited from class org.dspace.app.rest.model.hateoas.EmbeddedPageHeader
page, self, totalElementsIsKnown
-
-
Constructor Summary
Constructors Constructor Description EmbeddedPage(String self, org.springframework.data.domain.Page page, List fullList, boolean totalElementsIsKnown, String relation)EmbeddedPage(String self, org.springframework.data.domain.Page page, List fullList, String relation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListgetFullList()Map<String,List>getPageContent()-
Methods inherited from class org.dspace.app.rest.model.hateoas.EmbeddedPageHeader
getLinks, getPageInfo
-
-