com.esri.arcgis.system
Class IRESTOperationProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.system.IRESTOperationProxy
All Implemented Interfaces:
IRESTOperation, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IRESTOperation'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

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 =

public class IRESTOperationProxy
extends com.esri.arcgis.interop.Dispatch
implements IRESTOperation, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.system.IRESTOperation
IID, IID2853ca57_ae88_4b5d_ada3_4cf6f938a0e0
 
Constructor Summary
  IRESTOperationProxy()
          Deprecated. For internal use only
  IRESTOperationProxy(java.lang.Object obj)
          Deprecated.  
protected IRESTOperationProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRESTOperationProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRESTOperationProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 java.lang.String getName()
          Deprecated. Operation name.
 java.lang.String getOutputFormats()
          Deprecated. Supported output formats, separated by comma.
 java.lang.String getParameters()
          Deprecated. Operation parameters, separated by comma.
 java.lang.String getRequiredCapability()
          Deprecated. Required capability for the operation.
 boolean isPostOnly()
          Deprecated. Denotes POST-only operations.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setName(java.lang.String name)
          Deprecated. Operation name.
 void setOutputFormats(java.lang.String outputFormats)
          Deprecated. Supported output formats, separated by comma.
 void setParameters(java.lang.String parameters)
          Deprecated. Operation parameters, separated by comma.
 void setPostOnly(boolean value)
          Deprecated. Denotes POST-only operations.
 void setRequiredCapability(java.lang.String capability)
          Deprecated. Required capability for the operation.
 IJSONObject toJSONObject()
          Deprecated. Converts operation object to JSON representation.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRESTOperationProxy

public IRESTOperationProxy(java.lang.String CLSID,
                           java.lang.String host,
                           com.esri.arcgis.interop.AuthInfo authInfo)
                    throws java.net.UnknownHostException,
                           java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IRESTOperationProxy

public IRESTOperationProxy()
Deprecated. 
For internal use only


IRESTOperationProxy

public IRESTOperationProxy(java.lang.Object obj)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRESTOperationProxy

protected IRESTOperationProxy(java.lang.Object obj,
                              java.lang.String iid)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRESTOperationProxy

protected IRESTOperationProxy(java.lang.String CLSID,
                              java.lang.String iid,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Operation name. Used in IRESTRequestHandler's schema generation and url parsing.

Specified by:
getName in interface IRESTOperation
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParameters

public java.lang.String getParameters()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Operation parameters, separated by comma.

Specified by:
getParameters in interface IRESTOperation
Returns:
The parameters
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOutputFormats

public java.lang.String getOutputFormats()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Supported output formats, separated by comma.

Specified by:
getOutputFormats in interface IRESTOperation
Returns:
The outputFormats
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRequiredCapability

public java.lang.String getRequiredCapability()
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
Required capability for the operation.

Specified by:
getRequiredCapability in interface IRESTOperation
Returns:
The capability
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isPostOnly

public boolean isPostOnly()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Denotes POST-only operations.

Specified by:
isPostOnly in interface IRESTOperation
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

toJSONObject

public IJSONObject toJSONObject()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Converts operation object to JSON representation.

Specified by:
toJSONObject in interface IRESTOperation
Returns:
A reference to a com.esri.arcgis.system.IJSONObject
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

public void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Operation name. Used in IRESTRequestHandler's schema generation and url parsing.

Specified by:
setName in interface IRESTOperation
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParameters

public void setParameters(java.lang.String parameters)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Operation parameters, separated by comma.

Specified by:
setParameters in interface IRESTOperation
Parameters:
parameters - The parameters (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutputFormats

public void setOutputFormats(java.lang.String outputFormats)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Supported output formats, separated by comma.

Specified by:
setOutputFormats in interface IRESTOperation
Parameters:
outputFormats - The outputFormats (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRequiredCapability

public void setRequiredCapability(java.lang.String capability)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Required capability for the operation.

Specified by:
setRequiredCapability in interface IRESTOperation
Parameters:
capability - The capability (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPostOnly

public void setPostOnly(boolean value)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Denotes POST-only operations.

Specified by:
setPostOnly in interface IRESTOperation
Parameters:
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.