|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexgrid.loader.processor.AbstractParameterPassingListProcessor<I,O>
public abstract class AbstractParameterPassingListProcessor<I,O>
The Class AbstractParameterPassingListProcessor.
Constructor Summary | |
---|---|
AbstractParameterPassingListProcessor()
|
Method Summary | |
---|---|
protected abstract java.util.List<O> |
afterProcessing(java.util.List<O> processedItems,
java.util.List<I> originalItems)
After processing. |
protected abstract java.util.List<I> |
beforeProcessing(java.util.List<I> items)
Before processing. |
org.springframework.batch.item.ItemProcessor<I,O> |
getDelegate()
Gets the delegate. |
java.util.List<O> |
process(java.util.List<I> items)
|
void |
setDelegate(org.springframework.batch.item.ItemProcessor<I,O> delegate)
Sets the delegate. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractParameterPassingListProcessor()
Method Detail |
---|
public java.util.List<O> process(java.util.List<I> items) throws java.lang.Exception
process
in interface org.springframework.batch.item.ItemProcessor<java.util.List<I>,java.util.List<O>>
java.lang.Exception
protected abstract java.util.List<I> beforeProcessing(java.util.List<I> items)
items
- the items
protected abstract java.util.List<O> afterProcessing(java.util.List<O> processedItems, java.util.List<I> originalItems)
processedItems
- the processed itemsoriginalItems
- the original items
public org.springframework.batch.item.ItemProcessor<I,O> getDelegate()
public void setDelegate(org.springframework.batch.item.ItemProcessor<I,O> delegate)
delegate
- the delegate
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |