Package | Description |
---|---|
com.gentics.contentnode.rest.model.response | |
com.gentics.contentnode.rest.resource |
Modifier and Type | Class and Description |
---|---|
class |
PageUsageListResponse
Response for a page usage request.
|
class |
ReferencedPagesListResponse
Response for a list of referenced pages
|
Modifier and Type | Method and Description |
---|---|
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,
List<Permission> permission,
int priority,
List<Integer> templateIds,
int editedBefore,
int editedSince,
int createdBefore,
int createdSince,
int publishedBefore,
int publishedSince,
Boolean inherited,
WastebinSearch wastebinSearch)
get a list of pages for this folder
|
PageListResponse |
PageResource.pubqueue(Integer skipCount,
Integer maxItems,
String search,
String sortBy,
String sortOrder)
Get all pages (for all nodes) in the publish queue
|
Copyright © 2018 Gentics Software. All rights reserved.