| 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 |
|---|---|
DECSubType |
IndicatorDefinition.getDECSubType()
Returns the optional sub-type of the Data Element Concept on which the indicator can be executed.
|
DECSubType |
DefaultWorkflowIndicator.getDECSubType()
Returns
null. |
DECSubType |
DefaultDECIndicator.getDECSubType()
Returns
null. |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldDECSubType
Data Element Concept sub-type for field type.
Declares the types of fields an Indicator works on. Also see SchemaTypeName (EBX® API). |
class |
WorkflowDECSubType
Represents a sub-type for the workflow Data Element Concept type.
|