public interface IRESTOperation
extends java.io.Serializable
Description: 'REST operation metadata object.' 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 |
IID2853ca57_ae88_4b5d_ada3_4cf6f938a0e0 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Operation name.
|
java.lang.String |
getOutputFormats()
Supported output formats, separated by comma.
|
java.lang.String |
getParameters()
Operation parameters, separated by comma.
|
java.lang.String |
getRequiredCapability()
Required capability for the operation.
|
boolean |
isPostOnly()
Denotes POST-only operations.
|
void |
setName(java.lang.String name)
Operation name.
|
void |
setOutputFormats(java.lang.String outputFormats)
Supported output formats, separated by comma.
|
void |
setParameters(java.lang.String parameters)
Operation parameters, separated by comma.
|
void |
setPostOnly(boolean value)
Denotes POST-only operations.
|
void |
setRequiredCapability(java.lang.String capability)
Required capability for the operation.
|
IJSONObject |
toJSONObject()
Converts operation object to JSON representation.
|
static final int IID2853ca57_ae88_4b5d_ada3_4cf6f938a0e0
static final int xxDummy
static final java.lang.String IID
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getParameters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getOutputFormats() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getRequiredCapability() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isPostOnly() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IJSONObject toJSONObject() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setParameters(java.lang.String parameters) throws java.io.IOException, AutomationException
parameters
- The parameters (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOutputFormats(java.lang.String outputFormats) throws java.io.IOException, AutomationException
outputFormats
- The outputFormats (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRequiredCapability(java.lang.String capability) throws java.io.IOException, AutomationException
capability
- The capability (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPostOnly(boolean value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.