|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static java.lang.String |
BOOKMARK
a bookmark |
static java.lang.String |
BOOKMARK_FOLDER
a particular type of folder which usually contains bookmarks |
static java.lang.String |
CONFERENCE
a conference room |
static java.lang.String |
CONTACT
an entity that can be contacted, e.g. a user, a group, a location, ... |
static java.lang.String |
CONTACT_FOLDER
a particular type of folder which usually contains contacts |
static java.lang.String |
FOLDER
an entry which purpose is to reference other personal store entry |
static java.lang.String |
GATEWAY
an IM gateway. |
static java.lang.String |
GROUP
a group. |
static java.lang.String |
PROFILE
profile info - individually accessible element of application configuration information. |
static java.lang.String |
PROFILE_FOLDER
a particular type of folder which usually contains application profiles. |
static java.lang.String |
WATCHER
a watcher |
Method Summary | |
void |
addToFolder(PersonalStoreFolder folder)
adds a reference to this entry in the specified folder |
java.lang.String |
getDisplayName()
returns the display name |
java.lang.String |
getEntryId()
returns the entry id |
java.util.Collection |
getFolders()
retrieve folders in whic this entry is |
java.lang.String |
getType()
returns the type of this personal store entry |
void |
remove()
removes this entry from the personal store. |
void |
removeFromFolder(PersonalStoreFolder folder)
removes a reference to this entry from the specified folder |
void |
save()
commit the current memory image of this entry to permanent storage. |
void |
setDisplayName(java.lang.String name)
sets the display name |
Field Detail |
public static final java.lang.String CONTACT
public static final java.lang.String BOOKMARK
public static final java.lang.String GROUP
public static final java.lang.String CONFERENCE
public static final java.lang.String WATCHER
public static final java.lang.String PROFILE
public static final java.lang.String FOLDER
public static final java.lang.String CONTACT_FOLDER
public static final java.lang.String BOOKMARK_FOLDER
public static final java.lang.String PROFILE_FOLDER
public static final java.lang.String GATEWAY
Method Detail |
public java.lang.String getEntryId()
public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String name)
name
- The display name to setpublic java.lang.String getType()
public void addToFolder(PersonalStoreFolder folder) throws CollaborationException
folder
- folder in which to add the entry
CollaborationException
public void removeFromFolder(PersonalStoreFolder folder) throws CollaborationException
folder
- folder from which to remove the entry
CollaborationException
public java.util.Collection getFolders() throws CollaborationException
CollaborationException
public void save() throws CollaborationException
CollaborationException
public void remove() throws CollaborationException
CollaborationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |