Overview

Summary

ContactDonateImprint


Appendix E-24: CHARACTER (UI prompt)


CharacterCharacterModuleImdb

Properties (2)

PropertyTypeEntityReferenceModule
(1) DescriptionSTRINGCharacter
(2) NameSTRINGCharacter


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /character/{id}findCharacterById(id)CharacterModuleGETCharacter
(2) /character/{id}updateCharacterById(character)CharacterModulePUTCharacter
(3) /character/{id}deleteCharacterById(id)CharacterModuleDELETECharacter
(4) /characterinsertCharacter(character)CharacterModulePOSTCharacter
(5) /characterfindAllCharacter()CharacterModuleGETCharacter
(6) /titlecast/character/{id}findAllTitleCastOfCharacter(id)PersonModuleGETCharacter TitleCast





Example:

final Character character = (Character) invokeModule(CHARACTER_MODULE + "/character/" + id, Character.class);
if (character != null) {
}
return character;


Overview

Summary

ContactDonateImprint