Package com.esri.core.internal.catalog


Interface Summary
ItemData An interface that represents the data of an Item retrieved from arcgis.com
PageableResultType An interface that identifies all types of results returned from arcgis.com and can be iterated over using a ResultCursor
 

Class Summary
Catalog This class is used for connecting to arcgis.com and searching for Items, Users and Groups
FeatureCollection  
Folder This class represents a folder associated with a User's profile, maintained in arcgis.com.
Group This class represents a Group on arcgis.com.
Item This class represents an Item stored in arcgis.com.
ResultCursor<T extends PageableResultType> A cursor for iterating over search results obtained from arcgis.com A "pageable" search performed on arcgis.com may yield a large number of results.
User This class represents a registered User on arcgis.com.
 

Enum Summary
Group.SortField The fields of a Group stored as a back-end database table on the server, that can be used to sort search results
Item.ItemType Represents the type of an Item stored in arcgis.com. arcgis.com allows users to store a myriad of Items types classified by the medium in which the Items are stored on the server (File, Text or URL) and the ArcGIS applications that an Item type is applicable for.
Item.SortField The fields of an Item stored as a back-end database table on the server, that can be used to sort search results
SortOrder The sort order of the search results
User.SortField The fields of a User stored as a back-end database table on the server, that can be used to sort search results
 

Exception Summary
CatalogException This class encapsulates exceptions that may be raised when communicating with arcgis.com
 



Copyright © 2012. All Rights Reserved.