public interface IJobResults
extends java.io.Serializable
Description: 'Provides access to properties of job results.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID4d919e2d_f6c1_47ba_ba1f_6f2c29a86e22 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getBinaryResults()
Job results in binary format.
|
void |
getRESTResults(java.lang.String[] pVal,
byte[][] ppVal)
Job results in REST format.
|
int |
getResultsFormat()
Format of job results.
|
java.lang.String |
getStringResults()
Job results in SOAP format.
|
boolean |
isRESTFormat()
REST Format of job results.
|
void |
setBinaryResults(byte[] ppVal)
Job results in binary format.
|
void |
setRESTResults(java.lang.String val,
byte[] pVal)
Job results in REST format.
|
void |
setStringResults(java.lang.String pVal)
Job results in SOAP format.
|
static final int IID4d919e2d_f6c1_47ba_ba1f_6f2c29a86e22
static final int xxDummy
static final java.lang.String IID
int getResultsFormat() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getStringResults() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStringResults(java.lang.String pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.byte[] getBinaryResults() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBinaryResults(byte[] ppVal) throws java.io.IOException, AutomationException
ppVal
- An unsigned byte (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRESTFormat() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getRESTResults(java.lang.String[] pVal, byte[][] ppVal) throws java.io.IOException, AutomationException
pVal
- The pVal (out: use single element array)ppVal
- An unsigned byte (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRESTResults(java.lang.String val, byte[] pVal) throws java.io.IOException, AutomationException
val
- The val (in)pVal
- An unsigned byte (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.