com.esri.arcgis.catalog
Interface IRemoteMetadata2

All Superinterfaces:
Serializable
All Known Implementing Classes:
IMSMetadataService

public interface IRemoteMetadata2
extends Serializable

Provides access to allow user to decide whether to show dialog and to manipulate specific information on ArcIMS Server.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 String getContentType()
          The content type of the metadata document.
 String getModifiedTime()
          The modified date and time of the metadata document.
 boolean isShowDialogs()
          Indicates whether publishing status dialogs are shown.
 void setContentType(String contentType)
          The content type of the metadata document.
 void setModifiedTime(String modifiedTime)
          The modified date and time of the metadata document.
 void setShowDialogs(boolean show)
          Indicates whether publishing status dialogs are shown.
 

Method Detail

isShowDialogs

boolean isShowDialogs()
                      throws IOException,
                             AutomationException
Indicates whether publishing status dialogs are shown.

Product Availability

Available with ArcGIS Desktop.

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

setShowDialogs

void setShowDialogs(boolean show)
                    throws IOException,
                           AutomationException
Indicates whether publishing status dialogs are shown.

Product Availability

Available with ArcGIS Desktop.

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

getContentType

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

Product Availability

Available with ArcGIS Desktop.

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

setContentType

void setContentType(String contentType)
                    throws IOException,
                           AutomationException
The content type of the metadata document.

Product Availability

Available with ArcGIS Desktop.

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

getModifiedTime

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

Product Availability

Available with ArcGIS Desktop.

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

setModifiedTime

void setModifiedTime(String modifiedTime)
                     throws IOException,
                            AutomationException
The modified date and time of the metadata document.

Product Availability

Available with ArcGIS Desktop.

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