Class ScriptValuesDummy
- java.lang.Object
-
- org.apache.hop.pipeline.transforms.javascript.ScriptValuesDummy
-
- All Implemented Interfaces:
IExtensionData,IHasLogChannel,IVariables,org.apache.hop.pipeline.engine.IEngineComponent,org.apache.hop.pipeline.transform.ITransform
public class ScriptValuesDummy extends Object implements org.apache.hop.pipeline.transform.ITransform
Dummy class used for test().
-
-
Constructor Summary
Constructors Constructor Description ScriptValuesDummy(IRowMeta inputRowMeta, IRowMeta outputRowMeta)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRowListener(org.apache.hop.pipeline.transform.IRowListener rowListener)voidaddTransformFinishedListener(org.apache.hop.pipeline.transform.ITransformFinishedListener transformListener)voidaddTransformListener(ComponentListener transformListener)voidaddTransformStartedListener(org.apache.hop.pipeline.transform.ITransformStartedListener transformListener)voidbatchComplete()booleancanProcessOneRow()voidcleanup()voidcopyFrom(IVariables variables)voiddispose()voidfinishBundle()intgetCopy()intgetCopyNr()intgetCurrentInputRowSetNr()intgetCurrentOutputRowSetNr()org.apache.hop.pipeline.transform.ITransformDatagetData()longgetErrors()longgetExecutionDuration()DategetExecutionEndDate()DategetExecutionStartDate()Map<String,Object>getExtensionDataMap()DategetFirstRowReadDate()DategetInitStartDate()longgetInputBufferSize()IRowMetagetInputRowMeta()List<IRowSet>getInputRowSets()DategetLastRowWrittenDate()longgetLinesInput()longgetLinesOutput()longgetLinesRead()longgetLinesRejected()longgetLinesUpdated()longgetLinesWritten()ILogChannelgetLogChannel()StringgetLogChannelId()LogLevelgetLogLevel()StringgetLogText()org.apache.hop.pipeline.transform.ITransformMetagetMeta()IHopMetadataProvidergetMetadataProvider()StringgetName()longgetOutputBufferSize()IRowMetagetOutputRowMeta()List<IRowSet>getOutputRowSets()IVariablesgetParentVariables()StringgetPartitionId()StringgetPartitionID()org.apache.hop.pipeline.PipelinegetPipeline()org.apache.hop.pipeline.PipelineMetagetPipelineMeta()longgetProcessed()Map<String,ResultFile>getResultFiles()Object[]getRow()List<org.apache.hop.pipeline.transform.IRowListener>getRowListeners()longgetRuntime()org.apache.hop.pipeline.engine.EngineComponent.ComponentExecutionStatusgetStatus()StringgetStatusDescription()org.apache.hop.pipeline.transform.TransformMetagetTransformMeta()StringgetTransformName()StringgetTransformPluginId()StringgetVariable(String variableName)StringgetVariable(String variableName, String defaultValue)booleangetVariableBoolean(String variableName, boolean defaultValue)String[]getVariableNames()voididentifyErrorOutput()booleaninit()booleaninit(org.apache.hop.pipeline.transform.ITransform transformMetaInterface, org.apache.hop.pipeline.transform.ITransformData iTransformData)voidinitBeforeStart()voidinitializeFrom(IVariables parent)booleanisAlive()booleanisIdle()booleanisMapping()booleanisPartitioned()booleanisPassingData()booleanisPaused()booleanisRunning()booleanisSelected()booleanisStopped()booleanisUsingThreadPriorityManagment()booleanisWaitingForData()voidmarkStart()voidmarkStop()voidpauseRunning()booleanprocessRow()voidputRow(IRowMeta rowMeta, Object[] row)voidremoveRowListener(org.apache.hop.pipeline.transform.IRowListener rowListener)Stringresolve(String aString)String[]resolve(String[] string)Stringresolve(String aString, IRowMeta rowMeta, Object[] rowData)voidresumeRunning()introwsetInputSize()introwsetOutputSize()voidrun()voidsetCurrentInputRowSetNr(int index)voidsetCurrentOutputRowSetNr(int index)voidsetErrors(long errors)voidsetExecutionEndDate(Date executionEndDate)voidsetExecutionStartDate(Date executionStartDate)voidsetFirstRowReadDate(Date firstRowReadDate)voidsetInitStartDate(Date initStartDate)voidsetLastRowWrittenDate(Date lastRowWrittenDate)voidsetLinesRejected(long linesRejected)voidsetLogLevel(LogLevel logLevel)voidsetMetadataProvider(IHopMetadataProvider metadataProvider)voidsetOutputDone()voidsetParentVariables(IVariables parent)voidsetPartitioned(boolean partitioned)voidsetPartitionId(String partitionId)voidsetPartitionID(String partitionID)voidsetPassingData(boolean passingData)voidsetRepartitioning(int partitioningMethod)voidsetRunning(boolean running)voidsetSafeStopped(boolean stopped)voidsetStopped(boolean stopped)voidsetUsingThreadPriorityManagment(boolean usingThreadPriorityManagment)voidsetVariable(String variableName, String variableValue)voidsetVariables(Map<String,String> map)voidsetWaitingForData(boolean waitingForData)voidshareWith(IVariables variables)voidstart()voidstartBundle()voidstopAll()voidstopRunning()voidstopRunning(org.apache.hop.pipeline.transform.ITransform transformMetaInterface, org.apache.hop.pipeline.transform.ITransformData iTransformData)
-
-
-
Method Detail
-
processRow
public boolean processRow() throws HopException- Specified by:
processRowin interfaceorg.apache.hop.pipeline.transform.ITransform- Throws:
HopException
-
addRowListener
public void addRowListener(org.apache.hop.pipeline.transform.IRowListener rowListener)
- Specified by:
addRowListenerin interfaceorg.apache.hop.pipeline.engine.IEngineComponent- Specified by:
addRowListenerin interfaceorg.apache.hop.pipeline.transform.ITransform
-
dispose
public void dispose()
- Specified by:
disposein interfaceorg.apache.hop.pipeline.transform.ITransform
-
getErrors
public long getErrors()
- Specified by:
getErrorsin interfaceorg.apache.hop.pipeline.engine.IEngineComponent- Specified by:
getErrorsin interfaceorg.apache.hop.pipeline.transform.ITransform
-
getInputRowSets
public List<IRowSet> getInputRowSets()
- Specified by:
getInputRowSetsin interfaceorg.apache.hop.pipeline.transform.ITransform
-
getLinesInput
public long getLinesInput()
- Specified by:
getLinesInputin interfaceorg.apache.hop.pipeline.engine.IEngineComponent- Specified by:
getLinesInputin interfaceorg.apache.hop.pipeline.transform.ITransform
-
getLinesOutput
public long getLinesOutput()
- Specified by:
getLinesOutputin interfaceorg.apache.hop.pipeline.engine.IEngineComponent- Specified by:
getLinesOutputin interfaceorg.apache.hop.pipeline.transform.ITransform
-
getLinesRead
public long getLinesRead()
- Specified by:
getLinesReadin interfaceorg.apache.hop.pipeline.engine.IEngineComponent- Specified by:
getLinesReadin interfaceorg.apache.hop.pipeline.transform.ITransform
-
getLinesUpdated
public long getLinesUpdated()
- Specified by:
getLinesUpdatedin interfaceorg.apache.hop.pipeline.engine.IEngineComponent- Specified by:
getLinesUpdatedin interfaceorg.apache.hop.pipeline.transform.ITransform
-
getStatusDescription
public String getStatusDescription()
- Specified by:
getStatusDescriptionin interfaceorg.apache.hop.pipeline.engine.IEngineComponent
-
getLinesWritten
public long getLinesWritten()
- Specified by:
getLinesWrittenin interfaceorg.apache.hop.pipeline.engine.IEngineComponent- Specified by:
getLinesWrittenin interfaceorg.apache.hop.pipeline.transform.ITransform
-
getLinesRejected
public long getLinesRejected()
- Specified by:
getLinesRejectedin interfaceorg.apache.hop.pipeline.engine.IEngineComponent- Specified by:
getLinesRejectedin interfaceorg.apache.hop.pipeline.transform.ITransform
-
getOutputRowSets
public List<IRowSet> getOutputRowSets()
- Specified by:
getOutputRowSetsin interfaceorg.apache.hop.pipeline.transform.ITransform
-
getPartitionID
public String getPartitionID()
-
getRow
public Object[] getRow() throws HopException
- Specified by:
getRowin interfaceorg.apache.hop.pipeline.transform.ITransform- Throws:
HopException
-
getRowListeners
public List<org.apache.hop.pipeline.transform.IRowListener> getRowListeners()
- Specified by:
getRowListenersin interfaceorg.apache.hop.pipeline.transform.ITransform
-
getTransformPluginId
public String getTransformPluginId()
- Specified by:
getTransformPluginIdin interfaceorg.apache.hop.pipeline.transform.ITransform
-
getTransformName
public String getTransformName()
- Specified by:
getTransformNamein interfaceorg.apache.hop.pipeline.transform.ITransform
-
init
public boolean init(org.apache.hop.pipeline.transform.ITransform transformMetaInterface, org.apache.hop.pipeline.transform.ITransformData iTransformData)
-
isAlive
public boolean isAlive()
-
isPartitioned
public boolean isPartitioned()
- Specified by:
isPartitionedin interfaceorg.apache.hop.pipeline.transform.ITransform
-
setPartitionId
public void setPartitionId(String partitionId)
- Specified by:
setPartitionIdin interfaceorg.apache.hop.pipeline.transform.ITransform
-
getPartitionId
public String getPartitionId()
- Specified by:
getPartitionIdin interfaceorg.apache.hop.pipeline.transform.ITransform
-
isStopped
public boolean isStopped()
- Specified by:
isStoppedin interfaceorg.apache.hop.pipeline.engine.IEngineComponent- Specified by:
isStoppedin interfaceorg.apache.hop.pipeline.transform.ITransform
-
markStart
public void markStart()
- Specified by:
markStartin interfaceorg.apache.hop.pipeline.transform.ITransform
-
markStop
public void markStop()
- Specified by:
markStopin interfaceorg.apache.hop.pipeline.transform.ITransform
-
stopRunning
public void stopRunning() throws HopException- Specified by:
stopRunningin interfaceorg.apache.hop.pipeline.transform.ITransform- Throws:
HopException
-
putRow
public void putRow(IRowMeta rowMeta, Object[] row) throws HopException
- Specified by:
putRowin interfaceorg.apache.hop.pipeline.transform.ITransform- Throws:
HopException
-
removeRowListener
public void removeRowListener(org.apache.hop.pipeline.transform.IRowListener rowListener)
- Specified by:
removeRowListenerin interfaceorg.apache.hop.pipeline.engine.IEngineComponent- Specified by:
removeRowListenerin interfaceorg.apache.hop.pipeline.transform.ITransform
-
run
public void run()
-
setErrors
public void setErrors(long errors)
- Specified by:
setErrorsin interfaceorg.apache.hop.pipeline.transform.ITransform
-
setOutputDone
public void setOutputDone()
- Specified by:
setOutputDonein interfaceorg.apache.hop.pipeline.transform.ITransform
-
setPartitionID
public void setPartitionID(String partitionID)
-
start
public void start()
-
stopAll
public void stopAll()
- Specified by:
stopAllin interfaceorg.apache.hop.pipeline.transform.ITransform
-
stopRunning
public void stopRunning(org.apache.hop.pipeline.transform.ITransform transformMetaInterface, org.apache.hop.pipeline.transform.ITransformData iTransformData) throws HopException- Throws:
HopException
-
cleanup
public void cleanup()
- Specified by:
cleanupin interfaceorg.apache.hop.pipeline.transform.ITransform
-
pauseRunning
public void pauseRunning()
- Specified by:
pauseRunningin interfaceorg.apache.hop.pipeline.transform.ITransform
-
resumeRunning
public void resumeRunning()
- Specified by:
resumeRunningin interfaceorg.apache.hop.pipeline.transform.ITransform
-
copyFrom
public void copyFrom(IVariables variables)
- Specified by:
copyFromin interfaceIVariables
-
resolve
public String resolve(String aString)
- Specified by:
resolvein interfaceIVariables
-
resolve
public String[] resolve(String[] string)
- Specified by:
resolvein interfaceIVariables
-
resolve
public String resolve(String aString, IRowMeta rowMeta, Object[] rowData) throws HopValueException
- Specified by:
resolvein interfaceIVariables- Throws:
HopValueException
-
getVariableBoolean
public boolean getVariableBoolean(String variableName, boolean defaultValue)
- Specified by:
getVariableBooleanin interfaceIVariables
-
getParentVariables
public IVariables getParentVariables()
- Specified by:
getParentVariablesin interfaceIVariables
-
setParentVariables
public void setParentVariables(IVariables parent)
- Specified by:
setParentVariablesin interfaceIVariables
-
getVariable
public String getVariable(String variableName, String defaultValue)
- Specified by:
getVariablein interfaceIVariables
-
getVariable
public String getVariable(String variableName)
- Specified by:
getVariablein interfaceIVariables
-
initializeFrom
public void initializeFrom(IVariables parent)
- Specified by:
initializeFromin interfaceIVariables
-
setVariables
public void setVariables(Map<String,String> map)
- Specified by:
setVariablesin interfaceIVariables
-
getVariableNames
public String[] getVariableNames()
- Specified by:
getVariableNamesin interfaceIVariables
-
setVariable
public void setVariable(String variableName, String variableValue)
- Specified by:
setVariablein interfaceIVariables
-
shareWith
public void shareWith(IVariables variables)
- Specified by:
shareWithin interfaceIVariables
-
getInputRowMeta
public IRowMeta getInputRowMeta()
-
getOutputRowMeta
public IRowMeta getOutputRowMeta()
-
initBeforeStart
public void initBeforeStart() throws HopTransformException- Specified by:
initBeforeStartin interfaceorg.apache.hop.pipeline.transform.ITransform- Throws:
HopTransformException
-
addTransformFinishedListener
public void addTransformFinishedListener(org.apache.hop.pipeline.transform.ITransformFinishedListener transformListener)
- Specified by:
addTransformFinishedListenerin interfaceorg.apache.hop.pipeline.transform.ITransform
-
addTransformStartedListener
public void addTransformStartedListener(org.apache.hop.pipeline.transform.ITransformStartedListener transformListener)
- Specified by:
addTransformStartedListenerin interfaceorg.apache.hop.pipeline.transform.ITransform
-
setLinesRejected
public void setLinesRejected(long linesRejected)
- Specified by:
setLinesRejectedin interfaceorg.apache.hop.pipeline.transform.ITransform
-
getCopy
public int getCopy()
- Specified by:
getCopyin interfaceorg.apache.hop.pipeline.transform.ITransform
-
addTransformListener
public void addTransformListener(ComponentListener transformListener)
-
isMapping
public boolean isMapping()
- Specified by:
isMappingin interfaceorg.apache.hop.pipeline.transform.ITransform
-
getTransformMeta
public org.apache.hop.pipeline.transform.TransformMeta getTransformMeta()
- Specified by:
getTransformMetain interfaceorg.apache.hop.pipeline.transform.ITransform
-
getPipeline
public org.apache.hop.pipeline.Pipeline getPipeline()
- Specified by:
getPipelinein interfaceorg.apache.hop.pipeline.transform.ITransform
-
getPipelineMeta
public org.apache.hop.pipeline.PipelineMeta getPipelineMeta()
-
getLogChannel
public ILogChannel getLogChannel()
- Specified by:
getLogChannelin interfaceorg.apache.hop.pipeline.engine.IEngineComponent- Specified by:
getLogChannelin interfaceIHasLogChannel- Specified by:
getLogChannelin interfaceorg.apache.hop.pipeline.transform.ITransform
-
getLogText
public String getLogText()
- Specified by:
getLogTextin interfaceorg.apache.hop.pipeline.engine.IEngineComponent
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.apache.hop.pipeline.engine.IEngineComponent
-
getCopyNr
public int getCopyNr()
- Specified by:
getCopyNrin interfaceorg.apache.hop.pipeline.engine.IEngineComponent
-
getLogLevel
public LogLevel getLogLevel()
- Specified by:
getLogLevelin interfaceorg.apache.hop.pipeline.engine.IEngineComponent
-
setLogLevel
public void setLogLevel(LogLevel logLevel)
- Specified by:
setLogLevelin interfaceorg.apache.hop.pipeline.engine.IEngineComponent
-
getLogChannelId
public String getLogChannelId()
- Specified by:
getLogChannelIdin interfaceorg.apache.hop.pipeline.engine.IEngineComponent
-
isSelected
public boolean isSelected()
- Specified by:
isSelectedin interfaceorg.apache.hop.pipeline.engine.IEngineComponent
-
isRunning
public boolean isRunning()
- Specified by:
isRunningin interfaceorg.apache.hop.pipeline.engine.IEngineComponent- Specified by:
isRunningin interfaceorg.apache.hop.pipeline.transform.ITransform
-
isUsingThreadPriorityManagment
public boolean isUsingThreadPriorityManagment()
-
setUsingThreadPriorityManagment
public void setUsingThreadPriorityManagment(boolean usingThreadPriorityManagment)
-
setRunning
public void setRunning(boolean running)
- Specified by:
setRunningin interfaceorg.apache.hop.pipeline.transform.ITransform
-
setStopped
public void setStopped(boolean stopped)
- Specified by:
setStoppedin interfaceorg.apache.hop.pipeline.transform.ITransform
-
setSafeStopped
public void setSafeStopped(boolean stopped)
- Specified by:
setSafeStoppedin interfaceorg.apache.hop.pipeline.transform.ITransform
-
rowsetInputSize
public int rowsetInputSize()
- Specified by:
rowsetInputSizein interfaceorg.apache.hop.pipeline.transform.ITransform
-
rowsetOutputSize
public int rowsetOutputSize()
- Specified by:
rowsetOutputSizein interfaceorg.apache.hop.pipeline.transform.ITransform
-
getProcessed
public long getProcessed()
- Specified by:
getProcessedin interfaceorg.apache.hop.pipeline.transform.ITransform
-
getResultFiles
public Map<String,ResultFile> getResultFiles()
- Specified by:
getResultFilesin interfaceorg.apache.hop.pipeline.transform.ITransform
-
getRuntime
public long getRuntime()
-
getStatus
public org.apache.hop.pipeline.engine.EngineComponent.ComponentExecutionStatus getStatus()
- Specified by:
getStatusin interfaceorg.apache.hop.pipeline.engine.IEngineComponent- Specified by:
getStatusin interfaceorg.apache.hop.pipeline.transform.ITransform
-
getExecutionDuration
public long getExecutionDuration()
- Specified by:
getExecutionDurationin interfaceorg.apache.hop.pipeline.engine.IEngineComponent- Specified by:
getExecutionDurationin interfaceorg.apache.hop.pipeline.transform.ITransform
-
getInputBufferSize
public long getInputBufferSize()
- Specified by:
getInputBufferSizein interfaceorg.apache.hop.pipeline.engine.IEngineComponent
-
getOutputBufferSize
public long getOutputBufferSize()
- Specified by:
getOutputBufferSizein interfaceorg.apache.hop.pipeline.engine.IEngineComponent
-
isPaused
public boolean isPaused()
- Specified by:
isPausedin interfaceorg.apache.hop.pipeline.engine.IEngineComponent- Specified by:
isPausedin interfaceorg.apache.hop.pipeline.transform.ITransform
-
identifyErrorOutput
public void identifyErrorOutput()
- Specified by:
identifyErrorOutputin interfaceorg.apache.hop.pipeline.transform.ITransform
-
setPartitioned
public void setPartitioned(boolean partitioned)
- Specified by:
setPartitionedin interfaceorg.apache.hop.pipeline.transform.ITransform
-
setRepartitioning
public void setRepartitioning(int partitioningMethod)
- Specified by:
setRepartitioningin interfaceorg.apache.hop.pipeline.transform.ITransform
-
canProcessOneRow
public boolean canProcessOneRow()
- Specified by:
canProcessOneRowin interfaceorg.apache.hop.pipeline.transform.ITransform
-
init
public boolean init()
- Specified by:
initin interfaceorg.apache.hop.pipeline.transform.ITransform
-
isWaitingForData
public boolean isWaitingForData()
-
setWaitingForData
public void setWaitingForData(boolean waitingForData)
-
isIdle
public boolean isIdle()
-
isPassingData
public boolean isPassingData()
-
setPassingData
public void setPassingData(boolean passingData)
-
batchComplete
public void batchComplete() throws HopException- Specified by:
batchCompletein interfaceorg.apache.hop.pipeline.transform.ITransform- Throws:
HopException
-
startBundle
public void startBundle() throws HopException- Specified by:
startBundlein interfaceorg.apache.hop.pipeline.transform.ITransform- Throws:
HopException
-
finishBundle
public void finishBundle() throws HopException- Specified by:
finishBundlein interfaceorg.apache.hop.pipeline.transform.ITransform- Throws:
HopException
-
setMetadataProvider
public void setMetadataProvider(IHopMetadataProvider metadataProvider)
- Specified by:
setMetadataProviderin interfaceorg.apache.hop.pipeline.transform.ITransform
-
getMetadataProvider
public IHopMetadataProvider getMetadataProvider()
- Specified by:
getMetadataProviderin interfaceorg.apache.hop.pipeline.transform.ITransform
-
getCurrentInputRowSetNr
public int getCurrentInputRowSetNr()
- Specified by:
getCurrentInputRowSetNrin interfaceorg.apache.hop.pipeline.transform.ITransform
-
setCurrentOutputRowSetNr
public void setCurrentOutputRowSetNr(int index)
- Specified by:
setCurrentOutputRowSetNrin interfaceorg.apache.hop.pipeline.transform.ITransform
-
getCurrentOutputRowSetNr
public int getCurrentOutputRowSetNr()
- Specified by:
getCurrentOutputRowSetNrin interfaceorg.apache.hop.pipeline.transform.ITransform
-
setCurrentInputRowSetNr
public void setCurrentInputRowSetNr(int index)
- Specified by:
setCurrentInputRowSetNrin interfaceorg.apache.hop.pipeline.transform.ITransform
-
getMeta
public org.apache.hop.pipeline.transform.ITransformMeta getMeta()
- Specified by:
getMetain interfaceorg.apache.hop.pipeline.transform.ITransform
-
getData
public org.apache.hop.pipeline.transform.ITransformData getData()
- Specified by:
getDatain interfaceorg.apache.hop.pipeline.transform.ITransform
-
getInitStartDate
public Date getInitStartDate()
- Specified by:
getInitStartDatein interfaceorg.apache.hop.pipeline.engine.IEngineComponent- Specified by:
getInitStartDatein interfaceorg.apache.hop.pipeline.transform.ITransform
-
setInitStartDate
public void setInitStartDate(Date initStartDate)
- Specified by:
setInitStartDatein interfaceorg.apache.hop.pipeline.engine.IEngineComponent- Specified by:
setInitStartDatein interfaceorg.apache.hop.pipeline.transform.ITransform
-
getExecutionStartDate
public Date getExecutionStartDate()
- Specified by:
getExecutionStartDatein interfaceorg.apache.hop.pipeline.engine.IEngineComponent- Specified by:
getExecutionStartDatein interfaceorg.apache.hop.pipeline.transform.ITransform
-
setExecutionStartDate
public void setExecutionStartDate(Date executionStartDate)
- Specified by:
setExecutionStartDatein interfaceorg.apache.hop.pipeline.engine.IEngineComponent- Specified by:
setExecutionStartDatein interfaceorg.apache.hop.pipeline.transform.ITransform
-
getFirstRowReadDate
public Date getFirstRowReadDate()
- Specified by:
getFirstRowReadDatein interfaceorg.apache.hop.pipeline.engine.IEngineComponent- Specified by:
getFirstRowReadDatein interfaceorg.apache.hop.pipeline.transform.ITransform
-
setFirstRowReadDate
public void setFirstRowReadDate(Date firstRowReadDate)
- Specified by:
setFirstRowReadDatein interfaceorg.apache.hop.pipeline.engine.IEngineComponent- Specified by:
setFirstRowReadDatein interfaceorg.apache.hop.pipeline.transform.ITransform
-
getLastRowWrittenDate
public Date getLastRowWrittenDate()
- Specified by:
getLastRowWrittenDatein interfaceorg.apache.hop.pipeline.engine.IEngineComponent- Specified by:
getLastRowWrittenDatein interfaceorg.apache.hop.pipeline.transform.ITransform
-
setLastRowWrittenDate
public void setLastRowWrittenDate(Date lastRowWrittenDate)
- Specified by:
setLastRowWrittenDatein interfaceorg.apache.hop.pipeline.engine.IEngineComponent- Specified by:
setLastRowWrittenDatein interfaceorg.apache.hop.pipeline.transform.ITransform
-
getExecutionEndDate
public Date getExecutionEndDate()
- Specified by:
getExecutionEndDatein interfaceorg.apache.hop.pipeline.engine.IEngineComponent- Specified by:
getExecutionEndDatein interfaceorg.apache.hop.pipeline.transform.ITransform
-
setExecutionEndDate
public void setExecutionEndDate(Date executionEndDate)
- Specified by:
setExecutionEndDatein interfaceorg.apache.hop.pipeline.engine.IEngineComponent- Specified by:
setExecutionEndDatein interfaceorg.apache.hop.pipeline.transform.ITransform
-
getExtensionDataMap
public Map<String,Object> getExtensionDataMap()
- Specified by:
getExtensionDataMapin interfaceIExtensionData
-
-