Uses of Class
org.exoplatform.social.core.identity.model.IdentityWithRelationship
Packages that use IdentityWithRelationship
-
Uses of IdentityWithRelationship in org.exoplatform.social.core.storage.api
Methods in org.exoplatform.social.core.storage.api that return types with arguments of type IdentityWithRelationshipModifier and TypeMethodDescriptionIdentityStorage.getIdentitiesWithRelationships(String identityId, int offset, int limit) Gets all identities from the store with the relationship that they have with current user identity.default List<IdentityWithRelationship>IdentityStorage.getIdentitiesWithRelationships(String identityId, String firstCharFieldName, char firstChar, String sortFieldName, String sortDirection, int offset, int limit) Gets all identities from the store with the relationship that they have with current user identity.