|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CaptureOperations
| Method Summary | |
|---|---|
org.springframework.http.ResponseEntity<Int> |
addCaptureCard(CaptureCard captureCard)
- POST |
org.springframework.http.ResponseEntity<Int> |
addCardInput(CardInput cardInput)
- POST |
org.springframework.http.ResponseEntity<CaptureCardWrapper> |
getCaptureCard(int cardId,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<CaptureCardList> |
getCaptureCardList(ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<CaptureCardList> |
getCaptureCardList(java.lang.String hostName,
java.lang.String cardType,
ETagInfo etag)
- GET |
org.springframework.http.ResponseEntity<Bool> |
removeCaptureCard(int cardId,
ETagInfo etag)
- POST |
org.springframework.http.ResponseEntity<Bool> |
removeCardInput(int cardInputId)
- POST |
org.springframework.http.ResponseEntity<Bool> |
updateCaptureCard(int cardId,
java.lang.String setting,
java.lang.String value)
- POST |
org.springframework.http.ResponseEntity<Bool> |
updateCardInput(int cardInputId,
java.lang.String setting,
java.lang.String value)
- POST |
| Method Detail |
|---|
org.springframework.http.ResponseEntity<Int> addCaptureCard(CaptureCard captureCard)
throws MythServiceApiRuntimeException
captureCard -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<Int> addCardInput(CardInput cardInput)
throws MythServiceApiRuntimeException
cardInput -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<CaptureCardWrapper> getCaptureCard(int cardId,
ETagInfo etag)
throws MythServiceApiRuntimeException
cardId -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<CaptureCardList> getCaptureCardList(ETagInfo etag)
throws MythServiceApiRuntimeException
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<CaptureCardList> getCaptureCardList(java.lang.String hostName,
java.lang.String cardType,
ETagInfo etag)
throws MythServiceApiRuntimeException
hostName - cardType -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<Bool> removeCaptureCard(int cardId,
ETagInfo etag)
throws MythServiceApiRuntimeException
cardId -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<Bool> removeCardInput(int cardInputId)
throws MythServiceApiRuntimeException
cardInputId -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<Bool> updateCaptureCard(int cardId,
java.lang.String setting,
java.lang.String value)
throws MythServiceApiRuntimeException
cardId - setting - value -
MythServiceApiRuntimeException
org.springframework.http.ResponseEntity<Bool> updateCardInput(int cardInputId,
java.lang.String setting,
java.lang.String value)
throws MythServiceApiRuntimeException
cardInputId - setting - value -
MythServiceApiRuntimeException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||