|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRemoteMetadata
COM Interface 'IRemoteMetadata'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'
Description: 'Provides access to members to manipulate information specific to metadata stored in an ArcIMS Metadata 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 |
IID9df1041e_2f52_405e_b7b9_b736ba74340b
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IGxObject |
createChild(java.lang.String server,
java.lang.String service,
java.lang.String userName,
java.lang.String password,
boolean isFolder)
Creates a new folder as a child of this folder. |
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. |
java.lang.String |
getMetadataURL()
URL of metadata document on server. |
java.lang.String |
getOnlink()
The online linkage contained within this document. |
java.lang.String |
getOwner()
ArcIMS authenticated user owning metadata document. |
int |
getRefCount()
The number of references to this document on the server. |
java.lang.String |
getServer()
The URL of the ArcIMS server running the service represented by this document. |
java.lang.String |
getService()
The name of the ArcIMS service represented by this document. |
java.lang.String |
getThumbnailURL()
URL of thumbnail image on server. |
java.lang.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(java.lang.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(java.lang.String uRL)
URL of metadata document on server. |
void |
setOnlink(java.lang.String onlink)
The online linkage contained within this document. |
void |
setOwner(java.lang.String owner)
ArcIMS authenticated user owning metadata document. |
void |
setRefCount(int refCount)
The number of references to this document on the server. |
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 |
setThumbnailURL(java.lang.String uRL)
URL of thumbnail image on server. |
void |
setUserID(java.lang.String userID)
Unique id (UUID) of metadata document. |
| Field Detail |
|---|
static final int IID9df1041e_2f52_405e_b7b9_b736ba74340b
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setDataset(java.lang.String dataset)
throws java.io.IOException,
AutomationException
dataset - The dataset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getDataset()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOwner(java.lang.String owner)
throws java.io.IOException,
AutomationException
owner - The owner (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getOwner()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUserID(java.lang.String userID)
throws java.io.IOException,
AutomationException
userID - The userID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getUserID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMetadataURL(java.lang.String uRL)
throws java.io.IOException,
AutomationException
uRL - The uRL (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getMetadataURL()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setThumbnailURL(java.lang.String uRL)
throws java.io.IOException,
AutomationException
uRL - The uRL (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getThumbnailURL()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGxObject createChild(java.lang.String server,
java.lang.String service,
java.lang.String userName,
java.lang.String password,
boolean isFolder)
throws java.io.IOException,
AutomationException
server - The server (in)service - The service (in)userName - The userName (in)password - The password (in)isFolder - The isFolder (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHasChildren(boolean rhs1)
throws java.io.IOException,
AutomationException
rhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIsFolder(boolean isFolder)
throws java.io.IOException,
AutomationException
isFolder - The isFolder (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isFolder()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIsRoot(boolean isRoot)
throws java.io.IOException,
AutomationException
isRoot - The isRoot (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isRoot()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIsPrivateDocument(boolean isPrivate)
throws java.io.IOException,
AutomationException
isPrivate - The isPrivate (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isPrivateDocument()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void publishDatasets(IEnumName names)
throws java.io.IOException,
AutomationException
names - A reference to a com.esri.arcgis.system.IEnumName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRefCount(int refCount)
throws java.io.IOException,
AutomationException
refCount - The refCount (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getRefCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExtentByRef(IEnvelope extent)
throws java.io.IOException,
AutomationException
extent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getExtent()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOnlink(java.lang.String onlink)
throws java.io.IOException,
AutomationException
onlink - The onlink (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getOnlink()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setServer(java.lang.String server)
throws java.io.IOException,
AutomationException
server - The server (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getServer()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setService(java.lang.String service)
throws java.io.IOException,
AutomationException
service - The service (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getService()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getIndexStatus()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIndexStatus(int indexStatus)
throws java.io.IOException,
AutomationException
indexStatus - A com.esri.arcgis.gisclient.acIndexStatus constant (in)
java.io.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 | ||||||||