Package | Description |
---|---|
com.orchestranetworks.addon.dqid |
Provides classes and interfaces to define, publish and execute indicators.
|
com.orchestranetworks.addon.dqid.controller |
Provides classes to execute indicators on-demand, or using triggers.
|
Class and Description |
---|
BigDataDefinition
Defines fields in the
Big data report table - Insight - Reporting data set. |
BigDataValue
Deprecated.
|
BigDecimalValue
Represents a decimal outcome of
IndicatorReport . |
DataElementConcept
Represents a Data Element Concept.
|
DECIndicator
This abstract class must be extended to define the behavior of an indicator running on a
Data Element Concept . |
DECIndicatorExecutionContext
Execution context for a Data Element Concept.
|
DECIndicatorExecutionEnvironment
The execution environment for a Data Element Concept.
|
FlatDataAccessor
Retrieves specific data in the
Flat data table or the Big data table from IndicatorExecutionContext . |
FlatDataDefinition
Contains definitions of the fields in the
Flat data report table - Insight - Reporting data set. |
FlatDataValue
Defines a value set in either the
Big data table or the Flat data table. |
GraphicalOptions
Provides additional information for a
ParameterDefinition , which is used for chart generation. |
Indicator
This abstract class must be extended to define the behavior of an indicator.
|
IndicatorConfiguration
Offers accessors to the configuration.
|
IndicatorDefinition
Defines an indicator.
Guides and inputs the indicator declaration in the user interface. |
IndicatorDefinitionContext
Represents the configuration of an
IndicatorDefinition . |
IndicatorExecutionContext
The execution context of the indicator.
|
IndicatorExecutionEnvironment
Execution environment of the indicator.
|
IndicatorReport
The Java Bean container an
Indicator 's outcomes. |
IndicatorReportAccessor
Retrieves specific data in the
Indicator report table and the Indicator value table from IndicatorExecutionContext . |
IndicatorStorage
Defines the storage of results.
|
IndicatorValue
Defines an atomic outcome of
IndicatorReport . |
LinkedRecord
The relevant records that affect an indicator result.
|
LinkedRecordDefinition
Declares the rule that defines what kind of records affecting an indicator result.
|
LinkedRecordInformation
Retrieves the rule that defines what kinds of records affecting an indicator result.
|
ListConstraint
Definition of a constraint for a multiple occurred parameter or enumeration.
|
ParameterConstraint
The definition of a constraint for the value of a parameter.
|
ParameterDefinition
The definition of an
Indicator input or output parameter. |
PredefinedValue
To define a value with a string label or a localized label.
|
ReportingDefinition
Declares associations between output parameters and reporting fields in the
Flat data report table or the Big data report table of Insight - Reporting data sets. |
ReportingUtilities
Offers accessors to the reporting.
|
Watchdog
Represents the configured Watchdog for the
Indicator . |
WatchdogInformation
The definition of a watchdog for an
Indicator . |
WorkflowIndicator
This abstract class must be extended to define the behavior of an indicator run on a workflow.
|
WorkflowIndicatorExecutionContext
The on-demand context for a workflow.
|
WorkflowIndicatorExecutionEnvironment
The execution environment for a workflow.
|
Class and Description |
---|
DECIndicatorExecutionContextOnDemand
The on-demand context for a data element concept.
|
DECIndicatorExecutionContextOnProbe
The on-probe context for a data element concept.
|
IndicatorsExecutionResult
Global execution result of all indicators.
|
WorkflowIndicatorExecutionContext
The on-demand context for a workflow.
|