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
ConstructorsConstructorDescriptionRestrictContentCreationSpaceListener(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 TypeMethodDescriptionvoidaddRedactorUser(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event) voidremoveRedactorUser(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, 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
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)
-