All Classes Files Functions Variables Enumerations Enumerator Groups Pages
kerio::jsonapi::admin::Statistics Interface Reference

Public Member Functions

void exportToHtml (out kerio::web::Download fileDownload, in TypeExpStatistics type, in string lang)
void get (out ServerStatistics statistics)
void getCharts (out ChartList chartList)
void getChartData (out ChartData chartData, in string classname, in string name, in long scaleId)
void reset ()

Member Function Documentation

void kerio::jsonapi::admin::Statistics::exportToHtml ( out kerio::web::Download  fileDownload,
in TypeExpStatistics  type,
in string  lang 
)

Export server statistics to HTML format.

Parameters
fileDownload- description of output file
type- export type
lang- export language
void kerio::jsonapi::admin::Statistics::get ( out ServerStatistics  statistics)

Obtain overall server statistics.

Parameters
data- current statistics
void kerio::jsonapi::admin::Statistics::getChartData ( out ChartData  chartData,
in string  classname,
in string  name,
in long  scaleId 
)

Obtain values of charts graph.

Parameters
chartData- values of charts graph
classname- classname of charts graph
name- name of charts graph
scaleId- ID of scale
void kerio::jsonapi::admin::Statistics::getCharts ( out ChartList  chartList)

Obtain descriptions of charts graphs.

Parameters
chartList- list of descriptions of charts graphs
void kerio::jsonapi::admin::Statistics::reset ( )

Reset statistics data.


The documentation for this interface was generated from the following file: