Interface DownloadFileSupplementalAction
public interface DownloadFileSupplementalAction
custom code that can run when user downloads a file. Set as a code-reference
on a field adornment.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionvoid
run
(DownloadFileSupplementalAction.DownloadFileSupplementalActionInput input, DownloadFileSupplementalAction.DownloadFileSupplementalActionOutput output)
-
Method Details
-
run
void run(DownloadFileSupplementalAction.DownloadFileSupplementalActionInput input, DownloadFileSupplementalAction.DownloadFileSupplementalActionOutput output) throws QException - Throws:
QException
-