public void deleteReferences(IProcessparent, String refOwnerName, Long refOwnerId, String refOwnerAttr, EntityIdAndName [] refsToDelete) throws ServerTimeOutException, AccessDeniedException,ExecutionException;
The method is similar to the addReferencesmethod. However, it deletes the specified references rather than adds them.
refOwnerName | the instance of the business object that references are deleted from |
refOwnerAttr | the name of the attribute of the business object the references of which are being deleted (must be of the reference type) |
refOwnerId | the unique ID of the instance of the business object that references are deleted from |
refsToDelete | the references to be deleted as an array of business object names and ID’s. If null all existing references of the business object’s instance are deleted. |