Interface OutputCenterActionService
- All Known Implementing Classes:
OutputCenterActionServiceImpl
public interface OutputCenterActionService
Server methods for client side OutputCenterService: used to give user access to generated documents.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
archiveDocument
(EntityExplorerActionSelection selection) org.directwebremoting.io.FileTransfer
downloadAndPrintDocument
(String outputJobKey) org.directwebremoting.io.FileTransfer
downloadDocument
(String outputJobKey) getDocument
(String outputJobKey)
-
Method Details
-
getDocument
-
downloadDocument
- Throws:
IOException
-
downloadAndPrintDocument
org.directwebremoting.io.FileTransfer downloadAndPrintDocument(String outputJobKey) throws IOException - Throws:
IOException
-
archiveDocument
-