public void deleteEntities(IProcessparent, EntityIdAndName [] entities)
throws ServerTimeOutException, AccessDeniedException, ExecutionException;

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

entitiesThe names and ID's of the instances to be deleted.
  • Last modified: 2023/05/08 06:51