com.ibm.jbatch.container.modelresolver.impl
Class PartitionMapperPropertyResolverImpl

java.lang.Object
  extended by com.ibm.jbatch.container.modelresolver.impl.AbstractPropertyResolver<PartitionMapper>
      extended by com.ibm.jbatch.container.modelresolver.impl.PartitionMapperPropertyResolverImpl
All Implemented Interfaces:
PropertyResolver<PartitionMapper>

public class PartitionMapperPropertyResolverImpl
extends AbstractPropertyResolver<PartitionMapper>


Field Summary
 
Fields inherited from class com.ibm.jbatch.container.modelresolver.impl.AbstractPropertyResolver
isPartitionedStep, UNRESOLVED_PROP_VALUE
 
Constructor Summary
PartitionMapperPropertyResolverImpl(boolean isPartitionStep)
           
 
Method Summary
 PartitionMapper substituteProperties(PartitionMapper partitionMapper, Properties submittedProps, Properties parentProps)
          Performs property substitution on a given batch element b and all nested sub elements.
 
Methods inherited from class com.ibm.jbatch.container.modelresolver.impl.AbstractPropertyResolver
replaceAllProperties, resolveElementProperties, substituteProperties, substituteProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartitionMapperPropertyResolverImpl

public PartitionMapperPropertyResolverImpl(boolean isPartitionStep)
Method Detail

substituteProperties

public PartitionMapper substituteProperties(PartitionMapper partitionMapper,
                                            Properties submittedProps,
                                            Properties parentProps)
Description copied from interface: PropertyResolver
Performs property substitution on a given batch element b and all nested sub elements. The given batch element is directly modified by this method.

submittedProps - Properties submitted as job parameters
parentProps - Properties inherited from parent elements
Returns:


Copyright © 2013. All Rights Reserved.