Package | Description |
---|---|
com.orchestranetworks.addon.dqid |
Provides classes and interfaces to define, publish and execute indicators.
|
Modifier and Type | Class and Description |
---|---|
class |
DECIndicator
This abstract class must be extended to define the behavior of an indicator running on a
Data Element Concept . |
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 . |
class |
WorkflowIndicator
This abstract class must be extended to define the behavior of an indicator run on a workflow.
|
Modifier and Type | Method and Description |
---|---|
Indicator |
DefaultWorkflowIndicator.getImplementation()
Returns an instance of the indicator.
|
Indicator |
DefaultDECIndicator.getImplementation()
Returns an instance of the indicator.
|
Indicator |
IndicatorDefinition.getImplementation()
Returns the instance for business implementation of the indicator.
|