Uses of Class
org.exoplatform.social.core.storage.IdentityStorageException
Packages that use IdentityStorageException
-
Uses of IdentityStorageException in org.exoplatform.social.core.profile
Methods in org.exoplatform.social.core.profile that throw IdentityStorageException -
Uses of IdentityStorageException in org.exoplatform.social.core.storage.api
Methods in org.exoplatform.social.core.storage.api that throw IdentityStorageExceptionModifier and TypeMethodDescriptionvoidIdentityStorage.deleteIdentity(Identity identity) Deletes an identityIdentityStorage.findIdentity(String providerId, String remoteId) Gets the identity by remote id.IdentityStorage.findIdentityById(String nodeId) Gets the identity by his id.default StringIdentityStorage.findIdentityId(String providerId, String remoteId) Gets the identity id by remote id.IdentityStorage.getIdentitiesByProfileFilter(String providerId, ProfileFilter profileFilter, long offset, long limit, boolean forceLoadOrReloadProfile) Gets the identities by profile filter.intIdentityStorage.getIdentitiesByProfileFilterCount(String providerId, ProfileFilter profileFilter) Counts the number of identity by profile filter.intIdentityStorage.getIdentitiesCount(String providerId) Gets total number of identities in storage depend on providerId.IdentityStorage.getIdentitiesForMentions(String providerId, ProfileFilter profileFilter, Relationship.Type type, long offset, long limit, boolean forceLoadOrReloadProfile) Gets the identities by profile filter.intIdentityStorage.getIdentitiesForMentionsCount(String providerId, ProfileFilter profileFilter, Relationship.Type type) Gets the count identities by profile filter.IdentityStorage.getIdentitiesForUnifiedSearch(String providerId, ProfileFilter profileFilter, long offset, long limit) Gets the identities for Unified Search.IdentityStorage.getSpaceMemberIdentitiesByProfileFilter(Space space, ProfileFilter profileFilter, SpaceMemberFilterListAccess.Type type, long offset, long limit) get Space's member Identity and filter it by Profile FiltervoidIdentityStorage.hardDeleteIdentity(Identity identity) Hard delete an identityIdentityStorage.loadProfile(Profile profile) Load profile.voidIdentityStorage.saveIdentity(Identity identity) Saves identity.voidIdentityStorage.saveProfile(Profile profile) Saves profile.IdentityStorage.updateIdentity(Identity identity) Updates existing identity's properties.voidIdentityStorage.updateIdentityMembership(String remoteId) Updates existing identity's membership in OrganizationService.voidIdentityStorage.updateProfile(Profile profile) Updates profile.