Package org.fcrepo.kernel.impl.models
Class TombstoneImpl
java.lang.Object
org.fcrepo.kernel.impl.models.FedoraResourceImpl
org.fcrepo.kernel.impl.models.TombstoneImpl
- All Implemented Interfaces:
org.fcrepo.kernel.api.models.FedoraResource,org.fcrepo.kernel.api.models.Tombstone
public class TombstoneImpl
extends FedoraResourceImpl
implements org.fcrepo.kernel.api.models.Tombstone
Tombstone class
- Author:
- whikloj
-
Field Summary
Fields inherited from class org.fcrepo.kernel.impl.models.FedoraResourceImpl
fedoraId, resourceFactory, transaction -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTombstoneImpl(org.fcrepo.kernel.api.identifiers.FedoraId fedoraID, org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.persistence.api.PersistentStorageSessionManager pSessionManager, org.fcrepo.kernel.api.models.ResourceFactory resourceFactory, org.fcrepo.kernel.api.models.FedoraResource original) -
Method Summary
Modifier and TypeMethodDescriptionorg.fcrepo.kernel.api.models.FedoraResourceorg.fcrepo.kernel.api.identifiers.FedoraIdgetSystemTypes(boolean forRdf) Methods inherited from class org.fcrepo.kernel.impl.models.FedoraResourceImpl
findMementoByDatetime, getAcl, getArchivalGroupId, getChildren, getContainer, getCreatedBy, getCreatedDate, getDescribedResource, getDescription, getEtagValue, getId, getInteractionModel, getLastModifiedBy, getLastModifiedDate, getMementoDatetime, getOriginalResource, getParent, getParentId, getSession, getStateToken, getStorageRelativePath, getTimeMap, getTriples, getTypes, hasProperty, hasType, isAcl, isMemento, isOriginalResource, resolveSystemTypes, setArchivalGroupId, setCreatedBy, setCreatedDate, setEtag, setInteractionModel, setIsArchivalGroup, setIsMemento, setLastModifiedBy, setLastModifiedDate, setMementoDatetime, setParentId, setStateToken, setStorageRelativePath, setTypesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.fcrepo.kernel.api.models.FedoraResource
findMementoByDatetime, getAcl, getArchivalGroupId, getChildren, getChildren, getContainer, getCreatedBy, getCreatedDate, getDescribedResource, getDescription, getEtagValue, getId, getInteractionModel, getLastModifiedBy, getLastModifiedDate, getMementoDatetime, getOriginalResource, getParent, getParentId, getStateToken, getStorageRelativePath, getTimeMap, getTriples, getTypes, hasProperty, hasType, isAcl, isMemento, isOriginalResource
-
Constructor Details
-
TombstoneImpl
protected TombstoneImpl(org.fcrepo.kernel.api.identifiers.FedoraId fedoraID, org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.persistence.api.PersistentStorageSessionManager pSessionManager, org.fcrepo.kernel.api.models.ResourceFactory resourceFactory, org.fcrepo.kernel.api.models.FedoraResource original)
-
-
Method Details
-
getDeletedObject
- Specified by:
getDeletedObjectin interfaceorg.fcrepo.kernel.api.models.Tombstone
-
getFedoraId
- Specified by:
getFedoraIdin interfaceorg.fcrepo.kernel.api.models.FedoraResource- Overrides:
getFedoraIdin classFedoraResourceImpl
-
getUserTypes
- Specified by:
getUserTypesin interfaceorg.fcrepo.kernel.api.models.FedoraResource- Overrides:
getUserTypesin classFedoraResourceImpl
-
getSystemTypes
- Specified by:
getSystemTypesin interfaceorg.fcrepo.kernel.api.models.FedoraResource- Overrides:
getSystemTypesin classFedoraResourceImpl
-