Yield all templates in the searchRRDTemplates catalog which fall under
the given root and match the given criteria. To get all RRDTemplates
pass dmd in as root. If criteria contains a value for getPhysicalRoot
then the root parameter will be ignored.
If the searchRRDTemplates catalog is not present then fall back to
using DeviceClass.getAllRRDTemplatesPainfully(). In this case root must
be a DeviceClass and criteria is ignored. (This is compatible with
previous DeviceClass.getAllRRDTemplates usage.)
The searchRRDTemplates catalog was added in 2.2
|