Package org.fcrepo.migration.pidlist
Interface PidListManager
-
- All Known Implementing Classes:
ResumePidListManager,UserProvidedPidListManager
public interface PidListManager
PidListManager implementations indicate that the Fedora Object associated with a PID should be processed, or not.- Since:
- 2019-11-08
- Author:
- awoods
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(String pid)This method returns true if the the provided PID should be processed
-