Uses of Class
org.xwiki.livedata.rest.model.jaxb.PropertyDescriptor
-
Packages that use PropertyDescriptor Package Description org.xwiki.livedata.rest org.xwiki.livedata.rest.model.jaxb -
-
Uses of PropertyDescriptor in org.xwiki.livedata.rest
Methods in org.xwiki.livedata.rest that return PropertyDescriptor Modifier and Type Method Description PropertyDescriptor
LiveDataPropertyResource. getProperty(String sourceId, String namespace, String propertyId)
Provides information about a live data property.PropertyDescriptor
LiveDataPropertyTypeResource. getType(String sourceId, String namespace, String typeId)
Provides information about the specified live data property type.Methods in org.xwiki.livedata.rest with parameters of type PropertyDescriptor Modifier and Type Method Description javax.ws.rs.core.Response
LiveDataPropertiesResource. addProperty(String sourceId, String namespace, PropertyDescriptor propertyDescriptor)
Adds a new property to the data set.javax.ws.rs.core.Response
LiveDataPropertyResource. updateProperty(String sourceId, String namespace, String propertyId, PropertyDescriptor propertyDescriptor)
Updates the descriptor of a live data property. -
Uses of PropertyDescriptor in org.xwiki.livedata.rest.model.jaxb
Fields in org.xwiki.livedata.rest.model.jaxb with type parameters of type PropertyDescriptor Modifier and Type Field Description protected List<PropertyDescriptor>
Properties. properties
protected List<PropertyDescriptor>
Types. types
Methods in org.xwiki.livedata.rest.model.jaxb that return types with arguments of type PropertyDescriptor Modifier and Type Method Description javax.xml.bind.JAXBElement<PropertyDescriptor>
ObjectFactory. createProperty(PropertyDescriptor value)
javax.xml.bind.JAXBElement<PropertyDescriptor>
ObjectFactory. createType(PropertyDescriptor value)
List<PropertyDescriptor>
Properties. getProperties()
Gets the value of the properties property.List<PropertyDescriptor>
Types. getTypes()
Gets the value of the types property.Methods in org.xwiki.livedata.rest.model.jaxb with parameters of type PropertyDescriptor Modifier and Type Method Description javax.xml.bind.JAXBElement<PropertyDescriptor>
ObjectFactory. createProperty(PropertyDescriptor value)
javax.xml.bind.JAXBElement<PropertyDescriptor>
ObjectFactory. createType(PropertyDescriptor value)
Properties
Properties. withProperties(PropertyDescriptor... values)
Types
Types. withTypes(PropertyDescriptor... values)
Method parameters in org.xwiki.livedata.rest.model.jaxb with type arguments of type PropertyDescriptor Modifier and Type Method Description Properties
Properties. withProperties(Collection<PropertyDescriptor> values)
Types
Types. withTypes(Collection<PropertyDescriptor> values)
-