Uses of Class
com.orchestranetworks.addon.dqid.Indicator
-
Packages that use Indicator Package Description com.orchestranetworks.addon.dqid 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.dqid Modifier and Type Class Description classDECIndicatorThis abstract class must be extended to define the behavior of an indicator running on aData Element Concept.classDefaultDECIndicatorProvides default implementations for optional properties of anIndicatorDefinition, and allows users to define the behavior of aDECIndicator.classDefaultWorkflowIndicatorProvides default implementations for optional properties of anIndicatorDefinition, and offers the ability to define the behavior of aWorkflowIndicator.classWorkflowIndicatorThis abstract class must be extended to define the behavior of an indicator run on a workflow.Methods in com.orchestranetworks.addon.dqid that return Indicator Modifier and Type Method Description IndicatorDefaultDECIndicator. getImplementation()Returns an instance of the indicator.IndicatorDefaultWorkflowIndicator. getImplementation()Returns an instance of the indicator.IndicatorIndicatorDefinition. getImplementation()Returns the instance for business implementation of the indicator.
-