|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.agp.client.AgpItem
public class AgpItem
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 |
|---|
public AgpItem()
| Method Detail |
|---|
public AgpProperties getProperties()
public void setProperties(AgpProperties properties)
properties - the item properties
public void parseItem(org.json.JSONObject jsoItem)
throws org.json.JSONException
jsoItem - the JSON item
Exception - if an exception occurs
org.json.JSONException
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||