Class UpdateRdfSourceOperation
- java.lang.Object
-
- org.fcrepo.kernel.impl.operations.AbstractResourceOperation
-
- org.fcrepo.kernel.impl.operations.AbstractRdfSourceOperation
-
- org.fcrepo.kernel.impl.operations.UpdateRdfSourceOperation
-
- All Implemented Interfaces:
org.fcrepo.kernel.api.operations.RdfSourceOperation,org.fcrepo.kernel.api.operations.ResourceOperation
public class UpdateRdfSourceOperation extends AbstractRdfSourceOperation
Operation for updating an RDF source- Author:
- bbpennel
-
-
Field Summary
-
Fields inherited from class org.fcrepo.kernel.impl.operations.AbstractRdfSourceOperation
createdBy, createdDate, lastModifiedBy, lastModifiedDate, triples
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUpdateRdfSourceOperation(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId rescId, org.fcrepo.kernel.api.RdfStream triples)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.fcrepo.kernel.api.operations.ResourceOperationTypegetType()-
Methods inherited from class org.fcrepo.kernel.impl.operations.AbstractRdfSourceOperation
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, getTriples, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDate
-
Methods inherited from class org.fcrepo.kernel.impl.operations.AbstractResourceOperation
getResourceId, getTransaction, getUserPrincipal, setUserPrincipal
-
-
-
-
Constructor Detail
-
UpdateRdfSourceOperation
protected UpdateRdfSourceOperation(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId rescId, org.fcrepo.kernel.api.RdfStream triples)
-
-
Method Detail
-
getType
public org.fcrepo.kernel.api.operations.ResourceOperationType getType()
-
-