Uses of Class
com.gentics.contentnode.rest.model.response.PageListResponse

Packages that use PageListResponse
com.gentics.contentnode.rest.model.response   
com.gentics.contentnode.rest.resource   
 

Uses of PageListResponse in com.gentics.contentnode.rest.model.response
 

Subclasses of PageListResponse in com.gentics.contentnode.rest.model.response
 class PageUsageListResponse
          Response for a page usage request.
 

Uses of PageListResponse in com.gentics.contentnode.rest.resource
 

Methods in com.gentics.contentnode.rest.resource that return PageListResponse
 PageListResponse FolderResource.findPages(Integer folderId, String query, Integer skipCount, Integer maxItems, LinksType links, boolean recursive)
          Deprecated. use #getPages(Integer, Integer, Integer, Integer, boolean, boolean, boolean, String, String, boolean, String, String, boolean, int, boolean, boolean) instead
 PageListResponse FolderResource.getPages(String id, Integer skipCount, Integer maxItems, Integer nodeId, boolean template, boolean folder, boolean languageVariants, String language, boolean langFallback, boolean contentTags, boolean objectTags, String search, boolean searchContent, String filename, boolean recursive, String sortBy, String sortOrder, boolean isEditor, boolean isCreator, boolean isPublisher, String editor, String creator, String publisher, int timeDue, boolean workflowOwn, boolean workflowWatch, Boolean inSync, boolean translationStatus, List<PageStatus> status, int priority, List<Integer> templateIds, int editedSince, int createdSince, int publishedSince, Boolean inherited)
          get a list of pages for this folder
 



Copyright © 2015 Gentics Software GmbH. All Rights Reserved.