ArcGIS Server Geoportal extension
10

com.esri.gpt.framework.resource.api
Interface Publishable

All Superinterfaces:
Resource
All Known Subinterfaces:
Native
All Known Implementing Classes:
CommonPublishable

public interface Publishable
extends Resource

Publishable resource. This is specific type of the network accessble resource which can be published.

Since:
10.0

Method Summary
 String getContent()
          Gets content.
 SourceUri getSourceUri()
          Gets source URI.
 Date getUpdateDate()
          Gets update date if available.
 
Methods inherited from interface com.esri.gpt.framework.resource.api.Resource
getNodes
 

Method Detail

getSourceUri

SourceUri getSourceUri()
Gets source URI.

Returns:
source URI

getContent

String getContent()
                  throws IOException,
                         TransformerException,
                         SAXException
Gets content.

Returns:
content
Throws:
IOException - if getting content fails
TransformerException - if processing response fails
SAXException - if processing response fails

getUpdateDate

Date getUpdateDate()
Gets update date if available.

Returns:
update date or null if date not available

ArcGIS Server Geoportal extension
10

Copyright 2010 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.