Class OpenPdfInlineViaSessionKeyRequest

java.lang.Object
de.xima.fc.gui.bean.designer.request.OpenPdfInlineViaSessionKeyRequest
All Implemented Interfaces:
IDesignerConversationRequest<OpenPdfInlineViaSessionKeyResponse>, ICrossViewScopeRequest<OpenPdfInlineViaSessionKeyResponse>, Serializable

public final class OpenPdfInlineViaSessionKeyRequest extends Object
Requests a livecycle file to get loaded in the workflow designer.
Since:
7.2.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • OpenPdfInlineViaSessionKeyRequest

      public OpenPdfInlineViaSessionKeyRequest(EContentView contentView, String sessionKey)
      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

      public OpenPdfInlineViaSessionKeyRequest(String sourceTabId, String sessionKey)
      Creates a new POJO with the given data.
      Parameters:
      sourceTabId - Value returned by IDesignerConversationRequest.getSourceTabId().
      sessionKey - Session key for the PDF import session to resume.
  • Method Details