com.esri.arcgis.system
Interface IEnumRESTOperation

All Superinterfaces:
Serializable

public interface IEnumRESTOperation
extends Serializable

REST operation enumerator.

Product Availability

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


Method Summary
 IRESTOperation 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

IRESTOperation 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.IRESTOperation
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.