Uses of Class
org.exoplatform.wiki.service.rest.model.Property
-
Packages that use Property Package Description org.exoplatform.wiki.service.rest.model -
-
Uses of Property in org.exoplatform.wiki.service.rest.model
Fields in org.exoplatform.wiki.service.rest.model with type parameters of type Property Modifier and Type Field Description protected List<Property>Class. propertiesprotected List<Property>Object. propertiesprotected List<Property>Properties. propertiesMethods in org.exoplatform.wiki.service.rest.model that return Property Modifier and Type Method Description PropertyObjectFactory. createProperty()Create an instance ofPropertyMethods in org.exoplatform.wiki.service.rest.model that return types with arguments of type Property Modifier and Type Method Description List<Property>Class. getProperties()Gets the value of the properties property.List<Property>Object. getProperties()Gets the value of the properties property.List<Property>Properties. getProperties()Gets the value of the properties property.
-