Interface RdfSourceOperationFactory

    • Method Detail

      • createBuilder

        CreateRdfSourceOperationBuilder createBuilder​(FedoraId rescId,
                                                      String interactionModel)
        Get a builder for an operation to create an RDF source
        Parameters:
        rescId - id of the resource targeted by the operation
        interactionModel - interaction model for the resource being created
        Returns:
        new builder
      • sparqlUpdateBuilder

        ResourceOperationBuilder sparqlUpdateBuilder​(FedoraId rescId,
                                                     String updateQuery)
        Get a builder for an operation to perform a sparql update on an RDF source
        Parameters:
        rescId - id of the resource targeted by the operation
        updateQuery - sparql update query
        Returns:
        new builder