|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteMetadata2
Provides access to allow user to decide whether to show dialog and to manipulate specific information on ArcIMS Server.
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 |
---|
boolean isShowDialogs() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowDialogs(boolean show) throws IOException, AutomationException
show
- The show (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getContentType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setContentType(String contentType) throws IOException, AutomationException
contentType
- The contentType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getModifiedTime() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setModifiedTime(String modifiedTime) throws IOException, AutomationException
modifiedTime
- The modifiedTime (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |