Uses of Class
com.gentics.contentnode.rest.model.response.LegacyPageListResponse
-
Packages that use LegacyPageListResponse Package Description com.gentics.contentnode.rest.model.response com.gentics.contentnode.rest.resource -
-
Uses of LegacyPageListResponse in com.gentics.contentnode.rest.model.response
Subclasses of LegacyPageListResponse in com.gentics.contentnode.rest.model.response Modifier and Type Class Description class
PageUsageListResponse
Response for a page usage request.class
ReferencedPagesListResponse
Response for a list of referenced pages -
Uses of LegacyPageListResponse in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource that return LegacyPageListResponse Modifier and Type Method Description LegacyPageListResponse
FolderResource. findPages(Integer folderId, String query, Integer skipCount, Integer maxItems, LinksType links, boolean recursive)
LegacyPageListResponse
FolderResource. getPages(String id, InFolderParameterBean inFolder, PageListParameterBean pageListParams, LegacyFilterParameterBean filterParams, LegacySortParameterBean sortingParams, LegacyPagingParameterBean pagingParams, PublishableParameterBean publishParams, WastebinParameterBean wastebinParams)
LegacyPageListResponse
PageResource. pubqueue(Integer skipCount, Integer maxItems, String search, String sortBy, String sortOrder)
Get all pages (for all nodes) in the publish queue
-