Package org.fcrepo.kernel.api.operations
Interface CreateRdfSourceOperation
-
- All Superinterfaces:
CreateResourceOperation
,RdfSourceOperation
,RelaxableResourceOperation
,ResourceOperation
- All Known Implementing Classes:
CreateRdfSourceOperationImpl
public interface CreateRdfSourceOperation extends RdfSourceOperation, CreateResourceOperation
Operation for creating an rdf source- Author:
- dbernstein
-
-
Method Summary
-
Methods inherited from interface org.fcrepo.kernel.api.operations.CreateResourceOperation
getInteractionModel, getParentId, getType, isArchivalGroup
-
Methods inherited from interface org.fcrepo.kernel.api.operations.RdfSourceOperation
getTriples
-
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, getUserPrincipal
-
-