Updates the SystemMetadata 'obsoletedBy' property for an object, indicating that the object specified by pid has been obsoleted by the identifier in obsoletedByPid.
setObsoletedBy(x, pid, obsoletedByPid, ...)# S4 method for CNode,character
setObsoletedBy(x, pid, obsoletedByPid, serialVersion)
TRUE if the pid was obsoleted, otherwise FALSE is returned
The CNode instance on which the object will be created
The identifier of the object to be obsoleted
The identifier of the object that obsoletes the object identified by pid.
(Not yet used)
The serial version of the system metadata of the pid being obsoleted.
CNode() class description.