Uses of Class
org.exoplatform.webconferencing.UserInfo
Packages that use UserInfo
-
Uses of UserInfo in org.exoplatform.webconferencing
Subclasses of UserInfo in org.exoplatform.webconferencingModifier and TypeClassDescriptionclassRepresent guests in calls.classRepresent external participant in calls.Fields in org.exoplatform.webconferencing with type parameters of type UserInfoModifier and TypeFieldDescriptionGroupInfo.membersThe members.CallInfo.participantsThe participants.Methods in org.exoplatform.webconferencing that return UserInfoModifier and TypeMethodDescriptionWebConferencingService.getUserInfo(String id) Gets the user info.protected UserInfoMethods in org.exoplatform.webconferencing that return types with arguments of type UserInfoModifier and TypeMethodDescriptionWebConferencingService.createParticipants(String providerType, Collection<String> partIds) Make call's direct participants from its IDs.GroupInfo.getMembers()Gets the members.CallInfo.CallView.getParticipants()CallInfo.getParticipants()Gets the participants (actual users for the call).Methods in org.exoplatform.webconferencing with parameters of type UserInfoModifier and TypeMethodDescriptionprotected voidAdds 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 UserInfoModifier and TypeMethodDescriptionprotected 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