public interface MemberEvent
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMemberId()
Gets the member Id associated with the event
|
Operation |
getOperation()
Gets the operation being performed
|
Portal<?> |
getPortal()
Gets the portal the member belongs to
|
java.lang.String |
getPortalId()
Gets the ID of the portal the member belongs to
|
java.lang.String |
getPortalName()
Gets the name of the portal the member belongs to
|
java.lang.String |
getRoleName()
Gets the name of the role
|
java.lang.String |
getUserId()
Gets the identity of the user or group for the member.
|
boolean |
isForRole()
Whether the event corresponds to all members with the
event's roleName.
|
boolean |
isGroup()
Whether the member is an enterprise role.
|
Operation getOperation()
java.lang.String getPortalId()
java.lang.String getPortalName()
Portal<?> getPortal()
java.lang.String getUserId()
boolean isGroup()
boolean isForRole()
java.lang.String getRoleName()
java.lang.String getMemberId()