|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 foldersMethod Detail |
---|
public List<PortalItem> getItems()
public List<PortalFolder> getFolders()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |