OThinker.H3.Analytics.IAnalyzer

说明:BPA服务接口

访问入口:this.Engine.Analyzer

示例:

this.Engine.Analyzer.GetReportSource("SourceID")

 

方法名称:OThinker.H3.Analytics.Reporting.ReportSource

方法说明

构造函数

输入参数

名称

类型

说明

返回值

 

方法名称:AddReportSource(OThinker.H3.Analytics.Reporting.ReportSource)

方法说明

添加报表数据源

输入参数

名称

类型

说明

Source

OThinker.H3.Analytics.Reporting.ReportSource

报表数据源对象

返回值

返回添加是否成功

 

方法名称:GetReportSource(System.String)

方法说明

根据ID获取报表数据源

输入参数

名称

类型

说明

SourceID

System.String

数据源ID

返回值

返回报表数据源

 

方法名称:GetReportSourceByCode(System.String)

方法说明

根据编码获取报表数据源

输入参数

名称

类型

说明

SourceCode

System.String

数据源编码

返回值

返回报表数据源

 

方法名称:GetReportSources

方法说明

获取所有报表数据源

输入参数

名称

类型

说明

返回值

返回报表数据源集合

 

方法名称:RemoveReportSource(System.String)

方法说明

删除报表数据源

输入参数

名称

类型

说明

SourceID

System.String

数据源ID

返回值

返回移除报表数据源是否成功

 

方法名称:UpdateReportSource(OThinker.H3.Analytics.Reporting.ReportSource)

方法说明

更新报表数据源配置

输入参数

名称

类型

说明

Source

OThinker.H3.Analytics.Reporting.ReportSource

报表数据源对象

返回值

返回更新是否成功

 

方法名称:GetReportTemplate(System.String)

方法说明

获取报表模板

输入参数

名称

类型

说明

ObjectID

System.String

报表模板ID

返回值

返回报表模板

 

方法名称:GetReportTemplateByCode(System.String)

方法说明

获取报表模板

输入参数

名称

类型

说明

Code

System.String

报表模板编码

返回值

返回报表模板

 

方法名称:GetReportTemplatesByType(OThinker.H3.Analytics.Reporting.ReportType)

方法说明

根据报表类型,获取报表模板

输入参数

名称

类型

说明

ReportType

OThinker.H3.Analytics.Reporting.ReportType

报表类型

返回值

返回报表模板集合

 

方法名称:GetAllReportTemplates

方法说明

获取所有报表模板

输入参数

名称

类型

说明

返回值

返回报表模板集合

 

方法名称:GetReportTemplateByFolderCode(System.String)

方法说明

根据目录编码,获取报表

输入参数

名称

类型

说明

FolderCode

System.String

目录编码

返回值

返回报表模板集合

 

方法名称:AddReportTemplate(OThinker.H3.Analytics.Reporting.ReportTemplate)

方法说明

添加报表模板

输入参数

名称

类型

说明

ReportTemplate

OThinker.H3.Analytics.Reporting.ReportTemplate

报表模板对象

返回值

返回添加是否成功

 

方法名称:RemoveReportTemplate(System.String)

方法说明

删除报表模板

输入参数

名称

类型

说明

ObjectID

System.String

报表模板对象ID

返回值

返回删除是否成功

 

方法名称:UpdateReportTemplate(OThinker.H3.Analytics.Reporting.ReportTemplate)

方法说明

更新报表模板

输入参数

名称

类型

说明

ReportTemplate

OThinker.H3.Analytics.Reporting.ReportTemplate

报表模板对象

返回值

返回更新是否成功