Package org.fcrepo.kernel.api.operations
Interface RdfSourceOperationFactory
- All Superinterfaces:
ResourceOperationFactory
Factory for operations on rdf sources
- Author:
- bbpennel
-
Method Summary
Modifier and TypeMethodDescriptioncreateBuilder(Transaction transaction, FedoraId rescId, String interactionModel, org.fcrepo.config.ServerManagedPropsMode serverManagedPropsMode) Get a builder for an operation to create an RDF sourceupdateBuilder(Transaction transaction, FedoraId rescId, org.fcrepo.config.ServerManagedPropsMode serverManagedPropsMode) Get a builder for an operation to update an RDF source
-
Method Details
-
createBuilder
CreateRdfSourceOperationBuilder createBuilder(Transaction transaction, FedoraId rescId, String interactionModel, org.fcrepo.config.ServerManagedPropsMode serverManagedPropsMode) Get a builder for an operation to create an RDF source- Parameters:
transaction- the transactionrescId- id of the resource targeted by the operationinteractionModel- interaction model for the resource being createdserverManagedPropsMode- server managed props mode- Returns:
- new builder
-
updateBuilder
RdfSourceOperationBuilder updateBuilder(Transaction transaction, FedoraId rescId, org.fcrepo.config.ServerManagedPropsMode serverManagedPropsMode) Get a builder for an operation to update an RDF source- Parameters:
transaction- the transactionrescId- id of the resource targeted by the operationserverManagedPropsMode- server managed props mode- Returns:
- new builder
-