Uses of Class
org.exoplatform.social.core.profile.ProfileFilter
-
Packages that use ProfileFilter Package Description org.exoplatform.social.core.identity org.exoplatform.social.core.manager org.exoplatform.social.core.profile org.exoplatform.social.core.storage.api -
-
Uses of ProfileFilter in org.exoplatform.social.core.identity
Constructors in org.exoplatform.social.core.identity with parameters of type ProfileFilter Constructor Description SpaceMemberFilterListAccess(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 ProfileFilter Modifier and Type Method Description org.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.List<Identity>IdentityManager. getIdentitiesByProfileFilter(String providerId, ProfileFilter profileFilter)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.List<Identity>IdentityManager. getIdentitiesByProfileFilter(String providerId, ProfileFilter profileFilter, long offset, long limit)List<Identity>IdentityManager. getIdentitiesByProfileFilter(ProfileFilter profileFilter)List<Identity>IdentityManager. getIdentitiesByProfileFilter(ProfileFilter profileFilter, long offset, long limit)List<Identity>IdentityManager. getIdentitiesFilterByAlphaBet(String providerId, ProfileFilter profileFilter)List<Identity>IdentityManager. getIdentitiesFilterByAlphaBet(String providerId, ProfileFilter profileFilter, long offset, long limit)List<Identity>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.org.exoplatform.commons.utils.ListAccess<Identity>RelationshipManager. getOutgoingByFilter(Identity existingIdentity, ProfileFilter profileFilter)Deprecated.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 Modifier and Type Method Description ProfileFilterProfileFilter. clone() -
Uses of ProfileFilter in org.exoplatform.social.core.storage.api
Methods in org.exoplatform.social.core.storage.api with parameters of type ProfileFilter Modifier and Type Method Description intIdentityStorage. countSpaceMemberIdentitiesByProfileFilter(Space space, ProfileFilter profileFilter, SpaceMemberFilterListAccess.Type type)count Space's members by status and filter it by Profile FilterList<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. getConnectionsCountByFilter(Identity existingIdentity, ProfileFilter profileFilter)Gets the count of identities who is connected with the provided identity and filtered by profile filter.List<Identity>IdentityStorage. getIdentitiesByFirstCharacterOfName(String providerId, ProfileFilter profileFilter, long offset, long limit, boolean forceLoadOrReloadProfile)Deprecated.use method getIdentities or getIdentitiesForUnifiedSearch insteadintIdentityStorage. 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.intIdentityStorage. getIdentitiesByProfileFilterCount(String providerId, ProfileFilter profileFilter)Counts the number of identity by profile filter.List<Identity>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.List<Identity>IdentityStorage. getIdentitiesForUnifiedSearch(String providerId, ProfileFilter profileFilter, long offset, long limit)Gets the identities for Unified Search.List<Identity>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.List<Identity>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.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
-