Interface RdfSourceOperationFactory

    • Method Detail

      • 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 transaction
        rescId - id of the resource targeted by the operation
        interactionModel - interaction model for the resource being created
        serverManagedPropsMode - 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 transaction
        rescId - id of the resource targeted by the operation
        serverManagedPropsMode - server managed props mode
        Returns:
        new builder