Class RestrictContentCreationSpaceListener

java.lang.Object
org.exoplatform.social.core.space.SpaceListenerPlugin
org.exoplatform.documents.storage.jcr.listener.RestrictContentCreationSpaceListener
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 RestrictContentCreationSpaceListener extends org.exoplatform.social.core.space.SpaceListenerPlugin
  • Constructor Summary

    Constructors
    Constructor
    Description
    RestrictContentCreationSpaceListener(org.exoplatform.services.jcr.RepositoryService repositoryService, org.exoplatform.services.jcr.ext.hierarchy.NodeHierarchyCreator nodeHierarchyCreator, org.exoplatform.services.jcr.ext.app.SessionProviderService sessionProviderService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addRedactorUser(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
     
    void
    removeRedactorUser(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
     

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

    addInvitedUser, addPendingUser, grantedLead, joined, left, removePendingUser, revokedLead, spaceAvatarEdited, spaceCreated, 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, categoryAdded, categoryRemoved, removeInvitedUser, removePublisherUser, spaceAccessEdited, spaceBannerEdited, spaceRegistrationEdited, spaceSovereigntyEdited, templateApplied, userJoinedByInvitationLink
  • Constructor Details

    • RestrictContentCreationSpaceListener

      public RestrictContentCreationSpaceListener(org.exoplatform.services.jcr.RepositoryService repositoryService, org.exoplatform.services.jcr.ext.hierarchy.NodeHierarchyCreator nodeHierarchyCreator, org.exoplatform.services.jcr.ext.app.SessionProviderService sessionProviderService)
  • Method Details

    • addRedactorUser

      public void addRedactorUser(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
    • removeRedactorUser

      public void removeRedactorUser(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)