|
Jive API (3.0.13) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Video | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Jive SBS. |
| com.jivesoftware.community.media.authz | |
| com.jivesoftware.community.media.video | |
| Uses of Video in com.jivesoftware.community |
|---|
| Methods in com.jivesoftware.community that return types with arguments of type Video | |
|---|---|
JiveIterator<Video> |
ActivityManager.getPopularVideos()
Returns a system wide JiveIterator of popular videos in popularity order. |
JiveIterator<Video> |
ActivityManager.getPopularVideos(JiveContainer jiveContainer)
Returns a JiveIterator of popular videos for the container in popularity order. |
| Uses of Video in com.jivesoftware.community.media.authz |
|---|
| Methods in com.jivesoftware.community.media.authz with parameters of type Video | |
|---|---|
static boolean |
VideoPermHelper.getCanDeleteVideo(User user,
Video video)
Returns true if the given user is permitted to delete the given video, false otherwise. |
static boolean |
VideoPermHelper.getCanDeleteVideo(Video video)
Returns true if the effective user is permitted to delete the given video, false otherwise. |
static boolean |
VideoPermHelper.getCanEditVideo(User user,
Video video)
Returns true if the given user is permitted to edit the given video, false otherwise. |
static boolean |
VideoPermHelper.getCanEditVideo(Video video)
Returns true if the effective user is permitted to edit the given video, false otherwise. |
static boolean |
VideoPermHelper.getCanMoveVideo(User user,
Video video,
JiveContainer target)
Returns true if the given user is permitted to move the given video from its current location to the target container, false otherwise. |
static boolean |
VideoPermHelper.getCanMoveVideo(Video video,
JiveContainer target)
Returns true if the effective user is permitted to move the given video from its current location to the target container, false otherwise. |
static boolean |
VideoPermHelper.getCanRateVideo(User user,
Video video)
Returns true if the given user is permitted to rate the given video, false otherwise. |
static boolean |
VideoPermHelper.getCanRateVideo(Video video)
Returns true if the effective user is permitted to rate the given video, false otherwise. |
static boolean |
VideoPermHelper.getCanViewComments(Video video)
Returns true if the effective user is permitted to view comments on the given video, false otherwise. |
static boolean |
VideoPermHelper.getCanViewVideo(User user,
Video video)
Returns true if the given user is permitted to view the given video, false otherwise. |
static boolean |
VideoPermHelper.getCanViewVideo(Video video)
Returns true if the effective user is permitted to view the given video, false otherwise. |
static boolean |
VideoPermHelper.getCanWriteComments(Video video)
Returns true if the effective user is permitted to comment on the given video, false otherwise. |
| Uses of Video in com.jivesoftware.community.media.video |
|---|
| Methods in com.jivesoftware.community.media.video that return Video | |
|---|---|
Video |
VideoDAO.getVideoByExternalID(String externalID)
Retrieves a video using the externalID of the video at the external video service provider ( VideoProvider) |
Video |
VideoDAO.getVideoByID(long id)
Returns the video with the matching object id |
Video |
VideoDAO.insert(Video video)
Persists the given video and all associated metadata |
Video |
VideoProvider.uploadVideo(Video video)
Uploads a video to the service provider |
| Methods in com.jivesoftware.community.media.video that return types with arguments of type Video | |
|---|---|
JiveIterator<Video> |
VideoDAO.getVideos(TagSet tagSet,
VideoResultFilter videoResultFilter)
Returns all videos matching the given result filter in the given tag set |
JiveIterator<Video> |
VideoDAO.getVideos(VideoResultFilter videoResultFilter)
Returns all videos matching the given result filter |
| Methods in com.jivesoftware.community.media.video with parameters of type Video | |
|---|---|
void |
VideoScreenGrabManager.add(Video video,
String name,
String contentType,
InputStream data,
boolean isDefault)
Adds a screen grab to a video |
void |
VideoDAO.delete(Video video)
Deletes the given video |
String |
VideoProvider.getHtmlEmbedCode(User user,
Video video)
Returns the html embed code for a user viewing the given video |
String |
VideoProvider.getJavaScriptEmbedCode(Video video)
Returns the javascript embed code for the given video |
List<Long> |
VideoScreenGrabDAO.getScreenGrabsForVideo(Video video)
Retreives a list of all screen grabs for the given video |
List<Long> |
VideoScreenGrabManager.getScreenGrabsForVideo(Video video)
Retreives a list of all screen grabs for the given video |
Video |
VideoDAO.insert(Video video)
Persists the given video and all associated metadata |
void |
VideoDAO.move(Video video,
JiveContainer target)
Moves a video from its current location to the given target location |
void |
VideoDAO.update(Video video)
Updates the video with an id that matches the id in the given video instance with the values encapsulated in the video instance |
Video |
VideoProvider.uploadVideo(Video video)
Uploads a video to the service provider |
|
Jive Product Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||