public class SalesforceInputData extends BaseStepData implements StepDataInterface
BaseStepData.StepExecutionStatus| Modifier and Type | Field and Description |
|---|---|
SalesforceConnection |
connection |
org.pentaho.di.core.row.RowMetaInterface |
convertRowMeta |
GregorianCalendar |
endCal |
boolean |
finishedRecord |
org.pentaho.di.core.row.RowMetaInterface |
inputRowMeta |
long |
limit |
boolean |
limitReached |
String |
Module |
int |
nr_repeats |
int |
nrfields |
int |
nrRecords |
org.pentaho.di.core.row.RowMetaInterface |
outputRowMeta |
Object[] |
previousRow |
int |
recordcount |
int |
recordIndex |
long |
rownr |
GregorianCalendar |
startCal |
| Constructor and Description |
|---|
SalesforceInputData() |
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatuspublic int nr_repeats
public long rownr
public Object[] previousRow
public org.pentaho.di.core.row.RowMetaInterface inputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface convertRowMeta
public int recordcount
public int nrfields
public boolean limitReached
public long limit
public String Module
public int nrRecords
public int recordIndex
public SalesforceConnection connection
public GregorianCalendar startCal
public GregorianCalendar endCal
public boolean finishedRecord