| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Membership
Membership is one of the Composite Application Infrastructure Extensions Interfaces, implemented by an pluggable extension. * Membership is used to notify an extension whenever members (people or groups) are added to or removed from the roles defined for the application. The extension can use this information e.g. to send notifications, etc.
The extension must implement the extension point with the id
com.ibm.portal.app.extensions.Membership
.
The corresponding plugin.xml could look like this:
Field Summary | |
---|---|
static java.lang.String | EXTENSION_POINT
Name of the Membership extension point |
Method Summary | |
---|---|
void | memberAdded(java.lang.String appGUID,
ListModel principals,
java.lang.String roleID)
Called when a member (user or group) is added to a community role in the application. |
Field Detail |
---|
static final java.lang.String EXTENSION_POINT
Method Detail |
---|
void memberAdded(java.lang.String appGUID, ListModel principals, java.lang.String roleID)
com.ibm.portal.um.PumaHome
and
com.ibm.portal.um.PumaLocator
.
null
.null
.null
.
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |