Uses of Enum Class
org.exoplatform.social.core.profile.ProfileLifeCycleEvent.Type
Packages that use ProfileLifeCycleEvent.Type
-
Uses of ProfileLifeCycleEvent.Type in org.exoplatform.social.core.profile
Methods in org.exoplatform.social.core.profile that return ProfileLifeCycleEvent.TypeModifier and TypeMethodDescriptionProfileLifeCycleEvent.getType()static ProfileLifeCycleEvent.TypeReturns the enum constant of this class with the specified name.static ProfileLifeCycleEvent.Type[]ProfileLifeCycleEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.exoplatform.social.core.profile with parameters of type ProfileLifeCycleEvent.TypeModifierConstructorDescriptionProfileLifeCycleEvent(ProfileLifeCycleEvent.Type type, String user, Profile profile)