com.esri.arcgis.gisclient
Class IMSMetadataServiceName

java.lang.Object
  extended by com.esri.arcgis.gisclient.IMSMetadataServiceName
All Implemented Interfaces:
IMetadata, IIMSAxlRequest, IIMSMetadataAxlRequest, IIMSServiceDescription, IIMSUserRole, IRemoteMetadataName, IRemoteMetadataName2, com.esri.arcgis.interop.RemoteObjRef, IName, IPersist, IPersistStream, java.io.Externalizable, java.io.Serializable

public class IMSMetadataServiceName
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IIMSServiceDescription, IIMSAxlRequest, IMetadata, IName, IPersist, IPersistStream, IRemoteMetadataName, IIMSMetadataAxlRequest, IIMSUserRole, IRemoteMetadataName2, java.io.Externalizable

COM Class 'IMSMetadataServiceName'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriGISClient.olb'

Description 'ArIMS Metadata Service Name 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 =

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Fields inherited from interface com.esri.arcgis.gisclient.IIMSServiceDescription
IID, IIDfe9f959a_06b5_4d52_8148_3bd33c29c0c5, xxDummy
 
Fields inherited from interface com.esri.arcgis.gisclient.IIMSAxlRequest
IID, IID2844f4ef_098f_4858_80a6_b6a29eb5f140, xxDummy
 
Fields inherited from interface com.esri.arcgis.geodatabase.IMetadata
IID, IID5de04a82_24e4_11d3_a641_0008c7d3ae50, xxDummy
 
Fields inherited from interface com.esri.arcgis.system.IPersistStream
IID, IID00000109_0000_0000_c000_000000000046, xxDummy
 
Fields inherited from interface com.esri.arcgis.system.IPersist
IID0000010c_0000_0000_c000_000000000046
 
Fields inherited from interface com.esri.arcgis.gisclient.IRemoteMetadataName
IID, IIDc7535706_3898_419c_b65b_9faf0d8bfc83, xxDummy
 
Fields inherited from interface com.esri.arcgis.gisclient.IIMSMetadataAxlRequest
IID, IID64c58b58_b932_4f91_8a60_4a85964af693, xxDummy
 
Fields inherited from interface com.esri.arcgis.gisclient.IIMSUserRole
IID, IID448631a6_2bda_4f54_a341_76cc7ffd70a7, xxDummy
 
Fields inherited from interface com.esri.arcgis.gisclient.IRemoteMetadataName2
IID, IIDedc3739d_807f_47ea_978d_e6ae0fc67018, xxDummy
 
Constructor Summary
IMSMetadataServiceName()
          Constructs a IMSMetadataServiceName using ArcGIS Engine.
