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:
RdfSourceOperation
,RelaxableResourceOperation
,ResourceOperation
- Direct Known Subclasses:
CreateRdfSourceOperationImpl
,UpdateRdfSourceOperation
public abstract class AbstractRdfSourceOperation extends AbstractRelaxableResourceOperation implements RdfSourceOperation
Abstract operation for interacting with an rdf source- Author:
- bbpennel
-
-
Field Summary
Fields Modifier and Type Field Description protected RdfStream
triples
-
Fields inherited from class org.fcrepo.kernel.impl.operations.AbstractRelaxableResourceOperation
createdBy, createdDate, lastModifiedBy, lastModifiedDate
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractRdfSourceOperation(Transaction transaction, FedoraId rescId, RdfStream triples)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RdfStream
getTriples()
Get the incoming user space triples for the resource-
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.RelaxableResourceOperation
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate
-
Methods inherited from interface org.fcrepo.kernel.api.operations.ResourceOperation
getResourceId, getTransaction, getType, getUserPrincipal
-
-
-
-
Constructor Detail
-
AbstractRdfSourceOperation
protected AbstractRdfSourceOperation(Transaction transaction, FedoraId rescId, RdfStream triples)
-
-
Method Detail
-
getTriples
public RdfStream getTriples()
Description copied from interface:RdfSourceOperation
Get the incoming user space triples for the resource- Specified by:
getTriples
in interfaceRdfSourceOperation
- Returns:
- triples
-
-