Uses of Class
com.flowable.template.api.repository.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 java.util.List<VariationDefinition>
BaseTemplateModel. variationDefinitions
Methods in com.flowable.template.api.repository that return types with arguments of type VariationDefinition Modifier and Type Method Description java.util.List<VariationDefinition>
BaseTemplateModel. getVariationDefinitions()
java.util.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(java.util.List<VariationDefinition> variationDefinitions)