Uses of Class
org.xwiki.livedata.rest.model.jaxb.Sources
-
Packages that use Sources Package Description org.xwiki.livedata.rest org.xwiki.livedata.rest.model.jaxb -
-
Uses of Sources in org.xwiki.livedata.rest
Methods in org.xwiki.livedata.rest that return Sources Modifier and Type Method Description Sources
LiveDataSourcesResource. getSources(String namespace)
Looks forLiveDataSource
implementations in the current name-space or the specified one and returns the list. -
Uses of Sources in org.xwiki.livedata.rest.model.jaxb
Methods in org.xwiki.livedata.rest.model.jaxb that return Sources Modifier and Type Method Description Sources
ObjectFactory. createSources()
Create an instance ofSources
Sources
Sources. withSources(Collection<Source> values)
Sources
Sources. withSources(Source... values)
-