Uses of Class
org.exoplatform.social.core.profile.ProfileLifeCycleEvent.Type
-
Packages that use ProfileLifeCycleEvent.Type Package Description org.exoplatform.social.core.profile -
-
Uses of ProfileLifeCycleEvent.Type in org.exoplatform.social.core.profile
Methods in org.exoplatform.social.core.profile that return ProfileLifeCycleEvent.Type Modifier and Type Method Description ProfileLifeCycleEvent.TypeProfileLifeCycleEvent. getType()static ProfileLifeCycleEvent.TypeProfileLifeCycleEvent.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ProfileLifeCycleEvent.Type[]ProfileLifeCycleEvent.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.exoplatform.social.core.profile with parameters of type ProfileLifeCycleEvent.Type Constructor Description ProfileLifeCycleEvent(ProfileLifeCycleEvent.Type type, String user, Profile profile)
-