public interface EmbargoLifter
| Modifier and Type | Method and Description |
|---|---|
void |
liftEmbargo(Context context,
Item item)
Implement the lifting of embargo in the "resource policies"
(access control) by (for example) turning on default read access to all
Bitstreams.
|
void liftEmbargo(Context context, Item item) throws SQLException, AuthorizeException, IOException
context - The relevant DSpace Context.item - the Item on which to lift the embargoIOException - A general class of exceptions produced by failed or interrupted I/O operations.SQLException - 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.Copyright © 2019 DuraSpace. All rights reserved.