Package org.xwiki.livedata.rest
Interface LiveDataSourceResource
public interface LiveDataSourceResource
Exposes a
LiveDataSource
through REST.- Since:
- 12.10
- Version:
- $Id: 583cfe6b18de107f049a91a55906b4056552aeb1 $
-
Method Summary
-
Method Details
-
getSource
Provides information about the specified live data source component.- Parameters:
sourceId
- indicates the live data source component implementationnamespace
- the component manager name-space where to look for the specified live data source; if not specified then the context / current names-pace is used- Returns:
- information about the specified live data source
- Throws:
Exception
- if retrieving the specified live data source fails
-