| Package | Description |
|---|---|
| com.elluminate.sas | |
| org.jasig.portlet.blackboardvcportlet.dao | |
| org.jasig.portlet.blackboardvcportlet.dao.ws |
| Modifier and Type | Field and Description |
|---|---|
protected List<BlackboardMultimediaResponse> |
BlackboardMultimediaResponseCollection.multimediaResponses |
| Modifier and Type | Method and Description |
|---|---|
BlackboardMultimediaResponse |
ObjectFactory.createBlackboardMultimediaResponse()
Create an instance of
BlackboardMultimediaResponse |
| Modifier and Type | Method and Description |
|---|---|
List<BlackboardMultimediaResponse> |
BlackboardMultimediaResponseCollection.getMultimediaResponses()
Gets the value of the multimediaResponses property.
|
| Modifier and Type | Method and Description |
|---|---|
Multimedia |
MultimediaDao.createMultimedia(BlackboardMultimediaResponse multimediaResponse,
String filename) |
| Modifier and Type | Method and Description |
|---|---|
BlackboardMultimediaResponse |
MultimediaWSDao.createSessionMultimedia(long bbSessionId,
String creatorId,
String filename,
String description,
DataHandler content) |
BlackboardMultimediaResponse |
MultimediaWSDao.uploadRepositoryMultimedia(String creatorId,
String filename,
String description,
DataHandler content) |
| Modifier and Type | Method and Description |
|---|---|
List<BlackboardMultimediaResponse> |
MultimediaWSDao.getRepositoryMultimedias(String creatorId,
Long bbMultimediaId,
String description)
Note that you just need to specify one of these, but can do multiple pieces of criteria
|
List<BlackboardMultimediaResponse> |
MultimediaWSDao.getSessionMultimedias(long bbSessionId) |
Copyright © 2016 Jasig. All Rights Reserved.