Package org.xwiki.livedata.rest
Interface LiveDataSourcesResource
public interface LiveDataSourcesResource
Provides the list of existing
LiveDataSource
implementations.- Since:
- 12.10
- Version:
- $Id: c309a0c61d79e42b8bad641a2cd6fdb549c23827 $
-
Method Summary
Modifier and TypeMethodDescriptiongetSources
(String namespace) Looks forLiveDataSource
implementations in the current name-space or the specified one and returns the list.
-
Method Details
-
getSources
Looks forLiveDataSource
implementations in the current name-space or the specified one and returns the list.- Parameters:
namespace
- the component manager name-space where to look forLiveDataSource
implementations; if not specified then the context / current name-space is used- Returns:
- the list of
LiveDataSource
implementations available in the specified name-space or the current name-space - Throws:
Exception
- if retrieving the list ofLiveDataSource
implementations fails
-