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:
RdfSourceOperation
,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 protected
UpdateRdfSourceOperation(Transaction transaction, FedoraId rescId, RdfStream triples)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceOperationType
getType()
Returns the type of operation represented by this request-
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
-
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.ResourceOperation
getResourceId, getTransaction, getUserPrincipal
-
-
-
-
Constructor Detail
-
UpdateRdfSourceOperation
protected UpdateRdfSourceOperation(Transaction transaction, FedoraId rescId, RdfStream triples)
-
-
Method Detail
-
getType
public ResourceOperationType getType()
Description copied from interface:ResourceOperation
Returns the type of operation represented by this request- Returns:
- operation type
-
-