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:deleteentities [2023/04/04 05:51] – removed - external edit (Unknown date) 127.0.0.1pr_methods:deleteentities [2023/05/08 06:51] (current) sean
Line 1: Line 1:
 +{{tag>Index Programmers_Reference Methods IExecutionEngine_Interface deleteEntities}}
 +
 +====deleteEntities (IProcess, EntityIdAndName [])====
 +<code java>public void deleteEntities(IProcessparent, EntityIdAndName [] entities)
 +throws ServerTimeOutException, AccessDeniedException, ExecutionException;</code>
 +
 +This method deletes the specified instances of the business objects. If there are references to the deleted instances anywhere in the database, these references are deleted as well. If the deleted instance is a parent of some other object, the child object is deleted as well.
 +===Parameters===
 +|''entities''|The names and ID's of the instances to be deleted.|