On Mon, Aug 27, 2012 at 11:23 PM, Thornton, Susan M. (LARC-B702)[LITES] <[email protected]> wrote: > So my question is: Can we use the Embargo feature to DISALLOW access > and/or delete documents on a certain, pre-specified date?
Hi Sue, although I haven't done that before, I believe you can. In your embargo lifter (implementing the EmbargoLifter interface [1]) you're getting the item as parameter, so you should be able to do whatever you want with it, even delete it. [1] https://github.com/DSpace/DSpace/blob/dspace-1_7_x/dspace-api/src/main/java/org/dspace/embargo/EmbargoLifter.java Regards, ~~helix84 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

