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.
template | the document template to set the attribute paths into |
domainVersion | the business space version where the document template is defined |
an exception if an error occurs or if the document template structure is invalid.