Skip to main content

EnsPortal.Component.activityGraph

class EnsPortal.Component.activityGraph extends %ZEN.Component.composite

Example chart for Ensemble TimeLine.

Property Inventory

Method Inventory

Parameters

parameter NAMESPACE = http://www.intersystems.com/EnsPortal;
Namespace for this
parameter USECOMMONDIRECTORY = 1;
Inherited description: If true, then the include files generated for this component, are placed in the common /csp/broker directory and not the local /csp/*namespace* directory.
This is intended for use with packages that are mapped so as to be visible to every namespace.
All Zen classes within the same package must have the same value for this parameter. It is the developer's responsibility to ensure this.

Properties

property autoUpdate as %Boolean [ InitialExpression = 1 ];
Property methods: autoUpdateDisplayToLogical(), autoUpdateGet(), autoUpdateIsValid(), autoUpdateLogicalToDisplay(), autoUpdateLogicalToXSD(), autoUpdateNormalize(), autoUpdateSet(), autoUpdateXSDToLogical()

Methods

method %OnDetermineCSSLevel() as %Integer
This callback method determines lets a page specify level of CSS support is used by this page. The default is to return "", which indicates that the built-in ZEN CSS level detection is used. A page can override this and return 2 or 3.
method GetHistoryData(ByRef pParameters, Output pMetaData, Output pData) as %Status
Get History data for the JSON provider.
method TraverseHostCounters(startDate As %Integer, startTime As %Integer, timeSlice As %Integer, configName As %String = "", timeFrame As %String, configSubscript As %String = "_")
Get totals of Ensemble host counters for each time slice startDate, startTime start of period for graph, specified in UTC timeSlice - size of time "buckets" in seconds
clientmethod changeTimeFrame() [ Language = javascript ]
Change time frame, reload data from server.
clientmethod setConfigName(confName) [ Language = javascript ]
Set the selected configuration name

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab