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