Interface Depositor

    • Method Detail

      • deposit

        java.net.URI deposit​(ResearchObject researchObject,
                             java.util.Map<java.lang.String,​java.lang.String> params)
                      throws DepositionException
        Deposit the RO into the repo.
        Parameters:
        researchObject - the RO to deposit.
        params - optional parameters to pass through to the depositor.
        Returns:
        The URI of the deposited RO within the repository.
        Throws:
        DepositionException