Uses of Class
org.exoplatform.social.core.identity.model.Profile.AttachedActivityType
-
Packages that use Profile.AttachedActivityType Package Description org.exoplatform.social.core.identity.model org.exoplatform.social.core.storage.api -
-
Uses of Profile.AttachedActivityType in org.exoplatform.social.core.identity.model
Methods in org.exoplatform.social.core.identity.model that return Profile.AttachedActivityType Modifier and Type Method Description Profile.AttachedActivityTypeProfile. getAttachedActivityType()static Profile.AttachedActivityTypeProfile.AttachedActivityType. valueOf(String name)Returns the enum constant of this type with the specified name.static Profile.AttachedActivityType[]Profile.AttachedActivityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.exoplatform.social.core.identity.model with parameters of type Profile.AttachedActivityType Modifier and Type Method Description voidProfile. setAttachedActivityType(Profile.AttachedActivityType attachedActivityType) -
Uses of Profile.AttachedActivityType in org.exoplatform.social.core.storage.api
Methods in org.exoplatform.social.core.storage.api with parameters of type Profile.AttachedActivityType Modifier and Type Method Description StringIdentityStorage. getProfileActivityId(Profile profile, Profile.AttachedActivityType type)Gets profile activity id by type.voidIdentityStorage. updateProfileActivityId(Identity identity, String activityId, Profile.AttachedActivityType type)Updates profile activity id by type.
-