com.atlassian.crowd.model.event
Class AbstractAttributeEvent

java.lang.Object
  extended by com.atlassian.crowd.model.event.AbstractOperationEvent
      extended by com.atlassian.crowd.model.event.AbstractAttributeEvent
All Implemented Interfaces:
OperationEvent
Direct Known Subclasses:
GroupEvent, UserEvent

public abstract class AbstractAttributeEvent
extends AbstractOperationEvent


Constructor Summary
AbstractAttributeEvent(Operation operation, Directory directory, Map<String,Set<String>> storedAttributes, Set<String> deletedAttributes)
           
 
Method Summary
 Set<String> getDeletedAttributes()
           
 Map<String,Set<String>> getStoredAttributes()
           
 
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

AbstractAttributeEvent

public AbstractAttributeEvent(Operation operation,
                              Directory directory,
                              Map<String,Set<String>> storedAttributes,
                              Set<String> deletedAttributes)
Method Detail

getStoredAttributes

public Map<String,Set<String>> getStoredAttributes()

getDeletedAttributes

public Set<String> getDeletedAttributes()


Copyright © 2013 Atlassian. All Rights Reserved.