Interface TransactionOperation

    • Method Detail

      • execute

        void execute​(RepositoryConnection con)
              throws RepositoryException
        Executes this operation on the supplied connection.
        Parameters:
        con - The connection the operation should be performed on.
        Throws:
        RepositoryException - If such an exception is thrown by the connection while executing the operation.