Uses of Enum Class
org.exoplatform.social.core.identity.model.Profile.AttachedActivityType
Packages that use Profile.AttachedActivityType
Package
Description
-
Uses of Profile.AttachedActivityType in org.exoplatform.social.core.identity.model
Methods in org.exoplatform.social.core.identity.model that return Profile.AttachedActivityTypeModifier and TypeMethodDescriptionProfile.getAttachedActivityType()static Profile.AttachedActivityTypeReturns the enum constant of this class with the specified name.static Profile.AttachedActivityType[]Profile.AttachedActivityType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.exoplatform.social.core.identity.model with parameters of type Profile.AttachedActivityTypeModifier and TypeMethodDescriptionvoidProfile.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.AttachedActivityTypeModifier and TypeMethodDescriptionIdentityStorage.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.