org.dspace.embargo
Interface EmbargoLifter
- All Known Implementing Classes:
- DefaultEmbargoLifter
public interface EmbargoLifter
Plugin interface for the embargo lifting function.
- Author:
- Larry Stone, Richard Rodgers
|
Method Summary |
void |
liftEmbargo(Context context,
Item item)
Implement the lifting of embargo in the "resource policies"
(access control) by e.g. |
liftEmbargo
void liftEmbargo(Context context,
Item item)
throws SQLException,
AuthorizeException,
IOException
- Implement the lifting of embargo in the "resource policies"
(access control) by e.g. turning on default read access to all Bitstreams.
- Parameters:
context - the DSpace contextitem - the Item on which to lift the embargo
- Throws:
SQLException
AuthorizeException
IOException
Copyright © 2010 DuraSpace. All Rights Reserved.