Indicator creation

Please refer to package com.orchestranetworks.addon.dqid for the examples of indicator creation.

 

Indicator execution

Please refer to package com.orchestranetworks.addon.dqid.controller for the examples of indicator execution.

 

Chart API

Please refer to package com.orchestranetworks.addon.dqid.chart for the examples of the chart API.

 

Dashboard export

Please refer to package com.orchestranetworks.addon.dqid.dashboard for the examples of the dashboard export API.


Packages 
Package Description
com.orchestranetworks.addon.dqid
Provides classes and interfaces to define, publish and execute indicators.
com.orchestranetworks.addon.dqid.chart
Provides classes to define charts and write them to an HTML document.
com.orchestranetworks.addon.dqid.common
Provides common classes that are used by other classes such as exceptions and enumerations.
com.orchestranetworks.addon.dqid.controller
Provides classes to execute indicators on-demand, or using triggers.
com.orchestranetworks.addon.dqid.dashboard
Provides classes to operate with add-on's dashboard.
com.orchestranetworks.addon.dqid.service
Provides APIs to execute the EBX Insight Add-on services.
com.orchestranetworks.addon.dqid.service.purgeindicator