com.atlassian.crowd.integration.rest.entity
Class AbstractAttributeEventEntity

java.lang.Object
  extended by com.atlassian.crowd.integration.rest.entity.AbstractEventEntity
      extended by com.atlassian.crowd.integration.rest.entity.AbstractAttributeEventEntity
Direct Known Subclasses:
GroupEventEntity, UserEventEntity

public abstract class AbstractAttributeEventEntity
extends AbstractEventEntity


Constructor Summary
protected AbstractAttributeEventEntity()
          JAXB requires a no-arg constructor
 
Method Summary
 MultiValuedAttributeEntityList getDeletedAttributes()
           
 MultiValuedAttributeEntityList getStoredAttributes()
           
 
Methods inherited from class com.atlassian.crowd.integration.rest.entity.AbstractEventEntity
getOperation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAttributeEventEntity

protected AbstractAttributeEventEntity()
JAXB requires a no-arg constructor

Method Detail

getStoredAttributes

public MultiValuedAttributeEntityList getStoredAttributes()

getDeletedAttributes

public MultiValuedAttributeEntityList getDeletedAttributes()


Copyright © 2011 Atlassian. All Rights Reserved.