|
The following URLs are supported in Vibe, and might appear in the table above.
|
|
Permalinks
|
Permalinks are URLs that remain constant over time, and are used to reference individual workspaces, folders and entries. You can use them as bookmarks, or e-mail them to others. Copy and paste them as needed.
|
|
E-mail Addresses
|
If the folder owner has set up an e-mail address for this folder, then you can add entries directly into the folder via e-mail.
|
|
WebDAV URL
|
Use the WebDAV URL to access a folder directly as a file directory. Applications such as Windows Explorer and Microsoft Office can use a WebDAV URL to directly access the files stored in a Vibe folder.
|
|
iCal URL
|
You can use this URL to synchronize Vibe task and calendar folders to your desktop calendar application.
|
|
RSS URL
|
Folders can also be accessed using an RSS or ATOM Feed Reader or directly from the file system. Copy the RSS URL below and paste it into your RSS reader to access this folder as an RSS feed.
|
I don't think the UI does this. However, it would be easy enough to add a "custom jsp" to the user profile page that lists the groups the user belongs to.
When showing the profile page, the user object would be in a bean names ss_definitionEntry. To get the list of groups, you can call the getMemberOf function (or in JSTL it is ${ss_definitionEntry.memberOf}. One problem with this list is that it is the internal group name and not its title. To get the title you will have to call "resolveIds" on the list of groups to get the actual group objects. Then you can get the group title.