com.atlassian.crowd.event.role
Class RoleUpdatedEvent

java.lang.Object
  extended by com.atlassian.crowd.event.Event
      extended by com.atlassian.crowd.event.DirectoryEvent
          extended by com.atlassian.crowd.event.role.RoleUpdatedEvent

public class RoleUpdatedEvent
extends DirectoryEvent

An Event that represents the updating of a Role (Group with GroupType.LEGACY_ROLE).


Constructor Summary
RoleUpdatedEvent(Object source, Directory directory, Group role)
           
 
Method Summary
 Group getRole()
           
 
Methods inherited from class com.atlassian.crowd.event.DirectoryEvent
equals, getDirectory, hashCode
 
Methods inherited from class com.atlassian.crowd.event.Event
getSource, getTimestamp
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleUpdatedEvent

public RoleUpdatedEvent(Object source,
                        Directory directory,
                        Group role)
Method Detail

getRole

public Group getRole()


Copyright © 2013 Atlassian. All Rights Reserved.