| 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 |
|---|---|
DECType |
IndicatorDefinitionContext.getDECType()
Returns the current
DECType. |
DECType |
DataElementConcept.getDECType()
Returns the type of this Data Element Concept.
|
DECType |
IndicatorDefinition.getDECType()
Returns the type of the Data Element Concept on which the indicator can be executed.
|
| Modifier and Type | Field and Description |
|---|---|
static DECType |
DECType.BUSINESS_RULE |
static DECType |
DECType.DATASET |
static DECType |
DECType.DATASPACE |
static DECType |
DECType.FIELD |
static DECType |
DECType.GROUP |
static DECType |
DECType.OPERATION |
static DECType |
DECType.PERMISSION_RULE |
static DECType |
DECType.SERVICE
Deprecated.
As of v1.4.0, replaced by
OPERATION. |
static DECType |
DECType.TABLE |
static DECType |
DECType.USER_TASK |
static DECType |
DECType.VOID
Represents an invalid Data Element Concept type.
|
static DECType |
DECType.WORKFLOW |
| Modifier and Type | Method and Description |
|---|---|
static DECType |
DECType.parse(String type)
Returns a
DECType instance from a code. |