Interface ItemProcessor<I>
- All Known Subinterfaces:
- PlainIterativeActivityRunSpecifics<I>
- All Known Implementing Classes:
- AsyncUpdateActivityRun,- LiveSyncActivityRun,- PlainIterativeActivityRun
public interface ItemProcessor<I>
- 
Method SummaryModifier and TypeMethodDescriptionbooleanprocessItem(ItemProcessingRequest<I> request, RunningTask workerTask, OperationResult parentResult) Does the "pure" processing, free of any reporting, error handling, tracing, and similar issues.
- 
Method Details- 
processItemboolean processItem(ItemProcessingRequest<I> request, RunningTask workerTask, OperationResult parentResult) throws CommonException, ActivityRunException Does the "pure" processing, free of any reporting, error handling, tracing, and similar issues.- Throws:
- CommonException
- ActivityRunException
 
 
-