Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pr_methods:fillwithdata [2023/05/03 01:38] seanpr_methods:fillwithdata [2025/06/12 04:00] (current) – Change to AwareIM aware_support3
Line 1: Line 1:
-{{tag>Programmers_Reference Methods IDocumentEngine_Interface fillwithdata}}+{{tag>Index Programmers_Reference Methods IDocumentEngine_Interface fillwithdata}}
  
 ====fillWithData (String, Map, IDocumentDataSource, DataPresentationTemplate, IDocEngineHelper, IDomainVersion, int, Boolean, int)==== ====fillWithData (String, Map, IDocumentDataSource, DataPresentationTemplate, IDocEngineHelper, IDomainVersion, int, Boolean, int)====
Line 14: Line 14:
 throws DocumentException</code> throws DocumentException</code>
  
-This method is called by //**Aware IM**// at run time when a particular document template is processed. The method is supposed to replace tags used in the document template with the appropriate attribute values. The values must be obtained from the provided data source – see [[docs:3500:0600:0640|IDocumentDataSource]] interface. The overall structure of the method must be as follows:+This method is called by //**AwareIM**// at run time when a particular document template is processed. The method is supposed to replace tags used in the document template with the appropriate attribute values. The values must be obtained from the provided data source – see [[docs:3500:0600:0640|IDocumentDataSource]] interface. The overall structure of the method must be as follows:
  
   - Find the contents of the tags used in the document template.   - Find the contents of the tags used in the document template.
  • Last modified: 2023/05/03 01:38