Uses of Class
org.exoplatform.social.core.relationship.model.Relationship
-
Packages that use Relationship Package Description org.exoplatform.social.core.identity.model org.exoplatform.social.core.manager org.exoplatform.social.core.storage.api -
-
Uses of Relationship in org.exoplatform.social.core.identity.model
Methods in org.exoplatform.social.core.identity.model that return Relationship Modifier and Type Method Description RelationshipIdentityWithRelationship. getRelationship()Methods in org.exoplatform.social.core.identity.model with parameters of type Relationship Modifier and Type Method Description voidIdentityWithRelationship. setRelationship(Relationship relationship) -
Uses of Relationship in org.exoplatform.social.core.manager
Methods in org.exoplatform.social.core.manager that return Relationship Modifier and Type Method Description RelationshipRelationshipManager. create(Identity sender, Identity receiver)Deprecated.UseRelationshipManager.invite(Identity, Identity)instead.RelationshipRelationshipManager. get(String relationshipId)Gets a relationship by its Id.RelationshipRelationshipManager. get(Identity identity1, Identity identity2)Gets a relationship between 2 identities.RelationshipRelationshipManager. getRelationship(Identity sender, Identity receiver)Deprecated.UseRelationshipManager.get(Identity, Identity)instead.RelationshipRelationshipManager. getRelationshipById(String id)Deprecated.UseRelationshipManager.get(String)instead.RelationshipRelationshipManager. invite(Identity sender, Identity receiver)Deprecated.RelationshipRelationshipManager. inviteToConnect(Identity invitingIdentity, Identity invitedIdentity)Invites one identity to connect to the other.Methods in org.exoplatform.social.core.manager with parameters of type Relationship Modifier and Type Method Description voidRelationshipManager. confirm(Relationship relationship)Deprecated.UseRelationshipManager.confirm(Identity, Identity)instead.voidRelationshipManager. delete(Relationship existingRelationship)Deletes an existing relationship.voidRelationshipManager. deny(Relationship relationship)Deprecated.UseRelationshipManager.deny(Identity, Identity)instead.Relationship.TypeRelationshipManager. getRelationshipStatus(Relationship rel, Identity id)Deprecated.Now we don't use this method to get relationship we get status of relationship object and depend on sender and receiver, we can define pending relationship or incoming relationship.voidRelationshipManager. ignore(Relationship relationship)Deprecated.UseRelationshipManager.ignore(Identity, Identity)instead.voidRelationshipManager. remove(Relationship relationship)Deprecated.UseRelationshipManager.delete(Relationship)instead.voidRelationshipManager. save(Relationship relationship)Deprecated.Use actions (inviteToConnect, confirm) instead.voidRelationshipManager. saveRelationship(Relationship relationship)Deprecated.UseRelationshipManager.update(Relationship)instead.voidRelationshipManager. update(Relationship existingRelationship)Updates an existing relationship. -
Uses of Relationship in org.exoplatform.social.core.storage.api
Methods in org.exoplatform.social.core.storage.api that return Relationship Modifier and Type Method Description RelationshipRelationshipStorage. getRelationship(String uuid)Gets the relationship.RelationshipRelationshipStorage. getRelationship(Identity identity1, Identity identity2)Gets the relationship of 2 identities.RelationshipRelationshipStorage. saveRelationship(Relationship relationship)Saves relationship.Methods in org.exoplatform.social.core.storage.api that return types with arguments of type Relationship Modifier and Type Method Description List<Relationship>RelationshipStorage. getReceiverRelationships(Identity receiver, Relationship.Type type, List<Identity> listCheckIdentity)Gets the list of relationship by identity id matching with checking identity idsList<Relationship>RelationshipStorage. getRelationships(Identity identity, Relationship.Type type, List<Identity> listCheckIdentity)Gets the list of relationship by identity matching with checking identity idsList<Relationship>RelationshipStorage. getRelationshipsByStatus(Identity identity, Relationship.Type type, long offset, long limit)Gets a list of all relationships by status.List<Relationship>RelationshipStorage. getSenderRelationships(String senderId, Relationship.Type type, List<Identity> listCheckIdentity)Gets the list of relationship by identity id matching with checking identity idsList<Relationship>RelationshipStorage. getSenderRelationships(Identity sender, Relationship.Type type, List<Identity> listCheckIdentity)Gets the list of relationship by identity id matching with checking identity idsMethods in org.exoplatform.social.core.storage.api with parameters of type Relationship Modifier and Type Method Description voidRelationshipStorage. removeRelationship(Relationship relationship)Removes the relationship.RelationshipRelationshipStorage. saveRelationship(Relationship relationship)Saves relationship.
-