Uses of Class
com.gentics.contentnode.rest.resource.parameter.PageModelParameterBean
-
Packages that use PageModelParameterBean Package Description com.gentics.contentnode.rest.resource -
-
Uses of PageModelParameterBean in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type PageModelParameterBean Modifier and Type Method Description PageUsageListResponse
PageResource. getPagetagUsageInfo(Integer skipCount, Integer maxItems, String sortBy, String sortOrder, List<Integer> pageId, Integer nodeId, boolean returnPages, PageModelParameterBean pageModel)
Get the pages containing pagetags pointing to one of the given pages.PageUsageListResponse
FileResource. getPageUsageInfo(Integer skipCount, Integer maxItems, String sortBy, String sortOrder, List<Integer> fileId, Integer nodeId, boolean returnPages, PageModelParameterBean pageModel)
Get the pages using one of the given filesPageUsageListResponse
ImageResource. getPageUsageInfo(Integer skipCount, Integer maxItems, String sortBy, String sortOrder, List<Integer> imageId, Integer nodeId, boolean returnPages, PageModelParameterBean pageModel)
Get the pages using one of the given imagesPageUsageListResponse
PageResource. getPageUsageInfo(Integer skipCount, Integer maxItems, String sortBy, String sortOrder, List<Integer> pageId, Integer nodeId, boolean returnPages, PageModelParameterBean pageModel)
Get the pages using one of the given pagesPageUsageListResponse
PageResource. getVariantsUsageInfo(Integer skipCount, Integer maxItems, String sortBy, String sortOrder, List<Integer> pageId, Integer nodeId, boolean returnPages, PageModelParameterBean pageModel)
Get the page variants of the given pages
-