org.pentaho.reporting.engine.classic.core.layout.process
Class ApplyAutoCommitStep

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.layout.process.IterateStructuralProcessStep
      extended by org.pentaho.reporting.engine.classic.core.layout.process.ApplyAutoCommitStep

public final class ApplyAutoCommitStep
extends IterateStructuralProcessStep

Applies the createRollbackInformation-marker to all closed boxes and applies the pending marker to all currently open boxes. During a roll-back, we can use these markers to identify boxes that have been added since the last createRollbackInformation to remove them from the model.

Author:
Thomas Morgner

Constructor Summary
ApplyAutoCommitStep()
           
 
Method Summary
 void compute(BlockRenderBox pageBox)
           
 void compute(LogicalPageBox pageBox)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplyAutoCommitStep

public ApplyAutoCommitStep()
Method Detail

compute

public void compute(BlockRenderBox pageBox)

compute

public void compute(LogicalPageBox pageBox)