com.atlassian.crowd.model.event
Class AbstractAttributeEvent
java.lang.Object
com.atlassian.crowd.model.event.AbstractOperationEvent
com.atlassian.crowd.model.event.AbstractAttributeEvent
- All Implemented Interfaces:
- OperationEvent
- Direct Known Subclasses:
- GroupEvent, UserEvent
public abstract class AbstractAttributeEvent
- extends AbstractOperationEvent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractAttributeEvent
public AbstractAttributeEvent(Operation operation,
Directory directory,
Map<String,Set<String>> storedAttributes,
Set<String> deletedAttributes)
getStoredAttributes
public Map<String,Set<String>> getStoredAttributes()
getDeletedAttributes
public Set<String> getDeletedAttributes()
Copyright © 2012 Atlassian. All Rights Reserved.