fun createdBaseTemplate(template: T, input: CreateBaseTemplateInput, extendedTemplates: Collection<T>)

Updates template based on input Sets templateFieldSpecifications based on input, and the templateFieldSpecification of extendedTemplates

Parameters

template

the BaseTemplate to update

input

specifies added templateFieldSpecifications

extendedTemplates

BaseTemplates template directly (Template) or indirectly (SubTemplate) extends