|
Jive API (3.0.13) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VideoScreenGrabManager
CRUD for video screen grabs/key frames
| Method Summary | |
|---|---|
void |
add(Video video,
String name,
String contentType,
InputStream data,
boolean isDefault)
Adds a screen grab to a video |
void |
delete(long id)
Deletes the screen grab with the given id |
long |
getDefault(long videoID)
Retrieves the default screen grab for the video with the given id |
List<Long> |
getPublishedVideosWithoutScreenGrabs()
Returns a list of all published videos that are missing a generated screen grab |
List<Long> |
getScreenGrabsForVideo(Video video)
Retreives a list of all screen grabs for the given video |
void |
setDefault(long id)
Deprecated. |
| Method Detail |
|---|
void add(Video video,
String name,
String contentType,
InputStream data,
boolean isDefault)
throws IllegalStateException,
AttachmentException,
UnauthorizedException
video - that the screen grab is fromcontentType - of the screen grabdata - representing the screen grabisDefault - is this screen the default screen grab
IllegalStateException
AttachmentException
UnauthorizedExceptionvoid delete(long id)
id - of the screen grab to delete@Deprecated void setDefault(long id)
long getDefault(long videoID)
videoID - id of video with screen grabs
List<Long> getScreenGrabsForVideo(Video video)
video - to retrieve screen grabs for
List<Long> getPublishedVideosWithoutScreenGrabs()
|
Jive Product Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||