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

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

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

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

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

Methods in com.ibm.jbatch.container.modelresolver.impl that return PartitionPlan
 PartitionPlan PartitionPlanPropertyResolverImpl.substituteProperties(PartitionPlan partitionPlan, Properties submittedProps, Properties parentProps)
           
 

Methods in com.ibm.jbatch.container.modelresolver.impl with parameters of type PartitionPlan
 PartitionPlan PartitionPlanPropertyResolverImpl.substituteProperties(PartitionPlan partitionPlan, Properties submittedProps, Properties parentProps)
           
 

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

Fields in com.ibm.jbatch.jsl.model declared as PartitionPlan
protected  PartitionPlan Partition.plan
           
 

Methods in com.ibm.jbatch.jsl.model that return PartitionPlan
 PartitionPlan ObjectFactory.createPartitionPlan()
          Create an instance of PartitionPlan
 PartitionPlan Partition.getPlan()
          Gets the value of the plan property.
 

Methods in com.ibm.jbatch.jsl.model with parameters of type PartitionPlan
 void Partition.setPlan(PartitionPlan value)
          Sets the value of the plan property.
 



Copyright © 2013. All Rights Reserved.