|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface VideoOperations
| Method Summary | |
|---|---|
org.springframework.http.ResponseEntity<Bool> |
addVideo(java.lang.String filename,
java.lang.String hostname)
- POST |
org.springframework.http.ResponseEntity<BlurayInfoWrapper> |
getBluray(java.lang.String path,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<VideoMetaDataInfoWrapper> |
getVideo(int id,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<VideoMetaDataInfoWrapper> |
getVideoByFilename(java.lang.String filename,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<VideoMetadataInfoList> |
getVideoList(boolean descending,
int startIndex,
int count,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<VideoLookupList> |
lookupVideo(java.lang.String title,
java.lang.String subtitle,
java.lang.String inetRef,
int season,
int episode,
java.lang.String grabberType,
boolean allowGeneric,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<Bool> |
removeVideoFromDatabase(int id)
- POST |
| Method Detail |
|---|
org.springframework.http.ResponseEntity<Bool> addVideo(java.lang.String filename,
java.lang.String hostname)
throws MythServiceApiRuntimeException
filename - hostname -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<BlurayInfoWrapper> getBluray(java.lang.String path,
ETagInfo etag)
throws MythServiceApiRuntimeException
path -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<VideoMetaDataInfoWrapper> getVideo(int id,
ETagInfo etag)
throws MythServiceApiRuntimeException
id -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<VideoMetaDataInfoWrapper> getVideoByFilename(java.lang.String filename,
ETagInfo etag)
throws MythServiceApiRuntimeException
filename -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<VideoMetadataInfoList> getVideoList(boolean descending,
int startIndex,
int count,
ETagInfo etag)
throws MythServiceApiRuntimeException
descending - startIndex - count -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<VideoLookupList> lookupVideo(java.lang.String title,
java.lang.String subtitle,
java.lang.String inetRef,
int season,
int episode,
java.lang.String grabberType,
boolean allowGeneric,
ETagInfo etag)
throws MythServiceApiRuntimeException
title - subtitle - inetRef - season - episode - grabberType - allowGeneric -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<Bool> removeVideoFromDatabase(int id)
throws MythServiceApiRuntimeException
id -
MythServiceApiRuntimeException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||