Class JobEntryJobDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.pentaho.di.ui.job.entry.JobEntryDialog
-
- org.pentaho.di.ui.job.entries.trans.JobEntryBaseDialog
-
- org.pentaho.di.ui.job.entries.job.JobEntryJobDialog
-
- All Implemented Interfaces:
org.pentaho.di.job.entry.JobEntryDialogInterface
public class JobEntryJobDialog extends JobEntryBaseDialog implements org.pentaho.di.job.entry.JobEntryDialogInterface
This dialog allows you to edit the job job entry (JobEntryJob)- Since:
- 19-06-2003
- Author:
- Matt
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.pentaho.di.ui.job.entries.trans.JobEntryBaseDialog
JobEntryBaseDialog.RunConfigurationModifyListener
-
-
Field Summary
Fields Modifier and Type Field Description protected org.pentaho.di.job.entries.job.JobEntryJobjobEntryprotected org.eclipse.swt.widgets.ButtonwExpandRemoteprotected org.eclipse.swt.widgets.ButtonwPassExport-
Fields inherited from class org.pentaho.di.ui.job.entries.trans.JobEntryBaseDialog
backupChanged, display, fdbLogFilename, fdCreateParentFolder, fdgExecution, fdlCreateParentFolder, fdlName, fdName, gExecution, gLogFile, IS_PENTAHO, log, lsCancel, lsDef, lsOK, parameterTableHelper, referenceObjectId, shell, specificationMethod, wAddDate, wAddTime, wAppendLogfile, wbBrowse, wbGetParams, wbLogFilename, wByReference, wCancel, wClearFiles, wClearRows, wCreateParentFolder, wEveryRow, wFields, wFollowingAbortRemotely, wlAddDate, wlAddTime, wlCreateParentFolder, wlLogext, wlLogfile, wlLoglevel, wlName, wLogext, wLogfile, wLoglevel, wlPath, wlPrevious, wName, wOK, wOptions, wParameters, wPassParams, wPath, wPrevious, wPrevToParams, wRunConfiguration, wSetLogfile, wWaitingToFinish
-
Fields inherited from class org.pentaho.di.ui.job.entry.JobEntryDialog
databaseDialog, jobEntryInt, jobMeta, loggingObject, metaStore, parent, props, rep
-
-
Constructor Summary
Constructors Constructor Description JobEntryJobDialog(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.job.entry.JobEntryInterface jobEntryInt, org.pentaho.di.repository.Repository rep, org.pentaho.di.job.JobMeta jobMeta)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcancel()protected voidcreateElements()voiddispose()protected booleangetArgFromPrev()protected String[]getArguments()voidgetData()protected org.eclipse.swt.graphics.ImagegetImage()protected voidgetInfo(org.pentaho.di.job.entries.job.JobEntryJob jej)protected org.pentaho.di.job.entry.JobEntryBasegetJobEntry()protected StringgetName()protected voidgetParameters(org.pentaho.di.job.JobMeta inputJobMeta)protected String[]getParamters()protected StringgetPath()protected voidgetSpecificationPath(org.pentaho.di.job.entries.job.JobEntryJob jej)voidok()org.pentaho.di.job.entry.JobEntryInterfaceopen()voidsetActive()-
Methods inherited from class org.pentaho.di.ui.job.entries.trans.JobEntryBaseDialog
selectLogFile
-
Methods inherited from class org.pentaho.di.ui.job.entry.JobEntryDialog
addConnectionLine, addConnectionLine, addDatabases, getMetaStore, getPathOf, selectDatabase, setMetaStore
-
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
-
-
-
Method Detail
-
open
public org.pentaho.di.job.entry.JobEntryInterface open()
- Specified by:
openin interfaceorg.pentaho.di.job.entry.JobEntryDialogInterface
-
createElements
protected void createElements()
- Overrides:
createElementsin classJobEntryBaseDialog
-
getJobEntry
protected org.pentaho.di.job.entry.JobEntryBase getJobEntry()
- Specified by:
getJobEntryin classJobEntryBaseDialog
-
getImage
protected org.eclipse.swt.graphics.Image getImage()
- Specified by:
getImagein classJobEntryBaseDialog
-
getArgFromPrev
protected boolean getArgFromPrev()
- Specified by:
getArgFromPrevin classJobEntryBaseDialog
-
getArguments
protected String[] getArguments()
- Specified by:
getArgumentsin classJobEntryBaseDialog
-
getParamters
protected String[] getParamters()
- Specified by:
getParamtersin classJobEntryBaseDialog
-
getParameters
protected void getParameters(org.pentaho.di.job.JobMeta inputJobMeta)
-
dispose
public void dispose()
-
setActive
public void setActive()
- Overrides:
setActivein classJobEntryBaseDialog
-
getData
public void getData()
-
cancel
protected void cancel()
- Specified by:
cancelin classJobEntryBaseDialog
-
getInfo
protected void getInfo(org.pentaho.di.job.entries.job.JobEntryJob jej)
-
ok
public void ok()
- Specified by:
okin classJobEntryBaseDialog
-
getName
protected String getName()
-
getPath
protected String getPath()
-
getSpecificationPath
protected void getSpecificationPath(org.pentaho.di.job.entries.job.JobEntryJob jej)
-
-