Interface MigrationIDMapper

  • All Known Implementing Classes:
    OpaqueIDMapper

    public interface MigrationIDMapper
    An interface whose implementations represent methods to convert Fedora 3 PIDs into fedora 4 paths. At one point it was thought that this should be more sophisticated to support more advanced mapping (ie, passing more information about the object, but in order to use this to resolve the "fedora:info/pid" URI's within fedora's RELS-EXT we only have the pid. Therefore implementations that need to do something more sophisticated, should build a mapping using whatever tooling it needs (and has available) such that it can return the result with just the PID.
    Author:
    mdurbin