com.atlassian.crowd.event.role
Class RoleDeletedEvent

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

public class RoleDeletedEvent
extends DirectoryEvent

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


Constructor Summary
RoleDeletedEvent(Object source, Directory directory, String roleName)
           
 
Method Summary
 String getRoleName()
           
 
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

RoleDeletedEvent

public RoleDeletedEvent(Object source,
                        Directory directory,
                        String roleName)
Method Detail

getRoleName

public String getRoleName()


Copyright © 2012 Atlassian. All Rights Reserved.