com.atlassian.crowd.model.event
Class GroupMembershipEvent
java.lang.Object
com.atlassian.crowd.model.event.AbstractOperationEvent
com.atlassian.crowd.model.event.GroupMembershipEvent
- All Implemented Interfaces:
- OperationEvent
public class GroupMembershipEvent
- extends AbstractOperationEvent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupMembershipEvent
public GroupMembershipEvent(Operation operation,
Directory directory,
java.lang.String groupName,
java.lang.String parentGroupName)
GroupMembershipEvent
public GroupMembershipEvent(Operation operation,
Directory directory,
java.lang.String groupName,
java.util.Set<java.lang.String> parentGroupNames,
java.util.Set<java.lang.String> childGroupNames)
getGroupName
public java.lang.String getGroupName()
getParentGroupNames
public java.util.Set<java.lang.String> getParentGroupNames()
getChildGroupNames
public java.util.Set<java.lang.String> getChildGroupNames()
Copyright © 2013 Atlassian. All Rights Reserved.