Class LoadWebFormPersistPdfRequest
- java.lang.Object
- 
- de.xima.fc.gui.bean.designer.request.LoadWebFormPersistPdfRequest
 
- 
- All Implemented Interfaces:
- IDesignerConversationRequest<Serializable>,- ICrossViewScopeRequest<Serializable>,- Serializable
 
 public final class LoadWebFormPersistPdfRequest extends Object Requests a PDF file to get loaded in the workflow designer.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description LoadWebFormPersistPdfRequest(EContentView contentView, String fileName, String importId)Creates a new POJO with the given data.LoadWebFormPersistPdfRequest(String sourceTabId, String fileName, String importId)Creates a new POJO with the given data.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileName()StringgetImportId()Class<? extends Serializable>getResponseType()StringgetSourceTabId()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface de.xima.fc.gui.bean.designer.request.IDesignerConversationRequestgetSourceTabView
 
- 
 
- 
- 
- 
Constructor Detail- 
LoadWebFormPersistPdfRequestpublic LoadWebFormPersistPdfRequest(EContentView contentView, String fileName, String importId) Creates a new POJO with the given data.- Parameters:
- contentView- Content view of the source that initiated the request.
- fileName- Name of the PDF form file.
- importId- ID of the imported file.
 
 - 
LoadWebFormPersistPdfRequestpublic LoadWebFormPersistPdfRequest(String sourceTabId, String fileName, String importId) Creates a new POJO with the given data.- Parameters:
- sourceTabId- Value returned by- IDesignerConversationRequest.getSourceTabId().
- fileName- Name of the PDF form file.
- importId- ID of the imported file.
 
 
- 
 - 
Method Detail- 
getFileNamepublic String getFileName() - Returns:
- Name of the PDF form file.
 
 - 
getImportIdpublic String getImportId() - Returns:
- ID of the uploaded PDF document. Used to identify the PDF later.
 
 - 
getResponseTypepublic Class<? extends Serializable> getResponseType() - Returns:
- Type of the requested data.
 
 - 
getSourceTabIdpublic String getSourceTabId() - Specified by:
- getSourceTabIdin interface- IDesignerConversationRequest<T extends Serializable>
- Returns:
- ID of the tab (see TabModel.getId()) that issued the event. Empty string if the event was issued by the designer parent frame.
 
 
- 
 
-