Class IdentityFilterKey
java.lang.Object
org.exoplatform.social.core.storage.cache.model.key.IdentityFilterKey
- All Implemented Interfaces:
Serializable,CacheKey
Immutable identity filter key.
This key is used to cache the search results.
- Version:
- $Revision$
- Author:
- Alain Defrance
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdentityFilterKey(String providerId, String remoteId, org.exoplatform.social.core.profile.ProfileFilter filter) Constructor for case using remoteId as key.IdentityFilterKey(String providerId, org.exoplatform.social.core.profile.ProfileFilter filter) -
Method Summary
-
Constructor Details
-
IdentityFilterKey
public IdentityFilterKey(String providerId, String remoteId, org.exoplatform.social.core.profile.ProfileFilter filter) Constructor for case using remoteId as key.- Parameters:
providerId-remoteId-filter-
-
IdentityFilterKey
public IdentityFilterKey(String providerId, org.exoplatform.social.core.profile.ProfileFilter filter)
-
-
Method Details