A C D E F G K L M N O R S U 

A

add(String, FileExplorerItemDTO, InputStream) - Method in class org.apache.openmeetings.webservice.FileWebService
to add a folder to the private drive, set parentFileExplorerItemId = 0 and isOwner to 1/true and externalUserId/externalUserType to a valid user
add(String, String) - Method in class org.apache.openmeetings.webservice.GroupWebService
add a new group
add(String, RoomDTO) - Method in class org.apache.openmeetings.webservice.RoomWebService
Adds a new Room like through the Frontend
add(String, ServerDTO) - Method in class org.apache.openmeetings.webservice.ServerWebService
Method to add/update server
add(String, UserDTO, Boolean) - Method in class org.apache.openmeetings.webservice.UserWebService
Adds 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!
addRoom(String, Long, Long) - Method in class org.apache.openmeetings.webservice.GroupWebService
Adds a room to an group
addUser(String, Long, Long) - Method in class org.apache.openmeetings.webservice.GroupWebService
Add a user to a certain group

C

CalendarWebService - Class in org.apache.openmeetings.webservice
CalendarService contains methods to create, edit delete calendar meetings
CalendarWebService() - Constructor for class org.apache.openmeetings.webservice.CalendarWebService
 
close(String, long) - Method in class org.apache.openmeetings.webservice.RoomWebService
Method to remotely close rooms.
count(String) - Method in class org.apache.openmeetings.webservice.ServerWebService
Method to retrieve the total count of the servers participating in cluster
count(String, Long) - Method in class org.apache.openmeetings.webservice.UserWebService
Returns the count of users currently in the Room with given id No admin rights are necessary for this call
counters(String, List<Long>) - Method in class org.apache.openmeetings.webservice.RoomWebService
Returns current users for rooms ids

D

delete(String, Long) - Method in class org.apache.openmeetings.webservice.CalendarWebService
delete a calendar event If the given SID is from an Administrator or Web-Service user, the user can delete any appointment.
If the SID is assigned to a simple user, he can only delete appointments where he is also the owner/creator of the appointment
delete(String, Long) - Method in class org.apache.openmeetings.webservice.FileWebService
deletes files or folders based on it id
delete(String, Long) - Method in class org.apache.openmeetings.webservice.RecordingWebService
Deletes a flv recording
delete(String, long) - Method in class org.apache.openmeetings.webservice.RoomWebService
Delete a room by its room id
delete(String, long) - Method in class org.apache.openmeetings.webservice.ServerWebService
Method to delete server
delete(String, long) - Method in class org.apache.openmeetings.webservice.UserWebService
Delete a certain user by its id
deleteExternal(String, String, String) - Method in class org.apache.openmeetings.webservice.FileWebService
deletes a file by its external Id and type
deleteExternal(String, String, String) - Method in class org.apache.openmeetings.webservice.UserWebService
Delete a certain user by its external user id

E

ErrorWebService - Class in org.apache.openmeetings.webservice
The Service contains methods to get localized errors
ErrorWebService() - Constructor for class org.apache.openmeetings.webservice.ErrorWebService
 

F

FileWebService - Class in org.apache.openmeetings.webservice
Contains methods to import and upload files into the Files section of the conference room and the personal drive of any user
FileWebService() - Constructor for class org.apache.openmeetings.webservice.FileWebService
 

G

