|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteMetadata
Provides access to members to manipulate information specific to metadata stored in an ArcIMS Metadata Server.
Method Summary | |
---|---|
IGxObject |
createChild(String server,
String service,
String userName,
String password,
boolean isFolder)
Creates a new folder as a child of this folder. |
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. |
String |
getMetadataURL()
URL of metadata document on server. |
String |
getOnlink()
The online linkage contained within this document. |
String |
getOwner()
ArcIMS authenticated user owning metadata document. |
int |
getRefCount()
The number of references to this document on the server. |
String |
getServer()
The URL of the ArcIMS server running the service represented by this document. |
String |
getService()
The name of the ArcIMS service represented by this document. |
String |
getThumbnailURL()
URL of thumbnail image on server. |
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 |
publishDatasets(IEnumName names)
Publish the metadata of a set of datasets to an ArcIMS Metadata Server. |
void |
setDataset(String dataset)
Name of metadata document on server. |
void |
setExtentByRef(IEnvelope extent)
The extent of the dataset represented by this document. |
void |
setHasChildren(boolean rhs1)
Indicates whether this folder has children. |
void |
setIndexStatus(int indexStatus)
Indicates whether this document is indexed on the server. |
void |
setIsFolder(boolean isFolder)
Indicates whether this metadata document is a folder. |
void |
setIsPrivateDocument(boolean isPrivate)
Indicates whether this metadata document is private. |
void |
setIsRoot(boolean isRoot)
Indicates whether this metadata document is the root document. |
void |
setMetadataURL(String uRL)
URL of metadata document on server. |
void |
setOnlink(String onlink)
The online linkage contained within this document. |
void |
setOwner(String owner)
ArcIMS authenticated user owning metadata document. |
void |
setRefCount(int refCount)
The number of references to this document on the server. |
void |
setServer(String server)
The URL of the ArcIMS server running the service represented by this document. |
void |
setService(String service)
The name of the ArcIMS service represented by this document. |
void |
setThumbnailURL(String uRL)
URL of thumbnail image on server. |
void |
setUserID(String userID)
Unique id (UUID) of metadata document. |
Method Detail |
---|
void setDataset(String dataset) throws IOException, AutomationException
dataset
- The dataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDataset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOwner(String owner) throws IOException, AutomationException
owner
- The owner (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getOwner() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUserID(String userID) throws IOException, AutomationException
userID
- The userID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getUserID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMetadataURL(String uRL) throws IOException, AutomationException
uRL
- The uRL (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getMetadataURL() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setThumbnailURL(String uRL) throws IOException, AutomationException
uRL
- The uRL (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getThumbnailURL() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGxObject createChild(String server, String service, String userName, String password, boolean isFolder) throws IOException, AutomationException
server
- The server (in)service
- The service (in)userName
- The userName (in)password
- The password (in)isFolder
- The isFolder (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHasChildren(boolean rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsFolder(boolean isFolder) throws IOException, AutomationException
isFolder
- The isFolder (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isFolder() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsRoot(boolean isRoot) throws IOException, AutomationException
isRoot
- The isRoot (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRoot() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsPrivateDocument(boolean isPrivate) throws IOException, AutomationException
isPrivate
- The isPrivate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPrivateDocument() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void publishDatasets(IEnumName names) throws IOException, AutomationException
names
- A reference to a com.esri.arcgis.system.IEnumName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRefCount(int refCount) throws IOException, AutomationException
refCount
- The refCount (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRefCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExtentByRef(IEnvelope extent) throws IOException, AutomationException
extent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getExtent() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOnlink(String onlink) throws IOException, AutomationException
onlink
- The onlink (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getOnlink() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setServer(String server) throws IOException, AutomationException
server
- The server (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getServer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setService(String service) throws IOException, AutomationException
service
- The service (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getService() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getIndexStatus() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIndexStatus(int indexStatus) throws IOException, AutomationException
indexStatus
- A com.esri.arcgis.gisclient.acIndexStatus constant (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 |