void |
IdentityStorage.addOrModifyProfileProperties(Profile profile) |
Add or modify properties of profile and persist it.
|
void |
IdentityStorage.deleteIdentity(Identity identity) |
Deletes an identity
|
Identity |
IdentityStorage.findIdentity(String providerId,
String remoteId) |
Gets the identity by remote id.
|
Identity |
IdentityStorage.findIdentityById(String nodeId) |
Gets the identity by his id.
|
List<Identity> |
IdentityStorage.getIdentitiesByFirstCharacterOfName(String providerId,
ProfileFilter profileFilter,
long offset,
long limit,
boolean forceLoadOrReloadProfile) |
Deprecated.
|
int |
IdentityStorage.getIdentitiesByFirstCharacterOfNameCount(String providerId,
ProfileFilter profileFilter) |
Counts the number of identities that match the first character of name.
|
List<Identity> |
IdentityStorage.getIdentitiesByProfileFilter(String providerId,
ProfileFilter profileFilter,
long offset,
long limit,
boolean forceLoadOrReloadProfile) |
Gets the identities by profile filter.
|
int |
IdentityStorage.getIdentitiesByProfileFilterCount(String providerId,
ProfileFilter profileFilter) |
Counts the number of identity by profile filter.
|
int |
IdentityStorage.getIdentitiesCount(String providerId) |
Gets total number of identities in storage depend on providerId.
|
List<Identity> |
IdentityStorage.getIdentitiesForMentions(String providerId,
ProfileFilter profileFilter,
Relationship.Type type,
long offset,
long limit,
boolean forceLoadOrReloadProfile) |
Gets the identities by profile filter.
|
int |
IdentityStorage.getIdentitiesForMentionsCount(String providerId,
ProfileFilter profileFilter,
Relationship.Type type) |
Gets the count identities by profile filter.
|
List<Identity> |
IdentityStorage.getIdentitiesForUnifiedSearch(String providerId,
ProfileFilter profileFilter,
long offset,
long limit) |
Gets the identities for Unified Search.
|
List<Identity> |
IdentityStorage.getSpaceMemberIdentitiesByProfileFilter(Space space,
ProfileFilter profileFilter,
SpaceMemberFilterListAccess.Type type,
long offset,
long limit) |
get Space's member Identity and filter it by Profile Filter
|
void |
IdentityStorage.hardDeleteIdentity(Identity identity) |
Hard delete an identity
|
Profile |
IdentityStorage.loadProfile(Profile profile) |
Load profile.
|
void |
IdentityStorage.saveIdentity(Identity identity) |
Saves identity.
|
void |
IdentityStorage.saveProfile(Profile profile) |
Saves profile.
|
Identity |
IdentityStorage.updateIdentity(Identity identity) |
Updates existing identity's properties.
|
void |
IdentityStorage.updateIdentityMembership(String remoteId) |
Updates existing identity's membership in OrganizationService.
|
void |
IdentityStorage.updateProfile(Profile profile) |
Updates profile.
|