Package | Description |
---|---|
com.gentics.contentnode.rest.model |
Modifier and Type | Field and Description |
---|---|
protected ContentRepositoryModel.Status |
ContentRepositoryModel.checkStatus |
protected ContentRepositoryModel.Status |
ContentRepositoryModel.dataStatus |
Modifier and Type | Method and Description |
---|---|
static ContentRepositoryModel.Status |
ContentRepositoryModel.Status.from(int code)
Transform status code into Status
|
ContentRepositoryModel.Status |
ContentRepositoryModel.getCheckStatus()
Status of last structure check
|
ContentRepositoryModel.Status |
ContentRepositoryModel.getDataStatus()
Status of last data check
|
static ContentRepositoryModel.Status |
ContentRepositoryModel.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentRepositoryModel.Status[] |
ContentRepositoryModel.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentRepositoryModel.setCheckStatus(ContentRepositoryModel.Status checkStatus)
Set structure check status
|
void |
ContentRepositoryModel.setDataStatus(ContentRepositoryModel.Status dataStatus)
Set data check status
|
Copyright © 2024 Gentics Software. All rights reserved.