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:exportentities [2023/04/04 05:51] – removed - external edit (Unknown date) 127.0.0.1pr_methods:exportentities [2023/05/08 06:54] (current) sean
Line 1: Line 1:
 +{{tag>Index Programmers_Reference Methods IExecutionEngine_Interface exportEntities}}
 +====exportEntities (IProcess, IEntity [], String, ExportOptions)====
 +
 +<code java>public void exportEntities (IProcessparent, IEntity [] entsToExport, String exportFileName, ExportOptions options)
 +throws AccessDeniedException, ExecutionException;</code>
 +
 +This method exports the specified instances of the specified business object into the specified file (see also [[docs:2000_concepts:0900_prod_feats:0600_export_import|Export and Import]]).
 +===Parameters===
 +
 +|''entsToExport''|the instances of the business objects to be exported|
 +|''exportFileName''|the full path to the file to export to |
 +|''options''|the export options (whether to export ID's, relationships, binary attributes etc)|