APIs
Generator Interface
For documents which are generated (rather than uploaded), the developer must implement com.transcendsys.platform.document.DocumentGenerator and populate the "GeneratorAction" field with this class on their DocumentType record.
For generating PDFs, developers can opt to extend com.transcendsys.platform.document.AbstractPDFDocumentGenerator and override the generateAndAppendToDocument() method
Document Resource Listener
DocumentResourceListeners are notified on of events occurring inside the DocumentPanel via the Document REST resource. The base class for Document Resource Listeners is com.transcendsys.platform.rest.BaseDocumentResourceListener