Class JobEntryTransDialog
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.trans.JobEntryTransDialog
- All Implemented Interfaces:
org.pentaho.di.job.entry.JobEntryDialogInterface
public class JobEntryTransDialog
extends JobEntryBaseDialog
implements org.pentaho.di.job.entry.JobEntryDialogInterface
This dialog allows you to edit the transformation job entry (JobEntryTrans)
- 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
FieldsModifier and TypeFieldDescriptionprotected org.pentaho.di.job.entries.trans.JobEntryTransprotected org.eclipse.swt.widgets.ButtonFields 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, wWaitingToFinishFields inherited from class org.pentaho.di.ui.job.entry.JobEntryDialog
databaseDialog, jobEntryInt, jobMeta, loggingObject, metaStore, parent, props, rep -
Constructor Summary
ConstructorsConstructorDescriptionJobEntryTransDialog(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
Modifier and TypeMethodDescriptionprotected voidcancel()protected voidvoiddispose()protected booleanprotected String[]voidgetData()protected org.eclipse.swt.graphics.ImagegetImage()protected org.pentaho.di.job.entry.JobEntryBaseprotected String[]protected voidok()org.pentaho.di.job.entry.JobEntryInterfaceopen()Methods inherited from class org.pentaho.di.ui.job.entries.trans.JobEntryBaseDialog
selectLogFile, setActiveMethods inherited from class org.pentaho.di.ui.job.entry.JobEntryDialog
addConnectionLine, addConnectionLine, addDatabases, getMetaStore, getPathOf, selectDatabase, setMetaStoreMethods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setTextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.pentaho.di.job.entry.JobEntryDialogInterface
setMetaStore
-
Field Details
-
wSuppressResultData
protected org.eclipse.swt.widgets.Button wSuppressResultData -
jobEntry
protected org.pentaho.di.job.entries.trans.JobEntryTrans jobEntry
-
-
Constructor Details
-
JobEntryTransDialog
public JobEntryTransDialog(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 Details
-
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
- Specified by:
getArgumentsin classJobEntryBaseDialog
-
getParamters
- Specified by:
getParamtersin classJobEntryBaseDialog
-
dispose
public void dispose() -
getData
public void getData() -
cancel
protected void cancel()- Specified by:
cancelin classJobEntryBaseDialog
-
ok
protected void ok()- Specified by:
okin classJobEntryBaseDialog
-