Hi Tapani and Timo,

Thanks for your ideas.  An 'action' column would probably take care of both of 
these.  I'll see what other suggestions come along, and try to work out the 
best option for them all.

Thanks,


Stuart Lewis
Digital Development Manager
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: +64 (0)9 373 7599 x81928


On 27/01/2011, at 9:33 PM, Lehtilä Tapani wrote:

> Could there be also possibility to add item to workflow, not direct to 
> DSpace. That would be nice if we import new data in CSV-format, but want to 
> check data and add possible files in workflow before showing them in DSpace 
> for the public.
> 
> There is an option for that at MetadataImport-class:
> public ArrayList<BulkEditChange> runImport(boolean change,
>                                               boolean useWorkflow,
>                                               boolean workflowNotify,
>                                               boolean useTemplate)
> And at 
> [dspace-src]\dspace-xmlui\dspace-xmlui-api\src\main\java\org\dspace\app\xmlui\aspect\administrative\FlowMetadataImportUtils.java
> MetadataImport mImport = new MetadataImport(context, csv.getCSVLines());
>                    ArrayList<BulkEditChange> changes =
> mImport.runImport(true, false, false, false);
> 
> So it gives to UseWorkflow always false.
> 
> Another possibility is to add checkbox to Import Metadata-page, where you 
> could choose whether add item to workflow or not. 
> 
> (Thanks to Joonas Kesäniemi for the idea)
> 
> Yours
> Tapani Lehtilä
> -- 
> Tapani Lehtilä, Tampere University of Technology / Library
> tapani.leht...@tut.fi +358 40 849 0208 
> P.O.Box 537, 33101 Tampere Finland
> Street address:
> Korkeakoulunkatu 10, 33720 Tampere, Finland
> 
>> -----Original Message-----
>> From: Stuart Lewis (DuraSpace JIRA) [mailto:no-re...@duraspace.org]
>> Sent: Thursday, January 27, 2011 3:24 AM
>> To: dspace-devel@lists.sourceforge.net
>> Subject: [Dspace-devel] [DuraSpace JIRA] Updated: (DS-811) Delete /
>> withdraw items via bulk csv editing
>> 
>> 
>>    [ https://jira.duraspace.org/browse/DS-
>> 811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>> 
>> Stuart Lewis updated DS-811:
>> ----------------------------
>> 
>>   Summary: Delete / withdraw items via bulk csv editing  (was: Delete
>> / withdrawn items via bulk csv editing)
>> 
>>> Delete / withdraw items via bulk csv editing
>>> --------------------------------------------
>>> 
>>>                Key: DS-811
>>>                URL: https://jira.duraspace.org/browse/DS-811
>>>            Project: DSpace
>>>         Issue Type: New Feature
>>>         Components: DSpace API, JSPUI, XMLUI
>>>           Reporter: Stuart Lewis
>>>           Assignee: Stuart Lewis
>>>            Fix For: 1.8.0
>>> 
>>> 
>>> I want to enhance the CSV-based batch editing tool.  One obvious
>> enhancement is to allow the withdrawal / deletion of items.  I propose
>> to implement this by:
>>> - In the 'collection' column which normally holds the primary and
>> mapped collection(s) in which the item resides, allow the values
>> ('DELETE' or 'WITHDRAW') to be entered.  These will, after the normal
>> confirmation screen, perform those actions.
>>> Any comments on that before I implement it?
>> 
>> --
>> This message is automatically generated by JIRA.
>> -
>> If you think it was sent incorrectly contact one of the administrators:
>> https://jira.duraspace.org/secure/Administrators.jspa
>> -
>> For more information on JIRA, see:
>> http://www.atlassian.com/software/jira
>> 
>> 
>> 
>> ------------------------------------------------------------------------
>> ------
>> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
>> Finally, a world-class log management solution at an even better price-
>> free!
>> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
>> February 28th, so secure your free ArcSight Logger TODAY!
>> http://p.sf.net/sfu/arcsight-sfd2d
>> _______________________________________________
>> Dspace-devel mailing list
>> Dspace-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/dspace-devel
> 
> ------------------------------------------------------------------------------
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
> February 28th, so secure your free ArcSight Logger TODAY! 
> http://p.sf.net/sfu/arcsight-sfd2d
> _______________________________________________
> Dspace-devel mailing list
> Dspace-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-devel




------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to