Uses of Class
org.exoplatform.webconferencing.domain.OriginEntity
-
Packages that use OriginEntity Package Description org.exoplatform.webconferencing org.exoplatform.webconferencing.dao -
-
Uses of OriginEntity in org.exoplatform.webconferencing
Methods in org.exoplatform.webconferencing that return OriginEntity Modifier and Type Method Description protected OriginEntityWebConferencingService. createOriginEntity(String callId, OriginInfo origin)Creates the origin entity. -
Uses of OriginEntity in org.exoplatform.webconferencing.dao
Methods in org.exoplatform.webconferencing.dao that return types with arguments of type OriginEntity Modifier and Type Method Description List<OriginEntity>OriginDAO. findCallOrigins(String callId, String type)Find call's origins.
-