com.esri.arcgis.catalog
Interface IRemoteMetadata2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMSMetadataService, IRemoteMetadata2Proxy

public interface IRemoteMetadata2
extends java.io.Serializable

COM Interface 'IRemoteMetadata2'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

Description: 'Provides access to allow user to decide whether to show dialog and to manipulate specific information on ArcIMS 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 IIDf5ffcb33_cfd6_4a01_b777_a11724c56a35
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getContentType()
          The content type of the metadata document.
 java.lang.String getModifiedTime()
          The modified date and time of the metadata document.
 boolean isShowDialogs()
          Indicates whether publishing status dialogs are shown.
 void setContentType(java.lang.String contentType)
          The content type of the metadata document.
 void setModifiedTime(java.lang.String modifiedTime)
          The modified date and time of the metadata document.
 void setShowDialogs(boolean show)
          Indicates whether publishing status dialogs are shown.
 

Field Detail

IIDf5ffcb33_cfd6_4a01_b777_a11724c56a35

static final int IIDf5ffcb33_cfd6_4a01_b777_a11724c56a35
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

isShowDialogs

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

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

setShowDialogs

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

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

getContentType

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

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

setContentType

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

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

getModifiedTime

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

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

setModifiedTime

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

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