|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.salesforceinput.SalesforceInputData
public class SalesforceInputData
Field Summary | |
---|---|
com.sforce.soap.partner.SoapBindingStub |
binding
|
org.pentaho.di.core.row.RowMetaInterface |
convertRowMeta
|
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
|
com.sforce.soap.partner.QueryResult |
qr
|
int |
recordcount
|
int |
recordIndex
|
long |
rownr
|
String |
SQL
|
String |
Timestamp
|
String |
URL
|
Fields inherited from interface org.pentaho.di.trans.step.StepDataInterface |
---|
STATUS_DISPOSED, STATUS_EMPTY, STATUS_FINISHED, STATUS_HALTED, STATUS_HALTING, STATUS_IDLE, STATUS_INIT, STATUS_PAUSED, STATUS_RUNNING, STATUS_STOPPED |
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 org.pentaho.di.core.row.RowMetaInterface inputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface convertRowMeta
public com.sforce.soap.partner.QueryResult qr
public int recordcount
public int nrfields
public boolean limitReached
public long limit
public String URL
public String Module
public String SQL
public String Timestamp
public com.sforce.soap.partner.SoapBindingStub binding
public int nrRecords
public int recordIndex
Constructor Detail |
---|
public SalesforceInputData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |