com.esri.gpt.framework.resource.common
Class CommonPublishable
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommonPublishable
public CommonPublishable()
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
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.