Uses of Enum Class
com.gentics.contentnode.rest.model.ContentRepositoryModel.Status
-
Uses of ContentRepositoryModel.Status in com.gentics.contentnode.rest.model
Modifier and TypeFieldDescriptionprotected ContentRepositoryModel.Status
ContentRepositoryModel.checkStatus
protected ContentRepositoryModel.Status
ContentRepositoryModel.dataStatus
Modifier and TypeMethodDescriptionContentRepositoryModel.Status.from
(int code) Transform status code into StatusContentRepositoryModel.getCheckStatus()
Status of last structure checkContentRepositoryModel.getDataStatus()
Status of last data checkReturns the enum constant of this class with the specified name.static ContentRepositoryModel.Status[]
ContentRepositoryModel.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ContentRepositoryModel.setCheckStatus
(ContentRepositoryModel.Status checkStatus) Set structure check statusvoid
ContentRepositoryModel.setDataStatus
(ContentRepositoryModel.Status dataStatus) Set data check status