Package io.goobi.viewer.model.misc
Interface Harvestable
- All Known Implementing Classes:
CMSPage
public interface Harvestable
Interface describing objects that can be queried via HarvestServlet.
-
Method Summary
-
Method Details
-
getPi
String getPi()getPi.- Returns:
- the persistent identifier (PI) of this harvestable record
-
getDateUpdated
LocalDateTime getDateUpdated()getDateUpdated.- Returns:
- the date and time when this record was last updated
-