Interface ChartDisplayerResource
-
public interface ChartDisplayerResourceResource for retrieving information about the chart displayers.- Since:
- 1.2.0-rc-1
- Version:
- $Id$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ChartDisplayerParameterInfo>getChartDisplayerInfo(String type)
-
-
-
Method Detail
-
getChartDisplayerInfo
List<ChartDisplayerParameterInfo> getChartDisplayerInfo(String type) throws org.xwiki.rest.XWikiRestException
- Parameters:
type- the type of the chart displayer. It's id.- Returns:
- a structure containing the
- Throws:
org.xwiki.rest.XWikiRestException
-
-