Uses of Class
org.apache.openmeetings.db.dto.room.Whiteboard
-
Packages that use Whiteboard Package Description org.apache.openmeetings.db.dto.room org.apache.openmeetings.db.manager -
-
Uses of Whiteboard in org.apache.openmeetings.db.dto.room
Methods in org.apache.openmeetings.db.dto.room that return Whiteboard Modifier and Type Method Description WhiteboardWhiteboards. get(Long id)WhiteboardWhiteboard. put(String uid, com.github.openjson.JSONObject obj)WhiteboardWhiteboard. setName(String name)Methods in org.apache.openmeetings.db.dto.room that return types with arguments of type Whiteboard Modifier and Type Method Description Map<Long,Whiteboard>Whiteboards. getWhiteboards()Methods in org.apache.openmeetings.db.dto.room with parameters of type Whiteboard Modifier and Type Method Description WhiteboardsWhiteboards. add(Whiteboard wb)voidWhiteboards. update(Whiteboard wb)Method parameters in org.apache.openmeetings.db.dto.room with type arguments of type Whiteboard Modifier and Type Method Description voidWhiteboards. setWhiteboards(Map<Long,Whiteboard> whiteboards) -
Uses of Whiteboard in org.apache.openmeetings.db.manager
Method parameters in org.apache.openmeetings.db.manager with type arguments of type Whiteboard Modifier and Type Method Description voidIWhiteboardManager. cleanSlide(Long roomId, long wbId, int slide, BiConsumer<Whiteboard,com.github.openjson.JSONArray> consumer)voidIWhiteboardManager. clearAll(Long roomId, long wbId, Consumer<Whiteboard> consumer)
-