com.atlassian.crowd.model.event
Class GroupMembershipEvent

java.lang.Object
  extended by com.atlassian.crowd.model.event.AbstractOperationEvent
      extended by com.atlassian.crowd.model.event.GroupMembershipEvent
All Implemented Interfaces:
OperationEvent

public class GroupMembershipEvent
extends AbstractOperationEvent


Constructor Summary
GroupMembershipEvent(Operation operation, Directory directory, String groupName, Set<String> parentGroupNames, Set<String> childGroupNames)
           
GroupMembershipEvent(Operation operation, Directory directory, String groupName, String parentGroupName)
           
 
Method Summary
 Set<String> getChildGroupNames()
           
 String getGroupName()
           
 Set<String> getParentGroupNames()
           
 
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, toString, wait, wait, wait
 

Constructor Detail

GroupMembershipEvent

public GroupMembershipEvent(Operation operation,
                            Directory directory,
                            String groupName,
                            String parentGroupName)

GroupMembershipEvent

public GroupMembershipEvent(Operation operation,
                            Directory directory,
                            String groupName,
                            Set<String> parentGroupNames,
                            Set<String> childGroupNames)
Method Detail

getGroupName

public String getGroupName()

getParentGroupNames

public Set<String> getParentGroupNames()

getChildGroupNames

public Set<String> getChildGroupNames()


Copyright © 2012 Atlassian. All Rights Reserved.