Overview

Summary

ServicesContactDonateAboutImprint


Appendix E-28: TAG (UI prompt)


TagVideoModuleYouTubeCom

Properties (1)

PropertyTypeEntityReferenceModule
(1) NameSTRINGTag


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /tag/{id}findTagById(id)VideoModuleGETTag
(2) /tagfindAllTag()VideoModuleGETTag
(3) /videotag/tag/{id}findAllVideoTagOfTag(id)VideoModuleGETTag VideoTag
(4) /tag/{id}deleteTagById(id)VideoModuleDELETETag
(5) /tag/{id}updateTagById(tag)VideoModulePUTTag
(6) /taginsertTag(tag)VideoModulePOSTTag





Example:

final Tag tag = (Tag) invokeModule(VIDEO_MODULE + "/tag/" + id, Tag.class);
if (tag != null) {
}
return tag;


Overview

Summary

ServicesContactDonateAboutImprint