|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.core.portal.PortalUserContent
public class PortalUserContent

Class that holds the PortalUser's content as a List of PortalItems and PortalFolders.
| Constructor Summary | |
|---|---|
PortalUserContent(List<PortalItem> items,
List<PortalFolder> folders)
Given the user's items and folder, creates a new PortalUserContent object. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<PortalFolder> |
getFolders()
Returns the user's folders. |
List<PortalItem> |
getItems()
Returns the items in the user's root folder. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PortalUserContent(List<PortalItem> items,
List<PortalFolder> folders)
items - the itemsfolders - the folders| Method Detail |
|---|
public List<PortalItem> getItems()
public List<PortalFolder> getFolders()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||