Uses of Interface
org.springframework.batch.core.step.skip.ItemSkipPolicy

Packages that use ItemSkipPolicy
org.springframework.batch.core.step.item Specific implementations of step concerns for item-oriented approach. 
org.springframework.batch.core.step.skip Specific implementations of skip concerns for items in a step. 
 

Uses of ItemSkipPolicy in org.springframework.batch.core.step.item
 

Methods in org.springframework.batch.core.step.item that return ItemSkipPolicy
protected  ItemSkipPolicy SkipLimitStepFactoryBean.getItemSkipPolicy()
          Protected getter for the ItemSkipPolicy.
 

Methods in org.springframework.batch.core.step.item with parameters of type ItemSkipPolicy
 void ItemSkipPolicyItemHandler.setItemSkipPolicy(ItemSkipPolicy itemSkipPolicy)
           
 

Uses of ItemSkipPolicy in org.springframework.batch.core.step.skip
 

Classes in org.springframework.batch.core.step.skip that implement ItemSkipPolicy
 class AlwaysSkipItemSkipPolicy
          Implementation of the ItemSkipPolicy interface that will always return that an item should be skipped.
 class LimitCheckingItemSkipPolicy
           ItemSkipPolicy that determines whether or not reading should continue based upon how many items have been skipped.
 class NeverSkipItemSkipPolicy
          ItemSkipPolicy implementation that always returns false, indicating that an item should not be skipped.
 



Copyright © 2008 SpringSource. All Rights Reserved.