Uses of Interface
com.levigo.jadice.web.server.ServerOperation
Packages that use ServerOperation
Package
Description
-
Uses of ServerOperation in com.jadice.web.export.server.serveroperation
Classes in com.jadice.web.export.server.serveroperation that implement ServerOperationModifier and TypeClassDescriptionclass
AbstractExportServerOperation<P extends ServerOperationParameters<M>,
M extends ServerOperationMessage, T extends Exporter> Common base class for generating exports by implementingServerOperation
and using a specificExporter
.class
AbstractPDFExportServerOperation<P extends ServerOperationParameters<M>,
M extends ServerOperationMessage> AnAbstractExportServerOperation
extension, that defaults to aPDF exporter
.class
AbstractPostscriptExportServerOperation<P extends ServerOperationParameters<M>,
M extends ServerOperationMessage> AnAbstractExportServerOperation
extension, that defaults to apostscript exporter
.class
AbstractTIFFExportServerOperation<P extends ServerOperationParameters<M>,
M extends ServerOperationMessage> AnAbstractExportServerOperation
extension, that defaults to aTIFF exporter
. -
Uses of ServerOperation in com.levigo.jadice.web.demo.common.server.export
Classes in com.levigo.jadice.web.demo.common.server.export that implement ServerOperation -
Uses of ServerOperation in com.levigo.jadice.web.demo.enterprise.server
Classes in com.levigo.jadice.web.demo.enterprise.server that implement ServerOperationModifier and TypeClassDescriptionclass
Saves the selection of the document in the OpenPortfolioFormat in local files.class
-
Uses of ServerOperation in com.levigo.jadice.web.server
Methods in com.levigo.jadice.web.server with parameters of type ServerOperationModifier and TypeMethodDescription<M extends ServerOperationMessage,
P extends ServerOperationParameters<M>>
voidServerOperationRegistry.register
(Class<P> parametersClass, ServerOperation<P, M> serverOperation) Registers aServerOperation
implementation using the specifiedServerOperationParameters
class as key.Method parameters in com.levigo.jadice.web.server with type arguments of type ServerOperationModifier and TypeMethodDescription<M extends ServerOperationMessage,
P extends ServerOperationParameters<M>>
voidServerOperationRegistry.register
(Class<P> parametersClass, ContextualFactory<ServerOperation<P, M>> factory) Register aContextualFactory
, creatingServerOperation
instances.