|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConnectionList
Represents a connection list used for categorizing one's social connections.
An instance of this can be obtained via a call to one of the methods among ConnectionListsManager.getConnectionList(java.lang.String, java.lang.String), ConnectionListsManager.getConnectionLists(java.lang.String).
| Method Summary | |
|---|---|
java.lang.String |
getId()Returns a unique ID for this connection list. |
java.lang.String |
getListName()Returns the name of this connection list. |
java.lang.String |
getLocalizedName()Returns a translated name for this connection list. |
int |
getMemberCount()Returns the number of users that are currently categorized as part of this connection list. |
java.util.List<java.lang.String> |
getMemberUserIds()Returns the users that are currently categorized as part of this connection list. |
boolean |
isModifiable()Returns whether this connection list is modifiable. |
| Method Detail |
|---|
java.lang.String getId()
java.lang.String getListName()
java.lang.String getLocalizedName()
boolean isModifiable()
true if this list can be deleted and members added to / removed from this list, false otherwise.int getMemberCount()
java.util.List<java.lang.String> getMemberUserIds()
throws ConnectionsException
ConnectionsException
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||