org.eobjects.datacleaner.monitor.jobwizard.api
Interface JobWizardSession


public interface JobWizardSession


Method Summary
 AnalysisJobBuilder createJob()
          Creates the final analysis job as prescribed by the wizard.
 JobWizardPageController firstPageController()
          Gets the next page of the wizard, or null if this wizard has finished
 Integer getPageCount()
          Gets the expected amount of pages in this wizard.
 

Method Detail

firstPageController

JobWizardPageController firstPageController()
Gets the next page of the wizard, or null if this wizard has finished

Parameters:
params -
Returns:

createJob

AnalysisJobBuilder createJob()
Creates the final analysis job as prescribed by the wizard. This method will be invoked when no more pages are available and the wizard has ended.

Returns:

getPageCount

Integer getPageCount()
Gets the expected amount of pages in this wizard.

Returns:
the count of pages, or null if not known.


Copyright © 2012 Human Inference. All Rights Reserved.