Rename 'run' to 'runOnePage'

This commit is contained in:
2024-05-16 12:49:28 -05:00
parent be69836b5b
commit 9dec3c517b
31 changed files with 45 additions and 43 deletions

View File

@ -61,7 +61,7 @@ public class TransformPersonStep extends AbstractTransformStep
**
*******************************************************************************/
@Override
public void run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) throws QException
public void runOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) throws QException
{
for(QRecord record : runBackendStepInput.getRecords())
{