Skip to main content

FieldLogs

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

sourceReadingReference

FMReadingReference

Reading Reference to the source Template.

targetReadingReference

FMReadingReference

Reading Reference to the target Template.

sourceTemplateVersionReference

FMTemplateVersionReference

Template Version Reference to the source Template.

targetTemplateVersionReference

FMTemplateVersionReference

Template Version Reference to the target Template.

sourceTemplate

FMTemplateModel

Source Template.

targetTemplate

FMTemplateModel

Target Template.

sourceConfigurations

List<FMTemplateConfiguration>

List of Configurations associated with the source Template.

targetConfigurations

List<FMTemplateConfiguration>

List of Configurations associated with the target Template.

sourceConfigurationsMap

Map<String,FMTemplateConfiguration>

Map of the Configuration associated with the source Template.

{key=configurationId, value=FMTemplateConfiguration}

targetConfigurationsMap

Map<String,FMTemplateConfiguration>

Map of the Configuration associated with the target Template.

{key=configurationId, value=FMTemplateConfiguration}

templateDiff

FMTemplateDiff

The Template Difference.