com.atlassian.confluence.spaces.listeners
Class RemovePersonalSpaceListener

java.lang.Object
  extended by com.atlassian.confluence.spaces.listeners.RemovePersonalSpaceListener

public class RemovePersonalSpaceListener
extends Object

Trigger a reindex of the PersonalInformation object's lucene document. This is to so that we can update the hasPersonalSpace field.


Constructor Summary
RemovePersonalSpaceListener(PersonalInformationManager personalInformationManager, UserAccessor userAccessor, com.atlassian.bonnie.Indexer indexer, I18NBeanFactory i18NBeanFactory)
           
 
Method Summary
 void handleEvent(SpaceRemoveEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemovePersonalSpaceListener

public RemovePersonalSpaceListener(@Qualifier(value="personalInformationManager")
                                   PersonalInformationManager personalInformationManager,
                                   @Qualifier(value="userAccessor")
                                   UserAccessor userAccessor,
                                   @Qualifier(value="indexer")
                                   com.atlassian.bonnie.Indexer indexer,
                                   @Qualifier(value="userI18NBeanFactory")
                                   I18NBeanFactory i18NBeanFactory)
Method Detail

handleEvent

@EventListener
public void handleEvent(SpaceRemoveEvent event)


Copyright © 2003-2013 Atlassian. All Rights Reserved.