Class MattermostSpaceListener

java.lang.Object
org.exoplatform.social.core.space.SpaceListenerPlugin
org.exoplatform.addons.mattermost.services.MattermostSpaceListener
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 MattermostSpaceListener extends org.exoplatform.social.core.space.SpaceListenerPlugin
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     
    static final String
     
    static final String
     
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    MattermostSpaceListener(org.exoplatform.social.metadata.MetadataService metadataService, org.exoplatform.social.core.manager.IdentityManager identityManager)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    joined(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
     
    void
    spaceAccessEdited(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
     
    void
    spaceCreated(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
     
    void
    spaceRegistrationEdited(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
     
    void
    spaceRemoved(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
     
    void
    spaceRenamed(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, left, removePendingUser, revokedLead, spaceAvatarEdited, spaceDescriptionEdited

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.exoplatform.social.common.lifecycle.LifeCycleListener

    getDescription, getName, setDescription, setName

    Methods inherited from interface org.exoplatform.social.core.space.spi.SpaceLifeCycleListener

    removeInvitedUser, spaceBannerEdited
  • Field Details

  • Constructor Details

    • MattermostSpaceListener

      public MattermostSpaceListener(org.exoplatform.social.metadata.MetadataService metadataService, org.exoplatform.social.core.manager.IdentityManager identityManager)
  • Method Details

    • spaceCreated

      public void spaceCreated(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
      Specified by:
      spaceCreated in interface org.exoplatform.social.core.space.spi.SpaceLifeCycleListener
      Overrides:
      spaceCreated in class org.exoplatform.social.core.space.SpaceListenerPlugin
    • spaceRemoved

      public void spaceRemoved(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
      Specified by:
      spaceRemoved in interface org.exoplatform.social.core.space.spi.SpaceLifeCycleListener
      Overrides:
      spaceRemoved in class org.exoplatform.social.core.space.SpaceListenerPlugin
    • spaceRenamed

      public void spaceRenamed(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
      Specified by:
      spaceRenamed in interface org.exoplatform.social.core.space.spi.SpaceLifeCycleListener
      Overrides:
      spaceRenamed in class org.exoplatform.social.core.space.SpaceListenerPlugin
    • spaceAccessEdited

      public void spaceAccessEdited(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
    • spaceRegistrationEdited

      public void spaceRegistrationEdited(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
    • joined

      public void joined(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
      Specified by:
      joined in interface org.exoplatform.social.core.space.spi.SpaceLifeCycleListener
      Overrides:
      joined in class org.exoplatform.social.core.space.SpaceListenerPlugin