public interface IJobDefinition
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDc24f654b_b929_443b_9fa1_a2a83bbce14b |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDc24f654b_b929_443b_9fa1_a2a83bbce14b
static final int xxDummy
static final java.lang.String IID
int getRequestFormat() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getStringRequest() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStringRequest(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[] getBinaryRequest() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBinaryRequest(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.java.lang.String getCapabilities() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCapabilities(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.boolean isRESTFormat() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.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
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.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
resourceName
- The resourceName (in)operationName
- The operationName (in)operationInput
- The operationInput (in)outputFormat
- The outputFormat (in)requestProperties
- The requestProperties (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.