EPrints Technical Mailing List Archive
Message: #00669
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] Re: question about update an eprint on cli
- To: eprints-tech@ecs.soton.ac.uk
- Subject: [EP-tech] Re: question about update an eprint on cli
- From: Tim Brody <tdb2@ecs.soton.ac.uk>
- Date: Fri, 01 Jun 2012 16:10:07 +0100
On 01/06/12 15:45, Ulf Laube wrote:
Hi all, in a perl script I can create an EPrint with EPrints::DataObj::EPrint::create Is there a EPrint update function based on $eprint->get_id ? I could not find it in EPrints::DataObj::EPrint.
Do you mean retrieving an eprint? $eprint = $repo->dataset( "eprint" )->dataobj( $eprintid ); ... make changes $eprint->commit;In recent versions of EPrints there are "update()" and "clear()" methods, which make it easier to update existing records without overwriting core data.
You should check the perldoc on DataSet.pm and DataObj.pm. All the best, Tim.
- References:
- [EP-tech] question about update an eprint on cli
- From: Ulf Laube <ulf.laube@ontochem.com>
- [EP-tech] question about update an eprint on cli
- Prev by Date: [EP-tech] question about update an eprint on cli
- Next by Date: [EP-tech] Re: Request a copy for large documents
- Previous by thread: [EP-tech] question about update an eprint on cli
- Next by thread: [EP-tech] Re: question about update an eprint on cli
- Index(es):