Uses of Class
org.exoplatform.social.core.profile.ProfileFilter
Packages that use ProfileFilter
Package
Description
-
Uses of ProfileFilter in org.exoplatform.social.core.identity
Constructors in org.exoplatform.social.core.identity with parameters of type ProfileFilterModifierConstructorDescriptionSpaceMemberFilterListAccess(IdentityStorage identityStorage, Space space, ProfileFilter filter) The constructor.SpaceMemberFilterListAccess(IdentityStorage identityStorage, Space space, ProfileFilter filter, SpaceMemberFilterListAccess.Type type) The constructor. -
Uses of ProfileFilter in org.exoplatform.social.core.manager
Methods in org.exoplatform.social.core.manager with parameters of type ProfileFilterModifier and TypeMethodDescriptionorg.exoplatform.commons.utils.ListAccess<Identity> RelationshipManager.getConnectionsByFilter(Identity existingIdentity, ProfileFilter profileFilter) Gets a list access which contains all identities who are connected to a provided identity and filtered by a profile filter.IdentityManager.getIdentitiesByProfileFilter(String providerId, ProfileFilter profileFilter) Deprecated.org.exoplatform.commons.utils.ListAccess<Identity> IdentityManager.getIdentitiesByProfileFilter(String providerId, ProfileFilter profileFilter, boolean isProfileLoaded) Gets a list access which contains all identities from a given provider.IdentityManager.getIdentitiesByProfileFilter(String providerId, ProfileFilter profileFilter, long offset, long limit) IdentityManager.getIdentitiesByProfileFilter(ProfileFilter profileFilter) IdentityManager.getIdentitiesByProfileFilter(ProfileFilter profileFilter, long offset, long limit) IdentityManager.getIdentitiesFilterByAlphaBet(String providerId, ProfileFilter profileFilter) IdentityManager.getIdentitiesFilterByAlphaBet(String providerId, ProfileFilter profileFilter, long offset, long limit) IdentityManager.getIdentitiesFilterByAlphaBet(ProfileFilter profileFilter) org.exoplatform.commons.utils.ListAccess<Identity> IdentityManager.getIdentitiesForUnifiedSearch(String providerId, ProfileFilter profileFilter) Gets a list access which contains identities matching with the Unified Search condition.org.exoplatform.commons.utils.ListAccess<Identity> RelationshipManager.getIncomingByFilter(Identity existingIdentity, ProfileFilter profileFilter) Deprecated, for removal: This API element is subject to removal in a future version.org.exoplatform.commons.utils.ListAccess<Identity> RelationshipManager.getOutgoingByFilter(Identity existingIdentity, ProfileFilter profileFilter) Deprecated, for removal: This API element is subject to removal in a future version.org.exoplatform.commons.utils.ListAccess<Identity> IdentityManager.getSpaceIdentityByProfileFilter(Space space, ProfileFilter profileFilter, SpaceMemberFilterListAccess.Type type, boolean isProfileLoaded) Gets space identities by filter information. -
Uses of ProfileFilter in org.exoplatform.social.core.profile
Methods in org.exoplatform.social.core.profile that return ProfileFilter -
Uses of ProfileFilter in org.exoplatform.social.core.storage.api
Methods in org.exoplatform.social.core.storage.api with parameters of type ProfileFilterModifier and TypeMethodDescriptionintIdentityStorage.countSpaceMemberIdentitiesByProfileFilter(Space space, ProfileFilter profileFilter, SpaceMemberFilterListAccess.Type type) count Space's members by status and filter it by Profile FilterRelationshipStorage.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.getConnectionsCountByFilter(Identity existingIdentity, ProfileFilter profileFilter) Gets the count of identities who is connected with the provided identity and filtered by profile filter.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.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.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.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.IdentityStorage.getSpaceMemberIdentitiesByProfileFilter(Space space, ProfileFilter profileFilter, SpaceMemberFilterListAccess.Type type, long offset, long limit) get Space's member Identity and filter it by Profile Filter
IdentityManager.getIdentitiesByProfileFilter(String, org.exoplatform.social.core.profile.ProfileFilter, boolean)instead.