Uses of Class
org.exoplatform.social.core.identity.model.IdentityWithRelationship
-
Packages that use IdentityWithRelationship Package Description org.exoplatform.social.core.storage.api -
-
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 IdentityWithRelationship Modifier and Type Method Description List<IdentityWithRelationship>IdentityStorage. 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.
-