| Package | Description |
|---|---|
| com.orchestranetworks.addon.dqid |
Provides classes and interfaces to define, publish and execute indicators.
|
| com.orchestranetworks.addon.dqid.common |
Provides common classes that are used by other classes such as exceptions and enumerations.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ProbeType> |
IndicatorDefinition.getPossibleProbes()
Returns the types of the indicator's probe.
|
Set<ProbeType> |
DefaultWorkflowIndicator.getPossibleProbes()
Always returns an empty set of
ProbeType. |
Set<ProbeType> |
DefaultDECIndicator.getPossibleProbes()
Returns an empty set of
ProbeType. |
| Modifier and Type | Field and Description |
|---|---|
static ProbeType |
ProbeType.TRIGGER |
| Modifier and Type | Method and Description |
|---|---|
static ProbeType |
ProbeType.parse(String value) |