Package org.fcrepo.kernel.api.operations
Interface RdfSourceOperation
-
- All Superinterfaces:
RelaxableResourceOperation
,ResourceOperation
- All Known Subinterfaces:
CreateRdfSourceOperation
- All Known Implementing Classes:
AbstractRdfSourceOperation
,CreateRdfSourceOperationImpl
,UpdateRdfSourceOperation
public interface RdfSourceOperation extends RelaxableResourceOperation
Operation for interacting with an rdf source- Author:
- bbpennel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RdfStream
getTriples()
Get the incoming user space triples for the resource-
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
-
-
-
-
Method Detail
-
getTriples
RdfStream getTriples()
Get the incoming user space triples for the resource- Returns:
- triples
-
-