Uses of Interface
org.xwiki.livedata.LiveDataSource
-
Packages that use LiveDataSource Package Description org.xwiki.livedata -
-
Uses of LiveDataSource in org.xwiki.livedata
Methods in org.xwiki.livedata that return types with arguments of type LiveDataSource Modifier and Type Method Description default Optional<LiveDataSource>
LiveDataSourceManager. get(String sourceHint)
Looks for a live data source in the current namespace.default Optional<LiveDataSource>
LiveDataSourceManager. get(String sourceHint, String namespace)
Looks for a live data source in the specified namespace.default Optional<LiveDataSource>
LiveDataSourceManager. get(LiveDataQuery.Source source)
Looks for a live data source in the current namespace.Optional<LiveDataSource>
LiveDataSourceManager. get(LiveDataQuery.Source source, String namespace)
Looks for a live data source in the specified namespace.
-