Package org.exoplatform.webconferencing
Class WebConferencingService.SpaceInfo
java.lang.Object
org.exoplatform.webconferencing.IdentityInfo
org.exoplatform.webconferencing.GroupInfo
org.exoplatform.webconferencing.WebConferencingService.SpaceInfo
- Enclosing class:
- WebConferencingService
Represent Space in calls.
-
Field Summary
FieldsFields inherited from class org.exoplatform.webconferencing.IdentityInfo
avatarLink, EMPTY, id, profileLink, title -
Constructor Summary
ConstructorsConstructorDescriptionSpaceInfo(org.exoplatform.social.core.space.model.Space socialSpace) Instantiates a new space info. -
Method Summary
Modifier and TypeMethodDescriptionGets the group id of the space.getType()Gets the identity type.Methods inherited from class org.exoplatform.webconferencing.GroupInfo
addMember, addMembers, getCallId, getMembers, isGroup, setCallId, setMembersMethods inherited from class org.exoplatform.webconferencing.IdentityInfo
equals, getAvatarLink, getId, getProfileLink, getTitle, hashCode, setAvatarLink, setProfileLink
-
Field Details
-
groupId
The space group id.
-
-
Constructor Details
-
SpaceInfo
public SpaceInfo(org.exoplatform.social.core.space.model.Space socialSpace) Instantiates a new space info.- Parameters:
socialSpace- the social space
-
-
Method Details
-
getGroupId
Gets the group id of the space.- Returns:
- the groupId
-
getType
Gets the identity type.- Specified by:
getTypein classIdentityInfo- Returns:
- the type
-