Overview

Summary

ContactDonateImprint


Appendix E-28: TAG (UI prompt)


TagVideoModuleYouTubeCom

Properties (1)

PropertyTypeEntityReferenceModule
(1) NameSTRINGTag


Module Interfaces (6)

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





Example:

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


Overview

Summary

ContactDonateImprint