org.kuali.ole.docstore.process
Class BulkIngestNIndexProcessor

java.lang.Object
  extended by org.kuali.ole.docstore.process.BulkIngestNIndexProcessor
All Implemented Interfaces:
org.apache.camel.Processor

public class BulkIngestNIndexProcessor
extends Object
implements org.apache.camel.Processor

Class to Process IngestDocuments of Bulk.

Author:
Rajesh Chowdary K

Constructor Summary
BulkIngestNIndexProcessor(String user, String action)
           
 
Method Summary
 BulkIngestStatistics getBulkLoadStatistics()
           
 BulkProcessRequest getBulkProcessRequest()
           
 void process(org.apache.camel.Exchange exchange)
           
 void setBulkLoadStatistics(BulkIngestStatistics bulkLoadStatistics)
           
 void setBulkProcessRequest(BulkProcessRequest bulkProcessRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BulkIngestNIndexProcessor

public BulkIngestNIndexProcessor(String user,
                                 String action)
Method Detail

process

public void process(org.apache.camel.Exchange exchange)
             throws Exception
Specified by:
process in interface org.apache.camel.Processor
Throws:
Exception

getBulkLoadStatistics

public BulkIngestStatistics getBulkLoadStatistics()

setBulkLoadStatistics

public void setBulkLoadStatistics(BulkIngestStatistics bulkLoadStatistics)

getBulkProcessRequest

public BulkProcessRequest getBulkProcessRequest()

setBulkProcessRequest

public void setBulkProcessRequest(BulkProcessRequest bulkProcessRequest)


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