Package de.aeb.xnsg.docservice.af
Interface IDocumentServiceAF
@BusinessFacade(extraPackages={"de.aeb.xnsg.foundation.af","de.aeb.xnsg.foundation.bf"})
public interface IDocumentServiceAF
-
Method Summary
Modifier and TypeMethodDescriptionopenPrintRequestQueue
(ApplicationFacadeParmsDTO afParms, PrintRequestQueueACSettingsDTO settings) Retrieves the URL for the print request overview of a certain context owner.openStagedDocumentEditor
(ApplicationFacadeParmsDTO afParms, StagedDocumentEditorParmsDTO editorParms) Retrieves the URL to edit a stored document.openStagedDocumentSearch
(ApplicationFacadeParmsDTO afParms, StagedDocumentSearchParmsDTO searchParms) Retrieves the URL for the staged document search.
-
Method Details
-
openStagedDocumentEditor
ApplicationFacadeDTO openStagedDocumentEditor(ApplicationFacadeParmsDTO afParms, StagedDocumentEditorParmsDTO editorParms) Retrieves the URL to edit a stored document. The stored document is identified by its uniqueStagedDocumentEditorParmsDTO.documentId
. -
openStagedDocumentSearch
ApplicationFacadeDTO openStagedDocumentSearch(ApplicationFacadeParmsDTO afParms, StagedDocumentSearchParmsDTO searchParms) Retrieves the URL for the staged document search. From here it is possible to view and edit stored documents. It is possible to define aStagedDocumentSearchParmsDTO
to initialize the search with filter criteria. If noStagedDocumentEditorParmsDTO
have been defined the last two weeks will be used as date range criteria. -
openPrintRequestQueue
ApplicationFacadeDTO openPrintRequestQueue(ApplicationFacadeParmsDTO afParms, PrintRequestQueueACSettingsDTO settings) Retrieves the URL for the print request overview of a certain context owner. A context owner can be the user or workstation.
-