com.esri.gpt.catalog.arcgis.agportal.client
Class ItemInfoJsonAdapter
java.lang.Object
com.esri.gpt.catalog.arcgis.agportal.client.ItemInfoJsonAdapter
public class ItemInfoJsonAdapter
- extends Object
Item Info JSON adapter.
NOTE! This is EXPERIMENTAL feature. It might be removed at any time in the future.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ItemInfoJsonAdapter
public ItemInfoJsonAdapter()
toItemInfo
public ESRI_ItemInformation toItemInfo(org.json.JSONObject jsonObject)
throws org.json.JSONException
- Transforms JSON object into item information.
- Parameters:
jsonObject
- JSON object containing item information
- Returns:
- item information
- Throws:
org.json.JSONException
- if accessing JSON object fails
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.