public interface PersonalSpaceDocumentsInfo
DocumentsServiceBean| Modifier and Type | Method and Description |
|---|---|
DocumentDescriptor |
getInitializedPublicFolderInfo()
Returns a bean providing information around the user's public folder
(usually located at
/PersonalSpaces/[username]/Public). |
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
|
java.lang.String getUserName()
boolean isProvisioned()
true if a personal folder is available, otherwise falseDocumentDescriptor getPublicFolderInfo()
/PersonalSpaces/[username]/Public).DocumentDescriptor getInitializedPublicFolderInfo()
/PersonalSpaces/[username]/Public).
When executed for the current user the folder will be created if necessary.