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


public interface JobWizard

A pluggable component (plug-in / extension) which provides a wizard in the webapp for creating a job in the DC monitor repository.


Method Summary
 String getDisplayName()
           
 JobWizardSession start(JobWizardContext context)
          Starts the wizard
 

Method Detail

getDisplayName

String getDisplayName()

start

JobWizardSession start(JobWizardContext context)
Starts the wizard

Parameters:
context -
Returns:


Copyright © 2012 Human Inference. All Rights Reserved.