|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.system.IRESTResourceProxy
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
Internal use class
| 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.IRESTResource |
|---|
IID, IIDb5561ea3_2950_4e21_9e4f_b1003b2a1baf |
| Constructor Summary | |
|---|---|
|
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. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
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. |
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. |
| 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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
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.IOExceptionpublic 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| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IRESTResourcejava.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 IRESTResourcejava.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 IRESTResourcejava.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 IRESTResourcejava.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 IRESTResourcejava.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 IRESTResourcejava.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 IRESTResourcename - 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 IRESTResourcevalue - 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 IRESTResourcevalue - 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 IRESTResourcevalue - 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 IRESTResourcevalue - 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 IRESTResourcecapability - 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 IRESTResourcejava.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 IRESTResourcer - 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 IRESTResourceo - 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 IRESTResourcename - 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 IRESTResourcename - 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 IRESTResourcejava.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 IRESTResourcejava.io.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 | ||||||||