com.esri.arcgis.system
Interface IJobResults

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IJobResultsProxy

public interface IJobResults
extends java.io.Serializable

COM Interface 'IJobResults'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID4d919e2d_f6c1_47ba_ba1f_6f2c29a86e22
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID4d919e2d_f6c1_47ba_ba1f_6f2c29a86e22

static final int IID4d919e2d_f6c1_47ba_ba1f_6f2c29a86e22
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getResultsFormat

int getResultsFormat()
                     throws java.io.IOException,
                            AutomationException
Format of job results.

Returns:
A com.esri.arcgis.system.esriAGSInternetMessageFormat constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStringResults

java.lang.String getStringResults()
                                  throws java.io.IOException,
                                         AutomationException
Job results in SOAP format.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStringResults

void setStringResults(java.lang.String pVal)
                      throws java.io.IOException,
                             AutomationException
Job results in SOAP format.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBinaryResults

byte[] getBinaryResults()
                        throws java.io.IOException,
                               AutomationException
Job results in binary format.

Returns:
An unsigned byte
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBinaryResults

void setBinaryResults(byte[] ppVal)
                      throws java.io.IOException,
                             AutomationException
Job results in binary format.

Parameters:
ppVal - An unsigned byte (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isRESTFormat

boolean isRESTFormat()
                     throws java.io.IOException,
                            AutomationException
REST Format of job results.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRESTResults

void getRESTResults(java.lang.String[] pVal,
                    byte[][] ppVal)
                    throws java.io.IOException,
                           AutomationException
Job results in REST format.

Parameters:
pVal - The pVal (out: use single element array)
ppVal - An unsigned byte (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRESTResults

void setRESTResults(java.lang.String val,
                    byte[] pVal)
                    throws java.io.IOException,
                           AutomationException
Job results in REST format.

Parameters:
val - The val (in)
pVal - An unsigned byte (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.