Uses of Class
com.orchestranetworks.addon.dqid.Indicator
Packages that use Indicator
Package
Description
Provides classes and interfaces to define, publish and execute indicators.
-
Uses of Indicator in com.orchestranetworks.addon.dqid
Subclasses of Indicator in com.orchestranetworks.addon.dqidModifier and TypeClassDescriptionclassThis abstract class must be extended to define the behavior of an indicator running on aData Element Concept.classProvides default implementations for optional properties of anIndicatorDefinition, and allows users to define the behavior of aDECIndicator.classProvides default implementations for optional properties of anIndicatorDefinition, and offers the ability to define the behavior of aWorkflowIndicator.classThis abstract class must be extended to define the behavior of an indicator run on a workflow.Methods in com.orchestranetworks.addon.dqid that return IndicatorModifier and TypeMethodDescriptionfinal IndicatorDefaultDECIndicator.getImplementation()Returns an instance of the indicator.final IndicatorDefaultWorkflowIndicator.getImplementation()Returns an instance of the indicator.IndicatorDefinition.getImplementation()Returns the instance for business implementation of the indicator.