org.dspace.embargo
Class DefaultEmbargoLifter
java.lang.Object
org.dspace.embargo.DefaultEmbargoLifter
- All Implemented Interfaces:
- EmbargoLifter
public class DefaultEmbargoLifter
- extends Object
- implements EmbargoLifter
Plugin interface for the embargo lifting function.
- Author:
- Larry Stone, Richard Rodgers
|
Method Summary |
void |
liftEmbargo(Context context,
Item item)
Enforce lifting of embargo by turning read access to bitstreams in
this Item back on. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultEmbargoLifter
public DefaultEmbargoLifter()
liftEmbargo
public void liftEmbargo(Context context,
Item item)
throws SQLException,
AuthorizeException,
IOException
- Enforce lifting of embargo by turning read access to bitstreams in
this Item back on.
- Specified by:
liftEmbargo in interface EmbargoLifter
- Parameters:
context - the DSpace contextitem - the item to embargo
- Throws:
SQLException
AuthorizeException
IOException
Copyright © 2010 The DSpace Foundation. All Rights Reserved.