Class SpaceMemberFilterListAccess
- java.lang.Object
-
- org.exoplatform.social.core.identity.SpaceMemberFilterListAccess
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSpaceMemberFilterListAccess.TypeThe connection list access Type Enum.
-
Constructor Summary
Constructors Constructor Description SpaceMemberFilterListAccess(IdentityStorage identityStorage, Space space, ProfileFilter filter)The constructor.SpaceMemberFilterListAccess(IdentityStorage identityStorage, Space space, ProfileFilter filter, SpaceMemberFilterListAccess.Type type)The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetSize()SpaceMemberFilterListAccess.TypegetType()Gets the type of connection list access.Identity[]load(int offset, int limit)voidsetType(SpaceMemberFilterListAccess.Type type)Sets the type of connection list access.
-
-
-
Constructor Detail
-
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 Detail
-
load
public Identity[] load(int offset, int limit) throws Exception, IllegalArgumentException
- Specified by:
loadin interfaceorg.exoplatform.commons.utils.ListAccess<Identity>- Throws:
ExceptionIllegalArgumentException
-
getSize
public int getSize() throws Exception
-
getType
public SpaceMemberFilterListAccess.Type getType()
Gets the type of connection list access.- Returns:
- Since:
- 1.2.3
-
setType
public void setType(SpaceMemberFilterListAccess.Type type)
Sets the type of connection list access.- Parameters:
type-- Since:
- 1.2.3
-
-