Package org.xwiki.livedata.rest
Interface LiveDataSourcesResource
-
public interface LiveDataSourcesResource
Provides the list of existingLiveDataSource
implementations.- Since:
- 12.10
- Version:
- $Id: c309a0c61d79e42b8bad641a2cd6fdb549c23827 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Sources
getSources(String namespace)
Looks forLiveDataSource
implementations in the current name-space or the specified one and returns the list.
-
-
-
Method Detail
-
getSources
Sources getSources(String namespace) throws Exception
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
-
-