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.

Parameters

refOwnerNamethe instance of the business object that references are deleted from
refOwnerAttrthe name of the attribute of the business object the references of which are being deleted (must be of the reference type)
refOwnerIdthe unique ID of the instance of the business object that references are deleted from
refsToDeletethe 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.
  • Last modified: 2023/05/08 06:51