public class DefaultEmbargoLifter extends Object implements EmbargoLifter
| Constructor and Description |
|---|
DefaultEmbargoLifter() |
| Modifier and Type | Method and Description |
|---|---|
void |
liftEmbargo(Context context,
Item item)
Enforce lifting of embargo by turning read access to bitstreams in
this Item back on.
|
public void liftEmbargo(Context context, Item item) throws SQLException, AuthorizeException, IOException
liftEmbargo in interface EmbargoLiftercontext - the DSpace contextitem - the item to embargoSQLException - An exception that provides information on a database access error or other errors.AuthorizeException - Exception indicating the current user of the context does not have permission
to perform a particular action.IOException - A general class of exceptions produced by failed or interrupted I/O operations.Copyright © 2019 DuraSpace. All rights reserved.