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

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

public final class ApplyCommitStep
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
ApplyCommitStep()
           
 
Method Summary
 void compute(LogicalPageBox pageBox)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplyCommitStep

public ApplyCommitStep()
Method Detail

compute

public void compute(LogicalPageBox pageBox)