|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.model.event.AbstractOperationEvent
com.atlassian.crowd.model.event.UserMembershipEvent
public class UserMembershipEvent
| Constructor Summary | |
|---|---|
UserMembershipEvent(Operation operation,
Directory directory,
String childUsername,
Set<String> parentGroupNames)
|
|
UserMembershipEvent(Operation operation,
Directory directory,
String childUsername,
String groupName)
|
|
| Method Summary | |
|---|---|
String |
getChildUsername()
|
Set<String> |
getParentGroupNames()
|
String |
toString()
|
| Methods inherited from class com.atlassian.crowd.model.event.AbstractOperationEvent |
|---|
getDirectory, getOperation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UserMembershipEvent(Operation operation,
Directory directory,
String childUsername,
String groupName)
public UserMembershipEvent(Operation operation,
Directory directory,
String childUsername,
Set<String> parentGroupNames)
| Method Detail |
|---|
public Set<String> getParentGroupNames()
public String getChildUsername()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||