|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResultCursor | |
|---|---|
| com.esri.core.internal.catalog | |
| Uses of ResultCursor in com.esri.core.internal.catalog |
|---|
| Methods in com.esri.core.internal.catalog that return ResultCursor | |
|---|---|
ResultCursor<Item> |
Group.getItems(Item.ItemType type)
Returns a list of items belonging to this group filtered by the Item type. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||