Package | Description |
---|---|
com.orchestranetworks.addon.dqid |
Provides classes and interfaces to define, publish and execute indicators.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDECIndicator
Provides default implementations for optional properties of an
IndicatorDefinition , and allows users to define the behavior of a DECIndicator . |
class |
DefaultWorkflowIndicator
Provides default implementations for optional properties of an
IndicatorDefinition , and offers the ability to define the behavior of a WorkflowIndicator . |
Modifier and Type | Method and Description |
---|---|
IndicatorDefinition |
Indicator.getDefinition()
Returns the
IndicatorDefinition built for the Indicator . |
Modifier and Type | Method and Description |
---|---|
Set<IndicatorDefinition> |
IndicatorConfiguration.getIndicatorDefinition(DataElementConcept dec)
Returns all Indicators related to a Data Element Concept.
|
Modifier and Type | Method and Description |
---|---|
static void |
IndicatorDefinitionCatalog.add(IndicatorDefinition definition)
Registers an
IndicatorDefinition to the system. |
Set<DataElementConcept> |
IndicatorConfiguration.getDataElementConcepts(IndicatorDefinition indicatorDefinition)
Returns all Data Element Concepts related to an indicator definition.
|
boolean |
FlatDataDefinition.isCompatible(IndicatorDefinition indicatorDefinition)
Returns
true if this definition is compatible with an IndicatorDefinition . |