Uses of Class
org.exoplatform.social.core.relationship.model.Relationship
Packages that use Relationship
Package
Description
-
Uses of Relationship in org.exoplatform.social.core.identity.model
Methods in org.exoplatform.social.core.identity.model that return RelationshipMethods in org.exoplatform.social.core.identity.model with parameters of type RelationshipModifier and TypeMethodDescriptionvoidIdentityWithRelationship.setRelationship(Relationship relationship) -
Uses of Relationship in org.exoplatform.social.core.manager
Methods in org.exoplatform.social.core.manager that return RelationshipModifier and TypeMethodDescriptionConfirms to connect to an identity who sent invitation.Gets a relationship by its Id.Gets a relationship between 2 identities.RelationshipManager.getRelationship(Identity sender, Identity receiver) Deprecated, for removal: This API element is subject to removal in a future version.RelationshipManager.getRelationshipById(String id) Gets a relationship by a given Id.Ignores to connect to an identity who sent invitation.Deprecated, for removal: This API element is subject to removal in a future version.RelationshipManager.inviteToConnect(Identity invitingIdentity, Identity invitedIdentity) Invites one identity to connect to the other.Methods in org.exoplatform.social.core.manager that return types with arguments of type RelationshipModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.UseRelationshipManager.getAllWithListAccess(Identity)instead.Deprecated, for removal: This API element is subject to removal in a future version.UseRelationshipManager.getAllWithListAccess(Identity)instead.RelationshipManager.getAll(Identity identity, Relationship.Type type, List<Identity> identities) Deprecated, for removal: This API element is subject to removal in a future version.UseRelationshipManager.getAllWithListAccess(Identity)instead.RelationshipManager.getAllRelationships(Identity identity) Deprecated, for removal: This API element is subject to removal in a future version.UseRelationshipManager.getAllWithListAccess(Identity)instead.RelationshipManager.getConfirmed(Identity identity) Deprecated, for removal: This API element is subject to removal in a future version.UseRelationshipManager.getConnections(Identity)instead.RelationshipManager.getConfirmed(Identity identity, List<Identity> identities) Deprecated, for removal: This API element is subject to removal in a future version.UseRelationshipManager.getConnections(Identity)instead.RelationshipManager.getContacts(Identity identity) Deprecated, for removal: This API element is subject to removal in a future version.UseRelationshipManager.getConnections(Identity)instead.RelationshipManager.getContacts(Identity currIdentity, List<Identity> identities) Deprecated, for removal: This API element is subject to removal in a future version.UseRelationshipManager.getConnections(Identity)instead.RelationshipManager.getIncoming(Identity receiver) Deprecated, for removal: This API element is subject to removal in a future version.RelationshipManager.getIncoming(Identity receiver, List<Identity> identities) Deprecated, for removal: This API element is subject to removal in a future version.RelationshipManager.getPending(Identity sender) Deprecated, for removal: This API element is subject to removal in a future version.UseRelationshipManager.getIncoming(Identity)instead.RelationshipManager.getPending(Identity sender, List<Identity> identities) Deprecated, for removal: This API element is subject to removal in a future version.RelationshipManager.getPendingRelationships(Identity identity) Deprecated, for removal: This API element is subject to removal in a future version.UseRelationshipManager.getIncoming(Identity)instead.RelationshipManager.getPendingRelationships(Identity identity, boolean toConfirm) Deprecated, for removal: This API element is subject to removal in a future version.When toConfirm=true, useRelationshipManager.getIncoming(Identity)instead.RelationshipManager.getPendingRelationships(Identity currIdentity, List<Identity> identities, boolean toConfirm) Deprecated, for removal: This API element is subject to removal in a future version.When toConfirm=true, useRelationshipManager.getIncoming(Identity)instead.RelationshipManager.getRelationshipsByIdentityId(String id) Deprecated, for removal: This API element is subject to removal in a future version.UseRelationshipManager.getAllWithListAccess(Identity)with identity instead.RelationshipManager.getRelationshipsByStatus(Identity identity, Relationship.Type type, int offset, int limit) Gets a list which contains all relationships by status.Methods in org.exoplatform.social.core.manager with parameters of type RelationshipModifier and TypeMethodDescriptionvoidRelationshipManager.confirm(Relationship relationship) Deprecated, for removal: This API element is subject to removal in a future version.UseRelationshipManager.confirm(Identity, Identity)instead.voidRelationshipManager.delete(Relationship existingRelationship) Deletes an existing relationship.voidRelationshipManager.deny(Relationship relationship) Deprecated, for removal: This API element is subject to removal in a future version.UseRelationshipManager.deny(Identity, Identity)instead.RelationshipManager.getRelationshipStatus(Relationship rel, Identity id) Deprecated, for removal: This API element is subject to removal in a future version.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, for removal: This API element is subject to removal in a future version.UseRelationshipManager.ignore(Identity, Identity)instead.voidRelationshipManager.remove(Relationship relationship) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Relationship in org.exoplatform.social.core.storage.api
Methods in org.exoplatform.social.core.storage.api that return RelationshipModifier and TypeMethodDescriptionRelationshipStorage.getRelationship(String uuid) Gets the relationship.RelationshipStorage.getRelationship(Identity identity1, Identity identity2) Gets the relationship of 2 identities.RelationshipStorage.saveRelationship(Relationship relationship) Saves relationship.Methods in org.exoplatform.social.core.storage.api that return types with arguments of type RelationshipModifier and TypeMethodDescriptionRelationshipStorage.getReceiverRelationships(Identity receiver, Relationship.Type type, List<Identity> listCheckIdentity) Gets the list of relationship by identity id matching with checking identity idsRelationshipStorage.getRelationships(Identity identity, Relationship.Type type, List<Identity> listCheckIdentity) Gets the list of relationship by identity matching with checking identity idsRelationshipStorage.getRelationshipsByStatus(Identity identity, Relationship.Type type, long offset, long limit) Gets a list of all relationships by status.RelationshipStorage.getSenderRelationships(String senderId, Relationship.Type type, List<Identity> listCheckIdentity) Gets the list of relationship by identity id matching with checking identity idsRelationshipStorage.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 RelationshipModifier and TypeMethodDescriptionvoidRelationshipStorage.removeRelationship(Relationship relationship) Removes the relationship.RelationshipStorage.saveRelationship(Relationship relationship) Saves relationship.
RelationshipManager.get(Identity, Identity)instead.