Class XMLDeploymentPlugin

java.lang.Object
org.exoplatform.social.core.space.SpaceListenerPlugin
org.exoplatform.social.space.customization.plugin.XMLDeploymentPlugin
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 XMLDeploymentPlugin extends org.exoplatform.social.core.space.SpaceListenerPlugin
  • Constructor Summary

    Constructors
    Constructor
    Description
    XMLDeploymentPlugin(org.exoplatform.container.xml.InitParams initParams, SpaceCustomizationService spaceCustomizationService, org.exoplatform.services.jcr.ext.hierarchy.NodeHierarchyCreator nodeHierarchyCreator)
    Instantiates a new XML deployment plugin.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    spaceCreated(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent lifeCycleEvent)
     

    Methods inherited from class org.exoplatform.social.core.space.SpaceListenerPlugin

    addInvitedUser, addPendingUser, grantedLead, joined, left, removePendingUser, revokedLead, spaceAvatarEdited, spaceDescriptionEdited, spaceRemoved, spaceRenamed

    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

    addPublisherUser, addRedactorUser, removeInvitedUser, removePublisherUser, removeRedactorUser, spaceAccessEdited, spaceBannerEdited, spaceRegistrationEdited
  • Constructor Details

    • XMLDeploymentPlugin

      public XMLDeploymentPlugin(org.exoplatform.container.xml.InitParams initParams, SpaceCustomizationService spaceCustomizationService, org.exoplatform.services.jcr.ext.hierarchy.NodeHierarchyCreator nodeHierarchyCreator)
      Instantiates a new XML deployment plugin.
      Parameters:
      initParams - the init params
      spaceCustomizationService - the space customization service
      nodeHierarchyCreator - the nodeHierarchyCreator service
  • Method Details

    • spaceCreated

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