|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.core.internal.catalog.Folder
public class Folder
This class represents a folder associated with a User's profile, maintained in arcgis.com. Content created by users can be stored and organized within folders on arcgis.com. Folders can be at most one level deep and existing under the "root" folder. Only signed in users can view their folders and the contents within. The Folder is also used to organize items stored and retrieved from an ArcGIS Mobile content server.
Method Summary | |
---|---|
Date |
getCreatedDate()
Returns the date on which this folder was created |
String |
getFolderName()
Returns the name of the folder |
List<Item> |
getItems()
Returns all Items stored in this folder. |
boolean |
isRootFolder()
Tells if this folder is the root folder |
protected void |
setCreatedDate(Date date)
Internal method |
protected void |
setFolderName(String folderName)
Internal method |
protected void |
setId(String id)
Internal method |
protected void |
setItems(List<Item> items)
Internal method |
protected void |
setUsername(String uname)
Internal method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getFolderName()
public boolean isRootFolder()
public Date getCreatedDate()
protected void setUsername(String uname)
uname
- protected void setFolderName(String folderName)
folderName
- protected void setItems(List<Item> items)
items
- protected void setId(String id)
id
- public List<Item> getItems() throws CatalogException
CatalogException
protected void setCreatedDate(Date date)
date
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |