Class FindPdfImporterIdsRequest

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

public final class FindPdfImporterIdsRequest extends Object
Requests the existing PDF importer IDs.
Since:
7.2.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • FindPdfImporterIdsRequest

      public FindPdfImporterIdsRequest(EContentView contentView)
      Creates a new POJO with the given data.
      Parameters:
      contentView - Content view of the source that initiated the request.
    • FindPdfImporterIdsRequest

      public FindPdfImporterIdsRequest(String sourceTabId)
      Creates a new POJO with the given data.
      Parameters:
      sourceTabId - Value returned by IDesignerConversationRequest.getSourceTabId().
  • Method Details