Uses of Class
org.apache.openmeetings.webservice.error.ServiceException
Package
Description
-
Uses of ServiceException in org.apache.openmeetings.webservice
Modifier and TypeMethodDescriptionFileWebService.add
(String sid, FileItemDTO file, InputStream stream) to add a folder to the private drive, set parentId = 0 and isOwner to 1/true and externalUserId/externalUserType to a valid USERadd a new groupAdds a new ROOM like through the FrontendAdds a new User like through the Frontend, but also does activates the Account To do SSO see the methods to create a hash and use those ones!Adds a room to an groupAdd USER to a certain groupWbWebService.cleanSlide
(String sid, long roomId, long wbId, int slide) This method will do the same as clean slide in the room (except for there will be no UNDO)This method will do the same as clean WB in the room (except for there will be no UNDO)Method to remotely close rooms.Returns the count of users currently in the ROOM with given iddelete a calendar event If the given sid is from an Administrator or Web-Service USER, the USER can delete any appointment.deletes files or folders based on it idDeletes a groupDeletes a recordingDelete a room by its room idDelete a certain user by its idFileWebService.deleteExternal
(String sid, String externalType, String externalId) deletes a file by its external Id and typeUserWebService.deleteExternal
(String sid, String externalType, String externalId) Delete a certain user by its external user idGet the list of all groupsLists all users in the system!FileWebService.getAllExternal
(String sid, String externalType) Get all files by external typeLoad a calendar event by its room idCalendarWebService.getByTitle
(String sid, String title) Search a calendar event for the current SIDRecordingWebService.getExternal
(String sid, String externalType, String externalId) Gets a list of recordings created by particular external USERRoomWebService.getExternal
(String sid, String type, String externalType, String externalId, RoomDTO room) Checks if a room with this exteralId + externalType does exist, if yes it returns the room id if not, it will create the room and then return the room id of the newly created roomRecordingWebService.getExternalByRoom
(String sid, Long roomId) Get list of recordingsRecordingWebService.getExternalByType
(String sid, String externalType) Gets a list of recordingsReturns an Object of Type RoomsList which contains a list of ROOM-Objects.Get a File Explorer Object by a given ROOMRoomWebService.getRoomById
(String sid, Long id) returns a conference room objectFileWebService.getRoomByParent
(String sid, long roomId, long parentId) Get list ofFileItemDTO
by parentUserWebService.getRoomHash
(String sid, ExternalUserDTO user, RoomOptionsDTO options) Sets the SessionObject for a certain SID, after setting this Session-Object you can use the SID + a RoomId to enter any Room.Search users and return themRoomWebService.hash
(String sid, InvitationDTO invite, boolean sendmail) Method to get invitation hash with given parameterskick external USER from given roomkick all uses of a certain roommove a file or folderGet the next Calendar event for the current USER of the SIDCalendarWebService.nextForUser
(String sid, long userid) Get the next Calendar event for userIdMethod to remotely open rooms.Load appointments by a start / end range for the current SIDCalendarWebService.rangeForUser
(String sid, long userid, Calendar start, Calendar end) Load appointments by a start / end range for the userIdGroupWebService.removeUser
(String sid, Long id, Long userid) Remove USER from a certain groupupdate a file or folder nameThis method will remove all whiteboards from given room and create empty one(s) for room files specifiedCalendarWebService.save
(String sid, AppointmentDTO appointment) Create an appointmentThis method will receive WB as binary data (png) and store it to temporary PDF/PNG file unlike other web service methods this one uses internal client sid NOT web service sidReturns list of users currently in the ROOM with given id -
Uses of ServiceException in org.apache.openmeetings.webservice.error
-
Uses of ServiceException in org.apache.openmeetings.webservice.util
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
OmExceptionHandler.toResponse
(ServiceException exception)