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

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

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

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

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

Methods in com.ibm.jbatch.container.modelresolver.impl that return Partition
 Partition PartitionPropertyResolverImpl.substituteProperties(Partition partition, Properties submittedProps, Properties parentProps)
           
 

Methods in com.ibm.jbatch.container.modelresolver.impl with parameters of type Partition
 Partition PartitionPropertyResolverImpl.substituteProperties(Partition partition, Properties submittedProps, Properties parentProps)
           
 

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

Fields in com.ibm.jbatch.jsl.model declared as Partition
protected  Partition Step.partition
           
 

Methods in com.ibm.jbatch.jsl.model that return Partition
 Partition ObjectFactory.createPartition()
          Create an instance of Partition
 Partition Step.getPartition()
          Gets the value of the partition property.
 

Methods in com.ibm.jbatch.jsl.model with parameters of type Partition
 void Step.setPartition(Partition value)
          Sets the value of the partition property.
 



Copyright © 2013. All Rights Reserved.