Package | Description |
---|---|
com.orchestranetworks.addon.dqid.controller |
Provides classes to execute indicators on-demand, or using triggers.
|
Modifier and Type | Method and Description |
---|---|
IndicatorsExecutionResult |
IndicatorController.executeOnDemand(DECIndicatorExecutionContextOnDemand context)
Executes the "on demand" indicators for data element concepts.
|
IndicatorsExecutionResult |
IndicatorController.executeOnDemand(WorkflowIndicatorExecutionContext context)
Executes "on demand" indicators for workflows.
|
IndicatorsExecutionResult |
IndicatorController.executeOnProbe(DECIndicatorExecutionContextOnProbe context)
Executes the "on probe" indicators for data element concepts.
|