Uses of Class
com.esri.core.internal.catalog.Catalog

Packages that use Catalog
com.esri.core.internal.catalog   
 

Uses of Catalog in com.esri.core.internal.catalog
 

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.
 

Constructors in com.esri.core.internal.catalog with parameters of type Catalog
ResultCursor(Catalog catalog, String reqUrl, HashMap<String,String> params, org.codehaus.jackson.JsonParser response, Class<T> clazz, com.esri.core.internal.catalog.Filter filter)
           
 



Copyright © 2012. All Rights Reserved.