Uses of Interface
com.orchestranetworks.addon.dqid.IndicatorDefinition
-
Packages that use IndicatorDefinition Package Description com.orchestranetworks.addon.dqid Provides classes and interfaces to define, publish and execute indicators. -
-
Uses of IndicatorDefinition in com.orchestranetworks.addon.dqid
Classes in com.orchestranetworks.addon.dqid that implement IndicatorDefinition Modifier and Type Class Description 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.Methods in com.orchestranetworks.addon.dqid that return IndicatorDefinition Modifier and Type Method Description IndicatorDefinitionIndicator. getDefinition()Returns theIndicatorDefinitionbuilt for theIndicator.Methods in com.orchestranetworks.addon.dqid that return types with arguments of type IndicatorDefinition Modifier and Type Method Description java.util.Set<IndicatorDefinition>IndicatorConfiguration. getIndicatorDefinition(DataElementConcept dec)Returns all Indicators related to a Data Element Concept.Methods in com.orchestranetworks.addon.dqid with parameters of type IndicatorDefinition Modifier and Type Method Description static voidIndicatorDefinitionCatalog. add(IndicatorDefinition definition)Registers anIndicatorDefinitionto the system.java.util.Set<DataElementConcept>IndicatorConfiguration. getDataElementConcepts(IndicatorDefinition indicatorDefinition)Returns all Data Element Concepts related to an indicator definition.booleanFlatDataDefinition. isCompatible(IndicatorDefinition indicatorDefinition)Returnstrueif this definition is compatible with anIndicatorDefinition.
-