|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.catalog.arcgis.metadata.ServiceInfo
com.esri.gpt.catalog.arcgis.metadata.ServiceInfoWrapper
public class ServiceInfoWrapper
Service info wrapper.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.esri.gpt.catalog.arcgis.metadata.ServiceInfo |
|---|
ServiceInfo.LayerInfo |
| Constructor Summary | |
|---|---|
ServiceInfoWrapper(ServiceInfo serviceInfo)
|
|
| Method Summary | |
|---|---|
void |
addKeywords(String words,
String delimiter)
Adds one or more keywords to the keyword set. |
void |
addRDFPair(String predicate,
String value)
Adds a predicate/value pair to the catch-all map of RDF pairs associated with the service. |
String |
asDublinCore(AGSProcessor processor)
Returns the Dublin Core metadata for the service. |
String |
asDublinCore(ApplicationConfiguration cfg,
HttpClientRequest http)
Returns the Dublin Core metadata for the service. |
String |
getCapabilities()
Gets the capabilities string associated with the service. |
String |
getCopyright()
Gets copyright info. |
String |
getCreator()
Gets the service creator. |
String |
getDescription()
Gets the service description. |
com.esri.arcgisws.Envelope |
getEnvelope()
Gets the service envelope. |
StringSet |
getKeywords()
Gets the keywords associated with the service. |
List<ServiceInfo.LayerInfo> |
getLayersInfo()
Gets layers info. |
String |
getName()
Gets the service name. |
ServiceInfo |
getParentInfo()
Gets parent info. |
String |
getParentType()
Gets the parent service type. |
String |
getResourceUrl()
Gets the resource URL for the service. |
String |
getRestUrl()
Gets the REST URL for the service. |
String |
getSoapUrl()
Gets the SOAP URL for the service. |
String |
getText()
Gets text info. |
String |
getThumbnailUrl()
Gets the thumbnail URL for the service. |
String |
getType()
Gets the service type. |
void |
setCapabilities(String capabilities)
Sets the capabilities string associated with the service. |
void |
setCopyright(String copyright)
Sets copyright info. |
void |
setCreator(String creator)
Sets the service creator. |
void |
setDescription(String description)
Sets the service description. |
void |
setEnvelope(com.esri.arcgisws.Envelope envelope)
Sets the service envelope. |
void |
setLayersInfo(List<ServiceInfo.LayerInfo> layersInfo)
Sets layers info. |
void |
setName(String name)
Sets the service name. |
void |
setParentInfo(ServiceInfo parentInfo)
Sets parent info. |
void |
setParentType(String type)
Sets the parent service type. |
void |
setResourceUrl(String url)
Sets the resource URL for the service. |
void |
setRestUrl(String url)
Sets the REST URL for the service. |
void |
setSoapUrl(String url)
Sets the SOAP URL for the service. |
void |
setText(String text)
Sets text info. |
void |
setThumbnailUrl(String url)
Sets the thumbnail URL for the service. |
void |
setType(String type)
Sets the service type. |
String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceInfoWrapper(ServiceInfo serviceInfo)
| Method Detail |
|---|
public String getText()
ServiceInfo
getText in class ServiceInfopublic void setText(String text)
ServiceInfo
setText in class ServiceInfotext - text infopublic List<ServiceInfo.LayerInfo> getLayersInfo()
ServiceInfo
getLayersInfo in class ServiceInfopublic void setLayersInfo(List<ServiceInfo.LayerInfo> layersInfo)
ServiceInfo
setLayersInfo in class ServiceInfolayersInfo - list of layers infopublic String getCopyright()
ServiceInfo
getCopyright in class ServiceInfopublic void setCopyright(String copyright)
ServiceInfo
setCopyright in class ServiceInfocopyright - copyright infopublic ServiceInfo getParentInfo()
ServiceInfo
getParentInfo in class ServiceInfopublic void setParentInfo(ServiceInfo parentInfo)
ServiceInfo
setParentInfo in class ServiceInfoparentInfo - parent infopublic String getCreator()
ServiceInfo
getCreator in class ServiceInfopublic void setCreator(String creator)
ServiceInfo
setCreator in class ServiceInfocreator - the service creatorpublic String getCapabilities()
ServiceInfo
getCapabilities in class ServiceInfopublic void setCapabilities(String capabilities)
ServiceInfo
setCapabilities in class ServiceInfocapabilities - the capabilitiespublic String getDescription()
ServiceInfo
getDescription in class ServiceInfopublic void setDescription(String description)
ServiceInfo
setDescription in class ServiceInfodescription - the descriptionpublic com.esri.arcgisws.Envelope getEnvelope()
ServiceInfo
getEnvelope in class ServiceInfopublic void setEnvelope(com.esri.arcgisws.Envelope envelope)
ServiceInfo
setEnvelope in class ServiceInfoenvelope - the envelopepublic StringSet getKeywords()
ServiceInfo
getKeywords in class ServiceInfopublic String getName()
ServiceInfo
getName in class ServiceInfopublic void setName(String name)
ServiceInfo
setName in class ServiceInfoname - the namepublic String getParentType()
ServiceInfo
getParentType in class ServiceInfopublic void setParentType(String type)
ServiceInfo
setParentType in class ServiceInfotype - the parent typepublic String getResourceUrl()
ServiceInfo
getResourceUrl in class ServiceInfopublic void setResourceUrl(String url)
ServiceInfo
setResourceUrl in class ServiceInfourl - the resource URLpublic String getRestUrl()
ServiceInfo
getRestUrl in class ServiceInfopublic void setRestUrl(String url)
ServiceInfo
setRestUrl in class ServiceInfourl - the REST URLpublic String getSoapUrl()
ServiceInfo
getSoapUrl in class ServiceInfopublic void setSoapUrl(String url)
ServiceInfo
setSoapUrl in class ServiceInfourl - the SOAP URLpublic String getThumbnailUrl()
ServiceInfo
getThumbnailUrl in class ServiceInfopublic void setThumbnailUrl(String url)
ServiceInfo
setThumbnailUrl in class ServiceInfourl - the thumbnail URLpublic String getType()
ServiceInfo
getType in class ServiceInfopublic void setType(String type)
ServiceInfo
setType in class ServiceInfotype - the type
public void addKeywords(String words,
String delimiter)
ServiceInfo
addKeywords in class ServiceInfowords - the delimited list of words to adddelimiter - thedelimited (can be null)
public void addRDFPair(String predicate,
String value)
ServiceInfo
addRDFPair in class ServiceInfopredicate - the predicate URIvalue - the literal value
public String asDublinCore(AGSProcessor processor)
throws Exception
ServiceInfo
asDublinCore in class ServiceInfoprocessor - the ArcGIS Server service processor
Exception - if an exception occurs
public String asDublinCore(ApplicationConfiguration cfg,
HttpClientRequest http)
throws Exception
ServiceInfo
asDublinCore in class ServiceInfocfg - application configurationhttp - HTTP client request
Exception - if an exception occurspublic String toString()
ServiceInfo
toString in class ServiceInfo
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||