Package org.pentaho.di.ui.spoon.job
Class JobHistoryDelegate
- java.lang.Object
-
- org.pentaho.di.ui.spoon.delegates.SpoonDelegate
-
- org.pentaho.di.ui.spoon.job.JobHistoryDelegate
-
- All Implemented Interfaces:
org.pentaho.ui.xul.impl.XulEventHandler
public class JobHistoryDelegate extends SpoonDelegate implements org.pentaho.ui.xul.impl.XulEventHandler
-
-
Field Summary
-
Fields inherited from class org.pentaho.di.ui.spoon.delegates.SpoonDelegate
log, loggingObject, spoon
-
-
Constructor Summary
Constructors Constructor Description JobHistoryDelegate(Spoon spoon, JobGraph jobGraph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddJobHistory()voidclearLogTable()Public for XUL.voidfetchAll()XUL event: loads all load records for current log table.voidfetchNextBatch()XUL event: fetches next x records for current log table.ObjectgetData()org.eclipse.swt.custom.CTabItemgetJobHistoryTab()StringgetName()org.pentaho.ui.xul.XulDomContainergetXulDomContainer()voidrefreshHistory()Public for XUL.voidreplayHistory()Public for XUL.voidsetData(Object data)voidsetName(String name)voidsetXulDomContainer(org.pentaho.ui.xul.XulDomContainer xulDomContainer)-
Methods inherited from class org.pentaho.di.ui.spoon.delegates.SpoonDelegate
getMaxTabLength
-
-
-
-
Method Detail
-
addJobHistory
public void addJobHistory()
-
clearLogTable
public void clearLogTable()
Public for XUL.
-
replayHistory
public void replayHistory()
Public for XUL.
-
refreshHistory
public void refreshHistory()
Public for XUL.
-
getJobHistoryTab
public org.eclipse.swt.custom.CTabItem getJobHistoryTab()
- Returns:
- the jobHistoryTab
-
getData
public Object getData()
- Specified by:
getDatain interfaceorg.pentaho.ui.xul.impl.XulEventHandler
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.pentaho.ui.xul.impl.XulEventHandler
-
getXulDomContainer
public org.pentaho.ui.xul.XulDomContainer getXulDomContainer()
- Specified by:
getXulDomContainerin interfaceorg.pentaho.ui.xul.impl.XulEventHandler
-
setData
public void setData(Object data)
- Specified by:
setDatain interfaceorg.pentaho.ui.xul.impl.XulEventHandler
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceorg.pentaho.ui.xul.impl.XulEventHandler
-
setXulDomContainer
public void setXulDomContainer(org.pentaho.ui.xul.XulDomContainer xulDomContainer)
- Specified by:
setXulDomContainerin interfaceorg.pentaho.ui.xul.impl.XulEventHandler
-
fetchNextBatch
public void fetchNextBatch()
XUL event: fetches next x records for current log table.
-
fetchAll
public void fetchAll()
XUL event: loads all load records for current log table.
-
-