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
Exception
public void startBulkIngestForStandardXMLFormat(String folder, String category, String type, String format, String bulkIngestUploadDir) throws Exception
folder
- category
- type
- format
- Exception
public BulkLoadHandler getLoadHandler()
public void setLoadHandler(BulkLoadHandler loadHandler)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.