get(long, long) - Method in class org.apache.openmeetings.webservice.ErrorWebService
loads an Error-Object.
getByRoom(String, long) - Method in class org.apache.openmeetings.webservice.CalendarWebService
Load a calendar event by its room id
getByTitle(String, String) - Method in class org.apache.openmeetings.webservice.CalendarWebService
Search a calendar event for the current SID
getExternal(String, String, String) - Method in class org.apache.openmeetings.webservice.RecordingWebService
Gets a list of flv recordings
getExternal(String, String, String, Long, RoomDTO) - Method in class org.apache.openmeetings.webservice.RoomWebService
Checks if a room with this exteralRoomId + externalRoomType 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 room
getExternalByRoom(String, Long) - Method in class org.apache.openmeetings.webservice.RecordingWebService
Get list of recordings
getExternalByType(String, String) - Method in class org.apache.openmeetings.webservice.RecordingWebService
Gets a list of flv recordings
getPresentationPreviewFileExplorer(String, String) - Method in class org.apache.openmeetings.webservice.FileWebService
Get a LibraryPresentation-Object for a certain file
getPublic(String, String) - Method in class org.apache.openmeetings.webservice.RoomWebService
Returns an Object of Type RoomsList which contains a list of Room-Objects.
getRoom(String, long) - Method in class org.apache.openmeetings.webservice.FileWebService
Get a File Explorer Object by a given Room
getRoomById(String, Long) - Method in class org.apache.openmeetings.webservice.RoomWebService
returns a conference room object
getRoomByParent(String, long, long) - Method in class org.apache.openmeetings.webservice.FileWebService
Get list of FileExplorerItemDTO by parent
getRoomHash(String, ExternalUserDTO, RoomOptionsDTO) - Method in class org.apache.openmeetings.webservice.UserWebService
Description: sets the SessionObject for a certain SID, after setting this Session-Object you can use the SID + a RoomId to enter any Room.
getServers(String, int, int) - Method in class org.apache.openmeetings.webservice.ServerWebService
Method to retrieve the list of the servers participating in cluster
getUsers(String, long, int, int, String, boolean) - Method in class org.apache.openmeetings.webservice.GroupWebService
Search users and return them
GroupWebService - Class in org.apache.openmeetings.webservice
The Service contains methods to login and create hash to directly enter conference rooms, recordings or the application in general
GroupWebService() - Constructor for class org.apache.openmeetings.webservice.GroupWebService
 

K

kick(String, long) - Method in class org.apache.openmeetings.webservice.RoomWebService
kick all uses of a certain room
kick(String, String) - Method in class org.apache.openmeetings.webservice.UserWebService
Kick a user by its public SID

L

login(String, String) - Method in class org.apache.openmeetings.webservice.UserWebService
 

M

move(String, long, long, long) - Method in class org.apache.openmeetings.webservice.FileWebService
move a file or folder

N

next(String) - Method in class org.apache.openmeetings.webservice.CalendarWebService
Get the next Calendar event for the current user of the SID
nextForUser(String, long) - Method in class org.apache.openmeetings.webservice.CalendarWebService
Get the next Calendar event for userId

O

open(String, long) - Method in class org.apache.openmeetings.webservice.RoomWebService
Method to remotely open rooms.
org.apache.openmeetings.webservice - package org.apache.openmeetings.webservice
 

R

range(String, Calendar, Calendar) - Method in class org.apache.openmeetings.webservice.CalendarWebService
Load appointments by a start / end range for the current SID
rangeForUser(String, long, Calendar, Calendar) - Method in class org.apache.openmeetings.webservice.CalendarWebService
Load appointments by a start / end range for the userId
RecordingWebService - Class in org.apache.openmeetings.webservice
The Service contains methods to work with recordings
RecordingWebService() - Constructor for class org.apache.openmeetings.webservice.RecordingWebService
 
rename(String, long, String) - Method in class org.apache.openmeetings.webservice.FileWebService
update a file or folder name
report(String, String) - Method in class org.apache.openmeetings.webservice.ErrorWebService
 
RoomWebService - Class in org.apache.openmeetings.webservice
RoomService contains methods to manipulate rooms and create invitation hash
RoomWebService() - Constructor for class org.apache.openmeetings.webservice.RoomWebService
 

S

save(String, AppointmentDTO) - Method in class org.apache.openmeetings.webservice.CalendarWebService
Save an appointment
ServerWebService - Class in org.apache.openmeetings.webservice
This class provides method implementations necessary for OM to manage servers participating in cluster.
ServerWebService() - Constructor for class org.apache.openmeetings.webservice.ServerWebService
 

U

UserWebService - Class in org.apache.openmeetings.webservice
The Service contains methods to login and create hash to directly enter conference rooms, recordings or the application in general
UserWebService() - Constructor for class org.apache.openmeetings.webservice.UserWebService
 
A C D E F G K L M N O R S U 

Copyright © 2012–2016 Apache Software Foundation. All rights reserved.