Uses of Enum Class
org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent.Type
Packages that use SpaceLifeCycleEvent.Type
Package
Description
Provides classes that are necessary to control spaces and their lifecycles.
-
Uses of SpaceLifeCycleEvent.Type in org.exoplatform.social.core.space
Methods in org.exoplatform.social.core.space that return SpaceLifeCycleEvent.TypeMethods in org.exoplatform.social.core.space with parameters of type SpaceLifeCycleEvent.TypeModifier and TypeMethodDescriptionvoidSpaceLifecycle.resetCurrentEvent(SpaceLifeCycleEvent.Type type) voidSpaceLifecycle.setCurrentEvent(SpaceLifeCycleEvent.Type type) -
Uses of SpaceLifeCycleEvent.Type in org.exoplatform.social.core.space.spi
Fields in org.exoplatform.social.core.space.spi declared as SpaceLifeCycleEvent.TypeModifier and TypeFieldDescriptionprotected SpaceLifeCycleEvent.TypeSpaceLifeCycleEvent.typeType of eventMethods in org.exoplatform.social.core.space.spi that return SpaceLifeCycleEvent.TypeModifier and TypeMethodDescriptionSpaceLifeCycleEvent.getType()static SpaceLifeCycleEvent.TypeReturns the enum constant of this class with the specified name.static SpaceLifeCycleEvent.Type[]SpaceLifeCycleEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.exoplatform.social.core.space.spi with parameters of type SpaceLifeCycleEvent.TypeModifierConstructorDescriptionSpaceLifeCycleEvent(Space space, String target, SpaceLifeCycleEvent.Type eventType)