|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRESTOperation
REST operation metadata object.
Method Summary | |
---|---|
String |
getName()
Operation name. |
String |
getOutputFormats()
Supported output formats, separated by comma. |
String |
getParameters()
Operation parameters, separated by comma. |
String |
getRequiredCapability()
Required capability for the operation. |
boolean |
isPostOnly()
Denotes POST-only operations. |
void |
setName(String name)
Operation name. |
void |
setOutputFormats(String outputFormats)
Supported output formats, separated by comma. |
void |
setParameters(String parameters)
Operation parameters, separated by comma. |
void |
setPostOnly(boolean value)
Denotes POST-only operations. |
void |
setRequiredCapability(String capability)
Required capability for the operation. |
IJSONObject |
toJSONObject()
Converts operation object to JSON representation. |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getParameters() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getOutputFormats() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getRequiredCapability() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPostOnly() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IJSONObject toJSONObject() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParameters(String parameters) throws IOException, AutomationException
parameters
- The parameters (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutputFormats(String outputFormats) throws IOException, AutomationException
outputFormats
- The outputFormats (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRequiredCapability(String capability) throws IOException, AutomationException
capability
- The capability (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPostOnly(boolean value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |