Uses of Class
org.alfresco.rest.api.model.CustomModel.ModelStatus
-
Packages that use CustomModel.ModelStatus Package Description org.alfresco.rest.api.model -
-
Uses of CustomModel.ModelStatus in org.alfresco.rest.api.model
Methods in org.alfresco.rest.api.model that return CustomModel.ModelStatus Modifier and Type Method Description CustomModel.ModelStatus
CustomModel. getStatus()
static CustomModel.ModelStatus
CustomModel.ModelStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CustomModel.ModelStatus[]
CustomModel.ModelStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.rest.api.model with parameters of type CustomModel.ModelStatus Modifier and Type Method Description void
CustomModel. setStatus(CustomModel.ModelStatus status)
-