Class OpenPdfInlineViaSessionKeyRequest
java.lang.Object
de.xima.fc.gui.bean.designer.request.OpenPdfInlineViaSessionKeyRequest
- All Implemented Interfaces:
IDesignerConversationRequest<OpenPdfInlineViaSessionKeyResponse>,ICrossViewScopeRequest<OpenPdfInlineViaSessionKeyResponse>,Serializable
Requests a livecycle file to get loaded in the workflow designer.
- Since:
- 7.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOpenPdfInlineViaSessionKeyRequest(EContentView contentView, String sessionKey) Creates a new POJO with the given data.OpenPdfInlineViaSessionKeyRequest(String sourceTabId, String sessionKey) Creates a new POJO with the given data. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.xima.fc.gui.bean.designer.request.IDesignerConversationRequest
getSourceTabView
-
Constructor Details
-
OpenPdfInlineViaSessionKeyRequest
Creates a new POJO with the given data.- Parameters:
contentView- Content view of the source that initiated the request.sessionKey- Session key for the PDF import session to resume.
-
OpenPdfInlineViaSessionKeyRequest
Creates a new POJO with the given data.- Parameters:
sourceTabId- Value returned byIDesignerConversationRequest.getSourceTabId().sessionKey- Session key for the PDF import session to resume.
-
-
Method Details
-
getSessionKey
- Returns:
- Session key for the PDF import session to resume.
-
getResponseType
- Returns:
- Type of the requested data.
-
getSourceTabId
- Specified by:
getSourceTabIdin interfaceIDesignerConversationRequest<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.
-