Class OverwriteRdfTombstoneOperation
java.lang.Object
org.fcrepo.kernel.impl.operations.AbstractResourceOperation
org.fcrepo.kernel.impl.operations.AbstractRelaxableResourceOperation
org.fcrepo.kernel.impl.operations.AbstractRdfSourceOperation
org.fcrepo.kernel.impl.operations.CreateRdfSourceOperationImpl
org.fcrepo.kernel.impl.operations.OverwriteRdfTombstoneOperation
- All Implemented Interfaces:
org.fcrepo.kernel.api.operations.CreateRdfSourceOperation,org.fcrepo.kernel.api.operations.CreateResourceOperation,org.fcrepo.kernel.api.operations.OverwriteTombstoneOperation,org.fcrepo.kernel.api.operations.RdfSourceOperation,org.fcrepo.kernel.api.operations.RelaxableResourceOperation,org.fcrepo.kernel.api.operations.ResourceOperation
public class OverwriteRdfTombstoneOperation
extends CreateRdfSourceOperationImpl
implements org.fcrepo.kernel.api.operations.OverwriteTombstoneOperation
- Author:
- mikejritter
-
Field Summary
Fields inherited from class org.fcrepo.kernel.impl.operations.AbstractRdfSourceOperation
triplesFields inherited from class org.fcrepo.kernel.impl.operations.AbstractRelaxableResourceOperation
createdBy, createdDate, lastModifiedBy, lastModifiedDate -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedOverwriteRdfTombstoneOperation(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId rescId, String interactionModel, org.fcrepo.kernel.api.RdfStream triples) -
Method Summary
Methods inherited from class org.fcrepo.kernel.impl.operations.CreateRdfSourceOperationImpl
getInteractionModel, getParentId, isArchivalGroup, setArchivalGroup, setParentIdMethods inherited from class org.fcrepo.kernel.impl.operations.AbstractRdfSourceOperation
getTriplesMethods inherited from class org.fcrepo.kernel.impl.operations.AbstractRelaxableResourceOperation
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDateMethods inherited from class org.fcrepo.kernel.impl.operations.AbstractResourceOperation
getResourceId, getTransaction, getUserPrincipal, setUserPrincipalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.fcrepo.kernel.api.operations.CreateResourceOperation
getInteractionModel, getParentId, isArchivalGroupMethods inherited from interface org.fcrepo.kernel.api.operations.OverwriteTombstoneOperation
getTypeMethods inherited from interface org.fcrepo.kernel.api.operations.RdfSourceOperation
getTriplesMethods inherited from interface org.fcrepo.kernel.api.operations.RelaxableResourceOperation
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDateMethods inherited from interface org.fcrepo.kernel.api.operations.ResourceOperation
getResourceId, getTransaction, getUserPrincipal
-
Constructor Details
-
OverwriteRdfTombstoneOperation
protected OverwriteRdfTombstoneOperation(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId rescId, String interactionModel, org.fcrepo.kernel.api.RdfStream triples)
-