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
triples
-
Fields inherited from class org.fcrepo.kernel.impl.operations.AbstractRelaxableResourceOperation
createdBy, createdDate, lastModifiedBy, lastModifiedDate
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedOverwriteRdfTombstoneOperation(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, setParentId
-
Methods inherited from class org.fcrepo.kernel.impl.operations.AbstractRdfSourceOperation
getTriples
-
Methods inherited from class org.fcrepo.kernel.impl.operations.AbstractRelaxableResourceOperation
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDate
-
Methods inherited from class org.fcrepo.kernel.impl.operations.AbstractResourceOperation
getResourceId, getTransaction, getUserPrincipal, setUserPrincipal
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.fcrepo.kernel.api.operations.CreateResourceOperation
getInteractionModel, getParentId, isArchivalGroup
-
Methods inherited from interface org.fcrepo.kernel.api.operations.OverwriteTombstoneOperation
getType
-
-
-
-
Constructor Detail
-
OverwriteRdfTombstoneOperation
protected OverwriteRdfTombstoneOperation(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId rescId, String interactionModel, org.fcrepo.kernel.api.RdfStream triples)
-
-