org.pentaho.di.trans.steps.salesforceinput
Class SalesforceInputData

java.lang.Object
  extended by org.pentaho.di.trans.step.BaseStepData
      extended by org.pentaho.di.trans.steps.salesforceinput.SalesforceInputData
All Implemented Interfaces:
StepDataInterface

public class SalesforceInputData
extends BaseStepData
implements StepDataInterface


Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
 
Field Summary
 SalesforceConnection connection
           
 RowMetaInterface convertRowMeta
           
 GregorianCalendar endCal
           
 boolean finishedRecord
           
 RowMetaInterface inputRowMeta
           
 long limit
           
 boolean limitReached
           
 String Module
           
 int nr_repeats
           
 int nrfields
           
 int nrRecords
           
 RowMetaInterface outputRowMeta
           
 Object[] previousRow
           
 int recordcount
           
 int recordIndex
           
 long rownr
           
 GregorianCalendar startCal
           
 
Constructor Summary
SalesforceInputData()
           
 
Method Summary
 
Methods inherited from class org.pentaho.di.trans.step.BaseStepData
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.pentaho.di.trans.step.StepDataInterface
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
 

Field Detail

nr_repeats

public int nr_repeats

rownr

public long rownr

previousRow

public Object[] previousRow

inputRowMeta

public RowMetaInterface inputRowMeta

outputRowMeta

public RowMetaInterface outputRowMeta

convertRowMeta

public RowMetaInterface convertRowMeta

recordcount

public int recordcount

nrfields

public int nrfields

limitReached

public boolean limitReached

limit

public long limit

Module

public String Module

nrRecords

public int nrRecords

recordIndex

public int recordIndex

connection

public SalesforceConnection connection

startCal

public GregorianCalendar startCal

endCal

public GregorianCalendar endCal

finishedRecord

public boolean finishedRecord
Constructor Detail

SalesforceInputData

public SalesforceInputData()