Class SpaceMemberFilterListAccess
java.lang.Object
org.exoplatform.social.core.identity.SpaceMemberFilterListAccess
- All Implemented Interfaces:
org.exoplatform.commons.utils.ListAccess<Identity>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe connection list access Type Enum. -
Constructor Summary
ConstructorsConstructorDescriptionSpaceMemberFilterListAccess(IdentityStorage identityStorage, Space space, ProfileFilter filter) The constructor.SpaceMemberFilterListAccess(IdentityStorage identityStorage, Space space, ProfileFilter filter, SpaceMemberFilterListAccess.Type type) The constructor. -
Method Summary
-
Constructor Details
-
SpaceMemberFilterListAccess
public SpaceMemberFilterListAccess(IdentityStorage identityStorage, Space space, ProfileFilter filter) The constructor.- Parameters:
identityStorage- Storage object of Relationship.space- Space to get connection.filter- Profile filter.
-
SpaceMemberFilterListAccess
public SpaceMemberFilterListAccess(IdentityStorage identityStorage, Space space, ProfileFilter filter, SpaceMemberFilterListAccess.Type type) The constructor.- Parameters:
identityStorage-space-filter-type-- Since:
- 1.2.3
-
-
Method Details
-
load
- Specified by:
loadin interfaceorg.exoplatform.commons.utils.ListAccess<Identity>- Throws:
ExceptionIllegalArgumentException
-
getSize
-
getType
Gets the type of connection list access.- Returns:
- Since:
- 1.2.3
-
setType
Sets the type of connection list access.- Parameters:
type-- Since:
- 1.2.3
-