com.esri.arcgis.catalog
Class IRemoteMetadataProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.catalog.IRemoteMetadataProxy
All Implemented Interfaces:
IRemoteMetadata, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members to manipulate information specific to metadata stored in an ArcIMS Metadata Server.' 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 IRemoteMetadataProxy
extends com.esri.arcgis.interop.Dispatch
implements IRemoteMetadata, 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.catalog.IRemoteMetadata
IID, IID9df1041e_2f52_405e_b7b9_b736ba74340b
 
Constructor Summary
  IRemoteMetadataProxy()
          Deprecated. For internal use only
  IRemoteMetadataProxy(java.lang.Object obj)
          Deprecated.  
protected IRemoteMetadataProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRemoteMetadataProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRemoteMetadataProxy(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.  
 IGxObject createChild(java.lang.String server, java.lang.String service, java.lang.String userName, java.lang.String password, boolean isFolder)
          Deprecated. Creates a new folder as a child of this folder.
 java.lang.String getDataset()
          Deprecated. Name of metadata document on server.
 IEnvelope getExtent()
          Deprecated. The extent of the dataset represented by this document.
 int getIndexStatus()
          Deprecated. Indicates whether this document is indexed on the server.
 java.lang.String getMetadataURL()
          Deprecated. URL of metadata document on server.
 java.lang.String getOnlink()
          Deprecated. The online linkage contained within this document.
 java.lang.String getOwner()
          Deprecated. ArcIMS authenticated user owning metadata document.
 int getRefCount()
          Deprecated. The number of references to this document on the server.
 java.lang.String getServer()
          Deprecated. The URL of the ArcIMS server running the service represented by this document.
 java.lang.String getService()
          Deprecated. The name of the ArcIMS service represented by this document.
 java.lang.String getThumbnailURL()
          Deprecated. URL of thumbnail image on server.
 java.lang.String getUserID()
          Deprecated. Unique id (UUID) of metadata document.
 boolean isFolder()
          Deprecated. Indicates whether this metadata document is a folder.
 boolean isPrivateDocument()
          Deprecated. Indicates whether this metadata document is private.
 boolean isRoot()
          Deprecated. Indicates whether this metadata document is the root document.
 void publishDatasets(IEnumName names)
          Deprecated. Publish the metadata of a set of datasets to an ArcIMS Metadata Server.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDataset(java.lang.String dataset)
          Deprecated. Name of metadata document on server.
 void setExtentByRef(IEnvelope extent)
          Deprecated. The extent of the dataset represented by this document.
 void setHasChildren(boolean rhs1)
          Deprecated. Indicates whether this folder has children.
 void setIndexStatus(int indexStatus)
          Deprecated. Indicates whether this document is indexed on the server.
 void setIsFolder(boolean isFolder)
          Deprecated. Indicates whether this metadata document is a folder.
 void setIsPrivateDocument(boolean isPrivate)
          Deprecated. Indicates whether this metadata document is private.
 void setIsRoot(boolean isRoot)
          Deprecated. Indicates whether this metadata document is the root document.
 void setMetadataURL(java.lang.String uRL)
          Deprecated. URL of metadata document on server.
 void setOnlink(java.lang.String onlink)
          Deprecated. The online linkage contained within this document.
 void setOwner(java.lang.String owner)
          Deprecated. ArcIMS authenticated user owning metadata document.
 void setRefCount(int refCount)
          Deprecated. The number of references to this document on the server.
 void setServer(java.lang.String server)
          Deprecated. The URL of the ArcIMS server running the service represented by this document.
 void setService(java.lang.String service)
          Deprecated. The name of the ArcIMS service represented by this document.
 void setThumbnailURL(java.lang.String uRL)
          Deprecated. URL of thumbnail image on server.
 void setUserID(java.lang.String userID)
          Deprecated. Unique id (UUID) of metadata document.
 
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

IRemoteMetadataProxy

public IRemoteMetadataProxy(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

IRemoteMetadataProxy

public IRemoteMetadataProxy()
Deprecated. 
For internal use only


IRemoteMetadataProxy

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

IRemoteMetadataProxy

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

IRemoteMetadataProxy

protected IRemoteMetadataProxy(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

setDataset

public void setDataset(java.lang.String dataset)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Name of metadata document on server.

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

getDataset

public java.lang.String getDataset()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Name of metadata document on server.

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

setOwner

public void setOwner(java.lang.String owner)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
ArcIMS authenticated user owning metadata document.

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

getOwner

public java.lang.String getOwner()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
ArcIMS authenticated user owning metadata document.

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

setUserID

public void setUserID(java.lang.String userID)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Unique id (UUID) of metadata document.

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

getUserID

public java.lang.String getUserID()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Unique id (UUID) of metadata document.

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

setMetadataURL

public void setMetadataURL(java.lang.String uRL)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
URL of metadata document on server.

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

getMetadataURL

public java.lang.String getMetadataURL()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
URL of metadata document on server.

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

setThumbnailURL

public void setThumbnailURL(java.lang.String uRL)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
URL of thumbnail image on server.

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

getThumbnailURL

public java.lang.String getThumbnailURL()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
URL of thumbnail image on server.

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

createChild

public IGxObject createChild(java.lang.String server,
                             java.lang.String service,
                             java.lang.String userName,
                             java.lang.String password,
                             boolean isFolder)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Creates a new folder as a child of this folder.

Specified by:
createChild in interface IRemoteMetadata
Parameters:
server - The server (in)
service - The service (in)
userName - The userName (in)
password - The password (in)
isFolder - The isFolder (in)
Returns:
A reference to a com.esri.arcgis.catalog.IGxObject
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHasChildren

public void setHasChildren(boolean rhs1)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates whether this folder has children.

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

setIsFolder

public void setIsFolder(boolean isFolder)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates whether this metadata document is a folder.

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

isFolder

public boolean isFolder()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates whether this metadata document is a folder.

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

setIsRoot

public void setIsRoot(boolean isRoot)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Indicates whether this metadata document is the root document.

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

isRoot

public boolean isRoot()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Indicates whether this metadata document is the root document.

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

setIsPrivateDocument

public void setIsPrivateDocument(boolean isPrivate)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates whether this metadata document is private.

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

isPrivateDocument

public boolean isPrivateDocument()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates whether this metadata document is private.

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

publishDatasets

public void publishDatasets(IEnumName names)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Publish the metadata of a set of datasets to an ArcIMS Metadata Server.

Specified by:
publishDatasets in interface IRemoteMetadata
Parameters:
names - A reference to a com.esri.arcgis.system.IEnumName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRefCount

public void setRefCount(int refCount)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The number of references to this document on the server.

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

getRefCount

public int getRefCount()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The number of references to this document on the server.

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

setExtentByRef

public void setExtentByRef(IEnvelope extent)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The extent of the dataset represented by this document.

Specified by:
setExtentByRef in interface IRemoteMetadata
Parameters:
extent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtent

public IEnvelope getExtent()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The extent of the dataset represented by this document.

Specified by:
getExtent in interface IRemoteMetadata
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOnlink

public void setOnlink(java.lang.String onlink)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The online linkage contained within this document.

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

getOnlink

public java.lang.String getOnlink()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The online linkage contained within this document.

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

setServer

public void setServer(java.lang.String server)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The URL of the ArcIMS server running the service represented by this document.

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

getServer

public java.lang.String getServer()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The URL of the ArcIMS server running the service represented by this document.

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

setService

public void setService(java.lang.String service)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The name of the ArcIMS service represented by this document.

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

getService

public java.lang.String getService()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The name of the ArcIMS service represented by this document.

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

getIndexStatus

public int getIndexStatus()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates whether this document is indexed on the server.

Specified by:
getIndexStatus in interface IRemoteMetadata
Returns:
A com.esri.arcgis.gisclient.acIndexStatus constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIndexStatus

public void setIndexStatus(int indexStatus)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates whether this document is indexed on the server.

Specified by:
setIndexStatus in interface IRemoteMetadata
Parameters:
indexStatus - A com.esri.arcgis.gisclient.acIndexStatus constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.