Uses of Class
eu.dnetlib.uoamonitorservice.entities.IndicatorPath
-
Packages that use IndicatorPath Package Description eu.dnetlib.uoamonitorservice.controllers eu.dnetlib.uoamonitorservice.entities -
-
Uses of IndicatorPath in eu.dnetlib.uoamonitorservice.controllers
Methods in eu.dnetlib.uoamonitorservice.controllers with parameters of type IndicatorPath Modifier and Type Method Description voidIndicatorController. parameterMapping(IndicatorPath indicatorPath, Stakeholder stakeholder) -
Uses of IndicatorPath in eu.dnetlib.uoamonitorservice.entities
Methods in eu.dnetlib.uoamonitorservice.entities that return types with arguments of type IndicatorPath Modifier and Type Method Description List<IndicatorPath>Indicator. getIndicatorPaths()Method parameters in eu.dnetlib.uoamonitorservice.entities with type arguments of type IndicatorPath Modifier and Type Method Description voidIndicator. setIndicatorPaths(List<IndicatorPath> indicatorPaths)Constructors in eu.dnetlib.uoamonitorservice.entities with parameters of type IndicatorPath Constructor Description IndicatorPath(IndicatorPath indicatorPath)
-