Uses of Class
com.ibm.jbatch.jsl.model.ItemProcessor

Packages that use ItemProcessor
com.ibm.jbatch.container.modelresolver   
com.ibm.jbatch.container.modelresolver.impl   
com.ibm.jbatch.jsl.model   
 

Uses of ItemProcessor in com.ibm.jbatch.container.modelresolver
 

Methods in com.ibm.jbatch.container.modelresolver that return types with arguments of type ItemProcessor
static PropertyResolver<ItemProcessor> PropertyResolverFactory.createProcessorPropertyResolver(boolean isPartitionedStep)
           
 

Uses of ItemProcessor in com.ibm.jbatch.container.modelresolver.impl
 

Methods in com.ibm.jbatch.container.modelresolver.impl that return ItemProcessor
 ItemProcessor ItemProcessorPropertyResolverImpl.substituteProperties(ItemProcessor processor, Properties submittedProps, Properties parentProps)
           
 

Methods in com.ibm.jbatch.container.modelresolver.impl with parameters of type ItemProcessor
 ItemProcessor ItemProcessorPropertyResolverImpl.substituteProperties(ItemProcessor processor, Properties submittedProps, Properties parentProps)
           
 

Uses of ItemProcessor in com.ibm.jbatch.jsl.model
 

Fields in com.ibm.jbatch.jsl.model declared as ItemProcessor
protected  ItemProcessor Chunk.processor
           
 

Methods in com.ibm.jbatch.jsl.model that return ItemProcessor
 ItemProcessor ObjectFactory.createItemProcessor()
          Create an instance of ItemProcessor
 ItemProcessor Chunk.getProcessor()
          Gets the value of the processor property.
 

Methods in com.ibm.jbatch.jsl.model with parameters of type ItemProcessor
 void Chunk.setProcessor(ItemProcessor value)
          Sets the value of the processor property.
 



Copyright © 2013. All Rights Reserved.