Uses of Class
org.exoplatform.webconferencing.UserInfo
-
Packages that use UserInfo Package Description org.exoplatform.webconferencing -
-
Uses of UserInfo in org.exoplatform.webconferencing
Subclasses of UserInfo in org.exoplatform.webconferencing Modifier and Type Class Description classGuestInfoRepresent guests in calls.classParticipantInfoRepresent external participant in calls.Fields in org.exoplatform.webconferencing with type parameters of type UserInfo Modifier and Type Field Description protected Map<String,UserInfo>GroupInfo. membersThe members.protected Set<UserInfo>CallInfo. participantsThe participants.Methods in org.exoplatform.webconferencing that return UserInfo Modifier and Type Method Description UserInfoWebConferencingService. getUserInfo(String id)Gets the user info.protected UserInfoWebConferencingService. userInfo(String id)Methods in org.exoplatform.webconferencing that return types with arguments of type UserInfo Modifier and Type Method Description protected Set<UserInfo>WebConferencingService. createParticipants(String providerType, Collection<String> partIds)Make call's direct participants from its IDs.Map<String,UserInfo>GroupInfo. getMembers()Gets the members.Set<UserInfo>CallInfo.CallView. getParticipants()Set<UserInfo>CallInfo. getParticipants()Gets the participants (actual users for the call).Methods in org.exoplatform.webconferencing with parameters of type UserInfo Modifier and Type Method Description protected voidGroupInfo. addMember(UserInfo user)Adds the member.voidCallInfo. addParticipant(UserInfo part)Adds the participant.protected ParticipantEntityWebConferencingService. createParticipantEntity(String callId, UserInfo user)Creates the participant entity.voidCallInfo. removeParticipant(UserInfo part)Removes the participant.protected voidWebConferencingService. removeParticipant(String callId, UserInfo participant)Remove call participant (for leaved state) in a single transaction.protected voidWebConferencingService. txAddParticipant(String callId, UserInfo participant)Tx add participant.protected voidWebConferencingService. txUpdateParticipant(String callId, UserInfo participant)Update call participant (for joined or leaved state) in a single transaction.protected voidWebConferencingService. updateParticipant(String callId, UserInfo participant)Update call participant (for joined or leaved state) in a single transaction.Method parameters in org.exoplatform.webconferencing with type arguments of type UserInfo Modifier and Type Method Description protected voidGroupInfo. addMembers(Collection<UserInfo> users)Adds the members (bulk operation).voidCallInfo. addParticipants(Collection<UserInfo> parts)Adds the participants.voidCallInfo. removeParticipants(Collection<UserInfo> parts)Removes the participants.protected voidGroupInfo. setMembers(Collection<UserInfo> users)Set new members (replace existing ones).protected voidWebConferencingService. txUpdateParticipants(CallInfo call, List<UserInfo> participants)Tx update participants.Constructors in org.exoplatform.webconferencing with parameters of type UserInfo Constructor Description GuestInfo(UserInfo userInfo)Instantiates a new guest info based on userInfo
-