Uses of Class
com.orchestranetworks.addon.dqid.Indicator
Package
Description
Provides classes and interfaces to define, publish and execute indicators.
-
Uses of Indicator in com.orchestranetworks.addon.dqid
Modifier and TypeClassDescriptionclass
This abstract class must be extended to define the behavior of an indicator running on aData Element Concept
.class
Provides default implementations for optional properties of anIndicatorDefinition
, and allows users to define the behavior of aDECIndicator
.class
Provides default implementations for optional properties of anIndicatorDefinition
, and offers the ability to define the behavior of aWorkflowIndicator
.class
This abstract class must be extended to define the behavior of an indicator run on a workflow.Modifier and TypeMethodDescriptionfinal Indicator
DefaultDECIndicator.getImplementation()
Returns an instance of the indicator.final Indicator
DefaultWorkflowIndicator.getImplementation()
Returns an instance of the indicator.IndicatorDefinition.getImplementation()
Returns the instance for business implementation of the indicator.