suspend fun <T : Template<*, out T>, R : GropiusRepository<T, String>> BaseTemplateService<T, R>.findAllByIdWithExtending(ids: Collection<ID>): Set<T>
Returns all templates which extend the template with the provided ids Includes the template with the provided ids, and indirect extending templates.
Return
the extending templates
Parameters
ids
the ids of the templates to get the extending templates for