Uses of Class
org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent.Type
-
Packages that use SpaceLifeCycleEvent.Type Package Description org.exoplatform.social.core.space.spi Provides classes that are necessary to control spaces and their lifecycles. -
-
Uses of SpaceLifeCycleEvent.Type in org.exoplatform.social.core.space.spi
Fields in org.exoplatform.social.core.space.spi declared as SpaceLifeCycleEvent.Type Modifier and Type Field Description protected SpaceLifeCycleEvent.TypeSpaceLifeCycleEvent. typeType of eventMethods in org.exoplatform.social.core.space.spi that return SpaceLifeCycleEvent.Type Modifier and Type Method Description SpaceLifeCycleEvent.TypeSpaceLifeCycleEvent. getType()static SpaceLifeCycleEvent.TypeSpaceLifeCycleEvent.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SpaceLifeCycleEvent.Type[]SpaceLifeCycleEvent.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.exoplatform.social.core.space.spi with parameters of type SpaceLifeCycleEvent.Type Constructor Description SpaceLifeCycleEvent(Space space, String target, SpaceLifeCycleEvent.Type eventType)
-