public class FlowMapperUtils extends Object
| Constructor and Description |
|---|
FlowMapperUtils() |
| Modifier and Type | Method and Description |
|---|---|
static FlowResult |
processMapItems(Context context,
int collectionID,
String[] itemIDs)
Map the given items into this collection
|
static FlowResult |
processUnmapItems(Context context,
int collectionID,
String[] itemIDs)
Unmap the given items from this collection
|
public static FlowResult processMapItems(Context context, int collectionID, String[] itemIDs) throws SQLException, AuthorizeException, UIException, IOException
context - The current DSpace contentcollectionID - The collection to map items into.itemIDs - The items to map.SQLExceptionAuthorizeExceptionUIExceptionIOExceptionpublic static FlowResult processUnmapItems(Context context, int collectionID, String[] itemIDs) throws SQLException, AuthorizeException, UIException, IOException
context - The DSpace contextcollectionID - The collection to unmap these items from.itemIDs - The items to be unmapped.SQLExceptionAuthorizeExceptionUIExceptionIOExceptionCopyright © 2016 DuraSpace. All Rights Reserved.