Uses of Class
com.flowable.template.api.repository.VariationDefinition
-
Packages that use VariationDefinition Package Description com.flowable.template.api.repository -
-
Uses of VariationDefinition in com.flowable.template.api.repository
Fields in com.flowable.template.api.repository with type parameters of type VariationDefinition Modifier and Type Field Description protected List<VariationDefinition>
BaseTemplateModel. variationDefinitions
Methods in com.flowable.template.api.repository that return types with arguments of type VariationDefinition Modifier and Type Method Description List<VariationDefinition>
BaseTemplateModel. getVariationDefinitions()
List<VariationDefinition>
TemplateModel. getVariationDefinitions()
Returns the optional list of variations this template needs to lookup the correctTemplateVariationDefinition
to be used when rendering a single template for a certain variation.Method parameters in com.flowable.template.api.repository with type arguments of type VariationDefinition Modifier and Type Method Description void
BaseTemplateModel. setVariationDefinitions(List<VariationDefinition> variationDefinitions)
-