public void initialiseTemplate (DataPresentationTemplate template, IDomainVersion domainVersion) 
throws Exception

This method is called by Aware IM when a new document template is being created in the Configuration Tool. The method is supposed to find the attribute paths referenced by tags contained in the document template and set the information about these paths into the provided DataPresentationTemplate class object using its setAttributePaths method.

Parameters

templatethe document template to set the attribute paths into
domainVersionthe business space version where the document template is defined

Throws

an exception if an error occurs or if the document template structure is invalid.

  • Last modified: 2023/05/03 04:41