Uses of Class
org.exoplatform.social.rest.entity.IdentityEntity
-
Packages that use IdentityEntity Package Description org.exoplatform.social.rest.api org.exoplatform.social.rest.entity -
-
Uses of IdentityEntity in org.exoplatform.social.rest.api
Methods in org.exoplatform.social.rest.api that return IdentityEntity Modifier and Type Method Description static IdentityEntityEntityBuilder. buildEntityIdentity(String userName, String restPath, String expand)static IdentityEntityEntityBuilder. buildEntityIdentity(org.exoplatform.social.core.identity.model.Identity identity, String restPath, String expand)Get a IdentityEntity from an identity in order to build a json object for the rest service -
Uses of IdentityEntity in org.exoplatform.social.rest.entity
Methods in org.exoplatform.social.rest.entity that return IdentityEntity Modifier and Type Method Description IdentityEntityActivitySearchResultEntity. getPoster()IdentityEntityActivitySearchResultEntity. getStreamOwner()IdentityEntityIdentityEntity. setDeleted(Boolean deleted)IdentityEntityIdentityEntity. setGlobalId(org.exoplatform.social.core.identity.model.GlobalId globalId)IdentityEntityIdentityEntity. setProfile(ProfileEntity profile)IdentityEntityIdentityEntity. setProviderId(String providerId)IdentityEntityIdentityEntity. setRemoteId(String remoteId)IdentityEntityIdentityEntity. setSpace(SpaceEntity space)Methods in org.exoplatform.social.rest.entity with parameters of type IdentityEntity Modifier and Type Method Description voidActivitySearchResultEntity. setPoster(IdentityEntity poster)voidActivitySearchResultEntity. setStreamOwner(IdentityEntity streamOwner)
-