Uses of Class
org.xwiki.livedata.rest.model.jaxb.Properties
-
Packages that use Properties Package Description org.xwiki.livedata.rest org.xwiki.livedata.rest.model.jaxb -
-
Uses of Properties in org.xwiki.livedata.rest
Methods in org.xwiki.livedata.rest that return Properties Modifier and Type Method Description Properties
LiveDataPropertiesResource. getProperties(String sourceId, String namespace)
Provides the list of properties known by a specificLiveDataSource
implementation. -
Uses of Properties in org.xwiki.livedata.rest.model.jaxb
Methods in org.xwiki.livedata.rest.model.jaxb that return Properties Modifier and Type Method Description Properties
ObjectFactory. createProperties()
Create an instance ofProperties
Properties
Properties. withProperties(Collection<PropertyDescriptor> values)
Properties
Properties. withProperties(PropertyDescriptor... values)
-