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

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

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

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

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

Methods in com.ibm.jbatch.container.modelresolver.impl that return ItemWriter
 ItemWriter ItemWriterPropertyResolverImpl.substituteProperties(ItemWriter writer, Properties submittedProps, Properties parentProps)
           
 

Methods in com.ibm.jbatch.container.modelresolver.impl with parameters of type ItemWriter
 ItemWriter ItemWriterPropertyResolverImpl.substituteProperties(ItemWriter writer, Properties submittedProps, Properties parentProps)
           
 

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

Fields in com.ibm.jbatch.jsl.model declared as ItemWriter
protected  ItemWriter Chunk.writer
           
 

Methods in com.ibm.jbatch.jsl.model that return ItemWriter
 ItemWriter ObjectFactory.createItemWriter()
          Create an instance of ItemWriter
 ItemWriter Chunk.getWriter()
          Gets the value of the writer property.
 

Methods in com.ibm.jbatch.jsl.model with parameters of type ItemWriter
 void Chunk.setWriter(ItemWriter value)
          Sets the value of the writer property.
 



Copyright © 2013. All Rights Reserved.