org.dspace.app.xmlui.aspect.administrative
Class FlowMetadataImportUtils

java.lang.Object
  extended by org.dspace.app.xmlui.aspect.administrative.FlowMetadataImportUtils

public class FlowMetadataImportUtils
extends Object

Utility methods to processes MetadataImport actions. These methods are used exclusively from the administrative flow scripts.

Author:
Kim Shepherd

Constructor Summary
FlowMetadataImportUtils()
           
 
Method Summary
static FlowResult processMetadataImport(Context context, org.apache.cocoon.environment.Request request)
           
static FlowResult processUploadCSV(Context context, org.apache.cocoon.environment.Request request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowMetadataImportUtils

public FlowMetadataImportUtils()
Method Detail

processMetadataImport

public static FlowResult processMetadataImport(Context context,
                                               org.apache.cocoon.environment.Request request)
                                        throws SQLException,
                                               AuthorizeException,
                                               IOException,
                                               Exception
Throws:
SQLException
AuthorizeException
IOException
Exception

processUploadCSV

public static FlowResult processUploadCSV(Context context,
                                          org.apache.cocoon.environment.Request request)
                                   throws SQLException,
                                          AuthorizeException,
                                          IOException,
                                          Exception
Throws:
SQLException
AuthorizeException
IOException
Exception


Copyright © 2013 DuraSpace. All Rights Reserved.