public class ConferenceLibrary extends Object implements org.red5.server.api.service.IPendingServiceCallback
Constructor and Description |
---|
ConferenceLibrary() |
Modifier and Type | Method and Description |
---|---|
Long |
copyFileToCurrentRoom(String SID,
Long flvFileExplorerId) |
org.apache.openmeetings.db.dto.file.LibraryPresentation |
getPresentationPreviewFileExplorer(String SID,
String parentFolder) |
ArrayList |
loadChartObject(String SID,
Long room_id,
String fileName)
Loads a chart object
|
void |
loadWmlObject(String SID,
Long room_id,
Long fileId,
Long whiteboardId)
Loads a Object from the library into the whiteboard of all participant of
the current room
|
void |
resultReceived(org.red5.server.api.service.IPendingServiceCall arg0) |
Long |
saveAsObject(String SID,
Long room_id,
String fileName,
Object tObjectRef)
Save an Object to the library and returns the file-explorer Id
|
public org.apache.openmeetings.db.dto.file.LibraryPresentation getPresentationPreviewFileExplorer(String SID, String parentFolder)
public Long saveAsObject(String SID, Long room_id, String fileName, Object tObjectRef)
SID
- room_id
- fileName
- tObjectRef
- public void loadWmlObject(String SID, Long room_id, Long fileId, Long whiteboardId)
SID
- room_id
- fileId
- whiteboardId
- public ArrayList loadChartObject(String SID, Long room_id, String fileName)
SID
- room_id
- fileName
- public Long copyFileToCurrentRoom(String SID, Long flvFileExplorerId)
SID
- flvFileExplorerId
- public void resultReceived(org.red5.server.api.service.IPendingServiceCall arg0)
resultReceived
in interface org.red5.server.api.service.IPendingServiceCallback
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.