public class BulkIngestProcessHandlerService extends Object
| Constructor and Description | 
|---|
| BulkIngestProcessHandlerService() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
public BulkIngestProcessHandlerService()
public void startBulkIngestForDocStoreRequestFormat(String folder) throws Exception
Exceptionpublic void startBulkIngestForStandardXMLFormat(String folder, String category, String type, String format, String bulkIngestUploadDir) throws Exception
folder - category - type - format - Exceptionpublic BulkLoadHandler getLoadHandler()
public void setLoadHandler(BulkLoadHandler loadHandler)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.