Class RdfSourceOperationFactoryImpl

  • All Implemented Interfaces:
    org.fcrepo.kernel.api.operations.RdfSourceOperationFactory, org.fcrepo.kernel.api.operations.ResourceOperationFactory

    @Component
    public class RdfSourceOperationFactoryImpl
    extends Object
    implements org.fcrepo.kernel.api.operations.RdfSourceOperationFactory
    Implementation of a factory for operations on rdf sources
    Author:
    bbpennel
    • Method Detail

      • createBuilder

        public org.fcrepo.kernel.api.operations.CreateRdfSourceOperationBuilder createBuilder​(org.fcrepo.kernel.api.identifiers.FedoraId rescId,
                                                                                              String interactionModel,
                                                                                              org.fcrepo.config.ServerManagedPropsMode serverManagedPropsMode)
        Specified by:
        createBuilder in interface org.fcrepo.kernel.api.operations.RdfSourceOperationFactory
      • updateBuilder

        public org.fcrepo.kernel.api.operations.RdfSourceOperationBuilder updateBuilder​(org.fcrepo.kernel.api.identifiers.FedoraId rescId,
                                                                                        org.fcrepo.config.ServerManagedPropsMode serverManagedPropsMode)
        Specified by:
        updateBuilder in interface org.fcrepo.kernel.api.operations.RdfSourceOperationFactory