|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PageStatus | |
---|---|
com.gentics.contentnode.rest.model | |
com.gentics.contentnode.rest.resource |
Uses of PageStatus in com.gentics.contentnode.rest.model |
---|
Methods in com.gentics.contentnode.rest.model that return PageStatus | |
---|---|
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. |
Methods in com.gentics.contentnode.rest.model with parameters of type PageStatus | |
---|---|
void |
Page.setPageStatus(PageStatus pageStatus)
Set the page statustext |
Method parameters in com.gentics.contentnode.rest.model with type arguments of type PageStatus | |
---|---|
static List<Integer> |
PageStatus.getCodes(List<PageStatus> stati)
Get the status codes for the given page stati |
Uses of PageStatus in com.gentics.contentnode.rest.resource |
---|
Method parameters in com.gentics.contentnode.rest.resource with type arguments of type PageStatus | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |