com.esri.arcgis.gisclient
Interface IRemoteMetadataName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMSMetadataServiceName, IRemoteMetadataNameProxy

public interface IRemoteMetadataName
extends java.io.Serializable

COM Interface 'IRemoteMetadataName'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGISClient.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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDc7535706_3898_419c_b65b_9faf0d8bfc83
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDataset()
          Name of metadata document on server.
 IEnvelope getExtent()
          The extent of the dataset represented by this document.
 int getIndexStatus()
          Indicates whether this document is indexed on the server.
 java.lang.String getMetadataURL()
          URL of metadata document on server.
 java.lang.String getOnlink()
          The online linkage contained within this document.
 java.lang.String getOwner()
          ArcIMS authenticated user owning metadata document.
 java.lang.String getParentDataset()
          Name of parent of metadata document on server.
 java.lang.String getParentOwner()
          ArcIMS authenticated user owning parent of metadata document.
 java.lang.String getParentUserID()
          Unique id (UUID) of parent of metadata document.
 int getRefCount()
          The number of references to this document on the server.
 java.lang.String getServer()
          The URL of the ArcIMS server running the service represented by this document.
 java.lang.String getService()
          The name of the ArcIMS service represented by this document.
 java.lang.String getThumbnailURL()
          URL of thumbnail image on server.
 java.lang.String getUserID()
          Unique id (UUID) of metadata document.
 boolean isFolder()
          Indicates whether this metadata document is a folder.
 boolean isPrivateDocument()
          Indicates whether this metadata document is private.
 boolean isRoot()
          Indicates whether this metadata document is the root document.
 void setDataset(java.lang.String pDataset)
          Name of metadata document on server.
 void setExtentByRef(IEnvelope ppExtent)
          The extent of the dataset represented by this document.
 void setIndexStatus(int pIndexStatus)
          Indicates whether this document is indexed on the server.
 void setIsFolder(boolean pIsFolder)
          Indicates whether this metadata document is a folder.
 void setIsPrivateDocument(boolean pIsPrivate)
          Indicates whether this metadata document is private.
 void setIsRoot(boolean pIsRoot)
          Indicates whether this metadata document is the root document.
 void setMetadataURL(java.lang.String pUrl)
          URL of metadata document on server.
 void setOnlink(java.lang.String onlink)
          The online linkage contained within this document.
 void setOwner(java.lang.String pOwner)
          ArcIMS authenticated user owning metadata document.
 void setParentDataset(java.lang.String pDataset)
          Name of parent of metadata document on server.
 void setParentOwner(java.lang.String pOwner)
          ArcIMS authenticated user owning parent of metadata document.
 void setParentUserID(java.lang.String pUserID)
          Unique id (UUID) of parent of metadata document.
 void setRefCount(int pRefCount)
          The number of references to this document on the server.
 void setServer(java.lang.String server)
          The URL of the ArcIMS server running the service represented by this document.
 void setService(java.lang.String service)
          The name of the ArcIMS service represented by this document.
 void setThumbnailURL(java.lang.String pUrl)
          URL of thumbnail image on server.
 void setUserID(java.lang.String pUserID)
          Unique id (UUID) of metadata document.
 

Field Detail

IIDc7535706_3898_419c_b65b_9faf0d8bfc83

static final int IIDc7535706_3898_419c_b65b_9faf0d8bfc83
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setDataset

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

Parameters:
pDataset - The pDataset (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDataset

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

Returns:
The pDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOwner

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

Parameters:
pOwner - The pOwner (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOwner

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

Returns:
The pOwner
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUserID

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

Parameters:
pUserID - The pUserID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUserID

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

Returns:
The pUserID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParentDataset

void setParentDataset(java.lang.String pDataset)
                      throws java.io.IOException,
                             AutomationException
Name of parent of metadata document on server.

Parameters:
pDataset - The pDataset (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParentDataset

java.lang.String getParentDataset()
                                  throws java.io.IOException,
                                         AutomationException
Name of parent of metadata document on server.

Returns:
The pDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParentOwner

void setParentOwner(java.lang.String pOwner)
                    throws java.io.IOException,
                           AutomationException
ArcIMS authenticated user owning parent of metadata document.

Parameters:
pOwner - The pOwner (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParentOwner

java.lang.String getParentOwner()
                                throws java.io.IOException,
                                       AutomationException
ArcIMS authenticated user owning parent of metadata document.

Returns:
The pOwner
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParentUserID

void setParentUserID(java.lang.String pUserID)
                     throws java.io.IOException,
                            AutomationException
Unique id (UUID) of parent of metadata document.

Parameters:
pUserID - The pUserID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParentUserID

java.lang.String getParentUserID()
                                 throws java.io.IOException,
                                        AutomationException
Unique id (UUID) of parent of metadata document.

Returns:
The pUserID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMetadataURL

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

Parameters:
pUrl - The pUrl (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMetadataURL

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

Returns:
The pUrl
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setThumbnailURL

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

Parameters:
pUrl - The pUrl (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getThumbnailURL

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

Returns:
The pUrl
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsFolder

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

Parameters:
pIsFolder - The pIsFolder (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isFolder

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

Returns:
The pIsFolder
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsRoot

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

Parameters:
pIsRoot - The pIsRoot (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isRoot

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

Returns:
The pIsRoot
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsPrivateDocument

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

Parameters:
pIsPrivate - The pIsPrivate (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isPrivateDocument

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

Returns:
The pIsPrivate
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRefCount

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

Parameters:
pRefCount - The pRefCount (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRefCount

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

Returns:
The pRefCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtentByRef

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

Parameters:
ppExtent - 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

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

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

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

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

getOnlink

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

Returns:
The onlink
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setServer

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

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

getServer

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

Returns:
The server
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setService

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

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

getService

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

Returns:
The service
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIndexStatus

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

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

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

Parameters:
pIndexStatus - 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.