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 forLiveDataSourceimplementations in the current name-space or the specified one and returns the list.
-
Method Details
-
getSources
Looks forLiveDataSourceimplementations in the current name-space or the specified one and returns the list.- Parameters:
namespace- the component manager name-space where to look forLiveDataSourceimplementations; if not specified then the context / current name-space is used- Returns:
- the list of
LiveDataSourceimplementations available in the specified name-space or the current name-space - Throws:
Exception- if retrieving the list ofLiveDataSourceimplementations fails
-