java.lang.Object
com.esri.arcgisruntime.portal.PortalItemGroups
Represents the groups a portal item belongs to.
- Since:
- 100.0.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets a list of the groups the item belongs to for which the current user is an administrator.Gets a list of the groups the item belongs to for which the current user is a member.Gets a list of the groups the item belongs to that are public or shared to the current user's organization but that the user is not a member of.
-
Constructor Details
-
PortalItemGroups
public PortalItemGroups()
-
-
Method Details
-
getAdmins
Gets a list of the groups the item belongs to for which the current user is an administrator.- Returns:
- an unmodifiable list of the groups; this will throw an UnsupportedOperationException if an attempt is made to modify it
- Since:
- 100.0.0
-
getMembers
Gets a list of the groups the item belongs to for which the current user is a member.- Returns:
- an unmodifiable list of the groups; this will throw an UnsupportedOperationException if an attempt is made to modify it
- Since:
- 100.0.0
-
getOthers
Gets a list of the groups the item belongs to that are public or shared to the current user's organization but that the user is not a member of.- Returns:
- an unmodifiable list of the groups; this will throw an UnsupportedOperationException if an attempt is made to modify it
- Since:
- 100.0.0
-