Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


oracle.webcenter.doclib.view.spaces
Interface PersonalSpaceDocumentsInfo


public interface PersonalSpaceDocumentsInfo

This bean provides information on a user's personal folder

Since:
11.1.1.4.0
See Also:
DocumentsServiceBean

Method Summary
 DocumentDescriptor getPublicFolderInfo()
          Returns a bean providing information around the user's public folder (usually located at /PersonalSpaces/[username]/Public).
 java.lang.String getUserName()
          The user name for which this bean is providing information
 boolean isProvisioned()
          Checks if a personal folder is available

 

Method Detail

getUserName

java.lang.String getUserName()
The user name for which this bean is providing information
Returns:
The user name

isProvisioned

boolean isProvisioned()
Checks if a personal folder is available
Returns:
true if a personal folder is available, otherwise false

getPublicFolderInfo

DocumentDescriptor getPublicFolderInfo()
Returns a bean providing information around the user's public folder (usually located at /PersonalSpaces/[username]/Public).
Returns:
Information on the user's public folder

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


Copyright © 2009, 2012, Oracle and/or its affiliates. All rights reserved.