Class SpaceMetadataListenerImpl
java.lang.Object
org.exoplatform.social.core.space.SpaceListenerPlugin
org.exoplatform.social.core.listeners.SpaceMetadataListenerImpl
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin,org.exoplatform.social.common.lifecycle.LifeCycleListener<org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent>,org.exoplatform.social.core.space.spi.SpaceLifeCycleListener
public class SpaceMetadataListenerImpl
extends org.exoplatform.social.core.space.SpaceListenerPlugin
A listener to delete associated metadata to a deleted Space
-
Constructor Summary
ConstructorsConstructorDescriptionSpaceMetadataListenerImpl(org.exoplatform.social.metadata.MetadataService metadataService, org.exoplatform.social.core.manager.IdentityManager identityManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidleft(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) voidspaceRemoved(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) Methods inherited from class org.exoplatform.social.core.space.SpaceListenerPlugin
addInvitedUser, addPendingUser, applicationActivated, applicationAdded, applicationDeactivated, applicationRemoved, grantedLead, joined, removePendingUser, revokedLead, spaceAvatarEdited, spaceCreated, spaceDescriptionEdited, spaceRenamedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exoplatform.social.common.lifecycle.LifeCycleListener
getDescription, getName, setDescription, setNameMethods inherited from interface org.exoplatform.social.core.space.spi.SpaceLifeCycleListener
removeInvitedUser, spaceAccessEdited, spaceBannerEdited, spaceRegistrationEdited
-
Constructor Details
-
SpaceMetadataListenerImpl
public SpaceMetadataListenerImpl(org.exoplatform.social.metadata.MetadataService metadataService, org.exoplatform.social.core.manager.IdentityManager identityManager)
-
-
Method Details
-
spaceRemoved
public void spaceRemoved(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) - Specified by:
spaceRemovedin interfaceorg.exoplatform.social.core.space.spi.SpaceLifeCycleListener- Overrides:
spaceRemovedin classorg.exoplatform.social.core.space.SpaceListenerPlugin
-
left
public void left(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) - Specified by:
leftin interfaceorg.exoplatform.social.core.space.spi.SpaceLifeCycleListener- Overrides:
leftin classorg.exoplatform.social.core.space.SpaceListenerPlugin
-