| 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.
|
| Modifier and Type | Method and Description |
|---|---|
abstract IndicatorReport |
WorkflowIndicator.execute(WorkflowIndicatorExecutionContext executionContext)
Defines what the indicator will do.
|
| Modifier and Type | Method and Description |
|---|---|
IndicatorsExecutionResult |
IndicatorController.executeOnDemand(WorkflowIndicatorExecutionContext context)
Executes "on demand" indicators for workflows.
|