Package org.fcrepo.kernel.api.models
Interface TimeMap
-
- All Superinterfaces:
FedoraResource
- All Known Implementing Classes:
TimeMapImpl
public interface TimeMap extends FedoraResource
- Since:
- Oct. 04, 2017
- Author:
- lsitu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Instant>
listMementoDatetimes()
List all of the memento datetimes for the resource-
Methods inherited from interface org.fcrepo.kernel.api.models.FedoraResource
findMementoByDatetime, getAcl, getArchivalGroupId, getChildren, getChildren, getContainer, getCreatedBy, getCreatedDate, getDescribedResource, getDescription, getEtagValue, getFedoraId, getId, getInteractionModel, getLastModifiedBy, getLastModifiedDate, getMementoDatetime, getOriginalResource, getParent, getParentId, getStateToken, getSystemTypes, getTimeMap, getTriples, getTypes, getUserTypes, hasProperty, hasType, isAcl, isMemento, isOriginalResource
-
-
-
-
Method Detail
-
listMementoDatetimes
List<Instant> listMementoDatetimes()
List all of the memento datetimes for the resource- Returns:
- list of memento datetimes, in ascending chronologic order
-
-