| 
Esri Geoportal Server 1.0 
 | 
||||||||
| 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
public class ServiceInfo
Stores basic properties about a service.
| Constructor Summary | |
|---|---|
ServiceInfo()
Default constructor.  | 
|
| 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 | 
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.  | 
 String | 
getName()
Gets the service name.  | 
 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 | 
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 | 
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 | 
setName(String name)
Sets the service name.  | 
 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 | 
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 ServiceInfo()
| Method Detail | 
|---|
public String getCreator()
public void setCreator(String creator)
creator - the service creatorpublic String getCapabilities()
public void setCapabilities(String capabilities)
capabilities - the capabilitiespublic String getDescription()
public void setDescription(String description)
description - the descriptionpublic com.esri.arcgisws.Envelope getEnvelope()
public void setEnvelope(com.esri.arcgisws.Envelope envelope)
envelope - the envelopepublic StringSet getKeywords()
public String getName()
public void setName(String name)
name - the namepublic String getParentType()
public void setParentType(String type)
type - the parent typepublic String getResourceUrl()
public void setResourceUrl(String url)
url - the resource URLpublic String getRestUrl()
public void setRestUrl(String url)
url - the REST URLpublic String getSoapUrl()
public void setSoapUrl(String url)
url - the SOAP URLpublic String getThumbnailUrl()
public void setThumbnailUrl(String url)
url - the thumbnail URLpublic String getType()
public void setType(String type)
type - the type
public void addKeywords(String words,
                        String delimiter)
words - the delimited list of words to adddelimiter - thedelimited (can be null)
public void addRDFPair(String predicate,
                       String value)
predicate - the predicate URIvalue - the literal value
public String asDublinCore(AGSProcessor processor)
                    throws Exception
processor - the ArcGIS Server service processor
Exception - if an exception occurs
public String asDublinCore(ApplicationConfiguration cfg,
                           HttpClientRequest http)
                    throws Exception
cfg - application configurationhttp - HTTP client request
Exception - if an exception occurspublic String toString()
toString in class Object
  | 
Esri Geoportal Server 1.0 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||