Package | Description |
---|---|
com.gentics.contentnode.rest.model | |
com.gentics.contentnode.rest.resource.parameter |
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 | Field and Description |
---|---|
List<PageStatus> |
PageListParameterBean.status
list of page stati
|
Modifier and Type | Method and Description |
---|---|
PageListParameterBean |
PageListParameterBean.setStatus(List<PageStatus> status) |
Copyright © 2020 Gentics Software. All rights reserved.