|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pentaho.di.trans.step.BaseStepData org.pentaho.di.trans.steps.salesforceinput.SalesforceInputData
public class SalesforceInputData
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 |
---|
public int nr_repeats
public long rownr
public Object[] previousRow
public RowMetaInterface inputRowMeta
public RowMetaInterface outputRowMeta
public 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
Constructor Detail |
---|
public SalesforceInputData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |