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

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

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

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

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

Methods in com.ibm.jbatch.container.modelresolver.impl that return PartitionMapper
 PartitionMapper PartitionMapperPropertyResolverImpl.substituteProperties(PartitionMapper partitionMapper, Properties submittedProps, Properties parentProps)
           
 

Methods in com.ibm.jbatch.container.modelresolver.impl with parameters of type PartitionMapper
 PartitionMapper PartitionMapperPropertyResolverImpl.substituteProperties(PartitionMapper partitionMapper, Properties submittedProps, Properties parentProps)
           
 

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

Fields in com.ibm.jbatch.jsl.model declared as PartitionMapper
protected  PartitionMapper Partition.mapper
           
 

Methods in com.ibm.jbatch.jsl.model that return PartitionMapper
 PartitionMapper ObjectFactory.createPartitionMapper()
          Create an instance of PartitionMapper
 PartitionMapper Partition.getMapper()
          Gets the value of the mapper property.
 

Methods in com.ibm.jbatch.jsl.model with parameters of type PartitionMapper
 void Partition.setMapper(PartitionMapper value)
          Sets the value of the mapper property.
 



Copyright © 2013. All Rights Reserved.