Package org.fcrepo.kernel.api.models
Interface Tombstone
-
- All Superinterfaces:
FedoraResource
- All Known Implementing Classes:
TombstoneImpl
public interface Tombstone extends FedoraResource
- Since:
- 10/16/14
- Author:
- cabeer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FedoraResource
getDeletedObject()
Return the object this tombstone is for.-
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
-
getDeletedObject
FedoraResource getDeletedObject()
Return the object this tombstone is for.- Returns:
- the original deleted resource.
-
-