|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteMetadataName
COM Interface 'IRemoteMetadataName'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGISClient.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 |
IIDc7535706_3898_419c_b65b_9faf0d8bfc83
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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. |
java.lang.String |
getParentDataset()
Name of parent of metadata document on server. |
java.lang.String |
getParentOwner()
ArcIMS authenticated user owning parent of metadata document. |
java.lang.String |
getParentUserID()
Unique id (UUID) of parent of 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 |
setDataset(java.lang.String pDataset)
Name of metadata document on server. |
void |
setExtentByRef(IEnvelope ppExtent)
The extent of the dataset represented by this document. |
void |
setIndexStatus(int pIndexStatus)
Indicates whether this document is indexed on the server. |
void |
setIsFolder(boolean pIsFolder)
Indicates whether this metadata document is a folder. |
void |
setIsPrivateDocument(boolean pIsPrivate)
Indicates whether this metadata document is private. |
void |
setIsRoot(boolean pIsRoot)
Indicates whether this metadata document is the root document. |
void |
setMetadataURL(java.lang.String pUrl)
URL of metadata document on server. |
void |
setOnlink(java.lang.String onlink)
The online linkage contained within this document. |
void |
setOwner(java.lang.String pOwner)
ArcIMS authenticated user owning metadata document. |
void |
setParentDataset(java.lang.String pDataset)
Name of parent of metadata document on server. |
void |
setParentOwner(java.lang.String pOwner)
ArcIMS authenticated user owning parent of metadata document. |
void |
setParentUserID(java.lang.String pUserID)
Unique id (UUID) of parent of metadata document. |
void |
setRefCount(int pRefCount)
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 pUrl)
URL of thumbnail image on server. |
void |
setUserID(java.lang.String pUserID)
Unique id (UUID) of metadata document. |
Field Detail |
---|
static final int IIDc7535706_3898_419c_b65b_9faf0d8bfc83
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setDataset(java.lang.String pDataset) throws java.io.IOException, AutomationException
pDataset
- The pDataset (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 pOwner) throws java.io.IOException, AutomationException
pOwner
- The pOwner (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 pUserID) throws java.io.IOException, AutomationException
pUserID
- The pUserID (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 setParentDataset(java.lang.String pDataset) throws java.io.IOException, AutomationException
pDataset
- The pDataset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getParentDataset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParentOwner(java.lang.String pOwner) throws java.io.IOException, AutomationException
pOwner
- The pOwner (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getParentOwner() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParentUserID(java.lang.String pUserID) throws java.io.IOException, AutomationException
pUserID
- The pUserID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getParentUserID() 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 pUrl) throws java.io.IOException, AutomationException
pUrl
- The pUrl (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 pUrl) throws java.io.IOException, AutomationException
pUrl
- The pUrl (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.void setIsFolder(boolean pIsFolder) throws java.io.IOException, AutomationException
pIsFolder
- The pIsFolder (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 pIsRoot) throws java.io.IOException, AutomationException
pIsRoot
- The pIsRoot (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 pIsPrivate) throws java.io.IOException, AutomationException
pIsPrivate
- The pIsPrivate (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 setRefCount(int pRefCount) throws java.io.IOException, AutomationException
pRefCount
- The pRefCount (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 ppExtent) throws java.io.IOException, AutomationException
ppExtent
- 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 pIndexStatus) throws java.io.IOException, AutomationException
pIndexStatus
- 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 |