| Methods in com.esri.core.internal.catalog with parameters of type Catalog |
boolean |
Group.fromJson(org.codehaus.jackson.JsonParser parser,
com.esri.core.internal.catalog.Filter filter,
Catalog catalog)
Sets the internal state of the Group with values contained in the Json response. |
boolean |
Item.fromJson(org.codehaus.jackson.JsonParser parser,
com.esri.core.internal.catalog.Filter filter,
Catalog catalog)
Sets the internal state of the Item with values contained in the Json response. |
boolean |
PageableResultType.fromJson(org.codehaus.jackson.JsonParser parser,
com.esri.core.internal.catalog.Filter filter,
Catalog catalog)
Internal method that all instances of a PageableResultType must implement. |
boolean |
User.fromJson(org.codehaus.jackson.JsonParser response,
com.esri.core.internal.catalog.Filter filter,
Catalog catalog)
Sets the internal state of the User with values contained in the Json response. |