This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision |
| pr_methods:initialisetemplate [2023/04/04 07:33] – removed - external edit (Unknown date) 127.0.0.1 | pr_methods:initialisetemplate [2025/06/12 04:00] (current) – Change to AwareIM aware_support3 |
|---|
| | {{tag>Programmers_Reference Methods IDOCEngineClient_Interface initialisetemplate Index}} |
| | |
| | ====initialiseTemplate (DataPresentationTemplate, IDomainVersion)==== |
| | |
| | <code java>public void initialiseTemplate (DataPresentationTemplate template, IDomainVersion domainVersion) |
| | throws Exception</code> |
| | |
| | This method is called by //**AwareIM**// 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 [[docs:3500:0600:0630|]] object using its ''[[pr_methods:setattributepaths|setAttributePaths]]'' method. |
| | |
| | ===Parameters=== |
| | |
| | |''template''|the document template to set the attribute paths into| |
| | |''domainVersion''|the business space version where the document template is defined| |
| | |
| | ===Throws=== |
| | an exception if an error occurs or if the document template structure is invalid. |
| |