Re: [Dspace-tech] Bulk withdraw tool?

2015-02-04 Thread Joseph Greene
Hi, I've written a java class to do this. I put it here http://hdl.handle.net/10197/6335 in case anyone would like to use it in future. Description and usage: DSpace utility to withdraw and reinstate a list of items. Withdraws items via the DSpace API. Removes items from browse indexes, OAI-PMH

[Dspace-tech] Bulk withdraw tool?

2015-01-30 Thread Joseph Greene
Hi, I have a list of item_ids based on an sql query, e.g. item_id -- 2 3 15 23 ... (582 rows) I'd like to withdraw the items from DSpace. I assume it isn't safe to just change the item.withdrawn field to 'true' (side effects for solr, oai_pmh, etc). Is this correct? Does anyone have or