Esri Geoportal Server
1.0

com.esri.gpt.framework.resource.common
Class CommonPublishable

java.lang.Object
  extended by com.esri.gpt.framework.resource.common.CommonPublishable
All Implemented Interfaces:
Publishable, Resource

public abstract class CommonPublishable
extends Object
implements Publishable

Common publishable. Has no sub-nodes.


Constructor Summary
CommonPublishable()
           
 
Method Summary
 Iterable<Resource> getNodes()
          Gets nodes.
 Date getUpdateDate()
          Gets update date if available.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.esri.gpt.framework.resource.api.Publishable
getContent, getSourceUri
 

Constructor Detail

CommonPublishable

public CommonPublishable()
Method Detail

getNodes

public Iterable<Resource> getNodes()
Description copied from interface: Resource
Gets nodes. Any resource can have sero or more child nodes.

Specified by:
getNodes in interface Resource
Returns:
iterable over nodes

getUpdateDate

public Date getUpdateDate()
Description copied from interface: Publishable
Gets update date if available.

Specified by:
getUpdateDate in interface Publishable
Returns:
update date or null if date not available

Esri Geoportal Server
1.0

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