Root: FMTemplateDiffData
Note
All the attributes in the following table have the root element fmTemplateDiffData
.
Accessing objects and their attributes using Freemarker is discussed here.
Attribute | Type | Description |
---|---|---|
| Reading Reference to the source Template. | |
| Reading Reference to the target Template. | |
| Template Version Reference to the source Template. | |
| Template Version Reference to the target Template. | |
| Source Template. | |
| Target Template. | |
| List<FMTemplateConfiguration> | List of Configurations associated with the source Template. |
| List<FMTemplateConfiguration> | List of Configurations associated with the target Template. |
| Map<String,FMTemplateConfiguration> | Map of the Configuration associated with the source Template. {key=configurationId, value=FMTemplateConfiguration} |
| Map<String,FMTemplateConfiguration> | Map of the Configuration associated with the target Template. {key=configurationId, value=FMTemplateConfiguration} |
| The Template Difference. |