com.esri.arcgis.system
Interface IEnumRESTResource

All Superinterfaces:
Serializable

public interface IEnumRESTResource
extends Serializable

REST resource enumerator.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IRESTResource next()
          Gets next item.
 void reset()
          Resets the enumerator
 

Method Detail

reset

void reset()
           throws IOException,
                  AutomationException
Resets the enumerator

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

next

IRESTResource next()
                   throws IOException,
                          AutomationException
Gets next item.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.system.IRESTResource
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.