com.atlassian.crowd.event.remote
Class RemoteDirectoryEvent

java.lang.Object
  extended by com.atlassian.crowd.event.Event
      extended by com.atlassian.crowd.event.remote.RemoteDirectoryEvent
Direct Known Subclasses:
ActiveDirectoryEntityDeletedEvent, RemoteDirectoryMonitorErrorEvent, RemoteEntityCreatedOrUpdatedEvent, RemoteEntityDeletedEvent

public abstract class RemoteDirectoryEvent
extends Event

An event that models an event occuring on a Remote Directory. This events generally represent mutations at the physical directory level. All classes in this package are subclasses of RemoteDirectoryEvent.


Constructor Summary
protected RemoteDirectoryEvent(Object source, long directoryId)
           
 
Method Summary
 long getDirectoryId()
           
 
Methods inherited from class com.atlassian.crowd.event.Event
getSource, getTimestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteDirectoryEvent

protected RemoteDirectoryEvent(Object source,
                               long directoryId)
Method Detail

getDirectoryId

public long getDirectoryId()


Copyright © 2013 Atlassian. All Rights Reserved.