IMSMetadataServiceName(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
IMSMetadataServiceName theIMSMetadataServiceName = (IMSMetadataServiceName) obj;
 
Method Summary
 boolean equals(java.lang.Object o)
          Compare this object with another
 void getClassID(GUID[] pClassID)
          getClassID
static java.lang.String getClsid()
          getClsid.
 IPropertySet getConnectionProperties()
          True if the service is free.
 java.lang.String getContentType()
          The content type of the metadata document.
 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.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 IPropertySet getMetadata()
          The PropertySet containing metadata.
 java.lang.String getMetadataURL()
          URL of metadata document on server.
 java.lang.String getModifiedTime()
          The modified date and time of the metadata document.
 java.lang.String getName()
          Service Name.
 java.lang.String getNameString()
          The name string of the object.
 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.
 java.lang.Object getPassword()
          Password for the specified service.
 int getRefCount()
          The number of references to this document on the server.
 int getSecurity()
          Type of security set on the service.
 java.lang.String getServer()
          The URL of the ArcIMS server running the service represented by this document.
 java.lang.String getServerVersion(ITrackCancel trackCancel, boolean showConnectingAVI, boolean processMessages)
          The ArcIMS server version.
 java.lang.String getService()
          The name of the ArcIMS service represented by this document.
 int getServiceType()
          Type of service.
 void getSizeMax(_ULARGE_INTEGER[] pcbSize)
          getSizeMax
 java.lang.String getThumbnailURL()
          URL of thumbnail image on server.
 java.lang.String getURL()
          URL to ArcIMS server.
 java.lang.String getUserID()
          Unique id (UUID) of metadata document.
 java.lang.String getUserName()
          User name for the specified service.
 int getUserRole()
          User role.
 int hashCode()
          the hashcode for this object
 void isDirty()
          isDirty
 boolean isFolder()
          Indicates whether this metadata document is a folder.
 boolean isPrivate()
          Indicates if the service is private (requires password).
 boolean isPrivateDocument()
          Indicates whether this metadata document is private.
 boolean isRoot()
          Indicates whether this metadata document is the root document.
 boolean isSavePassword()
          Indicates if the password should be saved.
 void load(IStream pstm)
          load
 java.lang.Object open()
          Opens the object referred to by this name.
 void readExternal(java.io.ObjectInput in)
           
 void release()
          Release a IMSMetadataServiceName.
 void save(IStream pstm, int fClearDirty)
          save
 java.lang.String sendAxlRequest(java.lang.String axl, boolean queryRequest, ITrackCancel trackCancel, boolean showConnectingAVI, boolean processMessages)
          Sends an Axl request.
 IStream sendAxlRequestStream(java.lang.String axl, boolean queryRequest, ITrackCancel trackCancel, boolean showConnectingAVI, boolean processMessages)
          Sends an Axl request and returns a stream.
 java.lang.String sendCommandRequest(java.lang.String command, ITrackCancel trackCancel, boolean showConnectingAVI, boolean processMessages)
          Sends a command request,i.e.: ConnectorPing.
 java.lang.String sendMetadataAxlRequest(java.lang.String axl, ITrackCancel pTrackCancel)
          Sends an Axl request.
 void setConnectionProperties(IPropertySet connectionProperties)
          True if the service is free.
 void setContentType(java.lang.String pContentType)
          The content type of the metadata 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 setIsPrivate(boolean isPrivate)
          Indicates if the service is private (requires password).
 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 setMetadata(IPropertySet propertySet)
          The PropertySet containing metadata.
 void setMetadataURL(java.lang.String pUrl)
          URL of metadata document on server.
 void setModifiedTime(java.lang.String pModifiedTime)
          The modified date and time of the metadata document.
 void setName(java.lang.String name)
          Service Name.
 void setNameString(java.lang.String nameString)
          The name string of the object.
 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 setPassword(java.lang.String password)
          Password for the specified service.
 void setRefCount(int pRefCount)
          The number of references to this document on the server.
 void setSavePassword(boolean flag)
          Indicates if the password should be saved.
 void setSecurity(int security)
          Type of security set on the service.
 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 setServiceType(int type)
          Type of service.
 void setThumbnailURL(java.lang.String pUrl)
          URL of thumbnail image on server.
 void setURL(java.lang.String uRL)
          URL to ArcIMS server.
 void setUserID(java.lang.String pUserID)
          Unique id (UUID) of metadata document.
 void setUserName(java.lang.String userName)
          User name for the specified service.
 void setUserRole(int role)
          User role.
 void synchronize(int action, int interval)
          Updates metadata with the current properties; may create metadata if it doesn't already exist.
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

IMSMetadataServiceName

public IMSMetadataServiceName()
                       throws java.io.IOException,
                              java.net.UnknownHostException
Constructs a IMSMetadataServiceName using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

IMSMetadataServiceName

public IMSMetadataServiceName(java.lang.Object obj)
                       throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
IMSMetadataServiceName theIMSMetadataServiceName = (IMSMetadataServiceName) obj;

Construct a IMSMetadataServiceName using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to IMSMetadataServiceName.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a IMSMetadataServiceName.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Service Name.

Specified by:
getName in interface IIMSServiceDescription
Returns:
The name
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
Service Name.

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

getURL

public java.lang.String getURL()
                        throws java.io.IOException,
                               AutomationException
URL to ArcIMS server.

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

setURL

public void setURL(java.lang.String uRL)
            throws java.io.IOException,
                   AutomationException
URL to ArcIMS server.

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

setUserName

public void setUserName(java.lang.String userName)
                 throws java.io.IOException,
                        AutomationException
User name for the specified service.

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

getUserName

public java.lang.String getUserName()
                             throws java.io.IOException,
                                    AutomationException
User name for the specified service.

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

getPassword

public java.lang.Object getPassword()
                             throws java.io.IOException,
                                    AutomationException
Password for the specified service.

Specified by:
getPassword in interface IIMSServiceDescription
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPassword

public void setPassword(java.lang.String password)
                 throws java.io.IOException,
                        AutomationException
Password for the specified service.

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

isSavePassword

public boolean isSavePassword()
                       throws java.io.IOException,
                              AutomationException
Indicates if the password should be saved.

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

setSavePassword

public void setSavePassword(boolean flag)
                     throws java.io.IOException,
                            AutomationException
Indicates if the password should be saved.

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

getServiceType

public int getServiceType()
                   throws java.io.IOException,
                          AutomationException
Type of service.

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

setServiceType

public void setServiceType(int type)
                    throws java.io.IOException,
                           AutomationException
Type of service.

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

getSecurity

public int getSecurity()
                throws java.io.IOException,
                       AutomationException
Type of security set on the service. Use a combination of acSecurityType constants.

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

setSecurity

public void setSecurity(int security)
                 throws java.io.IOException,
                        AutomationException
Type of security set on the service. Use a combination of acSecurityType constants.

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

isPrivate

public boolean isPrivate()
                  throws java.io.IOException,
                         AutomationException
Indicates if the service is private (requires password).

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

setIsPrivate

public void setIsPrivate(boolean isPrivate)
                  throws java.io.IOException,
                         AutomationException
Indicates if the service is private (requires password).

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

getConnectionProperties

public IPropertySet getConnectionProperties()
                                     throws java.io.IOException,
                                            AutomationException
True if the service is free.

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

setConnectionProperties

public void setConnectionProperties(IPropertySet connectionProperties)
                             throws java.io.IOException,
                                    AutomationException
True if the service is free.

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

sendAxlRequest

public java.lang.String sendAxlRequest(java.lang.String axl,
                                       boolean queryRequest,
                                       ITrackCancel trackCancel,
                                       boolean showConnectingAVI,
                                       boolean processMessages)
                                throws java.io.IOException,
                                       AutomationException
Sends an Axl request.

Specified by:
sendAxlRequest in interface IIMSAxlRequest
Parameters:
axl - The axl (in)
queryRequest - The queryRequest (in)
trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
showConnectingAVI - The showConnectingAVI (in)
processMessages - The processMessages (in)
Returns:
The response
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

sendAxlRequestStream

public IStream sendAxlRequestStream(java.lang.String axl,
                                    boolean queryRequest,
                                    ITrackCancel trackCancel,
                                    boolean showConnectingAVI,
                                    boolean processMessages)
                             throws java.io.IOException,
                                    AutomationException
Sends an Axl request and returns a stream.

Specified by:
sendAxlRequestStream in interface IIMSAxlRequest
Parameters:
axl - The axl (in)
queryRequest - The queryRequest (in)
trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
showConnectingAVI - The showConnectingAVI (in)
processMessages - The processMessages (in)
Returns:
A reference to a com.esri.arcgis.system.IStream
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

sendCommandRequest

public java.lang.String sendCommandRequest(java.lang.String command,
                                           ITrackCancel trackCancel,
                                           boolean showConnectingAVI,
                                           boolean processMessages)
                                    throws java.io.IOException,
                                           AutomationException
Sends a command request,i.e.: ConnectorPing.

Specified by:
sendCommandRequest in interface IIMSAxlRequest
Parameters:
command - The command (in)
trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
showConnectingAVI - The showConnectingAVI (in)
processMessages - The processMessages (in)
Returns:
The response
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServerVersion

public java.lang.String getServerVersion(ITrackCancel trackCancel,
                                         boolean showConnectingAVI,
                                         boolean processMessages)
                                  throws java.io.IOException,
                                         AutomationException
The ArcIMS server version.

Specified by:
getServerVersion in interface IIMSAxlRequest
Parameters:
trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
showConnectingAVI - The showConnectingAVI (in)
processMessages - The processMessages (in)
Returns:
The serverVersion
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMetadata

public IPropertySet getMetadata()
                         throws java.io.IOException,
                                AutomationException
The PropertySet containing metadata.

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

setMetadata

public void setMetadata(IPropertySet propertySet)
                 throws java.io.IOException,
                        AutomationException
The PropertySet containing metadata.

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

synchronize

public void synchronize(int action,
                        int interval)
                 throws java.io.IOException,
                        AutomationException
Updates metadata with the current properties; may create metadata if it doesn't already exist.

Specified by:
synchronize in interface IMetadata
Parameters:
action - A com.esri.arcgis.geodatabase.esriMetadataSyncAction constant (in)
interval - The interval (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNameString

public void setNameString(java.lang.String nameString)
                   throws java.io.IOException,
                          AutomationException
The name string of the object.

Remarks

The NameString property is reserved for future use. When implemented, it will return a string representation of the locational component of the name object that may be persisted by applications.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

getNameString

public java.lang.String getNameString()
                               throws java.io.IOException,
                                      AutomationException
The name string of the object.

Remarks

The NameString property is reserved for future use. When implemented, it will return a string representation of the locational component of the name object that may be persisted by applications.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

open

public java.lang.Object open()
                      throws java.io.IOException,
                             AutomationException
Opens the object referred to by this name.

Remarks

The Open method lets you instantiate the actual object given the name object.

Note: Opening a feature class that participates in a topology or geometric network will also open all other feature classes participating in the topology or geometric network in memory.

Example:

IName   pName = pFeatureClassName; 
pFeatureClass = new IFeatureClassProxy(pName.open());

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
open in interface IName
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClassID

public void getClassID(GUID[] pClassID)
                throws java.io.IOException,
                       AutomationException
getClassID

Specified by:
getClassID in interface IPersist
Parameters:
pClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDirty

public void isDirty()
             throws java.io.IOException,
                    AutomationException
isDirty

Specified by:
isDirty in interface IPersistStream
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

load

public void load(IStream pstm)
          throws java.io.IOException,
                 AutomationException
load

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

save

public void save(IStream pstm,
                 int fClearDirty)
          throws java.io.IOException,
                 AutomationException
save

Specified by:
save in interface IPersistStream
Parameters:
pstm - A reference to a com.esri.arcgis.system.IStream (in)
fClearDirty - The fClearDirty (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSizeMax

public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
                throws java.io.IOException,
                       AutomationException
getSizeMax

Specified by:
getSizeMax in interface IPersistStream
Parameters:
pcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDataset

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

Specified by:
setDataset in interface IRemoteMetadataName
Parameters:
pDataset - The pDataset (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
Name of metadata document on server.

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

setOwner

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

Specified by:
setOwner in interface IRemoteMetadataName
Parameters:
pOwner - The pOwner (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
ArcIMS authenticated user owning metadata document.

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

setUserID

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

Specified by:
setUserID in interface IRemoteMetadataName
Parameters:
pUserID - The pUserID (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
Unique id (UUID) of metadata document.

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

setParentDataset

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

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

getParentDataset

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

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

setParentOwner

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

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

getParentOwner

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

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

setParentUserID

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

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

getParentUserID

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

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

setMetadataURL

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

Specified by:
setMetadataURL in interface IRemoteMetadataName
Parameters:
pUrl - The pUrl (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
URL of metadata document on server.

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

setThumbnailURL

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

Specified by:
setThumbnailURL in interface IRemoteMetadataName
Parameters:
pUrl - The pUrl (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
URL of thumbnail image on server.

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

setIsFolder

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

Specified by:
setIsFolder in interface IRemoteMetadataName
Parameters:
pIsFolder - The pIsFolder (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
Indicates whether this metadata document is a folder.

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

setIsRoot

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

Specified by:
setIsRoot in interface IRemoteMetadataName
Parameters:
pIsRoot - The pIsRoot (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
Indicates whether this metadata document is the root document.

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

setIsPrivateDocument

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

Specified by:
setIsPrivateDocument in interface IRemoteMetadataName
Parameters:
pIsPrivate - The pIsPrivate (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
Indicates whether this metadata document is private.

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

setRefCount

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

Specified by:
setRefCount in interface IRemoteMetadataName
Parameters:
pRefCount - The pRefCount (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
The number of references to this document on the server.

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

setExtentByRef

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

Specified by:
setExtentByRef in interface IRemoteMetadataName
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

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

Specified by:
getExtent in interface IRemoteMetadataName
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
The online linkage contained within this document.

Specified by:
setOnlink in interface IRemoteMetadataName
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
The online linkage contained within this document.

Specified by:
getOnlink in interface IRemoteMetadataName
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
The URL of the ArcIMS server running the service represented by this document.

Specified by:
setServer in interface IRemoteMetadataName
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
The URL of the ArcIMS server running the service represented by this document.

Specified by:
getServer in interface IRemoteMetadataName
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
The name of the ArcIMS service represented by this document.

Specified by:
setService in interface IRemoteMetadataName
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
The name of the ArcIMS service represented by this document.

Specified by:
getService in interface IRemoteMetadataName
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
Indicates whether this document is indexed on the server.

Specified by:
getIndexStatus in interface IRemoteMetadataName
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 pIndexStatus)
                    throws java.io.IOException,
                           AutomationException
Indicates whether this document is indexed on the server.

Specified by:
setIndexStatus in interface IRemoteMetadataName
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.

sendMetadataAxlRequest

public java.lang.String sendMetadataAxlRequest(java.lang.String axl,
                                               ITrackCancel pTrackCancel)
                                        throws java.io.IOException,
                                               AutomationException
Sends an Axl request.

Specified by:
sendMetadataAxlRequest in interface IIMSMetadataAxlRequest
Parameters:
axl - The axl (in)
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Returns:
The response
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUserRole

public int getUserRole()
                throws java.io.IOException,
                       AutomationException
User role.

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

setUserRole

public void setUserRole(int role)
                 throws java.io.IOException,
                        AutomationException
User role.

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

getContentType

public java.lang.String getContentType()
                                throws java.io.IOException,
                                       AutomationException
The content type of the metadata document.

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

setContentType

public void setContentType(java.lang.String pContentType)
                    throws java.io.IOException,
                           AutomationException
The content type of the metadata document.

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

getModifiedTime

public java.lang.String getModifiedTime()
                                 throws java.io.IOException,
                                        AutomationException
The modified date and time of the metadata document.

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

setModifiedTime

public void setModifiedTime(java.lang.String pModifiedTime)
                     throws java.io.IOException,
                            AutomationException
The modified date and time of the metadata document.

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

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException