Package org.exoplatform.webconferencing
Class ParticipantInfo
java.lang.Object
org.exoplatform.webconferencing.IdentityInfo
org.exoplatform.webconferencing.UserInfo
org.exoplatform.webconferencing.ParticipantInfo
Represent external participant in calls.
Created by The eXo Platform SAS.
- Version:
- $Id: ParticipantInfo.java 00000 Feb 23, 2017 pnedonosko $
- Author:
- Peter Nedonosko
-
Nested Class Summary
Nested classes/interfaces inherited from class org.exoplatform.webconferencing.UserInfo
UserInfo.IMInfo -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final org.exoplatform.services.log.LogThe Constant LOG.static final StringThe Constant TYPE_NAME.Fields inherited from class org.exoplatform.webconferencing.IdentityInfo
avatarLink, EMPTY, id, profileLink, title -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedParticipantInfo(String imId) Instantiates a new participant with an ID.protectedParticipantInfo(String imType, String imId) Instantiates a new participant with IM type and ID. -
Method Summary
Methods inherited from class org.exoplatform.webconferencing.UserInfo
addImAccount, addImAccount, getClientId, getFirstName, getImAccount, getImAccounts, getLastName, getState, hasImAccount, hasSameClientId, isGroup, setClientId, setStateMethods inherited from class org.exoplatform.webconferencing.IdentityInfo
equals, getAvatarLink, getId, getProfileLink, getTitle, hashCode, setAvatarLink, setProfileLink
-
Field Details
-
TYPE_NAME
The Constant TYPE_NAME. -
LOG
protected static final org.exoplatform.services.log.Log LOGThe Constant LOG.
-
-
Constructor Details
-
ParticipantInfo
Instantiates a new participant with an ID.- Parameters:
imId- the IM id
-
ParticipantInfo
Instantiates a new participant with IM type and ID.- Parameters:
imType- the im typeimId- the IM id
-
-
Method Details