Class LocalizedMessageTemplateContentType

java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.MessageTemplateContentType
com.evolveum.midpoint.xml.ns._public.common.common_3.LocalizedMessageTemplateContentType
All Implemented Interfaces:
Containerable, Freezable, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding, DebugDumpable, Serializable, Cloneable

public class LocalizedMessageTemplateContentType extends MessageTemplateContentType
Single language localization for the message template. If `attachmentExpression` is not specified, the one from the default content will be used. If no `attachment` is specified, the ones from the default content will be used. This allows for language specific attachments without the need to re-specify the ones that are not language specific. It is also possible to override `attachmentExpression` for language specific one and leave out `attachment` to use the ones defined in `attachment` element of the default content.
See Also: