Package | Description |
---|---|
com.gentics.contentnode.rest.model | |
com.gentics.contentnode.rest.resource |
Modifier and Type | Method and Description |
---|---|
PageStatus |
Page.getPageStatus()
Get the page statustext
|
static PageStatus |
PageStatus.getStatus(int code)
Get the status text for a given code value
|
static PageStatus |
PageStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageStatus[] |
PageStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Page.setPageStatus(PageStatus pageStatus)
Set the page statustext
|
Modifier and Type | Method and Description |
---|---|
static List<Integer> |
PageStatus.getCodes(List<PageStatus> stati)
Get the status codes for the given page stati
|
Modifier and Type | Method and Description |
---|---|
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 editedBefore,
int editedSince,
int createdBefore,
int createdSince,
int publishedBefore,
int publishedSince,
Boolean inherited,
WastebinSearch wastebinSearch)
get a list of pages for this folder
|
Copyright © 2015 Gentics Software GmbH. All rights reserved.