public class VersionManager extends Object
| Constructor and Description |
|---|
VersionManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
removeBitstream(Item item,
Bitstream bitstream) |
void |
removeBitstream(Item item,
Bitstream bitstream,
boolean keep) |
void |
removeBundle(Item item,
Bundle source) |
void |
removeBundle(Item item,
Bundle source,
boolean archive) |
void |
removeBundle(Item item,
String name) |
public void removeBundle(Item item, String name) throws SQLException, AuthorizeException, IOException
public void removeBundle(Item item, Bundle source) throws SQLException, AuthorizeException, IOException
public void removeBundle(Item item, Bundle source, boolean archive) throws SQLException, AuthorizeException, IOException
public void removeBitstream(Item item, Bitstream bitstream) throws SQLException, AuthorizeException, IOException
public void removeBitstream(Item item, Bitstream bitstream, boolean keep) throws SQLException, AuthorizeException, IOException
Copyright © 2013 DuraSpace. All Rights Reserved.