com.esri.core.portal
Class PortalFolder

java.lang.Object
  extended by com.esri.core.portal.PortalFolder

public class PortalFolder
extends Object

This class represents a folder associated with a PortalUser's profile, maintained in a Portal. Content created by users can be stored and organized within folders on their Portal. 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.


Method Summary
 boolean equals(Object obj)
          
static PortalFolder fromJson(org.codehaus.jackson.JsonParser parser)
           
 long getCreated()
          Returns the created date of the folder as a long suitable for use with the Date.Date(long) constructor.
 String getFolderId()
          Returns the folder's id.
 String getTitle()
          Returns the folder's title.
 String getUsername()
          Returns the owner of the folder.
 int hashCode()
          
 String toString()
          
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

fromJson

public static PortalFolder fromJson(org.codehaus.jackson.JsonParser parser)
                             throws Exception
Throws:
Exception

getFolderId

public String getFolderId()
Returns the folder's id.

Returns:
The folder's id

getTitle

public String getTitle()
Returns the folder's title.

Returns:
The folder's title

getUsername

public String getUsername()
Returns the owner of the folder.

Returns:
The owner of the folder

getCreated

public long getCreated()
Returns the created date of the folder as a long suitable for use with the Date.Date(long) constructor.

Returns:
The created date of the folder

hashCode

public int hashCode()

Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)

Overrides:
equals in class Object

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.