| java.lang.Object | |||
| ↳ | java.io.InputStream | ||
| ↳ | org.mule.modules.salesforce.lazystream.LazyInputStream | ||
| ↳ | org.mule.modules.salesforce.lazystream.impl.LazyQueryResultInputStream | ||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.io.InputStream
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| batchId | |||||||||||
| jobId | |||||||||||
| jobResultId | |||||||||||
| logger | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.salesforce.lazystream.LazyInputStream
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This operation is the one that must be override in order to being able to open the InputStream.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.salesforce.lazystream.LazyInputStream
| |||||||||||
From class
java.io.InputStream
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.io.Closeable
| |||||||||||
| connection | |
|---|---|
| jobId | |
| batchId | |
| jobResultId |
This operation is the one that must be override in order to being able to open the InputStream. This operation will be called on demand, when some of the operations of the InputStream are maded
| IOException |
|---|