Esri Geoportal Server
1.2.9

com.esri.gpt.agp.client
Class AgpItem

java.lang.Object
  extended by com.esri.gpt.agp.client.AgpItem

public class AgpItem
extends Object

An ArcGIS portal item.


Constructor Summary
AgpItem()
          Default constructor.
 
Method Summary
 AgpProperties getProperties()
          Gets the item properties.
 void parseItem(org.json.JSONObject jsoItem)
          Parse the JSON response.
 void setProperties(AgpProperties properties)
          Sets the item properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgpItem

public AgpItem()
Default constructor.

Method Detail

getProperties

public AgpProperties getProperties()
Gets the item properties.

Returns:
the item properties

setProperties

public void setProperties(AgpProperties properties)
Sets the item properties.

Parameters:
properties - the item properties

parseItem

public void parseItem(org.json.JSONObject jsoItem)
               throws org.json.JSONException
Parse the JSON response.

Parameters:
jsoItem - the JSON item
Throws:
Exception - if an exception occurs
org.json.JSONException

Esri Geoportal Server
1.2.9

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