com.esri.arcgis.system
Interface IJobDefinition

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

public interface IJobDefinition
extends java.io.Serializable

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

Description: 'Provides access to properties of job definition.' 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 IIDc24f654b_b929_443b_9fa1_a2a83bbce14b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 byte[] getBinaryRequest()
          Request message in binary format.
 java.lang.String getCapabilities()
          Required capabilities of job processor.
 int getRequestFormat()
          Format of request.
 void getRESTRequest(java.lang.String[] pResourceName, java.lang.String[] pRperationName, java.lang.String[] pRperationInput, java.lang.String[] pOutputFormat, java.lang.String[] pRequestProperties)
          Request message in REST format.
 java.lang.String getStringRequest()
          Request message in SOAP format.
 boolean isRESTFormat()
          REST Format of request.
 void setBinaryRequest(byte[] ppVal)
          Request message in binary format.
 void setCapabilities(java.lang.String pVal)
          Required capabilities of job processor.
 void setRESTRequest(java.lang.String resourceName, java.lang.String operationName, java.lang.String operationInput, java.lang.String outputFormat, java.lang.String requestProperties)
          Request message in REST format.
 void setStringRequest(java.lang.String pVal)
          Request message in SOAP format.
 

Field Detail

IIDc24f654b_b929_443b_9fa1_a2a83bbce14b

static final int IIDc24f654b_b929_443b_9fa1_a2a83bbce14b
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

getRequestFormat

int getRequestFormat()
                     throws java.io.IOException,
                            AutomationException
Format of request.

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.

getStringRequest

java.lang.String getStringRequest()
                                  throws java.io.IOException,
                                         AutomationException
Request message in SOAP format.

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

setStringRequest

void setStringRequest(java.lang.String pVal)
                      throws java.io.IOException,
                             AutomationException
Request message 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.

getBinaryRequest

byte[] getBinaryRequest()
                        throws java.io.IOException,
                               AutomationException
Request message in binary format.

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

setBinaryRequest

void setBinaryRequest(byte[] ppVal)
                      throws java.io.IOException,
                             AutomationException
Request message 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.

getCapabilities

java.lang.String getCapabilities()
                                 throws java.io.IOException,
                                        AutomationException
Required capabilities of job processor.

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

setCapabilities

void setCapabilities(java.lang.String pVal)
                     throws java.io.IOException,
                            AutomationException
Required capabilities of job processor.

Parameters:
pVal - The pVal (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 request.

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

getRESTRequest

void getRESTRequest(java.lang.String[] pResourceName,
                    java.lang.String[] pRperationName,
                    java.lang.String[] pRperationInput,
                    java.lang.String[] pOutputFormat,
                    java.lang.String[] pRequestProperties)
                    throws java.io.IOException,
                           AutomationException
Request message in REST format.

Parameters:
pResourceName - The pResourceName (out: use single element array)
pRperationName - The pRperationName (out: use single element array)
pRperationInput - The pRperationInput (out: use single element array)
pOutputFormat - The pOutputFormat (out: use single element array)
pRequestProperties - The pRequestProperties (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRESTRequest

void setRESTRequest(java.lang.String resourceName,
                    java.lang.String operationName,
                    java.lang.String operationInput,
                    java.lang.String outputFormat,
                    java.lang.String requestProperties)
                    throws java.io.IOException,
                           AutomationException
Request message in REST format.

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