org.dspace.app.itemupdate
Class AddMetadataAction
java.lang.Object
org.dspace.app.itemupdate.UpdateMetadataAction
org.dspace.app.itemupdate.AddMetadataAction
- All Implemented Interfaces:
- UpdateAction
public class AddMetadataAction
- extends UpdateMetadataAction
Action to add metadata to item
|
Method Summary |
void |
execute(Context context,
ItemArchive itarch,
boolean isTest,
boolean suppressUndo)
Adds metadata specified in the source archive |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddMetadataAction
public AddMetadataAction()
execute
public void execute(Context context,
ItemArchive itarch,
boolean isTest,
boolean suppressUndo)
throws AuthorizeException,
SQLException
- Adds metadata specified in the source archive
- Parameters:
context - itarch - isTest - suppressUndo -
- Throws:
AuthorizeException
SQLException
Copyright © 2012 DuraSpace. All Rights Reserved.