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
FieldsFields inherited from class org.fcrepo.kernel.impl.operations.AbstractRelaxableResourceOperation
createdBy, createdDate, lastModifiedBy, lastModifiedDate -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractRdfSourceOperation(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId rescId, org.fcrepo.kernel.api.RdfStream triples) -
Method Summary
Methods inherited from class org.fcrepo.kernel.impl.operations.AbstractRelaxableResourceOperation
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDateMethods inherited from class org.fcrepo.kernel.impl.operations.AbstractResourceOperation
getResourceId, getTransaction, getUserPrincipal, setUserPrincipalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.fcrepo.kernel.api.operations.RelaxableResourceOperation
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDateMethods inherited from interface org.fcrepo.kernel.api.operations.ResourceOperation
getResourceId, getTransaction, getType, getUserPrincipal
-
Field Details
-
triples
-
-
Constructor Details
-
AbstractRdfSourceOperation
protected AbstractRdfSourceOperation(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId rescId, org.fcrepo.kernel.api.RdfStream triples)
-
-
Method Details
-
getTriples
- Specified by:
getTriplesin interfaceorg.fcrepo.kernel.api.operations.RdfSourceOperation
-