|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.spaces.listeners.RemovePersonalSpaceListener
public class RemovePersonalSpaceListener
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 |
---|
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 |
---|
@EventListener public void handleEvent(SpaceRemoveEvent event)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |