Package org.xwiki.livedata.rest
Interface LiveDataSourceResource
-
public interface LiveDataSourceResource
Exposes aLiveDataSource
through REST.- Since:
- 12.10
- Version:
- $Id: 583cfe6b18de107f049a91a55906b4056552aeb1 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Source
getSource(String sourceId, String namespace)
Provides information about the specified live data source component.
-
-
-
Method Detail
-
getSource
Source getSource(String sourceId, String namespace) throws Exception
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
-
-