Uses of Class
org.exoplatform.webconferencing.IdentityStateException
Packages that use IdentityStateException
-
Uses of IdentityStateException in org.exoplatform.webconferencing
Methods in org.exoplatform.webconferencing that throw IdentityStateExceptionModifier and TypeMethodDescriptionWebConferencingService.addCall(String id, String ownerId, String ownerType, String title, String providerType, Collection<String> partIds) Adds the call to list of active and fires STARTED event.Adds the guest to call.voidWebConferencingService.addParticipant(String callId, String partId) Adds the participant to existing call.WebConferencingService.createCall(String id, String ownerId, String ownerType, String title, String providerType, Collection<String> partIds, Collection<String> spaces, boolean start, Date startDate, Date endDate) Create the call and add it to list of the existing in storage, optionally start the call and notify its participants.protected Set<OriginInfo> WebConferencingService.createOrigins(String providerType, Collection<String> partIds, Collection<String> spacePrettyNames) Creates the origins.protected IdentityInfoWebConferencingService.createOwner(String ownerId, String ownerType, String title, boolean isUser, boolean isSpace, boolean isSpaceEvent, boolean isRoom) Creates call owner.WebConferencingService.createParticipants(String providerType, Collection<String> partIds) Make call's direct participants from its IDs.protected CallInfoWebConferencingService.findCallById(String id, boolean withParticipants) Find call in storage by its ID.WebConferencingService.getRoomInfo(String id, String title, String[] members) Gets the room info.WebConferencingService.getSpaceEventInfo(String spaceIdentityId, String[] partIds, String[] spacesPrettyName) Gets the space event info, it will return actual event participants at the moment of invocation.WebConferencingService.getSpaceInfo(String spacePrettyName) Gets the space info, it will return actual space members at the moment of invocation.WebConferencingService.getUserInfo(String id) Gets the user info.Join a call if it is started or start already stopped one.protected CallInfoWebConferencingService.readCallEntity(CallEntity savedCall, boolean withParticipants) Read call entity.protected WebConferencingService.RoomInfoRoom info.protected WebConferencingService.SpaceEventInfoWebConferencingService.spaceEventInfo(String spaceIdentityId, String callId, String[] participants, String[] spaces) Space event info.protected WebConferencingService.SpaceInfoSpace info.WebConferencingService.updateCall(String callId, String ownerId, String newOwnerType, String newTitle, String newProviderType, List<String> partIds, List<String> spaces, Date startDate, Date endDate) Updates the existing call information and original settings (initial participants and spaces).protected UserInfo