|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortalFolder | |
---|---|
com.esri.core.portal | Provides mechanisms for connecting to a Portal or Organization and contains classes for constructing a WebMap. |
Uses of PortalFolder in com.esri.core.portal |
---|
Methods in com.esri.core.portal that return PortalFolder | |
---|---|
static PortalFolder |
PortalFolder.fromJson(org.codehaus.jackson.JsonParser parser)
Creates a PortalFolder from json. |
Methods in com.esri.core.portal that return types with arguments of type PortalFolder | |
---|---|
List<PortalFolder> |
PortalUserContent.getFolders()
Returns the user's folders. |
Constructor parameters in com.esri.core.portal with type arguments of type PortalFolder | |
---|---|
PortalUserContent(List<PortalItem> items,
List<PortalFolder> folders)
Given the user's items and folder, creates a new PortalUserContent object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |