org.kuali.ole.docstore.service
Class BulkIngestProcessHandlerService

java.lang.Object
  extended by org.kuali.ole.docstore.service.BulkIngestProcessHandlerService

public class BulkIngestProcessHandlerService
extends Object

Class BulkIngest Process Handler Service.

Version:
0.8
Author:
Rajesh Chowdary K

Constructor Summary
BulkIngestProcessHandlerService()
           
 
Method Summary
 BulkLoadHandler getLoadHandler()
           
 void setLoadHandler(BulkLoadHandler loadHandler)
           
 void startBulkIngestForDocStoreRequestFormat(String folder)
          Method to start Bulk Ingest Process for DocStore Request Format.
 void startBulkIngestForStandardXMLFormat(String folder, String category, String type, String format, String bulkIngestUploadDir)
          Method to start Bulk Ingest Process For Standard XML Format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BulkIngestProcessHandlerService

public BulkIngestProcessHandlerService()
Method Detail

startBulkIngestForDocStoreRequestFormat

public void startBulkIngestForDocStoreRequestFormat(String folder)
                                             throws Exception
Method to start Bulk Ingest Process for DocStore Request Format.

Throws:
Exception

startBulkIngestForStandardXMLFormat

public void startBulkIngestForStandardXMLFormat(String folder,
                                                String category,
                                                String type,
                                                String format,
                                                String bulkIngestUploadDir)
                                         throws Exception
Method to start Bulk Ingest Process For Standard XML Format.

Parameters:
folder -
category -
type -
format -
Throws:
Exception

getLoadHandler

public BulkLoadHandler getLoadHandler()

setLoadHandler

public void setLoadHandler(BulkLoadHandler loadHandler)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.