Class AbstractRdfSourceOperation
- java.lang.Object
-
- org.fcrepo.kernel.impl.operations.AbstractResourceOperation
-
- org.fcrepo.kernel.impl.operations.AbstractRelaxableResourceOperation
-
- org.fcrepo.kernel.impl.operations.AbstractRdfSourceOperation
-
- All Implemented Interfaces:
org.fcrepo.kernel.api.operations.RdfSourceOperation,org.fcrepo.kernel.api.operations.RelaxableResourceOperation,org.fcrepo.kernel.api.operations.ResourceOperation
- Direct Known Subclasses:
CreateRdfSourceOperationImpl,UpdateRdfSourceOperation
public abstract class AbstractRdfSourceOperation extends AbstractRelaxableResourceOperation implements org.fcrepo.kernel.api.operations.RdfSourceOperation
Abstract operation for interacting with an rdf source- Author:
- bbpennel
-
-
Field Summary
Fields Modifier and Type Field Description protected org.fcrepo.kernel.api.RdfStreamtriples-
Fields inherited from class org.fcrepo.kernel.impl.operations.AbstractRelaxableResourceOperation
createdBy, createdDate, lastModifiedBy, lastModifiedDate
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractRdfSourceOperation(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.RdfStreamgetTriples()-
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
-
-
-
-
Field Detail
-
triples
protected org.fcrepo.kernel.api.RdfStream triples
-
-
Constructor Detail
-
AbstractRdfSourceOperation
protected AbstractRdfSourceOperation(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId rescId, org.fcrepo.kernel.api.RdfStream triples)
-
-
Method Detail
-
getTriples
public org.fcrepo.kernel.api.RdfStream getTriples()
- Specified by:
getTriplesin interfaceorg.fcrepo.kernel.api.operations.RdfSourceOperation
-
-