Uses of Class
org.exoplatform.social.rest.entity.IdentityEntity
Packages that use IdentityEntity
-
Uses of IdentityEntity in org.exoplatform.social.rest.api
Methods in org.exoplatform.social.rest.api that return IdentityEntityModifier and TypeMethodDescriptionstatic 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 IdentityEntityModifier and TypeMethodDescriptionActivitySearchResultEntity.getPoster()ActivitySearchResultEntity.getStreamOwner()IdentityEntity.setDeleted(Boolean deleted) IdentityEntity.setGlobalId(org.exoplatform.social.core.identity.model.GlobalId globalId) IdentityEntity.setProfile(ProfileEntity profile) IdentityEntity.setProviderId(String providerId) IdentityEntity.setRemoteId(String remoteId) IdentityEntity.setSpace(SpaceEntity space) Methods in org.exoplatform.social.rest.entity with parameters of type IdentityEntityModifier and TypeMethodDescriptionvoidActivitySearchResultEntity.setPoster(IdentityEntity poster) voidActivitySearchResultEntity.setStreamOwner(IdentityEntity streamOwner)