Uses of Enum Class
com.gentics.contentnode.rest.model.ContentRepositoryModel.Status
Packages that use ContentRepositoryModel.Status
-
Uses of ContentRepositoryModel.Status in com.gentics.contentnode.rest.model
Fields in com.gentics.contentnode.rest.model declared as ContentRepositoryModel.StatusModifier and TypeFieldDescriptionprotected ContentRepositoryModel.Status
ContentRepositoryModel.checkStatus
protected ContentRepositoryModel.Status
ContentRepositoryModel.dataStatus
Methods in com.gentics.contentnode.rest.model that return ContentRepositoryModel.StatusModifier 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.Methods in com.gentics.contentnode.rest.model with parameters of type ContentRepositoryModel.StatusModifier and TypeMethodDescriptionvoid
ContentRepositoryModel.setCheckStatus
(ContentRepositoryModel.Status checkStatus) Set structure check statusvoid
ContentRepositoryModel.setDataStatus
(ContentRepositoryModel.Status dataStatus) Set data check status