Skip navigation links

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


oracle.webcenter.peopleconnections.connections
Interface ConnectionList


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).

Since:
release specific (what release of product did this appear in)

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

getId

java.lang.String getId()
Returns a unique ID for this connection list.
Returns:
An ID that refers to this connection list uniquely within the entire application

getListName

java.lang.String getListName()
Returns the name of this connection list.
Returns:
The name assigned to this list when it was created

getLocalizedName

java.lang.String getLocalizedName()
Returns a translated name for this connection list.
Returns:
Translated name for this connection list in the locale for which the current object was retrieved.

isModifiable

boolean isModifiable()
Returns whether this connection list is modifiable.
Returns:
true if this list can be deleted and members added to / removed from this list, false otherwise.

getMemberCount

int getMemberCount()
Returns the number of users that are currently categorized as part of this connection list.
Returns:
Number of users (connectins of the owner of this connection list) who are currently categorized as part of this connection list.

getMemberUserIds

java.util.List<java.lang.String> getMemberUserIds()
                                                  throws ConnectionsException
Returns the users that are currently categorized as part of this connection list.
Returns:
The GUIDs of the users (social connections of the owner of this connection list) who are currently categorized as part of this connection list.
Throws:
ConnectionsException

Skip navigation links

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


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