You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the SeriesIdResolver class, the method public static Identifier getPid(Identifier identifier) is used to get the Head identifier of a SID. The implementation of the method is to use the DataONE api call getSystemMetadata to get the Head identifier and it is hard to be replaced by Hashstore.
This method is only called in the class of ForesiteResourceMap. If we decide there are no SID in the resource map file, we may not need the method of SeriedsIdResolver.getPid at all.
The text was updated successfully, but these errors were encountered:
In the SeriesIdResolver class, the method
public static Identifier getPid(Identifier identifier)
is used to get the Head identifier of a SID. The implementation of the method is to use the DataONE api callgetSystemMetadata
to get the Head identifier and it is hard to be replaced by Hashstore.This method is only called in the class of
ForesiteResourceMap
. If we decide there are no SID in the resource map file, we may not need the method ofSeriedsIdResolver.getPid
at all.The text was updated successfully, but these errors were encountered: