|
||||||||||
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.rest.RestData
public class RestData
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData |
---|
BaseStepData.StepExecutionStatus |
Field Summary | |
---|---|
com.sun.jersey.api.client.filter.HTTPBasicAuthFilter |
basicAuthentication
|
com.sun.jersey.client.apache.config.DefaultApacheHttpClientConfig |
config
|
String[] |
headerNames
|
int |
indexOfBodyField
Index of body field |
int[] |
indexOfHeaderFields
Headers |
int |
indexOfMethod
Index of method |
int[] |
indexOfParamFields
|
int |
indexOfUrlField
URL |
RowMetaInterface |
inputRowMeta
|
javax.ws.rs.core.MediaType |
mediaType
|
String |
method
Method |
int |
nrheader
|
int |
nrParams
parameters |
RowMetaInterface |
outputRowMeta
|
String[] |
paramNames
|
String |
realHttpLogin
|
String |
realHttpPassword
|
String |
realProxyHost
proxy |
int |
realProxyPort
|
String |
realUrl
|
String |
resultCodeFieldName
|
String |
resultFieldName
Result fieldnames |
String |
resultResponseFieldName
|
String |
trustStoreFile
trust store |
String |
trustStorePassword
|
boolean |
useBody
Flag set body |
boolean |
useHeaders
Flag set headers |
boolean |
useParams
Flag set Parameters |
Constructor Summary | |
---|---|
RestData()
|
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 RowMetaInterface outputRowMeta
public RowMetaInterface inputRowMeta
public int indexOfUrlField
public String realUrl
public String method
public int indexOfMethod
public int nrheader
public int[] indexOfHeaderFields
public String[] headerNames
public int nrParams
public int[] indexOfParamFields
public String[] paramNames
public String realProxyHost
public int realProxyPort
public String realHttpLogin
public String realHttpPassword
public String resultFieldName
public String resultCodeFieldName
public String resultResponseFieldName
public boolean useHeaders
public boolean useParams
public boolean useBody
public int indexOfBodyField
public String trustStoreFile
public String trustStorePassword
public com.sun.jersey.client.apache.config.DefaultApacheHttpClientConfig config
public com.sun.jersey.api.client.filter.HTTPBasicAuthFilter basicAuthentication
public javax.ws.rs.core.MediaType mediaType
Constructor Detail |
---|
public RestData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |