public void exportEntities (IProcessparent, IEntity [] entsToExport, String exportFileName, ExportOptions options) throws AccessDeniedException, ExecutionException;
This method exports the specified instances of the specified business object into the specified file (see also Export and Import).
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) |