Uses of Interface
com.levigo.jadice.web.server.ServerOperation.Request
Packages that use ServerOperation.Request
Package
Description
-
Uses of ServerOperation.Request in com.jadice.web.export.server.serveroperation
Methods in com.jadice.web.export.server.serveroperation with parameters of type ServerOperation.RequestModifier and TypeMethodDescriptionprotected abstract T
AbstractExportServerOperation.createExporter
(ServerOperation.Request<P> request) Create the appropriateExporter
instance.protected Exporter
AbstractPDFExportServerOperation.createExporter
(ServerOperation.Request<P> request) protected JPSExporter
AbstractPostscriptExportServerOperation.createExporter
(ServerOperation.Request<P> request) protected Exporter
AbstractTIFFExportServerOperation.createExporter
(ServerOperation.Request<P> request) protected abstract void
AbstractExportServerOperation.doExport
(ServerOperation.Request<P> request, ServerOperation.ResponseChannel<M> responseChannel, T exporter) Perform the actual export process.void
AbstractExportServerOperation.invoke
(ServerOperation.Request<P> request, ServerOperation.ResponseChannel<M> responseChannel) protected void
AbstractExportServerOperation.onExportFailed
(ServerOperation.Request<P> request, ServerOperation.ResponseChannel<M> responseChannel, T exporter) A method that can be overridden if an export-fail should be handled -
Uses of ServerOperation.Request in com.levigo.jadice.web.demo.common.server.export
Methods in com.levigo.jadice.web.demo.common.server.export with parameters of type ServerOperation.RequestModifier and TypeMethodDescriptionprotected Exporter
ExportServerOperation.createExporter
(ServerOperation.Request<ExportParameters> request) protected void
ExportServerOperation.doExport
(ServerOperation.Request<ExportParameters> request, ServerOperation.ResponseChannel<ServerOperationMessage> responseChannel, Exporter exporter) Because of the changes in JWT-427, clone the document's annotations before printing.protected void
ExportServerOperation.onExportFailed
(ServerOperation.Request<ExportParameters> request, ServerOperation.ResponseChannel<ServerOperationMessage> responseChannel, Exporter exporter) -
Uses of ServerOperation.Request in com.levigo.jadice.web.demo.enterprise.server
Methods in com.levigo.jadice.web.demo.enterprise.server with parameters of type ServerOperation.RequestModifier and TypeMethodDescriptionvoid
DnDSaveServerOperation.invoke
(ServerOperation.Request<DnDServerOperationParameters> request, ServerOperation.ResponseChannel<DnDServerOperationMessage> responseChannel) void
SaveAnnotationServerOperation.invoke
(ServerOperation.Request<SaveAnnotationParameters> request, ServerOperation.ResponseChannel<ServerOperationMessage> responseChannel) -
Uses of ServerOperation.Request in com.levigo.jadice.web.server
Methods in com.levigo.jadice.web.server with parameters of type ServerOperation.RequestModifier and TypeMethodDescriptionvoid
ServerOperation.invoke
(ServerOperation.Request<P> request, ServerOperation.ResponseChannel<M> responseChannel) Executes the operation asynchronously on the server side.