Uses of Class
org.exoplatform.webconferencing.OriginInfo
-
Packages that use OriginInfo Package Description org.exoplatform.webconferencing -
-
Uses of OriginInfo in org.exoplatform.webconferencing
Fields in org.exoplatform.webconferencing with type parameters of type OriginInfo Modifier and Type Field Description protected Set<OriginInfo>CallInfo. originsThe origins.Methods in org.exoplatform.webconferencing that return types with arguments of type OriginInfo Modifier and Type Method Description protected Set<OriginInfo>WebConferencingService. createOrigins(String providerType, Collection<String> partIds, Collection<String> spacePrettyNames)Creates the origins.Set<OriginInfo>CallInfo.CallView. getOrigins()Set<OriginInfo>CallInfo. getOrigins()Gets the origins (direct users and groups involved in the call).Methods in org.exoplatform.webconferencing with parameters of type OriginInfo Modifier and Type Method Description voidCallInfo. addOrigin(OriginInfo origin)Adds the origin.protected OriginEntityWebConferencingService. createOriginEntity(String callId, OriginInfo origin)Creates the origin entity.Method parameters in org.exoplatform.webconferencing with type arguments of type OriginInfo Modifier and Type Method Description voidCallInfo. addOrigins(Collection<OriginInfo> origins)Adds the origins.
-