Description: 'REST resource 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 IRESTResourceProxy extends com.esri.arcgis.interop.Dispatch implements IRESTResource, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IIDb5561ea3_2950_4e21_9e4f_b1003b2a1baf
Modifier | Constructor and Description |
---|---|
|
IRESTResourceProxy()
Deprecated.
For internal use only
|
|
IRESTResourceProxy(java.lang.Object obj)
Deprecated.
|
protected |
IRESTResourceProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IRESTResourceProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IRESTResourceProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
addOperation(IRESTOperation o)
Deprecated.
Adds child operation.
|
void |
addResource(IRESTResource r)
Deprecated.
Adds child resource.
|
IRESTOperation |
findChildOperation(java.lang.String name)
Deprecated.
Finds child operation, non-recursive.
|
IRESTResource |
findChildResource(java.lang.String name)
Deprecated.
Finds child resource, non-recursive.
|
java.lang.String |
getName()
Deprecated.
Resource name.
|
IEnumRESTOperation |
getOperations()
Deprecated.
Returns enumerator for operations.
|
java.lang.String |
getRequiredCapability()
Deprecated.
Required capability for the resource.
|
IEnumRESTResource |
getResources()
Deprecated.
Returns enumerator for immediate child resources.
|
boolean |
isCollection()
Deprecated.
Specifies collection resource.
|
boolean |
isDefaultCollection()
Deprecated.
Specifies 'default' collection resource that can be accessed without explicitly using its name in the URL.
|
boolean |
isStatic()
Deprecated.
This flag marks resources that do not change over time.
|
boolean |
isSupportsETag()
Deprecated.
This flag is only for a root level resource.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setIsCollection(boolean value)
Deprecated.
Specifies collection resource.
|
void |
setIsDefaultCollection(boolean value)
Deprecated.
Specifies 'default' collection resource that can be accessed without explicitly using its name in the URL.
|
void |
setIsStatic(boolean value)
Deprecated.
This flag marks resources that do not change over time.
|
void |
setName(java.lang.String name)
Deprecated.
Resource name.
|
void |
setRequiredCapability(java.lang.String capability)
Deprecated.
Required capability for the resource.
|
void |
setSupportsETag(boolean value)
Deprecated.
This flag is only for a root level resource.
|
IJSONObject |
toJSONObject()
Deprecated.
Converts resource object to JSON representation.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public IRESTResourceProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IRESTResourceProxy()
public IRESTResourceProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IRESTResourceProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IRESTResourceProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IRESTResource
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isCollection() throws java.io.IOException, AutomationException
isCollection
in interface IRESTResource
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isDefaultCollection() throws java.io.IOException, AutomationException
isDefaultCollection
in interface IRESTResource
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isStatic() throws java.io.IOException, AutomationException
isStatic
in interface IRESTResource
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isSupportsETag() throws java.io.IOException, AutomationException
isSupportsETag
in interface IRESTResource
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getRequiredCapability() throws java.io.IOException, AutomationException
getRequiredCapability
in interface IRESTResource
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setName(java.lang.String name) throws java.io.IOException, AutomationException
setName
in interface IRESTResource
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setIsCollection(boolean value) throws java.io.IOException, AutomationException
setIsCollection
in interface IRESTResource
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setIsDefaultCollection(boolean value) throws java.io.IOException, AutomationException
setIsDefaultCollection
in interface IRESTResource
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setIsStatic(boolean value) throws java.io.IOException, AutomationException
setIsStatic
in interface IRESTResource
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSupportsETag(boolean value) throws java.io.IOException, AutomationException
setSupportsETag
in interface IRESTResource
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRequiredCapability(java.lang.String capability) throws java.io.IOException, AutomationException
setRequiredCapability
in interface IRESTResource
capability
- The capability (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IJSONObject toJSONObject() throws java.io.IOException, AutomationException
toJSONObject
in interface IRESTResource
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addResource(IRESTResource r) throws java.io.IOException, AutomationException
addResource
in interface IRESTResource
r
- A reference to a com.esri.arcgis.system.IRESTResource (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addOperation(IRESTOperation o) throws java.io.IOException, AutomationException
addOperation
in interface IRESTResource
o
- A reference to a com.esri.arcgis.system.IRESTOperation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IRESTResource findChildResource(java.lang.String name) throws java.io.IOException, AutomationException
findChildResource
in interface IRESTResource
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IRESTOperation findChildOperation(java.lang.String name) throws java.io.IOException, AutomationException
findChildOperation
in interface IRESTResource
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IEnumRESTResource getResources() throws java.io.IOException, AutomationException
getResources
in interface IRESTResource
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IEnumRESTOperation getOperations() throws java.io.IOException, AutomationException
getOperations
in interface IRESTResource
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.