|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PortalItem | |
|---|---|
| com.esri.core.portal | Provides mechanisms for connecting to a Portal or Organization and contains classes for constructing a WebMap. |
| com.esri.map | |
| Uses of PortalItem in com.esri.core.portal |
|---|
| Methods in com.esri.core.portal that return PortalItem | |
|---|---|
static PortalItem |
PortalItem.fetchItem(Portal portal,
String itemId)
Returns a portal item using a portal and item id. |
static PortalItem |
PortalItem.fromJson(org.codehaus.jackson.JsonParser parser,
Portal portal)
Creates a PortalItem from json string. |
PortalItem |
WebMap.getInfo()
Returns the PortalItem that describes this WebMap. |
| Methods in com.esri.core.portal that return types with arguments of type PortalItem | |
|---|---|
PortalQueryResultSet<PortalItem> |
Portal.findItems(PortalQueryParams queryParams)
Finds items with a query. |
List<PortalItem> |
PortalUserContent.getItems()
Returns the items in the user's root folder. |
| Methods in com.esri.core.portal with parameters of type PortalItem | |
|---|---|
static WebMap |
WebMap.newInstance(PortalItem portalitem)
Creates a WebMap using an PortalItem. |
| Method parameters in com.esri.core.portal with type arguments of type PortalItem | |
|---|---|
static void |
PortalItem.fetchItem(Portal portal,
String itemId,
PortalListener<PortalItem> portalListener)
Deprecated. please use fetchItem(Portal, String) instead. |
void |
Portal.findItems(PortalQueryParams queryParams,
PortalListener<PortalQueryResultSet<PortalItem>> portalListener)
Deprecated. please use Portal.findItems(PortalQueryParams) instead. |
| Constructors in com.esri.core.portal with parameters of type PortalItem | |
|---|---|
WebMap(org.codehaus.jackson.JsonParser parser,
PortalItem item)
Constructs an empty WebMap. |
|
WebMap(PortalItem item)
Constructs an empty WebMap. |
|
| Constructor parameters in com.esri.core.portal with type arguments of type PortalItem | |
|---|---|
PortalUserContent(List<PortalItem> items,
List<PortalFolder> folders)
Given the user's items and folder, creates a new PortalUserContent object. |
|
| Uses of PortalItem in com.esri.map |
|---|
| Methods in com.esri.map that return PortalItem | |
|---|---|
PortalItem |
WebMap.getInfo()
Gets information on this web map. |
| Constructors in com.esri.map with parameters of type PortalItem | |
|---|---|
WebMap(PortalItem item)
Instantiate a new web map using the given PortalItem. |
|
WebMap(PortalItem item,
OnWebMapLoadListener listener)
Instantiate a new web map using the given PortalItem. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||