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

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

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

Methods in com.esri.core.internal.catalog that throw CatalogException
 List<Item> Folder.getItems()
          Returns all Items stored in this folder.
 ResultCursor<Item> Group.getItems(Item.ItemType type)
          Returns a list of items belonging to this group filtered by the Item type.
 List<Folder> Catalog.getMyContents()
          Return contents of the signed in user.
 List<Group> Catalog.getMyGroups()
          Returns the groups that the signed in user belongs to.
 User Item.getOwner()
          Returns the owner of this Item
 User Catalog.getSignedInUser()
          Get information about the signed in user.
protected  String Catalog.getUserToken()
          Internal method to obtain the signed in user's token to send requests to the server.
 List<Folder> Catalog.getWebMapsFromContentServer()
          Retrieves publicly accessible WebMaps organized within Folders, from an ArcGIS Mobile content server.
 ResultCursor<Item> Catalog.searchFeaturedMaps(Item.ItemType type)
          Returns Items that are classified as 'Featured Maps'
 ResultCursor<Group> Catalog.searchGroups(String query, Group.SortField sortField, SortOrder sortOrder)
          Returns Groups that match the search criteria.
 ResultCursor<Item> Catalog.searchItems(String query, Item.ItemType type, Item.SortField sortField, SortOrder sortOrder)
          Returns Items that match the search criteria.
 ResultCursor<User> Catalog.searchUsers(String query, User.SortField sortField, SortOrder sortOrder)
          Returns Users that match the search criteria.
 void Catalog.setDefaultTokenExpirationTime(long millis)
          Changes the default token expiration time for a signed in user.
 void Catalog.signIn(String uname, String pwd)
          Allows a user to sign into an arcgis.com
 



Copyright © 2012. All Rights Reserved.