Overview

Summary

ContactDonateImprint


Appendix E-10: DOCUMENT LEAK (UI prompt)


DocumentLeakVoiceSessionModuleDiscord

Properties (6)

PropertyTypeEntityReferenceModule
(1) DescriptionSTRINGDocumentLeak
(2) EndDateDATEDocumentLeak
(3) NameSTRINGDocumentLeak
(4) RelatedConflictSTRINGDocumentLeak
(5) SourcePlatformSTRINGDocumentLeak
(6) StartDateDATEDocumentLeak


Module Interfaces (5)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /documentleakinsertDocumentLeak(documentleak)VoiceSessionModulePOSTDocumentLeak
(2) /documentleak/{id}findDocumentLeakById(id)VoiceSessionModuleGETDocumentLeak
(3) /documentleak/{id}updateDocumentLeakById(documentleak)VoiceSessionModulePUTDocumentLeak
(4) /documentleak/{id}deleteDocumentLeakById(id)VoiceSessionModuleDELETEDocumentLeak
(5) /documentleakfindAllDocumentLeak()VoiceSessionModuleGETDocumentLeak





Example:

final DocumentLeak documentleak = (DocumentLeak) invokeModule(VOICE_SESSION_MODULE + "/documentleak/" + id, DocumentLeak.class);
if (documentleak != null) {
}
return documentleak;


Overview

Summary

ContactDonateImprint