Uses of Class
org.exoplatform.social.core.storage.RelationshipStorageException
Packages that use RelationshipStorageException
-
Uses of RelationshipStorageException in org.exoplatform.social.core.manager
Methods in org.exoplatform.social.core.manager that throw RelationshipStorageExceptionModifier and TypeMethodDescriptionvoidRelationshipManager.confirm(Relationship relationship) Deprecated, for removal: This API element is subject to removal in a future version.voidRelationshipManager.deny(Relationship relationship) Deprecated, for removal: This API element is subject to removal in a future version.UseRelationshipManager.deny(Identity, Identity)instead.RelationshipManager.findRelationships(Identity ownerIdentity, Relationship.Type relationshipType) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, 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.getRelationship(Identity sender, Identity receiver) Deprecated, for removal: This API element is subject to removal in a future version.UseRelationshipManager.get(Identity, Identity)instead.RelationshipManager.getRelationshipById(String id) Gets a relationship by a given Id.RelationshipManager.getRelationshipsByIdentityId(String id) Deprecated, for removal: This API element is subject to removal in a future version.UseRelationshipManager.getAllWithListAccess(Identity)with identity instead.voidRelationshipManager.ignore(Relationship relationship) Deprecated, for removal: This API element is subject to removal in a future version.UseRelationshipManager.ignore(Identity, Identity)instead.Deprecated, for removal: This API element is subject to removal in a future version.voidRelationshipManager.remove(Relationship relationship) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of RelationshipStorageException in org.exoplatform.social.core.storage.api
Methods in org.exoplatform.social.core.storage.api that throw RelationshipStorageExceptionModifier and TypeMethodDescriptionRelationshipStorage.getConnections(Identity identity) Gets connections with the identity.RelationshipStorage.getConnections(Identity identity, long offset, long limit) Gets connections with the identity.RelationshipStorage.getConnectionsByFilter(Identity existingIdentity, ProfileFilter profileFilter, long offset, long limit) Gets the list access to get a list of identities who is connected with the provided identity and filtered by profile filter.intRelationshipStorage.getConnectionsCount(Identity identity) Gets count of connection with the identity.intRelationshipStorage.getConnectionsCountByFilter(Identity existingIdentity, ProfileFilter profileFilter) Gets the count of identities who is connected with the provided identity and filtered by profile filter.RelationshipStorage.getIncomingByFilter(Identity existingIdentity, ProfileFilter profileFilter, long offset, long limit) Gets the list access to get a list of identities who invited to connect to the provided identity and filtered by profile filter.intRelationshipStorage.getIncomingCountByFilter(Identity existingIdentity, ProfileFilter profileFilter) Gets count of identities who invited to connect to the provided identity and filtered by profile filter.RelationshipStorage.getIncomingRelationships(Identity receiver, long offset, long limit) Gets the list of relationship by identity matching with checking identity ids with offset, limit.intRelationshipStorage.getIncomingRelationshipsCount(Identity receiver) Gets the count of the list of relationship by identity matching with checking identity ids.RelationshipStorage.getLastConnections(Identity identity, int limit) Get the list of identities who are most recently connected with given user the limit number of results must be greater than 0 or an empty list will be returnedRelationshipStorage.getOutgoingByFilter(Identity existingIdentity, ProfileFilter profileFilter, long offset, long limit) Gets the list access to get a list of identities who was invited by the provided identity to connect and filtered by profile filter.intRelationshipStorage.getOutgoingCountByFilter(Identity existingIdentity, ProfileFilter profileFilter) Gets count of identities who was invited by the provided identity to connect and filtered by profile filter.RelationshipStorage.getOutgoingRelationships(Identity sender, long offset, long limit) Gets the list of relationship by identity matching with checking identity ids with offset, limit.intRelationshipStorage.getOutgoingRelationshipsCount(Identity sender) Gets the count of the list of relationship by identity matching with checking identity ids.RelationshipStorage.getReceiverRelationships(Identity receiver, Relationship.Type type, List<Identity> listCheckIdentity) Gets the list of relationship by identity id matching with checking identity idsRelationshipStorage.getRelationship(String uuid) Gets the relationship.RelationshipStorage.getRelationship(Identity identity1, Identity identity2) Gets the relationship of 2 identities.RelationshipStorage.getRelationships(Identity identity, long offset, long limit) Gets the list of relationship by identity 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 idsintRelationshipStorage.getRelationshipsCount(Identity identity) Gets the count of identities by identity matching with checking identity ids.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 idsRelationshipStorage.getSuggestions(Identity identity, int maxConnections, int maxConnectionsToLoad, int maxSuggestions) Gets suggestions having common users with the provided identity.booleanRelationshipStorage.hasRelationship(Identity identity1, Identity identity2, String relationshipPath) Has relationship by relationship pathvoidRelationshipStorage.removeRelationship(Relationship relationship) Removes the relationship.RelationshipStorage.saveRelationship(Relationship relationship) Saves relationship.
RelationshipManager.confirm(Identity, Identity)instead.