|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortalItemComment | |
---|---|
com.esri.core.portal | Provides mechanisms for connecting to a Portal or Organization and contains classes for constructing a WebMap. |
Uses of PortalItemComment in com.esri.core.portal |
---|
Methods in com.esri.core.portal that return PortalItemComment | |
---|---|
static PortalItemComment |
PortalItemComment.fromJson(org.codehaus.jackson.JsonParser parser)
Creates PortalItemcomment from the json parser. |
Methods in com.esri.core.portal that return types with arguments of type PortalItemComment | |
---|---|
List<PortalItemComment> |
PortalItem.fetchComments()
Kicks off an operation that fetches comments for the item. |
Method parameters in com.esri.core.portal with type arguments of type PortalItemComment | |
---|---|
void |
PortalItem.fetchComments(PortalListener<List<PortalItemComment>> portalListener)
Deprecated. please use PortalItem.fetchComments() instead. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |