Class CheckpointAlgorithmPropertyResolverImpl

  • All Implemented Interfaces:
    PropertyResolver<com.ibm.jbatch.jsl.model.CheckpointAlgorithm>

    public class CheckpointAlgorithmPropertyResolverImpl
    extends AbstractPropertyResolver<com.ibm.jbatch.jsl.model.CheckpointAlgorithm>
    • Constructor Detail

      • CheckpointAlgorithmPropertyResolverImpl

        public CheckpointAlgorithmPropertyResolverImpl​(boolean isPartitionStep)
    • Method Detail

      • substituteProperties

        public com.ibm.jbatch.jsl.model.CheckpointAlgorithm substituteProperties​(com.ibm.jbatch.jsl.model.CheckpointAlgorithm checkpointalgorithm,
                                                                                 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: